This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
macros:function:math.isequal [2017/11/22 10:03] icke_siegen |
macros:function:math.isequal [2017/11/24 10:54] icke_siegen |
||
---|---|---|---|
Line 26: | Line 26: | ||
== Remarks == | == Remarks == | ||
+ | |||
+ | As of version 10, it is possible to write conditions in a more modern way, which integrates such functions and logic operations as control structures: | ||
+ | |||
+ | <code xml> | ||
+ | < | ||
+ | { | ||
+ | if(Playbacks.Editor.Times.ChaseSpeed == 0.0) { | ||
+ | | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | </ | ||
~~DISCUSSION~~ | ~~DISCUSSION~~ |