Map.toStruct() - Mtax-Development/GML-OOP GitHub Wiki
None.
{struct}
Create a struct with all keys and values of this Map
, as well as its nested Map
s represented as structs. Keys with names that do not follow variable naming rules will not be accessible with the struct variable dot notation, but can still be accessed through a function or an accessor.