xfgrShowAllGroups
xfgrShowAllGroups( ) => t / nil
Description
Displays all groups in the Create Fluid Guard Ring form.
Arguments
Value Returned
Example
Displays all groups in the Create Fluid Guard Ring form.
if(xfgrShowAllGroups() then info("All groups are displayed") else info("All/Some groups cannot be displayed")
)
Return to top