Call of Duty Script Documentation
assertmsg( <message> )
ModuleDebug
Summary
throws a script error with the given message
Example
assertmsg ( "There is no enemy is sight!!" );
Minimum Number of arguments: 1
1 : <message> error message
Number of optional arguments: 0
Return to Function List