VariableType.cs File Reference

Namespaces

 Nitro
 Contains the Nitro (Javascript-like) script compiler and engine.
 

Constant Groups

 Nitro
 Contains the Nitro (Javascript-like) script compiler and engine.
 

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...