A function defined in PEd_instanceLegacy.gml
PEd_InstanceCreate(_room, _x, _y, _object)
Creates an instance of the object and adds it to the room.
Name | Type | Description |
---|---|---|
_room | Id.DsMap |
The room. |
_x | Real |
The x position to create the instance at. |
_y | Real |
The y position to create the instance at. |
_object | Asset.GMObject |
The object to create an instance of. |
Id.Instance
The instance.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.