IsChild

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the Actor is a child. It is called on a reference and has no parameters.

Syntax

[help]
(0, 1:int) [ActorRefID].IsChild

Example

if FredRef.IsChild 

Notes

  • This returns the "child" flag of the calling ref's race. It's not related to SetPCYoung.

See Also

GetRaceFlag