Background for Skyrim SE
Member of the Actor script
boolfunctionIsChild()Native

Description

Wiki Description

Is this actor a child actor?

Documentation Comment

Is this actor a child?


Caveats


Examples

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

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsChild()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.