GetTemplate - ActorBase

F4SE Member of: ActorBase Script
Requires F4SE version 0.2.0 or higher.

Gets the template of the ActorBase.

SyntaxEdit

ActorBase Function GetTemplate(bool bTopMost = true) Native

ParametersEdit

  • bTopMost: Will return the highest parent.
    • Default: True

Return ValueEdit

None.

ExamplesEdit

ActorBase template = NPC.GetActorBase().GetTemplate()

NotesEdit

None.

See AlsoEdit