World.isCellLoadedServer

Kind: Function

Environments: Game

Game

world:isCellLoadedServer( cellX, cellY )

Open the full Game reference

Availability: Server 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.