- get
T get(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- getState
state_ptr getState()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUserdata
T getUserdata(string n, int i)
return reference to userdata on stack
- metatable
Var metatable(string n)
Undocumented in source. Be warned that the author may not have intended to support it.
- newUserdata
Var newUserdata(T e, string n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Var opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(T t, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- printStack
string printStack()
Undocumented in source. Be warned that the author may not have intended to support it.
- push
void push(Ret function(Args) f)
Undocumented in source. Be warned that the author may not have intended to support it.
- push
void push(Ret delegate(Args) f)
Undocumented in source. Be warned that the author may not have intended to support it.
- push
void push(double n)
Undocumented in source. Be warned that the author may not have intended to support it.
- push
void push(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- push
void push(Var v)
Undocumented in source. Be warned that the author may not have intended to support it.
- push
void push(Function f)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushField
void pushField()
Undocumented in source. Be warned that the author may not have intended to support it.
- pushField
void pushField(string c, string g, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushField
void pushField(string n, T t, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
void run(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- runFile
void runFile(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- table
Var table(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(int i)
Undocumented in source. Be warned that the author may not have intended to support it.