MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsValid

Method IsValid

trinity/Particle/Tr2ParticleSystem.cpp:1339–1342  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Query if particle system was successfully rebuilt with UpdateElementDeclaration method. Return Value: true If last UpdateElementDeclaration was successful. false Otherwise --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1337// false Otherwise
1338// --------------------------------------------------------------------------------------
1339bool Tr2ParticleSystem::IsValid() const
1340{
1341 return m_isValid;
1342}
1343
1344// --------------------------------------------------------------------------------------
1345// Description:

Callers 8

SortParticlesMethod · 0.45
OnPrepareResourcesMethod · 0.45
SortMethod · 0.45
SubmitGeometryMethod · 0.45
DoSpawnMethod · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected