Differences From Artifact [8e507e60da]:
- File sql.doc — part of check-in [7a6ec6b4a1] at 2021-01-07 07:42:53 on branch trunk — Add a placeholder icon for the new move at the end of the move list (user: user, size: 5236) [annotate] [blame] [check-ins using]
To Artifact [e12587dc57]:
- File sql.doc — part of check-in [1c75f94d6b] at 2021-02-11 05:54:41 on branch trunk — Add the MOVE_LIST() SQL function (user: user, size: 5291) [annotate] [blame] [check-ins using]
︙ | |||
45 46 47 48 49 50 51 52 53 54 55 56 57 58 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | + + + | MVALUE(number) Makes a game value of type 'message'. MODSTATE() The SDL keyboard modifier state. MOVE_LIST() Return the current move list as a blob. MOVENUMBER() Return the number of moves executed so far since the level restarted. NVALUE(number) Makes a game value of type 'number'. Same as ZERO_EXTEND. OVALUE(number) |
︙ |