GetRank - EncounterZone

From the Fallout4 CreationKit Wiki
Revision as of 22:01, 21 October 2017 by imported>Qazaaq (edit)
Jump to navigation Jump to search

F4SE Member of: EncounterZone Script

Gets the rank for this encounter zone.

Syntax

int Function GetRank() Native

Parameters

None

Return Value

The rank for this encounter zone.

Examples

int rank = myEncounterZone.GetRank()
Debug.Trace("The rank for this encounter zone equals " + rank)

Notes

None

See Also