Difference between revisions of "SCI/Specifications/SCI in action/Notes on the kernel calls"

Jump to navigation Jump to search
m
behaviour -> behavior
(Merging of the SCI documentation. Done)
 
m (behaviour -> behavior)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:


==Message syscall==
==Message syscall==
: Subfunctions of the Message syscall:
Subfunctions of the Message syscall:
 
;(Message GET module noun verb cond seq buffer)
;(Message GET module noun verb cond seq buffer)
: If buffer is non-NULL, copies the message given by the message tuple to the output buffer. Resets any resource-internal recursion (but not the script-controlled ditto).
: If buffer is non-NULL, copies the message given by the message tuple to the output buffer. Resets any resource-internal recursion (but not the script-controlled ditto).
Line 119: Line 120:
|ignrAct
|ignrAct
|IGNORE ACTOR
|IGNORE ACTOR
|Actors can walk in the rectangle occupied by the view. The behaviour of this bit is odd, and best ex­pressed by example. The Guild Master in QfG1 has his bit 14 set. This means that ego (or someone else) can walk all the way to his chair (try sneaking in on him from behind). If we clear this bit, we can’t sneak in on him.
|Actors can walk in the rectangle occupied by the view. The behavior of this bit is odd, and best ex­pressed by example. The Guild Master in QfG1 has his bit 14 set. This means that ego (or someone else) can walk all the way to his chair (try sneaking in on him from behind). If we clear this bit, we can’t sneak in on him.
|----
|----
|15
|15
2,051

edits

Navigation menu