Skip to content

Group.GetNext

Source Code | Group Functions

Gets then next member of Group g (moves the internal enumerator by a step). Returns nil when the whole group was iterated.

Signature

Group.GetNext(Group g) → Card, |, nil

lua
g:GetNext()

Parameters

Returns


under-construction