mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
chore(ui): clean up script handlers for CScriptObject
This commit is contained in:
parent
bc1ce52f7d
commit
884e491b25
3 changed files with 19 additions and 35 deletions
|
|
@ -15,6 +15,7 @@ class CScriptObject : public FrameScript_Object {
|
|||
static const char* s_objectTypeName;
|
||||
|
||||
// Static functions
|
||||
static int32_t GetObjectType();
|
||||
static void RegisterScriptMethods(lua_State* L);
|
||||
static CScriptObject* GetScriptObjectByName(const char* name, int32_t type);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue