| 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 | { |