I have a question this time.

Code:
bool Ghost_WasFrozen()
 * Returns true if the enemy was stunned or frozen by a clock in the last frame.
 * This only works if GHF_STUN or GHF_CLOCK is used.
Ghost_Waitframe() does not return if these are in use, does that mean these are only checked when the stun/freezing wears off?