GetTemplate - ActorBase
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().GetTemplate()
Notes
None.