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

Method GetElementDeclarationHash

trinity/Particle/Tr2ParticleSystem.cpp:1278–1281  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Returns internal built particle element declaration hash (changes with every call to UpdateElementDeclaration). Can be used by emitters to check if their binding is out of date. Return Value: Internal built particle element declaration hash -----------------------------------------------------------

Source from the content-addressed store, hash-verified

1276// Internal built particle element declaration hash
1277// --------------------------------------------------------------------------------------
1278unsigned Tr2ParticleSystem::GetElementDeclarationHash() const
1279{
1280 return m_declarationHash;
1281}
1282
1283// --------------------------------------------------------------------------------------
1284// Description:

Callers 2

SpawnParticlesMethod · 0.80
RebindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected