C# Class TeaseAI_CE.Scripting.VariableFunc

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

Méthodes publiques

Méthode Description
VariableFunc ( GetDelegate getter, SetDelegate setter ) : System

Méthodes protégées

Méthode Description
getObj ( ) : object
setObj ( object value ) : void

Method Details

VariableFunc() public méthode

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

getObj() protected méthode

protected getObj ( ) : object
Résultat object

setObj() protected méthode

protected setObj ( object value ) : void
value object
Résultat void