🔮Runes
Table to work with rune list.
Count(): integer
integer
Return size of rune list.
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
Check rune in cheat list.
Last updated