Jump to content

IsDegrees

From CMM Wiki
Revision as of 12:27, 24 June 2026 by Ozdeadmeat (talk | contribs) (IsDegrees – created via PowerShell script (2026-06-24T22:27:10Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
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
valueThe 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: