IsDegrees
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | IsDegrees | |
| Function Description: | Checks whether a given number is within the valid degree range of 0 to 360 inclusive. | |
| File Location: | cmm.positionFunctions.lua | |
| Syntax: | CMM.IsDegrees( number value ) | |
| Return Value: | boolean | |
| Parameters: | Name | Description |
| value | The numeric value to validate as a degree measurement. | |
| Example: | CMM.IsDegrees(270) | |
| Example Description: | Checks if 270 is a valid degree value, returning true. | |
| Related Functions: | ||
| Notes: | ||