Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestEntity
Method · 0.45
TestWorld
Method · 0.45
GetParentMatrixStack
Method · 0.45
HasParent
Method · 0.45
Draw
Method · 0.45
~IPhysicsActor
Method · 0.45
Destroy
Method · 0.45
IsInWorld
Method · 0.45
transform
Method · 0.45
GetWorld
Method · 0.45
~IInputListener
Method · 0.45
IsAttached
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestEntity
Method · 0.36
TestWorld
Method · 0.36