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
{{ message }}
This repository was archived by the owner on Jul 17, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,21 @@ func update => {
113
113
}
114
114
```
115
115
116
+
# Known Limitations
117
+
## Float Support
118
+
At the moment firework does not have float support, however that is to change.
119
+
## String Support
120
+
Due to the limitations of addons string might be difficult and computationally expensive so experiments will be done with this but it is not garunteed to be added.
121
+
## Delayed IFs
122
+
Due to the limitations of addons if statements will use the state from the previous tick. In order to get around this you need to delay the if by 1:
0 commit comments