View Source Islands.Engine.Guards (Islands Engine v0.2.63)

Defines guards for the Islands Engine API.

Summary

Functions

No range check on row or col: island can be dropped partly outside board.

No range check on row or col: island can be dropped partly outside board.

Functions

Link to this macro

valid?(game_name, player_id)

View Source (macro)
Link to this macro

valid?(game_name, player_name, gender, pid)

View Source (macro)
Link to this macro

valid?(game_name, player_id, island_type, row, col)

View Source (macro)

No range check on row or col: island can be dropped partly outside board.

Link to this macro

valid_args?(game_name, player_id, row, col)

View Source (macro)

No range check on row or col: island can be dropped partly outside board.