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

Method At

external/as_add_on/scriptgrid/scriptgrid.cpp:609–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609void *CScriptGrid::At(asUINT x, asUINT y)
610{
611 return At(buffer, x, y);
612}
613
614// Return a pointer to the array element. Returns 0 if the index is out of bounds
615void *CScriptGrid::At(SGridBuffer *buf, asUINT x, asUINT y)

Callers 5

GetKeysMethod · 0.45
GetFilesMethod · 0.45
GetDirsMethod · 0.45
StringJoinFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected