Add support for getting and setting output variables with Get/SetEntProp*.

This commit is contained in:
Nicholas Hastings
2017-02-07 07:52:00 -05:00
parent 113a4a55c6
commit af9852a68f
2 changed files with 180 additions and 25 deletions
+2
View File
@@ -72,6 +72,8 @@ enum PropFieldType
thus FindDataMapOffs() will return the constant size
of the string_t container (which is 32 bits right now).
*/
PropField_Variant, /**< Valid for Data fields only Type is not known at the field level,
(for this call), but dependent on current field value. */
};
/**