| 4043 | } |
| 4044 | |
| 4045 | dmhash_t GetPropertyHash(Property property) |
| 4046 | { |
| 4047 | dmhash_t hash = 0; |
| 4048 | if (PROPERTY_SHADOW >= property) { |
| 4049 | hash = g_PropTable[property].m_Hash; |
| 4050 | } |
| 4051 | return hash; |
| 4052 | } |
| 4053 | |
| 4054 | void CancelAnimationHash(HScene scene, HNode node, dmhash_t property_hash) |
| 4055 | { |
no outgoing calls