IsChild
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Returns 1 if the Actor is a child. It is called on a reference and has no parameters.
Syntax
(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.