isTable method

bool isTable([
  1. int index = -1
])

Checks if the value at index is a table.

Implementation

bool isTable([int index = -1]) => lua_istable(L, index);