hnlGetRoundProp
hnlGetRoundProp(t_propName) =>propValue/ nil
Description
Locates the property of the given name, using hnlGetPropVal, hnlCurrentMaster, and hnlCurrentInst, and then returns the result rounded to the nearest integer. If the named property is not found, nil is returned.
If the property is of string type, the property value is evaluated before it is scaled.
Arguments
Value Returned
Examples
hnlGetRoundProp( "l" )
Related Topics
Return to top