Difference between revisions of "Dice/RollerConfig/RollerConfig"

From DiceRoller Documentation
(Created page with "{{APIdoc|RollerConfig Constructor ()}} Initializes the RollerConfig with default values. == Syntax == <syntaxhighlight lang="C#"> public RollerConfig() </syntaxhighlight>")
 
Line 6: Line 6:
 
public RollerConfig()
 
public RollerConfig()
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
== Remarks ==
 +
See the [[API/RollerConfig#Remarks|remarks]] on the RollerConfig class for a list of default values.

Revision as of 04:29, 9 April 2017

Initializes the RollerConfig with default values.

Syntax

public RollerConfig()

Remarks

See the remarks on the RollerConfig class for a list of default values.