GetCannibal

From the Fallout3 GECK Wiki
Revision as of 14:30, 26 July 2014 by imported>Odessa (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Returns True (1) if the calling actor is currently playing the cannibal animation.

Syntax

[help]
(bool) Actor.GetCannibal

Example

if PlayerREF.GetCannibal
   ; wait until they've finished
endif

See Also