Jump to content

Kmph2Mps

From CMM Wiki
Revision as of 10:11, 11 November 2025 by Ozdeadmeat (talk | contribs) (kmph2Mps – created via PowerShell script (2025-11-11T21:11:57Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: kmph2Mps
Function Description:
File Location: cmm.converterFunctions.lua
Syntax: CMM.kmph2Mps( number value )
Return Value: number or nil
Parameters: Name Description
valueSpeed in kilometres per hour.
Example: CMM.kmph2Mps(180)
Example Description: Converts 180 km/h to 50 m/s and returns the result.
Related Functions:
Notes: