NitroCode.cs File Reference

Classes

class  Nitro.NitroCode
 This class represents a compiled script. It's not directly callable though. You'll need to Instance an object (and cast to whatever baseType used) using the Instance method and can then call methods on that. More...
 

Namespaces

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

Constant Groups

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

Functions

delegate void Nitro.AotFileEvent (string path)