Jump to content

Kmph2Mps

From CMM Wiki
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: