Background for Fallout 4
Member of the ActorBase script
ActorBasefunctionGetTemplate(boolbTopMost=true)Native

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.