MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / HasItems

Method HasItems

Source/Engine/Core/Collections/Array.h:213–216  ·  view source on GitHub ↗

Returns true if collection isn't empty.

Source from the content-addressed store, hash-verified

211 /// Returns true if collection isn't empty.
212 /// </summary>
213 FORCE_INLINE bool HasItems() const
214 {
215 return _count != 0;
216 }
217
218 /// <summary>
219 /// Returns true if collection is empty.

Callers 15

GetFromPoolMethod · 0.45
RenderMethod · 0.45
StartDrawingMethod · 0.45
RenderMethod · 0.45
DrawActorsMethod · 0.45
StartDrawingMethod · 0.45
DrawMethod · 0.45
packChartsMethod · 0.45
onJobRenderMethod · 0.45
UpdateCullDistanceMethod · 0.45
OnScriptsReloadingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected