Merge pull request #741 from AthrogatePEQ/master

Exposing get_instance_timer to lua
This commit is contained in:
Michael Cook (mackal) 2018-07-10 13:01:55 -04:00 committed by GitHub
commit ade56231fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1684,6 +1684,7 @@ luabind::scope lua_register_general() {
luabind::def("destroy_instance", &lua_destroy_instance), luabind::def("destroy_instance", &lua_destroy_instance),
luabind::def("update_instance_timer", &lua_update_instance_timer), luabind::def("update_instance_timer", &lua_update_instance_timer),
luabind::def("get_instance_id", &lua_get_instance_id), luabind::def("get_instance_id", &lua_get_instance_id),
luabind::def("get_instance_timer", &lua_get_instance_timer),
luabind::def("get_characters_in_instance", &lua_get_characters_in_instance), luabind::def("get_characters_in_instance", &lua_get_characters_in_instance),
luabind::def("assign_to_instance", &lua_assign_to_instance), luabind::def("assign_to_instance", &lua_assign_to_instance),
luabind::def("assign_group_to_instance", &lua_assign_group_to_instance), luabind::def("assign_group_to_instance", &lua_assign_group_to_instance),