We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec38bb commit 37290beCopy full SHA for 37290be
Lua/LuaBindingsGUI.cpp
@@ -82,6 +82,7 @@ namespace RTE {
82
.def("SetNativeTechModule", &SceneEditorGUI::SetNativeTechModule)
83
.def("SetForeignCostMultiplier", &SceneEditorGUI::SetForeignCostMultiplier)
84
.def("TestBrainResidence", &SceneEditorGUI::TestBrainResidence)
85
+ .def("Update", &SceneEditorGUI::Update) //Gacyr Note: I hate this being here but it's necessary for some metagame bullshit.
86
87
.enum_("EditorGUIMode")[
88
luabind::value("INACTIVE", SceneEditorGUI::EditorGUIMode::INACTIVE),
0 commit comments