Difference between revisions of "Dice/DieResult/Flags"

From DiceRoller Documentation
(Created page with "{{APIdoc|DieResult.Flags Field}} Contains metadata about the DieResult. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DieFlags Flags </syntaxhighlight> === Field V...")
 
Line 1: Line 1:
{{APIdoc|DieResult.Flags Field}}
+
{{APIdoc|DieResult.Flags Property}}
 
Contains metadata about the DieResult.
 
Contains metadata about the DieResult.
  
Line 6: Line 6:
 
== Syntax ==
 
== Syntax ==
 
<syntaxhighlight lang="C#">
 
<syntaxhighlight lang="C#">
public DieFlags Flags
+
public DieFlags Flags { get; set; }
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Revision as of 05:55, 15 April 2017

Contains metadata about the DieResult.

  • Namespace: Dice
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

public DieFlags Flags { get; set; }

Field Value

Type: Dice.DieFlags

Any special flags giving more information about the roll.