Background for Fallout 4
Member of the EncounterZone script
intfunctionGetMaxLevel()Native

Description

Wiki Description

Gets the maximum level for this encounter zone.


Caveats

CK Wiki - Notes

None


Examples

int level = myEncounterZone.GetMaxLevel()
Debug.Trace("The maximum level for this encounter zone is " + level)

Auto-Generated Example

int returnedValue = myEncounterZone__toCallFunctionOn.GetMaxLevel()

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.