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

Method size

sdk/tests/test_feature/source/test_arrayobject.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 int size() {return length;}
48 void push_back(int &v)
49 {
50 int *b = new int[length+1];

Callers 15

~CGameMgrMethod · 0.45
RunMethod · 0.45
RenderMethod · 0.45
GetGameObjAtMethod · 0.45
FindGameObjByNameMethod · 0.45
~CScriptMgrMethod · 0.45
GetControllerScriptMethod · 0.45
ExecuteScriptFunction · 0.45
RequestContextCallbackFunction · 0.45
PragmaCallbackFunction · 0.45
~CStdStringFactoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected