Background for Fallout 4
Member of the Actor script

[DEV SERVER] Loading description...


Caveats


Examples

; Get the sex of a leveled actor by using GetLeveledActorBase() so you can call the GetSex() function
if myActorProperty.GetLeveledActorBase().GetSex() == 1
    ;do something
endif

Auto-Generated Example

ActorBase returnedValue = myActor__toCallFunctionOn.GetLeveledActorBase()

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.