add entity 'on_render' event

This commit is contained in:
MihailRis
2024-07-07 22:59:15 +03:00
parent d099b294a2
commit 0d230f2449
5 changed files with 32 additions and 8 deletions
+7
View File
@@ -422,6 +422,13 @@ void scripting::on_entities_update() {
lua::pop(L);
}
void scripting::on_entities_render() {
auto L = lua::get_main_thread();
lua::get_from(L, STDCOMP, "render", true);
lua::call_nothrow(L, 0, 0);
lua::pop(L);
}
void scripting::on_ui_open(
UiDocument* layout,
std::vector<dynamic::Value> args