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

Function Width

source/userdata.cpp:494–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492// ***********************************************************************
493
494i32 Width(lua_State* L) {
495 UserData* pUserData = (UserData*)luaL_checkudata(L, 1, "UserData");
496 lua_pushinteger(L, pUserData->width);
497 return 1;
498}
499
500// ***********************************************************************
501

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected