Lua.push

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void push(Ret function(Args) f)
    class Lua
    protected
    void
    push
    (
    Ret
    Args...
    )
    (
    Ret function
    (
    Args
    )
    f
    )
  2. void push(Ret delegate(Args) f)
  3. void push(double n)
  4. void push(string s)
  5. void push(Var v)
  6. void push(Function f)

Meta