This enumeration has no description.
Name | Description |
---|---|
SDKType_CBaseEntity | CBaseEntity (always as pointer) |
SDKType_CBasePlayer | CBasePlayer (always as pointer) |
SDKType_Vector | Vector (pointer, byval, or byref) |
SDKType_QAngle | QAngles (pointer, byval, or byref) |
SDKType_PlainOldData | Integer/generic data <=32bit (any) |
SDKType_Float | Float (any) |
SDKType_Edict | edict_t (always as pointer) |
SDKType_String | NULL-terminated string (always as pointer) |
SDKType_Bool | Boolean (any) |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.