Free Hero Mesh

Diff
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Differences From Artifact [6ae95e1473]:

To Artifact [fcbb96f739]:


2259
2260
2261
2262
2263
2264
2265


















2266
2267
2268
2269
2270
2271
2272

%X
  Display a unsigned hexadecimal number in uppercase.

%%
  Display a percentage sign; does not consume an argument.




















=== Messages ===

This section describes when the various standard messages are sent to
objects, and what return values are expected. (Do not confuse CREATE with
CREATED, or DESTROY with DESTROYED, or COLLIDE with COLLIDING; they have
different purposes.)







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290

%X
  Display a unsigned hexadecimal number in uppercase.

%%
  Display a percentage sign; does not consume an argument.

%(
  Begin a conditional block, of the form "%(true-part%|false-part%)" or
  "%(true-part%)". Consumes one argument; if zero then the false-part is
  used (or nothing, if there is no false-part), or if nonzero then the
  true-part is used. Conditional blocks cannot be nested.

%|
  Else part of a conditional block. See above about conditional blocks.

%)
  End of a conditional block. See above about conditional blocks.

%<
  Unconsume one argument. (Does not produce any output.)

%>
  Skip one argument. (Does not produce any output.)


=== Messages ===

This section describes when the various standard messages are sent to
objects, and what return values are expected. (Do not confuse CREATE with
CREATED, or DESTROY with DESTROYED, or COLLIDE with COLLIDING; they have
different purposes.)