ScriptEvent:getWorldAxis
From Mod Wiki
Contents |
[edit]
Parameters
integer index -- Which axis to return, 0 = Forward, 1 = Right, 2 = Up.
[edit]
Result
[edit]
Supported By
sdClientScriptEntity idEntity
[edit]
Comments
- Values outside of the range 0 -> 2 are likely to return garbage data, or crash.
[edit]
Functionality
Returns a vector representing the specified physics axis of the object in world space.
