Background for Fallout 4
Member of the Game script
intfunctionGetPlayerLevel()Global

Description

Wiki Description

Obtains the player's current level.

Documentation Comment

Returns the player's level


Caveats


Examples

; Obtain the player's current level
Debug.Trace("The player is currently level " + Game.GetPlayerLevel())

Auto-Generated Example

int returnedValue = Game.GetPlayerLevel()

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.