Call of Duty Script Documentation

assertmsg( <message> )


Module
Debug


Summary


throws a script error with the given message

Example


assertmsg (  "There is no enemy is sight!!" );

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List