Call of Duty Script Documentation

issuppressed()


Module
AI


Summary


Checks whether this actor is in a supressed state ( under fire ).

Call this function on


<actor> An actor

Example


while (self isSuppressed())...

Minimum Number of arguments: 0


Number of optional arguments: 0



Return to Function List