Class ZoneInitEventArgs
Provides event data for when the game should initialize a zone.
Assembly: Dalamud.dll
Declaration
public class ZoneInitEventArgs : EventArgs
Inheritance: System.Object -> System.EventArgs
Properties
TerritoryType
Gets the territory type of the zone being entered.
Declaration
public RowRef<TerritoryType> TerritoryType { get; }
Instance
Gets the instance number of the zone, used when multiple copies of an area are active.
Declaration
public ushort Instance { get; }
ContentFinderCondition
Gets the associated content finder condition for the zone, if any.
Declaration
public RowRef<ContentFinderCondition> ContentFinderCondition { get; }
Weather
Gets the current weather in the zone upon entry.
Declaration
public RowRef<Weather> Weather { get; }