mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-21 18:31:30 +00:00
Updated Lua Parser (markdown)
parent
1abdd78d45
commit
f0d9532dc0
@ -409,6 +409,15 @@ Note:
|
|||||||
> }
|
> }
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
* event_tick
|
||||||
|
> Triggered on each tick from the npc
|
||||||
|
> Passes an event table as an argument:
|
||||||
|
> ```
|
||||||
|
> {
|
||||||
|
> NPC self;
|
||||||
|
> }
|
||||||
|
> ```
|
||||||
|
|
||||||
<a name="wiki-player-events"></a>
|
<a name="wiki-player-events"></a>
|
||||||
### Player Events
|
### Player Events
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user