🔨Combine Tables

<table> Utilities.CombineTables(<table> Base, <table> ToAdd)

Merges the ToAdd table onto the Base table.

Parameters

Name
Description
Type
Default
Optional

Base

The table to merge onto

table

{}

ToAdd

The table to merge from

table

{}

Return

<table> the merged table

Last updated