IsMoveSuppressed()


Module: AI
SP Only

Summary:

Checks whether this actor is in a suppressed state ( blocked by friendly fire ).



Call this on:

<actor> An actor



Example:

while ( self IsMoveSuppressed() )...