Difference between revisions of "GetRank - EncounterZone"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added f4se member)
 
imported>Qazaaq
m (edit)
Line 9: Line 9:


== Parameters ==
== Parameters ==
None.
None


== Return Value ==
== Return Value ==

Revision as of 22:01, 21 October 2017

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