|
Phpcraft
|

Public Attributes | |
| const | PRIORITY_HIGHEST = 2 |
| const | PRIORITY_HIGH = 1 |
| const | PRIORITY_NORMAL = 0 |
| const | PRIORITY_LOW = -1 |
| const | PRIORITY_LOWEST = -2 |
| $cancelled = false | |
| boolean Phpcraft\Event\Event::$cancelled = false |
Wether or not the event was cancelled. Note that, depending on the plugin platform and event, this value might not have an effect.
| const Phpcraft\Event\Event::PRIORITY_HIGH = 1 |
| const Phpcraft\Event\Event::PRIORITY_HIGHEST = 2 |
| const Phpcraft\Event\Event::PRIORITY_LOW = -1 |
| const Phpcraft\Event\Event::PRIORITY_LOWEST = -2 |
| const Phpcraft\Event\Event::PRIORITY_NORMAL = 0 |
1.8.16