mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-01 00:21:28 +00:00
Updated Lua General Functions (markdown)
parent
e2f969f21f
commit
abaeecfa62
@ -146,4 +146,6 @@ luabind::object get_zone_time();
|
||||
void add_area(int id, int type, float min_x, float max_x, float min_y, float max_y, float min_z, float max_z);
|
||||
void remove_area(int id);
|
||||
void clear_areas();
|
||||
void remove_spawn_point(uint32 spawn2_id);
|
||||
void add_spawn_point(luabind::object table);
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user