Skip to content

Commit

Permalink
correct CheckString
Browse files Browse the repository at this point in the history
  • Loading branch information
4z0t committed Nov 30, 2024
1 parent ff4c59b commit 4482d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/LuaAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class LuaState { // 0x34 bytes
void GetGlobal(LuaObject *out, const char *key) asm("0x4579d0");
void GetGlobals(LuaObject *out) asm("0x90a690");
LuaState *GetActiveState() asm("0x90bee0");
const char *CheckString(int narg) asm("0x912d10");
const char *CheckString(int narg, size_t* len) asm("0x90BFB0");
int ArgError(int narg, const char *msg) asm("0x90bf70");
__cdecl int Error(const char *fmt, ...) asm("0x90c1d0");
lua_State *GetActiveCState() asm("0x90bef0");
Expand Down

0 comments on commit 4482d5a

Please sign in to comment.