< Dice‎ | FunctionContext
Revision as of 17:39, 27 April 2017 by Skizzerz (talk | contribs) (Created page with "{{APIdoc|FunctionContext.Scope Property}} Gets the scope of the function being called. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public FunctionScope Scope { get; priv...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FunctionContext.Scope Property

From DiceRoller Documentation

Gets the scope of the function being called.

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

Syntax

public FunctionScope Scope { get; private set; }

Property Value

Type: Dice.FunctionScope

The scope of the function being called.