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

Function SetPropertyFromBool

engine/gameobject/src/gameobject/gameobject.cpp:4166–4172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4164 }
4165
4166 PropertyResult SetPropertyFromBool(HInstance instance, dmhash_t component_id, dmhash_t property_id, bool value)
4167 {
4168 PropertyOptions options;
4169 PropertyVar prop_value(value);
4170 PropertyResult r = SetProperty(instance, component_id, property_id, options, prop_value);
4171 return r;
4172 }
4173
4174 PropertyResult SetPropertyFromURL(HInstance instance, dmhash_t component_id, dmhash_t property_id, dmMessage::URL value)
4175 {

Callers 1

TEST_FFunction · 0.85

Calls 1

SetPropertyFunction · 0.70

Tested by 1

TEST_FFunction · 0.68