Difference between revisions of "SCI/Specifications/SCI virtual machine/Kernel functions"

Jump to navigation Jump to search
m
Formatting fixes, linkify section reference
m (Fixed typos, linkify section reference)
m (Formatting fixes, linkify section reference)
Line 118: Line 118:


===Kernel function 0x07: RespondsTo(?)===
===Kernel function 0x07: RespondsTo(?)===
Kernel function 0x08: DrawPic(word[, word, word, word])
 
==Kernel function 0x08: DrawPic(word[, word, word, word])==
KDrawPickfunct 0x08: DrawPic();
KDrawPickfunct 0x08: DrawPic();
word PicNr[, word Animation, word Flags, word DefaultPalette];
word PicNr[, word Animation, word Flags, word DefaultPalette];
Line 147: Line 148:
</ol>
</ol>


The animation is executed when kAnimate() (see KAnimateSection [*]) is invoked. If not specified, it is assumed to be the same animation as last time.
The animation is executed when kAnimate() (see [[SCI/Specifications/SCI in action/Views and animation in SCI|Views and animation in SCI]] section) is invoked. If not specified, it is assumed to be the same animation as last time.
(word) Flags:
(word) Flags:


236

edits

Navigation menu