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

Description

Wiki Description

Gets the minimum level for this encounter zone.


Caveats

CK Wiki - Notes

None


Examples

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

Auto-Generated Example

int returnedValue = myEncounterZone__toCallFunctionOn.GetMinLevel()

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.