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

Method Set

sdk/tests/test_feature/source/test_object.cpp:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 CObject() {val = 0;/*PRINTF("C:%x\n",this);*/}
80 ~CObject() {/*PRINTF("D:%x\n", this);*/}
81 void Set(int v) {val = v;}
82 int Get() {return val;}
83 int &GetRef() {return val;}
84 int val;

Callers 7

TestFunction · 0.45
ReleaseMethod · 0.45
GetFunc1Function · 0.45
ReturnRefFunction · 0.45
getEntitiesFunction · 0.45
getDynamicFunctionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected