Zone.GetEntityAttributes

Zone.SetEntityAttribute
This commit is contained in:
Akkadius
2014-12-07 19:43:00 -06:00
parent ee8b950df1
commit 9eb41c7b0d
4 changed files with 50 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@ void register_authorized_methods()
authorized_methods["Zone.GetInitialEntityPositions"] = std::make_pair(10, handle_method_zone);
authorized_methods["Zone.MoveEntity"] = std::make_pair(10, handle_method_zone);
authorized_methods["Zone.Action"] = std::make_pair(10, handle_method_zone);
authorized_methods["Zone.GetEntityAttributes"] = std::make_pair(10, handle_method_zone);
authorized_methods["Zone.SetEntityAttribute"] = std::make_pair(10, handle_method_zone);
authorized_methods["World.GetFileContents"] = std::make_pair(10, handle_method_world);
authorized_methods["World.SaveFileContents"] = std::make_pair(10, handle_method_world);
}