Click or drag to resize

Dnum Constructor (Int64, String)

A complex damage amount or failed attack

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public Dnum(
	long NumberValue,
	string CustomDamageString
)

Parameters

NumberValue
Type: SystemInt64
A positive Int64 or static Dnum property
CustomDamageString
Type: SystemString
A string that better shows what the value means
See Also