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

Function HasPropertyHash

engine/gui/src/gui.cpp:3182–3186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3180 }
3181
3182 bool HasPropertyHash(HScene scene, HNode node, dmhash_t property)
3183 {
3184 PropDesc* pd = GetPropertyDesc(property);
3185 return pd != 0;
3186 }
3187
3188 Vector4 GetNodeProperty(HScene scene, HNode node, Property property)
3189 {

Callers 2

LuaAnimateFunction · 0.70
LuaCancelAnimationsFunction · 0.70

Calls 1

GetPropertyDescFunction · 0.85

Tested by

no test coverage detected