mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Fixes an autodoc (#27590)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
/// Validates the proc exists on this type (or global unfortunately)
|
||||
/// Validates the proc exists on this type
|
||||
#define PROC_REF(X) (nameof(.proc/##X))
|
||||
/// Validates the proc exists on the specified type
|
||||
#define TYPE_PROC_REF(TYPE, X) (nameof(##TYPE.proc/##X))
|
||||
/// Validates the proc exists on global
|
||||
#define GLOBAL_PROC_REF(X) (/proc/##X)
|
||||
|
||||
#define NAMEOF_STATIC(datum, X) (#X || type::##X)
|
||||
#define CALL_EXT call_ext
|
||||
|
||||
Reference in New Issue
Block a user