Delegate WindowLoaded
Delegate for when a window in the map is loaded.
Namespace: Fibula.Map.Contracts.Delegates
Assembly: Fibula.Map.Contracts.dll
Syntax
public delegate void WindowLoaded(int fromX, int toX, int fromY, int toY, sbyte fromZ, sbyte toZ);
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | fromX | The start X coordinate for the load window. |
System.Int32 | toX | The end X coordinate for the load window. |
System.Int32 | fromY | The start Y coordinate for the load window. |
System.Int32 | toY | The end Y coordinate for the load window. |
System.SByte | fromZ | The start Z coordinate for the load window. |
System.SByte | toZ | The end Z coordinate for the load window. |