Hi Christoph,

Everything below is IIRC:

EmptyList(List) just checks whether the supplied list is empty, and
returns a boolean value.
AppendAfter(List,Node,Node) takes a list and two nodes as parameters (or
maybe just two nodes? I have to check that one) and inserts the second
node after the first one (which is already in the list).
SetNowSeen(View) takes the x, y and z properties of the supplied view
object, calculates the corresponding screen rectangle, and writes its
coordinates to the ns* selectors. IIRC, the bytecode handles copying
from ns* (NowSeen*) to ls* (LastSeen*).
DoAvoider() is a NOP.
DisposeList(Node) - are you sure that one exists? I know that FreeSCI
sometimes outputs list-related error messages, but I thought that those
were related to the sound system?

Lars


Reply via email to