Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
553
asUINT CScriptGrid::GetWidth() const
554
{
555
if( buffer )
556
return buffer->width;
557
558
return 0;
559
}
560
561
asUINT CScriptGrid::GetHeight() const
562
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected