LoadsetTargetValues.addTarget


addTarget(type, name, entity, component, condition, value)

Add the specified target.

typestringlocation type; valid values are: "point", "line start", "line end".
namestringlocation name
entitystringresults entity
componentstringresults component
conditionstringcomparison condition; valid values are: "<<=", "=", ">="
valuedoubletarget value
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to LoadsetTargetValues

Back to Overview