MCPcopy Create free account
hub / github.com/DavidColson/Polybox / Height

Function Height

source/userdata.cpp:502–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500// ***********************************************************************
501
502i32 Height(lua_State* L) {
503 UserData* pUserData = (UserData*)luaL_checkudata(L, 1, "UserData");
504 lua_pushinteger(L, pUserData->height);
505 return 1;
506}
507
508// ***********************************************************************
509

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected