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.8.2.285
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