mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-17 17:12:26 +00:00
Updated Lua Parser (markdown)
parent
c6298e6490
commit
dce75b725c
@ -747,6 +747,17 @@ Note:
|
||||
> }
|
||||
> ```
|
||||
|
||||
* event_respawn
|
||||
> Triggered when a client clicks respawn on the respawn window.
|
||||
> Passes an event table as an argument:
|
||||
> ```
|
||||
> {
|
||||
> Client self;
|
||||
> Integer option;
|
||||
> Boolean resurrect;
|
||||
> }
|
||||
> ```
|
||||
|
||||
<a name="wiki-item-events"></a>
|
||||
### Item Events
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user