Skip to content

Define Comment

SPGoding edited this page May 7, 2020 · 4 revisions

Introduction

#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>

define-comments

History

Version Description
2.0.0 Added #alias comment.
Clone this wiki locally