Update 24.10.2020

RoccoZero

Active member
Staff member
Administrator
Developer
Apr 30, 2022
887
79
28
  • Improved Initialize //fixed crash when starting Dota
  • Fixed More Others
  • Added class KeyValue
  • Added class ApiManager
  • Added class ModifierStatus
  • Added class Modifier
  • Added enum ModifierAttributes

Ability
  • Fixed KeyValue KeyValue

AbilityData
  • Fixed KeyValue KeyValue

Game
  • Added event FireEvent
  • Added event GameStateChanged
  • Added event Start
  • Added event End
  • Removed IEnumerable<string> BrokenApiNames

KeyValue
  • Added string Name
  • Added bool IsEmpty
  • Added KeyValueType Type
  • Added bool GetBooleon()
  • Added int GetInt32()
  • Added ulong GetUInt64()
  • Added float GetSingle()
  • Added Vector3 GetColor()
  • Added string Getstring()
  • Added KeyValue FirstKeyValue
  • Added KeyValue NextKeyValue
  • Added IEnumerable<KeyValue> KeyValues
  • Added KeyValue GetKeyValue(string name)