This commit is contained in:
@@ -8,7 +8,6 @@ type Pokemon {
|
||||
bool Shiny { get const; };
|
||||
const Item@ HeldItem { get const; };
|
||||
uint CurrentHealth { get const; };
|
||||
const constString& ActiveAbility { get const; };
|
||||
bool IsFainted { get const; };
|
||||
uint MaxHealth { get const; };
|
||||
const Species@ DisplaySpecies { get const; };
|
||||
@@ -19,6 +18,7 @@ type Pokemon {
|
||||
const narray<LearnedMove@>@ Moves { get const; };
|
||||
float Weight { get const; set; };
|
||||
float Height { get const; set; };
|
||||
const constString& ActiveAbility { get const; };
|
||||
bool HasHeldItem(const constString &in name) const;
|
||||
void SetHeldItem(const constString &in name);
|
||||
void SetHeldItem(const Item@ item);
|
||||
|
||||
Reference in New Issue
Block a user