Call of Duty Script Documentation
traversemode(<traverse mode>)
ModuleAI
Summary
Set the traverse mode of this actor.
Call this function on
<actor> An actor
Example
self traverseMode("nogravity");
Minimum Number of arguments: 1
1 : <traverse mode> (const string) Possible traverse modes are 'gravity', 'nogravity', or 'noclip'
Number of optional arguments: 0
Return to Function List