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

Description

Wiki Description

Sets the maximum level for this encounter zone.


Caveats

CK Wiki - Notes

None


Parameters

intlevel

CK Wiki Description

The maximum level for this encounter zone.


Examples

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

Auto-Generated Example

int myInt__level

myEncounterZone__toCallFunctionOn.SetMaxLevel(myInt__level)

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.