MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / At

Method At

src/server/angelscript/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 7

ArrayToStringFunction · 0.45
GetCommandLineArgsFunction · 0.45
GetKeysMethod · 0.45
GetFilesMethod · 0.45
GetDirsMethod · 0.45
StringJoinFunction · 0.45

Calls 1

SetExceptionMethod · 0.80

Tested by

no test coverage detected