Function; SobGroup_SobGroupAdd - HWRM/KarosGraveyard GitHub Wiki

SobGroup_SobGroupAdd(target_group, source_group)

Description

Adds all the ships in source_group to target_group. Both groups must exist before being passed to this function.

Example

-- Adds all ships in "source-group" to "target-group". Does not overwrite "target-group"s current contents.
SobGroup_SobGroupAdd("target-group", "source-group");

Arguments

Param Type Description
target-group string The group which will have ships added to it.
source-group string The group containing ships to add.

Returns

nil

Related Pages

Comments