Click or drag to resize

Dnum(Int64, String) Constructor

A complex damage amount or failed attack

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

Parameters

NumberValue  Int64
A positive Int64 or static Dnum property
CustomDamageString  String
A string that better shows what the value means
See Also