fixate_field_boolean
Description:
public bool fixate_field_boolean (string field_name, bool target)
Fixates a Structure by changing the given field_name
field to the given
target
boolean if that field is not fixed yet.
Parameters:
this |
a Structure
|
field_name |
a field in this
|
target |
the target value of the fixation
|
Returns:
true if the structure could be fixated
|