HeroStats Libraries
DetailData.ReadFrom Method 

[This is preliminary documentation and subject to change.]

Imports detail entries from a DetailsDataTable, clearing the table after loading its entries.

[Visual Basic]
Public Sub ReadFrom( _
   ByVal table As DetailsDataTable, _
   ByVal merge As Boolean _
)
[C#]
public void ReadFrom(
   DetailsDataTable table,
   bool merge
);

Parameters

table
The table to read
merge
If true, will merge the data read into any existing data in this object. If false, existing data will be cleared first.

See Also

DetailData Class | HeroStats.StatsEngine Namespace