MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / SetUse

Method SetUse

CryCommon/Tarray.h:290–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 int GetSize(void) const { return m_nAllocatedCount; }
289 void SetNum(int n) { m_nCount = m_nAllocatedCount = n; }
290 void SetUse(int n) { m_nCount = n; }
291 void Alloc(int n) { m_nAllocatedCount = n; Realloc(); }
292 void Reserve(int n) { SetNum(n); Realloc(); Clear(); }
293 void Expand(int n)

Callers 15

PrepareTexSpaceBasisMethod · 0.80
EF_InitMethod · 0.80
BeginFrameMethod · 0.80
SortTrisMethod · 0.80
EF_StartEfMethod · 0.80
EF_GetObjectMethod · 0.80
EF_ClearLightsListMethod · 0.80
mfPreprCheckMacrosMethod · 0.80
EF_InitMethod · 0.80
EF_StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected