[Quest API] Add GetBaseRaceName() to Perl and Lua (#3668)

This commit is contained in:
JJ
2023-10-31 21:43:04 -04:00
committed by GitHub
parent 97caa79472
commit cc985cbcd5
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -106,6 +106,7 @@ public:
int GetRace();
const char *GetClassName();
const char *GetRaceName();
const char* GetBaseRaceName();
int GetGender();
int GetTexture();
int GetHelmTexture();