mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(script): add lua_convertdecimal
This commit is contained in:
parent
f039d4f88c
commit
6030a75530
5 changed files with 71 additions and 17 deletions
|
|
@ -78,9 +78,11 @@ void FrameScript_Flush();
|
|||
|
||||
void FrameScript_GetColor(lua_State* L, int32_t idx, CImVector& color);
|
||||
|
||||
int32_t SetDecimalConversion(int32_t enabled);
|
||||
|
||||
lua_State* FrameScript_GetContext();
|
||||
|
||||
char* FrameScript_Sprintf(lua_State * L, int32_t idx, char* buffer, uint32_t size);
|
||||
const char* FrameScript_Sprintf(lua_State * L, int32_t idx, char* buffer, uint32_t size);
|
||||
|
||||
const char* FrameScript_GetCurrentObject(lua_State* L, int32_t a2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue