ScriptEvent:fmod
From Mod Wiki
Parameters
float A -- The numerator. float B -- The denominator.
Result
Supported By
sdSysCallThread
Comments
- See also mod.
Functionality
Returns the remainder of the division of the given numbers, A/B.
float A -- The numerator. float B -- The denominator.
sdSysCallThread
Returns the remainder of the division of the given numbers, A/B.