-
Notifications
You must be signed in to change notification settings - Fork 0
Position_destroy_solid
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Destroys all instances of solid objects that collide with the given position.
| Parameter | Data Type | Description |
|---|---|---|
| x | cs_scalar | x coordinate of the position |
| y | cs_scalar | y coordinate of the position |
void: This function does not return anything.
// demonstrates destroying instances of solid objects at a random position in the room
position_destroy_solid(random(room_width), random(room_height));
NOTOC
This is number 1