We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8bc54 commit 0f588b8Copy full SHA for 0f588b8
plugins/include/sdktools.inc
@@ -89,7 +89,8 @@ enum SDKType
89
SDKType_Edict, /**< edict_t (always as pointer) */
90
SDKType_String, /**< NULL-terminated string (always as pointer) */
91
SDKType_Bool, /**< Boolean (any) */
92
- SDKType_Pointer, /**< Pointer (pass in an array) */
+ SDKType_Object,
93
+ SDKType_Pointer, /**< Pointer (pass in an array) */
94
};
95
96
enum SDKPassMethod
0 commit comments