addAction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
'''unit:''' [[Object]]<br> | '''unit:''' [[Object]]<br> | ||
'''action:''' [[Array]] | '''action:''' [[Array]] | ||
'''Type of returned value:''' | '''Type of returned value:''' |
Revision as of 11:53, 15 April 2006
unit addaction action
Operand types:
Type of returned value:
Description:
Create an action.
Action ID should be returned, but due to bug it is not.
To determine action ID use following algorithm:
First action added to given vehicle has ID zero, next has ID 1, etc.
Example:
player addAction ["Hello", "hello.sqs"]