Enum TileFlag
Enumerates the flags of a tile.
Namespace: Fibula.Map.Contracts.Enumerations
Assembly: Fibula.Map.Contracts.dll
Syntax
public enum TileFlag : byte
Fields
Name | Description |
---|---|
NoLogout | A tile in which a character is not allowed to voluntarily log out on. |
None | No flag. |
ProtectionZone | A tile that is considered a protection zone. |
Refresh | A tile that reloads after some time of being "unseen". |