-------------------------------------------------------------------------------------- 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 -----------------------------------------------------------
| 1276 | // Internal built particle element declaration hash |
| 1277 | // -------------------------------------------------------------------------------------- |
| 1278 | unsigned Tr2ParticleSystem::GetElementDeclarationHash() const |
| 1279 | { |
| 1280 | return m_declarationHash; |
| 1281 | } |
| 1282 | |
| 1283 | // -------------------------------------------------------------------------------------- |
| 1284 | // Description: |
no outgoing calls
no test coverage detected