mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(glue): implement Script_GetSelectedRace
This commit is contained in:
parent
897d4cce1d
commit
dc2e3744ce
@ -66,7 +66,9 @@ int32_t Script_GetFacialHairCustomization(lua_State* L) {
|
||||
}
|
||||
|
||||
int32_t Script_GetSelectedRace(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
lua_pushnumber(L, CCharacterCreation::s_raceIndex + 1);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
int32_t Script_GetSelectedSex(lua_State* L) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user