isUserdata method

bool isUserdata(
  1. int index
)

Implementation

bool isUserdata(int index) => typeAt(index) == LuauType.userdata;