Summary

A helper to create binds between two properties (or whatever you want)

Example usage: set "BoolValue" from value of "StringValue"

BindSystem.Build.Set( this, "BoolValue" ).From( this, "StringValue" );

Methods

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

Static Methods

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.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.