Function: class_names()
ts
function class_names(this: void, lua_state: lua_State): LuaTable<number, string>;Get names of LuaBind classes registered in a Lua state.
Parameters
| Parameter | Type | Description |
|---|---|---|
this | void | - |
lua_state | lua_State | Lua state to inspect. |
Returns
LuaTable<number, string>
Registered class names.