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