HeroStats Libraries
GlobalConfigDataSet.BuffsDataTable.AddBuffsRow Method (String, Double, Int32, Int32, Boolean)

[This is preliminary documentation and subject to change.]

[Visual Basic]
Overloads Public Function AddBuffsRow( _
   ByVal Name As String, _
   ByVal Duration As Double, _
   ByVal Stackability As Integer, _
   ByVal Area As Integer, _
   ByVal AllowOverwrite As Boolean _
) As BuffsRow
[C#]
public BuffsRow AddBuffsRow(
   string Name,
   double Duration,
   int Stackability,
   int Area,
   bool AllowOverwrite
);

See Also

GlobalConfigDataSet.BuffsDataTable Class | HeroStats.StatsEngine Namespace | GlobalConfigDataSet.BuffsDataTable.AddBuffsRow Overload List