GetTemplate - ActorBase
Revision as of 00:54, 21 January 2018 by imported>Qazaaq (added required f4se version)
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.