🔨Combine Tables
<table> Utilities.CombineTables(<table> Base, <table> ToAdd)
Merges the ToAdd
table onto the Base
table.
The Base
table will get modified, if you do not want it to be affected, use the DeepCopy function.
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