Skip to content

Duel.GetRitualMaterial

Source Code | Duel Functions

Returns cards that are usable by (int player) as ritual materials. if (bool checklevel) is true, only cards with level greater than 0 will be returned

Signature

Duel.GetRitualMaterial(int player, bool checklevel) → Group

lua
Duel.GetRitualMaterial(player,checklevel)

Parameters

Returns


under-construction