Differences From Artifact [98e4b49059]:
- File sql.doc — part of check-in [1bcf59e130] at 2021-02-16 03:08:39 on branch trunk — Add XY function (user: user, size: 5498) [annotate] [blame] [check-ins using]
To Artifact [fa10274d55]:
- File sql.doc — part of check-in [2f8784fac0] at 2021-02-16 07:11:26 on branch trunk — In the level editor, add the possibility to clear levels, resize levels, and to fill the playfield with one kind of object. (user: user, size: 5557) [annotate] [blame] [check-ins using]
︙ | |||
81 82 83 84 85 86 87 88 89 90 91 92 93 94 | 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | + | TRACE_ON() Enables tracing when called. XY(x,y) Many bindings require a position as their first argument; use this function to combine X/Y coordinates into a single value for this. Coordinates are one-based. This is the same as (x+y*64). ZERO_EXTEND(number) Zero extends a 32-bit number to 64-bits. Same as NVALUE. === Tables === |
︙ |