mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(ui): eliminate script errors
This commit is contained in:
parent
dbc140d1e4
commit
9d2b94b0cd
12 changed files with 121 additions and 20 deletions
|
|
@ -29,6 +29,7 @@ class CScriptRegion : public CScriptObject, public CLayoutFrame {
|
|||
virtual bool IsA(const char* typeName);
|
||||
virtual const char* GetObjectTypeName();
|
||||
virtual bool IsDragging();
|
||||
virtual bool IsMouseOver(float a1, float a2, float a3, float a4);
|
||||
virtual void PreOnAnimUpdate() {};
|
||||
virtual void OnLayerUpdate(float elapsedSec);
|
||||
virtual void NotifyAnimBegin(CSimpleAnimGroup* animGroup);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue