Example usage: set "BoolValue" from value of "StringValue"
BindSystem.Build.Set( this, "BoolValue" ).From( this, "StringValue" );
| From | |
| FromDictionary | |
| FromObject | |
| ReadOnly | Makes the bind link one way. The system will not try to write to the target/right hand property. (The one you set via "From" methods) |
| Set |
| FromConsoleVariable | Bind the Left hand side to the value of the given console variable. |
| FromConsoleVariableInt | Bind the Left hand side to the value of the given console variable as an integer. |