Difference between revisions of "SCI/Specifications/SCI in action/Views and animation in SCI"

Jump to navigation Jump to search
(Fix syntax highlighting)
m (Text replacement - "</source>" to "</syntaxhighlight>")
Line 136: Line 136:
<source lang="c">
<source lang="c">
Animate(DblList cast, bool cycle)
Animate(DblList cast, bool cycle)
Animate()</source>
Animate()</syntaxhighlight>


If the second syntax is used, the two parameters are assumed to be zero.
If the second syntax is used, the two parameters are assumed to be zero.