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

Method size

Source/Objects/movementobject.cpp:1998–2000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1996 }
1997
1998 int size() {
1999 return (int)c_script_array_->GetSize();
2000 }
2001
2002 void push_back(const T& val) {
2003 c_script_array_->InsertLast((void*)&val);

Callers 15

UpdateMethod · 0.45
DrawItemModelFunction · 0.45
GetClosestVertMethod · 0.45
PlayImpactSoundMethod · 0.45
AddBloodDecalMethod · 0.45
DrawItemMethod · 0.45
PreDrawFrameMethod · 0.45
StoreNetworkBonesMethod · 0.45
ClientBeforeDrawMethod · 0.45
DrawRiggedObjectMethod · 0.45
DrawBoneConnectUIMethod · 0.45

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected