🔮Runes

Table to work with rune list.

Count(): integer

Return size of rune list.


Get(index: 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[]

Return all runes in cheat list.


Contains(rune: CRune): boolean

Name
Type
Description

rune

Rune to check.

Check rune in cheat list.

Last updated