IsChild - Actor

From the Fallout4 CreationKit Wiki
Revision as of 15:03, 5 August 2010 by imported>Plplecuyer (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Actor Script Is this actor a child actor? == Syntax == <source lang="papyrus"> bool Function IsChild() native <…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Is this actor a child actor?

Syntax[edit | edit source]

bool Function IsChild() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether this actor is a child or not.

Examples[edit | edit source]

; Is Bob a child?
bool bobIsAChild = Bob.IsChild()

See Also[edit | edit source]