mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(ui): handle CSimpleModel_AdvanceTime script function
This commit is contained in:
parent
2a72468844
commit
26f3646d79
1 changed files with 6 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue