mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 16:20:25 +00:00
Updated Lua General Functions (markdown)
@@ -19,8 +19,14 @@ Mob spawn_from_spawn2(Integer spawn2_id);
|
|||||||
Void enable_spawn2(Integer spawn2_id);
|
Void enable_spawn2(Integer spawn2_id);
|
||||||
Void disable_spawn2(Integer spawn2_id);
|
Void disable_spawn2(Integer spawn2_id);
|
||||||
Void set_timer(String timer, Integer time_ms);
|
Void set_timer(String timer, Integer time_ms);
|
||||||
|
Void set_timer(String timer, Integer time_ms, Lua_ItemInst inst);
|
||||||
|
Void set_timer(String timer, Integer time_ms, Lua_Mob mob);
|
||||||
Void stop_timer(String timer);
|
Void stop_timer(String timer);
|
||||||
|
Void stop_timer(String timer, Lua_ItemInst inst);
|
||||||
|
Void stop_timer(String timer, Lua_Mob mob);
|
||||||
Void stop_all_timers();
|
Void stop_all_timers();
|
||||||
|
Void stop_all_timers(Lua_ItemInst inst);
|
||||||
|
Void stop_all_timers(Lua_Mob mob);
|
||||||
Void depop();
|
Void depop();
|
||||||
Void depop(Integer npc_type);
|
Void depop(Integer npc_type);
|
||||||
Void depop_with_timer();
|
Void depop_with_timer();
|
||||||
|
|||||||
Reference in New Issue
Block a user