Bolt Enhanced Pro - Bolt Generator New Update Preview

Published 2021-02-10
Bolt Enhanced Pro - Bolt Generator New Update Preview
===
✔ Support generic math operators
• Add (+)
• Subtract (-)
• Multiply (*)
• Divide (/)
• Modulo (%)

Example
• 1 + 2 - 3 * 4 / 5 % 6

✔ Support bitwise operators
• And (&)
• Or (|)
• Xor (^)
• Shift Left
• Shift Right

Example
• 1 & 2 | 3 ^ 4

✔ Support round brackets for the operand priority
Example
• 1 + 2 * (3 - (4 * (5 - 2)))

✔ Support boolean operators
• And
• Or
• Equal
• Less
• Less Equal
• Greater
• Greater Equal

✔ Support other math functions
• Acos
• Asin
• Atan
• Ceiling
• Cos
• Exp
• Floor
• IEEERemainder
• Log
• Log10
• Max
• Min
• Pow
• Round
• Sign
• Sin
• Sqrt
• Tan
• Truncate

Example
• Sin(10) + Cos(20) + Min(10, 20) + Max(20, 30)

✔ Support if (condition) command
Example
• if (1 + 2 == 2)
• if (1 + 2 == 2, 3, 4)

✔ Support ternary format
Example
• 1 + 2 == 2 ? 3 : 4

✔ Support while(), while(condition) commands
✔ Support for(), for (startIndex, endIndex), for(startIndex, endIndex, step) commands.
✔ Support all Bolt Variables
• Graph Variables (graph)
• Object Variables (object)
• Scene Variables (scene)
• App Variables (app)
• Saved Variables (saved)
• Syntax
[type.variableName]
Example
• [graph.testGraphVariable]
• [object.testGraphVariable]

✔ Support generate all the above syntaxes into
• Bolt Flow file
• Bolt Flow file with a custom name
• Copy generated flow graph into Clipboard

✔ Support generate all the above syntaxes into Bolt Graph

Twitter: twitter.com/yolostudiogame
Email: [email protected]
Website: yolostudio.io/
Preview Feature playlist on Youtube:    • Bolt Enhanced  

All Comments (1)