mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 23:40:26 +00:00
Updated Lua General Functions (markdown)
@@ -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 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 remove_area(int id);
|
||||||
void clear_areas();
|
void clear_areas();
|
||||||
|
void remove_spawn_point(uint32 spawn2_id);
|
||||||
|
void add_spawn_point(luabind::object table);
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user