mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
feat(ui): implement Script_GetSavedAccountName
This commit is contained in:
parent
cb35132807
commit
df62f602fc
@ -26,7 +26,9 @@ int32_t Script_GetLocale(lua_State* L) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int32_t Script_GetSavedAccountName(lua_State* L) {
|
int32_t Script_GetSavedAccountName(lua_State* L) {
|
||||||
WHOA_UNIMPLEMENTED(0);
|
lua_pushstring(L, Client::g_accountNameVar->GetString());
|
||||||
|
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t Script_SetSavedAccountName(lua_State* L) {
|
int32_t Script_SetSavedAccountName(lua_State* L) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user