Runes
Table to work with rune list.
Count(): integer
integer
Return size of rune list.
Get(index: integer
): CRune|nil
integer
): CRune|nil
Name
Type
Description
index
integer
Index of rune in cheat list.
Return rune by index in cheat list. Not the same as in-game index.
GetAll(): CRune[]
CRune[]
Return all runes in cheat list.
Contains(rune: CRune
): boolean
CRune
): boolean
Name
Type
Description
rune
CRune
Rune to check.
Check rune in cheat list.