dopfieldtype expression function
Returns the type of a DOP field.
Replaced by: hou.DopField
Usage
dopfieldtype(dop, objectSpec, subDataName, recordType, fieldNum)
Returns the type of the fieldNumth field of the given record.
Possible types are: “string”, “float”, “vector2”, and “vector3”.
Examples
dopfieldtype("/obj/dopnet1", "obj0", "Position", "Options", 2)
Returns the type of the third field of the Options record of the Position data attached to object obj0.