LuaTable.makeNew

Undocumented in source. Be warned that the author may not have intended to support it.
  1. LuaTable makeNew(LuaState* lua, int arrayCapacity, int recordCapacity)
    struct LuaTable
    static
    makeNew
    (
    LuaState* lua
    ,
    int arrayCapacity = 0
    ,
    int recordCapacity = 0
    )
  2. LuaTable makeNew(LuaState* lua, Range range)
  3. LuaTable makeNew(LuaState* lua, AA aa)

Meta