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

Function SetPropertyFromURL

engine/gameobject/src/gameobject/gameobject.cpp:4174–4180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4172 }
4173
4174 PropertyResult SetPropertyFromURL(HInstance instance, dmhash_t component_id, dmhash_t property_id, dmMessage::URL value)
4175 {
4176 PropertyOptions options;
4177 PropertyVar prop_value(value);
4178 PropertyResult r = SetProperty(instance, component_id, property_id, options, prop_value);
4179 return r;
4180 }
4181
4182 PropertyResult SetPropertyFromMatrix4(HInstance instance, dmhash_t component_id, dmhash_t property_id, const dmVMath::Matrix4& value)
4183 {

Callers 1

TEST_FFunction · 0.85

Calls 1

SetPropertyFunction · 0.70

Tested by 1

TEST_FFunction · 0.68