C# Class TeaseAI_CE.Scripting.VariableFunc

Allows one to do nasty things, like using methods as variables.
Inheritance: Variable
Show file Open project: TeaseAI/TeaseAI-CE Class Usage Examples

Public Methods

Method Description
VariableFunc ( GetDelegate getter, SetDelegate setter ) : System

Protected Methods

Method Description
getObj ( ) : object
setObj ( object value ) : void

Method Details

VariableFunc() public method

public VariableFunc ( GetDelegate getter, SetDelegate setter ) : System
getter GetDelegate
setter SetDelegate if null, Variable is readonly.
return System

getObj() protected method

protected getObj ( ) : object
return object

setObj() protected method

protected setObj ( object value ) : void
value object
return void