MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / isNull

Method isNull

include/RavEngine/Ref.hpp:14–16  ·  view source on GitHub ↗

@returns if this ref is a null ref */

Source from the content-addressed store, hash-verified

12 @returns if this ref is a null ref
13 */
14 bool isNull() {
15 return ptr == nullptr;
16 }
17
18 /**
19 Makes this ref object a null ref. Releases any previously held pointer.

Callers 13

TestEntityMethod · 0.45
TestWorldMethod · 0.45
GetParentMatrixStackMethod · 0.45
HasParentMethod · 0.45
DrawMethod · 0.45
~IPhysicsActorMethod · 0.45
DestroyMethod · 0.45
IsInWorldMethod · 0.45
transformMethod · 0.45
GetWorldMethod · 0.45
~IInputListenerMethod · 0.45
IsAttachedMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestEntityMethod · 0.36
TestWorldMethod · 0.36