Classes

developer »

gameProject »

pedestrianController »

playerPlatform »

punishment »

team »

Concepts

Libraries

Objects

removeObject

Description

Remove an object from the object grid at the specified coordinates.

Arguments

1 number x

the tile X coordinate.

2 number y

the tile Y coordinate.

3 any object

the object to remove from the grid.

Returns

1 bool

whether the removal was successful.