feat(ui): update CSimpleMovieFrame methods

This commit is contained in:
VDm 2025-04-24 01:30:45 +04:00
parent 967408b2e7
commit 676fd280c6
2 changed files with 26 additions and 0 deletions

View file

@ -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;