PEd_InstanceCreate

A function defined in PEd_instanceLegacy.gml

PEd_InstanceCreate(_room, _x, _y, _object)

Description

Creates an instance of the object and adds it to the room.

Arguments

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.

Returns

Id.Instance The instance.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.