<table> Utilities.CombineTables(<table> Base, <table> ToAdd)
Last updated 2 years ago
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 function.
The table to merge onto
table
{}
The table to merge from
<table> the merged table