- Found in:
- F4SE
Description
Wiki Description
Gets the template of the ActorBase.
Documentation Comment
F4SE additions built 2025-11-11 02:05:33.464000 UTC
Gets the template of the ActorBase, topmost will return the highest parent
Caveats
CK Wiki - Notes
None.
Parameters
boolbTopMost=true
CK Wiki Description
Will return the highest parent.
- Default:True
Examples
ActorBase template = NPC.GetActorBase().GetTemplate()Auto-Generated Example
bool myBool__bTopMost
ActorBase returnedValue = myActorBase__toCallFunctionOn.GetTemplate(myBool__bTopMost)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
