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
To free us up for possibly changing the underlying names in the future.
// these could also be in all caps...
Spacebrew.Boolean = "boolean";
Spacebrew.Range = "range";
Spacebrew.String = "string";
// ex
sb.addPublish( "amChilling", Spacebrew.Boolean, true );
The text was updated successfully, but these errors were encountered:
To free us up for possibly changing the underlying names in the future.
The text was updated successfully, but these errors were encountered: