[Quest API] Add GetDefaultRaceSize() to Perl/Lua (#2993)

# Perl
- Add `$mob->GetDefaultRaceSize()`.

# Lua
- Add `mob:GetDefaultRaceSize()`.

# Notes
- Allows operators to get the default race size of a race if they want to use it in a script.
This commit is contained in:
Alex King
2023-02-26 21:35:03 -05:00
committed by GitHub
parent d2c3c14ae0
commit ff4ccfa98f
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -513,6 +513,7 @@ public:
void CopyHateList(Lua_Mob to);
bool IsAttackAllowed(Lua_Mob target);
bool IsAttackAllowed(Lua_Mob target, bool is_spell_attack);
float GetDefaultRaceSize();
};
#endif