Gen7Data/Scripts/Interfaces/TypeLibrary.astypedef

6 lines
224 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
type TypeLibrary {
uint8 GetTypeId(const constString &in name) const;
float GetSingleEffectiveness(uint8 attacking, uint8 defensive) const;
2021-11-20 10:00:48 +00:00
float GetEffectiveness(uint8 attackingType, Pokemon@ defender) const;
2021-10-23 12:20:18 +00:00
}