Open main menu

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

m
Text replacement - "<source lang=" to "<syntaxhighlight lang="
m (behaviour -> behavior)
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
 
(2 intermediate revisions by the same user not shown)
Line 134: Line 134:
Animate (see the Section called Kernel function 0x0b: Animate([DblList], [word]) in Chapter 5) can be called in two ways:
Animate (see the Section called Kernel function 0x0b: Animate([DblList], [word]) in Chapter 5) can be called in two ways:


<syntax type="C">
<syntaxhighlight lang="c">
Animate(DblList cast, bool cycle)
Animate(DblList cast, bool cycle)
Animate()</syntax>
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.
TrustedUser
2,147

edits