MCPcopy Create free account
hub / github.com/defold/defold / GetPropertyHash

Function GetPropertyHash

engine/gui/src/gui.cpp:4045–4052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 4

TEST_FFunction · 0.50
MyAnimationCompleteFunction · 0.50
MyPingPongComplete1Function · 0.50
MyPingPongComplete2Function · 0.50

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.40
MyAnimationCompleteFunction · 0.40
MyPingPongComplete1Function · 0.40
MyPingPongComplete2Function · 0.40