Closed Packetdancer closed 8 months ago
Basically what it says on the tin. Since GMAS attempts to access BoundVariables and UnBoundVariables without any safety guards, if those have not been initialized, they are null, and attempting to actually get values out of them will not work well.
BoundVariables
UnBoundVariables
Change was merged, this can be closed.
Basically what it says on the tin. Since GMAS attempts to access
BoundVariables
andUnBoundVariables
without any safety guards, if those have not been initialized, they are null, and attempting to actually get values out of them will not work well.