MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / GetWidth

Method GetWidth

external/as_add_on/scriptgrid/scriptgrid.cpp:553–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553asUINT CScriptGrid::GetWidth() const
554{
555 if( buffer )
556 return buffer->width;
557
558 return 0;
559}
560
561asUINT CScriptGrid::GetHeight() const
562{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected