mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-08 21:54:42 +01:00
f4e20a3765
* remove https:// from version error * move proc_refs file
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
/// Validates the proc exists on this type (or global unfortunately)
|
|
#define PROC_REF(X) (nameof(.proc/##X))
|
|
#define TYPE_PROC_REF(TYPE, X) (nameof(##TYPE.proc/##X))
|
|
#define GLOBAL_PROC_REF(X) (/proc/##X)
|
|
#define NAMEOF_STATIC(datum, X) (#X || type::##X)
|
|
#define CALL_EXT call_ext
|