14.11.2016, 12:54
v0.3 beta 14th November
Changes:
View include
*The tag for command flags could be changed in future (before going out of beta)
*Open for suggestions
Lot of cookies for Y_Less for his support here!
Changes:
- You can return integers in command functions (Usage of CMD_SUCCESS, CMD_FAILURE is made optional)
- Flags are now tagged variables ('flags' is the tag)
- ExecuteCommand return/success values changed.
Код:
enum flags (*=2) { ADMIN_COMMAND_FLAG = 1, TEST1, TEST2 }
*The tag for command flags could be changed in future (before going out of beta)
*Open for suggestions
Lot of cookies for Y_Less for his support here!