mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 19:47:16 +00:00
[API] perl added GetNPCStat(identifier) (#2012)
* [API] perl added GetNPCStat Returns values of the modifiers from ModifyNPCStat * https://github.com/EQEmu/Server/pull/2012
This commit is contained in:
@@ -408,6 +408,7 @@ public:
|
||||
void SetAvoidanceRating(int32 d) { avoidance_rating = d;}
|
||||
int32 GetRawAC() const { return AC; }
|
||||
|
||||
float GetNPCStat(const char *identifier);
|
||||
void ModifyNPCStat(const char *identifier, const char *new_value);
|
||||
virtual void SetLevel(uint8 in_level, bool command = false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user