Function; SobGroup_CreateIfNotExist - HWRM/KarosGraveyard GitHub Wiki

SobGroup_CreateIfNotExist(group_name)

Description

Creates an new, empty SobGroup referenced by group_name, if it doesn't already exist.

This function is presumably identical to SobGroup_Create.

Example

SobGroup_Create("my-group"); -- Creates a new group referenced by the string "my-group", if it doesn't already exist.

Arguments

Param Type Description
group_name string The name of the (potentially new) group.

Returns

nil

Related Pages

Comments

This is a new HWRM function, but it seems that it does the exact same thing as SobGroup_Create.

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial