<table> Utilities.CombineTables(<table> Base, <table> ToAdd)
Merges the ToAdd table onto the Base table.
ToAdd
Base
The Base table will get modified, if you do not want it to be affected, use the DeepCopy function.
The table to merge onto
table
{}
The table to merge from
<table> the merged table
Last updated 2 years ago