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 script compiler and engine. Part of the Wrench Framework.
 

Constant Groups

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

Functions

delegate void Nitro.AotFileEvent (string path)