1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
|
FlushClass ( class -- ) **
Resets the Arrived, Busy, Departed, Inertia, Moved, and UserSignal flags
of all objects of the specified class to zero. If the class is -1, then
all objects are flushed in this way, and during the input phase, it also
skips the beginning and ending phases if the class is -1.
FlushObj ( -- ) **
Resets this object's Arrived, Departed, Inertia, Moved, and UserSignal.
,FlushObj ( obj -- ) **
Resets the Arrived, Busy, Departed, Inertia, Moved, and UserSignal flags
of the specified object only.
From ( -- obj )
The object which send the message to this object. In some cases, this
|
|
|
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
|
FlushClass ( class -- ) **
Resets the Arrived, Busy, Departed, Inertia, Moved, and UserSignal flags
of all objects of the specified class to zero. If the class is -1, then
all objects are flushed in this way, and during the input phase, it also
skips the beginning and ending phases if the class is -1.
FlushObj ( -- ) **
Resets this object's Arrived, Busy, Departed, Inertia, Moved, UserSignal.
,FlushObj ( obj -- ) **
Resets the Arrived, Busy, Departed, Inertia, Moved, and UserSignal flags
of the specified object only.
From ( -- obj )
The object which send the message to this object. In some cases, this
|