MCPcopy Create free account
hub / github.com/defold/defold / ToVector

Function ToVector

engine/script/src/script_vmath.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 FloatVector* ToVector(lua_State* L, int index)
192 {
193 return (FloatVector*)ToUserType(L, index, TYPE_HASHES[SCRIPT_TYPE_VECTOR]);
194 }
195
196 static const luaL_reg Vector_methods[] =
197 {

Callers 1

CheckUserDataFunction · 0.85

Calls 1

ToUserTypeFunction · 0.85

Tested by

no test coverage detected