MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / Add

Method Add

SampleFramework11/v1.02/Containers.h:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 uint64 Add(T item)
177 {
178 Assert_(count < array.Size());
179 array[count] = item;
180 return count++;
181 }
182
183 void AddMultiple(T item, uint64 itemCount)
184 {

Callers 3

InitializeMethod · 0.45
InitializeMethod · 0.45
LoadShadersMethod · 0.45

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected