Description
Wiki Description
Gets the actor's current level.
Documentation Comment
Returns this actor's current level.
Caveats
Examples
; Print a message if Bob is higher level then the player
if (Bob.GetLevel() > Game.GetPlayer().GetLevel())
Debug.Trace("Bob is higher level then the player!")
endIfAuto-Generated Example
int returnedValue = myActor__toCallFunctionOn.GetLevel()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
