Additional helper functions for the engine that don't fit in a dedicated module.
More complex mathematical functions.
| Abs | [1, 2] | [Init, Action, Manual, Subentity] | |
|---|---|---|---|
Returns the absolute value.
| |||
| Cos | [2, 3] | [Init, Action, Manual, Subentity] | |
Returns the cosine of an angle (in milliradians) multiplied by a variable.
| |||
| Sin | [2, 3] | [Init, Action, Manual, Subentity] | |
Returns the sine of an angle (in milliradians) multiplied by a variable.
| |||
| CosD | [2, 3] | [Init, Action, Manual, Subentity] | |
Returns the cosine of an angle (in tenths of degrees) multiplied by a variable.
| |||
| SinD | [2, 3] | [Init, Action, Manual, Subentity] | |
Returns the sine of an angle (in tenths of degrees) multiplied by a variable.
| |||