GetTemplate - ActorBase
Revision as of 20:32, 19 April 2017 by imported>Qazaaq (Added F4SE member)
F4SE Member of: ActorBase Script
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.