You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When declaring a new AutoVar the system does not check the map for existing name.
So if a Serialization system is introduced and creates the variables beforehand, those will be at the bottom of the array but the variable declared in code will get the new value it set instead.
It also means the there will be dangling variables in the array.
The text was updated successfully, but these errors were encountered:
When declaring a new AutoVar the system does not check the map for existing name.
So if a Serialization system is introduced and creates the variables beforehand, those will be at the bottom of the array but the variable declared in code will get the new value it set instead.
It also means the there will be dangling variables in the array.
The text was updated successfully, but these errors were encountered: