dopfieldtype expression function
Returns the type of a DOP field.
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.
Replaced by
Replaced by hou.DopField.type
