Room - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a Room resource used to group and execute other resources.

Specification

Destruction
Elements
Garbage Collection
None

Properties

Name
Type
Default
Modifiable
ID
{int:room}
None
No
name
"undefined"
No
persistent
false
No
size
Vector2(0, 0)
No
addedInstances
{Room.AddedInstance[]}
[]
No
visited
false
No
persistenceOnVisit
undefined
No
previousRoom
{int:room}
undefined
No

Construction types

Name
Arguments
New constructor
size? {Vector2}
persistent? {bool}
Wrapper
other {int:room}
Empty
Constructor copy
other {Room}
⚠️ **GitHub.com Fallback** ⚠️