🦸Heroes
Table to work with hero list.
Count(): integer
integer
Return size of hero list.
Name
Type
Description
index
integer
Index of hero in cheat list.
Return hero by index in cheat list. Not the same as in-game index.
GetAll(): CHero[]
CHero[]
Return all heroes in cheat list.
Contains(hero: CHero
): boolean
CHero
): boolean
Name
Type
Description
hero
Hero to check.
Check hero in cheat list.
Name
Type
Description
pos
Position to check.
radius
number
Radius to check.
teamNum
Team number to check.
teamType
Team type to filter by. Relative to teamNum param.
Return all heroes in radius.
GetLocal(): CHero
|nil
CHero
|nil
Return local hero.
Last updated