ScenEdit_AddSide (table)

This function adds a new side with the specified name. The new side can be used after this is done.

Parameters

  • table {}
    • side = string The name of the new side
  • The keyword 'name' can be used for 'side' due to an error.

Returns

Side A wrapper for the new side

Example
ScenEdit_AddSide({side='OPFOR'})