CadAddCustProp
Adds a row to the custom-entity property table (call inside a CEntGetProps callback).
std::int32_t CadAddCustProp (
std::int32_t IdProp,
const char* szName,
const char* szValue,
std::int32_t ValType
);
Parameters
- IdProp (std::int32_t)
- Integer value.
- szName (const char*)
- NUL-terminated UTF-8 string.
- szValue (const char*)
- NUL-terminated UTF-8 string.
- ValType (std::int32_t)
- Integer value.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.