Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ Invalidate
Method
Invalidate
SDK/src/NDK/Entity.cpp:130–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
*/
129
130
void Entity::Invalidate()
131
{
132
// We alert everyone that we have been updated
133
m_world->Invalidate(m_id);
134
}
135
136
/*!
137
* \brief Creates the entity
Callers
2
InvalidateReflectionMap
Method · 0.80
SetLayer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected