Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ is_vector3
Method
is_vector3
src/lua/lua_stack.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
bool LuaStack::is_vector3(int i)
36
{
37
return device()->_lua_environment->is_vector3((Vector3 *)lua_touserdata(L, i));
38
}
39
40
bool LuaStack::is_quaternion(int i)
41
{
Callers
4
lua_dump_table
Function · 0.45
lua_save_data_write_value
Function · 0.45
load_api
Function · 0.45
check_temporary
Method · 0.45
Calls
2
device
Function · 0.85
lua_touserdata
Function · 0.50
Tested by
no test coverage detected