setMetaTable abstract method

void setMetaTable(
  1. int index
)

The function pops a table from the stack and sets it as the metatable of the object at the given index.

Implementation

void setMetaTable(int index);