xfgrHideOption
xfgrHideOption(
g_optionName
)
=> t / nil
Description
Hides the specified option from the Create Fluid Guard Ring form.
Arguments
|
The name of the option to be hidden from the Create Fluid Guard Ring form. |
Value Returned
Example
Hides the wrapType option from the Create Fluid Guard Ring form.
if(xfgrHideOption("wrapType") then
info("wrapType option is hidden")
else
info("wrapType option does not exist")
)
Return to top