GetTemplate - ActorBase

From the Fallout4 CreationKit Wiki
Revision as of 00:54, 21 January 2018 by imported>Qazaaq (added required f4se version)
Jump to navigation Jump to search

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

Gets the template of the ActorBase.

Syntax

ActorBase Function GetTemplate(bool bTopMost = true) Native

Parameters

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

Return Value

None.

Examples

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

Notes

None.

See Also