xfgrSetAvailableValues
xfgrSetAvailableValues(
g_optionName
g_supportedOptionValue
)
=> t / nil
Description
Specified the list of valid values for the specified option.
Arguments
Value Returned
Example
Sets Place at Minimum Distance and Enclose By as the supported values for the option, wrapType.
if(xfgrSetAvailableValues("wrapType" '("Place at Minimum Distance" "Enclose By") then info("wrapType possible values can be PlaceAtMinimumDistance or EncloseBy") else info("Available values for option wrapType not updated.")
)
Return to top