-
Notifications
You must be signed in to change notification settings - Fork 33
Define Comment
SPGoding edited this page Apr 27, 2020
·
4 revisions
#define
comments are a way to define a string which will be used to compute completions, rename symbols,
and find references/definitions by DHP.
The game will treat definition comments as normal comments and simply ignore them.
Syntax: #define <type: string> <value: string>
Version | Description |
---|---|
2.0.0 | Added #alias comment. |