mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 03:32:28 +00:00
feat(ui): update CSimpleMovieFrame methods
This commit is contained in:
parent
967408b2e7
commit
676fd280c6
2 changed files with 26 additions and 0 deletions
|
|
@ -17,9 +17,11 @@ class CSimpleMovieFrame : public CSimpleFrame {
|
|||
static void CreateScriptMetaTable();
|
||||
static int32_t GetObjectType();
|
||||
static void RegisterScriptMethods(lua_State* L);
|
||||
static void RenderMovie(void* param);
|
||||
|
||||
// Member variables
|
||||
int32_t m_isPlaying = 0;
|
||||
int32_t m_isStopped = 0;
|
||||
int32_t m_enableSubtitles = 0;
|
||||
char m_filename[256];
|
||||
int32_t m_volume = 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue