World.isCellLoadedClient

Kind: Function

Environments: Game

Game

world:isCellLoadedClient( cellX, cellY )

Open the full Game reference

Availability: Client only

Parameters:

Name Type Description
world World The world to look in.
cellX integer The cell X value.
cellY integer The cell Y value.

Returns:

Type Description
boolean If the cell is loaded or not.