-
Notifications
You must be signed in to change notification settings - Fork 0
API: Lua: VM: Checker
Аниса edited this page Oct 2, 2022
·
2 revisions
bool result = vm -> isNil(int index = 1);
bool result = vm -> isBool(int index = 1);
bool result = vm -> isString(int index = 1);
bool result = vm -> isNumber(int index = 1);
bool result = vm -> isTable(int index = 1);
bool result = vm -> isThread(int index = 1);
bool result = vm -> isUserData(int index = 1);
bool result = vm -> isFunction(int index = 1);