From abaeecfa625698628f38865ef7e626c5df881145 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 23 Jun 2013 14:42:03 -0700 Subject: [PATCH] Updated Lua General Functions (markdown) --- Lua-General-Functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lua-General-Functions.md b/Lua-General-Functions.md index 8dffff6..9259681 100644 --- a/Lua-General-Functions.md +++ b/Lua-General-Functions.md @@ -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); ``` \ No newline at end of file