OpenSim
|
Classes | |
interface | ICompiler |
interface | IScriptApi |
interface | IScriptEngine |
An interface for a script API module to communicate with the engine it's running under More... | |
interface | IScriptWorkItem |
interface | IScriptInstance |
Interface for interaction with a particular script instance More... | |
Enumerations | |
enum | StateSource { StateSource.RegionStart = 0, StateSource.NewRez = 1, StateSource.PrimCrossing = 2, StateSource.ScriptedRez = 3, StateSource.AttachedRez = 4, StateSource.Teleporting = 5 } |
Enumerator | |
---|---|
RegionStart | |
NewRez | |
PrimCrossing | |
ScriptedRez | |
AttachedRez | |
Teleporting |
Definition at line 42 of file IScriptInstance.cs.