MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / toString

Method toString

Source/Lua/Deprecated/CtrlrLuaRectangle.cpp:231–234  ·  view source on GitHub ↗

const CtrlrLuaRectangle CtrlrLuaRectangle::getSmallestIntegerContainer() { return (r.getSmallestIntegerContainer()); } */

Source from the content-addressed store, hash-verified

229}
230*/
231const String CtrlrLuaRectangle::toString()
232{
233 return (r.toString());
234}
235
236void CtrlrLuaRectangle::wrapForLua (lua_State *L)
237{

Callers 15

setPropertyColourMethod · 0.45
restoreGroupMethod · 0.45
removeGroupMethod · 0.45
restoreMethodMethod · 0.45
addMethodMethod · 0.45
valueTreeChildRemovedMethod · 0.45
getGroupByUuidMethod · 0.45
findGroupRecursiveMethod · 0.45
forEachXmlChildElementFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected