1
ModuleServerAPIGameLibCollisionSpace
Mees van der Wijk edited this page 2025-08-09 18:46:33 +02:00

ModuleServerApi - GameLib CollisionSpace

Simple object used to calculated collision with other spaces.

Structure

{
   	"id": "123",
    "xLeft": 1,
    "xRight": 2,
    "yTop": 1,
    "yBottom": 2
}

Attribute Type Description
(Optional) id string The id of the space.
xLeft number The left x value.
xRight number The right x value.
yTop number The top y value.
yBottom number the bottom y value.