MCPcopy Create free account
hub / github.com/anjo76/angelscript / At

Method At

sdk/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 15

ArrayToStringFunction · 0.45
GetCommandLineArgsFunction · 0.45
GetKeysMethod · 0.45
GetFilesMethod · 0.45
GetDirsMethod · 0.45
StringJoinFunction · 0.45
TestExecuteStringFunction · 0.45
TestGlobalVarFunction · 0.45
TestFunction · 0.45
ArrayToStringFunction · 0.45
StringSplit_GenericFunction · 0.45

Calls 1

SetExceptionMethod · 0.80

Tested by 15

TestExecuteStringFunction · 0.36
TestGlobalVarFunction · 0.36
TestFunction · 0.36
ArrayToStringFunction · 0.36
StringSplit_GenericFunction · 0.36
StringJoin_GenericFunction · 0.36
TestAndrewPriceFunction · 0.36
TestFunction · 0.36
CreateArrayOfStringsFunction · 0.36
FillSTLVectorFunction · 0.36
FillSTLMatrixFunction · 0.36
getEntitiesFunction · 0.36