VariableType.cs File Reference

Namespaces

 Nitro
 Contains the Nitro script compiler and engine. Part of the Wrench Framework.
 

Constant Groups

 Nitro
 Contains the Nitro script compiler and engine. Part of the Wrench Framework.
 

Enumerations

enum  Nitro.VariableType {
  Nitro.VariableType.Local, Nitro.VariableType.Global, Nitro.VariableType.Field, Nitro.VariableType.Parameter,
  Nitro.VariableType.Any
}
 Represents the various different types of variable available in nitro. More...