Methods.IsEmptyGrid - notruilin/DeceptionGame GitHub Wiki

public bool IsEmptyGrid(Vector3 pos);

Parameters

pos A Vector3 position

Description

Checks if the position is empty grid. Return true or false.

Empty means the grid hasn't been deposited, blocked and it isn't on an anchor.