Difference between revisions of "GetTemplate - ActorBase"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Added F4SE member)
 
imported>Qazaaq
(added required f4se version)
Line 1: Line 1:
'''F4SE Member of:''' [[ActorBase Script]]
'''F4SE Member of:''' [[ActorBase Script]]
{{Template:Papyrus:RequiredF4SE|version=0.2.0}}


Gets the template of the ActorBase.
Gets the template of the ActorBase.

Revision as of 00:54, 21 January 2018

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