Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ resize
Method
resize
Source/Objects/movementobject.cpp:1994–1996 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1992
}
1993
1994
void resize(int size) {
1995
c_script_array_->Resize(size);
1996
}
1997
1998
int size() {
1999
return (int)c_script_array_->GetSize();
Callers
15
CompressData
Method · 0.45
DecompressData
Method · 0.45
Execute
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
AddBloodDecal
Method · 0.45
DrawItem
Method · 0.45
RiggedObject
Method · 0.45
StoreNetworkBones
Method · 0.45
DrawRiggedObject
Method · 0.45
DrawBoneConnectUI
Method · 0.45
Load
Method · 0.45
Calls
1
Resize
Method · 0.45
Tested by
no test coverage detected