GetTemplate - ActorBase

From the Fallout4 CreationKit Wiki
Revision as of 20:32, 19 April 2017 by imported>Qazaaq (Added F4SE member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

See Also