Room - Mtax-Development/GML-OOP GitHub Wiki
Constructs a Room resource used to group and execute other resources.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
ID |
{int:room} |
None |
No |
name |
{string} |
"undefined" |
No |
persistent |
{bool} |
false |
No |
size |
Vector2(0, 0) |
No |
|
addedInstances |
{Room.AddedInstance[]} |
[] |
No |
visited |
{bool} |
false |
No |
persistenceOnVisit |
{bool} |
undefined |
No |
previousRoom |
{int:room} |
undefined |
No |
Name |
Arguments |
New constructor |
|
Wrapper |
other {int:room} |
Empty |
|
Constructor copy |
other {Room} |