mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-16 10:04:42 +03:00
feat(ui): handle CSimpleModel_AdvanceTime script function
This commit is contained in:
parent
2a72468844
commit
26f3646d79
@ -122,7 +122,12 @@ int32_t CSimpleModel_GetScale(lua_State* L) {
|
||||
}
|
||||
|
||||
int32_t CSimpleModel_AdvanceTime(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED();
|
||||
auto type = CSimpleModel::GetObjectType();
|
||||
auto model = static_cast<CSimpleModel*>(FrameScript_GetObjectThis(L, type));
|
||||
|
||||
// TODO GxDefaultApi();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t CSimpleModel_ReplaceIconTexture(lua_State* L) {
|
||||
|
Loading…
Reference in New Issue
Block a user