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
@@ -56,6 +56,8 @@ void register_remote_call_handlers() {
remote_call_methods["Zone.GetInitialEntityPositions"] = handle_rc_relay;
remote_call_methods["Zone.MoveEntity"] = handle_rc_relay;
remote_call_methods["Zone.Action"] = handle_rc_relay;
remote_call_methods["Zone.GetEntityAttributes"] = handle_rc_relay;
remote_call_methods["Zone.SetEntityAttribute"] = handle_rc_relay;
remote_call_methods["World.GetFileContents"] = handle_rc_get_file_contents;
remote_call_methods["World.SaveFileContents"] = handle_rc_save_file_contents;
}