| 4124 | } |
| 4125 | |
| 4126 | PropertyResult SetPropertyFromHash(HInstance instance, dmhash_t component_id, dmhash_t property_id, dmhash_t value) |
| 4127 | { |
| 4128 | PropertyOptions options; |
| 4129 | PropertyVar prop_value(value); |
| 4130 | PropertyResult r = SetProperty(instance, component_id, property_id, options, prop_value); |
| 4131 | return r; |
| 4132 | } |
| 4133 | |
| 4134 | PropertyResult SetPropertyFromFloat(HInstance instance, dmhash_t component_id, dmhash_t property_id, float value) |
| 4135 | { |