MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getCellSize

Function getCellSize

Engine/source/gui/controls/guiTextListCtrl.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77 virtual void setCellSize( const Point2I &size ){ mCellSize = size; }
78 virtual void getCellSize( Point2I &size ){ size = mCellSize; }
79
80 const char *getScriptValue();
81 void setScriptValue(const char *value);

Callers 2

onRenderCellMethod · 0.85
onRenderCellMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected