HasBeenEaten

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the calling actor has been eaten by the player, which can only happen if the player is a cannibal. Used as a condition function in the Cannibal Perk.

This function is viable for use in scripts, but further testing is needed to determine whether it can be used well after the actor has been consumed.

Syntax

[help]
(bool) [actor:ref].HasBeenEaten 

See Also