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
Caprica can extend Papyrus with a few neat features, such as For loops and Switches. However, the default parameter in many JContainers functions interferes with the default token for Switch statements, and the compiler throws errors.
A possible solution would be to replace instances of default with defaultValue, but it would also be disastrous for any code that relies on JContainers.
The text was updated successfully, but these errors were encountered:
Caprica can extend Papyrus with a few neat features, such as For loops and Switches. However, the
default
parameter in many JContainers functions interferes with thedefault
token for Switch statements, and the compiler throws errors.A possible solution would be to replace instances of
default
withdefaultValue
, but it would also be disastrous for any code that relies on JContainers.The text was updated successfully, but these errors were encountered: