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...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{APIdoc|DieResult.Flags | + | {{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> | ||
− | === | + | === Property Value === |
Type: [[Dice/DieFlags|Dice.DieFlags]] | Type: [[Dice/DieFlags|Dice.DieFlags]] | ||
Any special flags giving more information about the roll. | Any special flags giving more information about the roll. |
Latest 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; }
Property Value
Type: Dice.DieFlags
Any special flags giving more information about the roll.