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 <…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Is this actor a child actor?

SyntaxEdit

bool Function IsChild() native

ParametersEdit

None.

Return ValueEdit

Whether this actor is a child or not.

ExamplesEdit

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

See AlsoEdit