xfgrHideAllOptions
xfgrHideAllOptions( ) => t / nil
Description
Hides all current groups in the Create Fluid Guard Ring form.
Arguments
Value Returned
Example
Hides all current groups and options in the Create Fluid Guard Ring form.
if(xfgrHideAllOptions() then info("Empty form created.") else info("Could not make the form empty")
)
Return to top