mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
feat(glue): implement Script_GetSelectedSex
This commit is contained in:
parent
dc2e3744ce
commit
702893845c
@ -72,7 +72,9 @@ int32_t Script_GetSelectedRace(lua_State* L) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int32_t Script_GetSelectedSex(lua_State* L) {
|
int32_t Script_GetSelectedSex(lua_State* L) {
|
||||||
WHOA_UNIMPLEMENTED(0);
|
lua_pushnumber(L, g_glueFrameScriptGenders[CCharacterCreation::s_character->m_data.sexID]);
|
||||||
|
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t Script_GetSelectedClass(lua_State* L) {
|
int32_t Script_GetSelectedClass(lua_State* L) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user