Group.TakeatPos
Source Code | Usage Examples | Group
Functions
Returns the card at the index specified (int pos) in the group. Returns nil if the index is greater than the size of the group.
Signature
Group.TakeatPos(Group g
, int pos
) → Card|nil
lua
g:TakeatPos(pos)