# CDOTAGameManager
No Description Set
| Function | Description | Client |
|---|---|---|
| table GetHeroDataByName_Script(string_1) | Get the hero unit | ✔️ |
| int GetHeroIDByName(string_1) | Get the hero ID given the hero name. | ✔️ |
| string GetHeroNameByID(int_1) | Get the hero name given a hero ID. | ✔️ |
| string GetHeroNameForUnitName(string_1) | Get the hero name given a unit name. | ✔️ |
| string GetHeroUnitNameByID(int_1) | Get the hero unit name given the hero ID. | ✔️ |