Free Hero Mesh

Check-in [31c9d6bdd3]
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.
Overview
Comment:Improve the documentation for the Input flag
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 31c9d6bdd3391cb2c782337e7d6cbacf506e195e
User & Date: user on 2021-02-08 22:35:16
Other Links: manifest | tags
Context
2021-02-09
04:12
Add commands into the editor to add objects into the level. (TODO: Add support for dragging) check-in: eaf7cc8eb1 user: user tags: trunk
2021-02-08
22:35
Improve the documentation for the Input flag check-in: 31c9d6bdd3 user: user tags: trunk
2021-02-07
06:41
Correct a typographical error in a comment in man6/heromesh.str check-in: f697a654f2 user: user tags: trunk
Changes

Modified class.doc from [843e407ddb] to [eb7b165753].

298
299
300
301
302
303
304
305

306
307
308
309
310
311
312
  this object does. Each string is one line of text.

(Image <strings...>)
  Specify strings with the names of images. The first string is the
  name of the image numbered 0, next for the image numbered 1, etc.

Input
  Set the Input flag for this class.


Invisible
  Set the Invisible flag for this class.

(Misc4 <numbers...>)
  Specify any combination of numbers and/or bit constants. Defines the
  Misc4 variable of this class to be the bitwise OR of the listed numbers.







|
>







298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
  this object does. Each string is one line of text.

(Image <strings...>)
  Specify strings with the names of images. The first string is the
  name of the image numbered 0, next for the image numbered 1, etc.

Input
  Set the Input flag for this class. This causes it to receive a KEY
  message during the input phase of each turn.

Invisible
  Set the Invisible flag for this class.

(Misc4 <numbers...>)
  Specify any combination of numbers and/or bit constants. Defines the
  Misc4 variable of this class to be the bitwise OR of the listed numbers.