MCPcopy 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

CompressDataMethod · 0.45
DecompressDataMethod · 0.45
ExecuteMethod · 0.45
DeserializeMethod · 0.45
DeserializeMethod · 0.45
AddBloodDecalMethod · 0.45
DrawItemMethod · 0.45
RiggedObjectMethod · 0.45
StoreNetworkBonesMethod · 0.45
DrawRiggedObjectMethod · 0.45
DrawBoneConnectUIMethod · 0.45
LoadMethod · 0.45

Calls 1

ResizeMethod · 0.45

Tested by

no test coverage detected