Updated Lua Parser (markdown)

Alex 2013-06-26 12:01:18 -07:00
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