Skip to content

Duel.CheckLocation

Source Code | Duel Functions

Checks if there is an position (int seq) available for the player (int player) in the location (int location). (The sequence (int seq) is used to indicate the specific position of the location, for example in the location of monsters the sequence would go from 0 to 7., etc.)

Signature

Duel.CheckLocation(int player, int location, int seq) → bool

lua
Duel.CheckLocation(player,location,seq)

Parameters

Returns


under-construction