mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Added new SendProp type to dt_common.h
This commit is contained in:
@ -103,6 +103,7 @@ typedef enum
|
|||||||
DPT_Int=0,
|
DPT_Int=0,
|
||||||
DPT_Float,
|
DPT_Float,
|
||||||
DPT_Vector,
|
DPT_Vector,
|
||||||
|
DPT_VectorXY,
|
||||||
DPT_String,
|
DPT_String,
|
||||||
DPT_Array, // An array of the base types (can't be of datatables).
|
DPT_Array, // An array of the base types (can't be of datatables).
|
||||||
DPT_DataTable,
|
DPT_DataTable,
|
||||||
|
Reference in New Issue
Block a user