set_control_binding_disabled


Description:

public void set_control_binding_disabled (string property_name, bool disabled)

This function is used to disable the control bindings on a property for some time, i.e. sync_values will do nothing for the property.

Parameters:

this

the object that has controlled properties

property_name

property to disable

disabled

boolean that specifies whether to disable the controller or not.