Call of Duty Script Documentation

animscripted( <notify>, <origin>, <angles>, <animation>, <mode>, <root>)


Module
Animation


Summary


Runs an animscript on an entity.

Call this function on


<entity> The entity to run the animscript on

Example


driver animscripted("germantruck_driver_closedoor", org , angles, driver.closedooranim);

Minimum Number of arguments: 4


Number of optional arguments: 2



Return to Function List