Call of Duty Script Documentation
usecovernode(<path node>)
ModuleAI
Summary
Tells this actor to use the given cover node. This is invalid if the actor's keepclaimednode flag is set
Call this function on
<actor> An actor
Example
guy usecovernode(covernode);
Minimum Number of arguments: 1
1 : <path node> The path node to use as cover
Number of optional arguments: 0
Return to Function List