388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
|
(Misc7 <numbers...>)
Define the Misc7 variable for this class; see Misc4 above for details.
(Others <code...>)
This block must be preceded by another key dispatch block (although not
necessarily directly preceded), and it is only allowed in classes with
the Input flag. If no key dispatch block matches and it is not a key
which is implicitly ignored, and Arg2 and Arg3 are both zero, then it
will execute this block instead.
Player
Set the Player flag for this class.
Quiz
If specified, the internal variables of objects of this class cannot
normally be examined by the player. However, the player can override
|
|
|
|
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
|
(Misc7 <numbers...>)
Define the Misc7 variable for this class; see Misc4 above for details.
(Others <code...>)
This block must be preceded by another key dispatch block (although not
necessarily directly preceded), and it is only allowed in classes with
the Input flag. If no key dispatch block matches and it is not a key
which is implicitly ignored, and Arg3 is both zero, then it will execute
this block instead.
Player
Set the Player flag for this class.
Quiz
If specified, the internal variables of objects of this class cannot
normally be examined by the player. However, the player can override
|