IsChild - Actor
Revision as of 15:03, 5 August 2010 by imported>Jlundin (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 <…')
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()