GetCannibal

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

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