mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 15:57:58 +00:00
[Cleanup] Cleanup ChangeSize() (#3959)
# Notes - Use `EQ::Clamp()` for logic instead of basic comparsions. - Rename restriction parameter to `unrestricted`.
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ public:
|
||||
void DoAnim(int animation_id, int animation_speed, bool ackreq);
|
||||
void DoAnim(int animation_id, int animation_speed, bool ackreq, int filter);
|
||||
void ChangeSize(double in_size);
|
||||
void ChangeSize(double in_size, bool no_restriction);
|
||||
void ChangeSize(double in_size, bool unrestricted);
|
||||
bool RandomizeFeatures();
|
||||
bool RandomizeFeatures(bool send_illusion);
|
||||
bool RandomizeFeatures(bool send_illusion, bool save_variables);
|
||||
|
||||
Reference in New Issue
Block a user