Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Update
Method · 0.45
DrawItemModel
Function · 0.45
GetClosestVert
Method · 0.45
PlayImpactSound
Method · 0.45
AddBloodDecal
Method · 0.45
DrawItem
Method · 0.45
PreDrawFrame
Method · 0.45
StoreNetworkBones
Method · 0.45
StoreNetworkMorphTargets
Method · 0.45
ClientBeforeDraw
Method · 0.45
DrawRiggedObject
Method · 0.45
DrawBoneConnectUI
Method · 0.45
Calls
1
GetSize
Method · 0.45
Tested by
no test coverage detected