MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / At

Method At

Source/Scripting/angelscript/add_on/scriptgrid/scriptgrid.cpp:562–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void *CScriptGrid::At(asUINT x, asUINT y) {
563 return At(buffer, x, y);
564}
565
566// Return a pointer to the array element. Returns 0 if the index is out of bounds
567void *CScriptGrid::At(SGridBuffer *buf, asUINT x, asUINT y) {

Callers 15

ASApplyParentRotationsFunction · 0.45
GetNumBoneChildrenFunction · 0.45
CDrawArmsImplFunction · 0.45
CScriptArrayWrapperClass · 0.45
CFireRibbonUpdateFunction · 0.45
CFireRibbonUpdateFunction · 0.45
CFireRibbonPreDrawFunction · 0.45
AS_SocketTCPSendFunction · 0.45
ASDebugDrawLinesFunction · 0.45
CreateCustomHullFunction · 0.45
AS_ImGui_ComboFunction · 0.45
AS_ImGui_ListBoxFunction · 0.45

Calls 2

AtFunction · 0.85
SetExceptionMethod · 0.80

Tested by

no test coverage detected