C# Class TeaseAI_CE.Scripting.Personality

A personality holds anything that defines the personality.
Inheritance: IKeyed
Afficher le fichier Open project: TeaseAI/TeaseAI-CE Class Usage Examples

Méthodes publiques

Свойство Type Description
VM VM

Méthodes publiques

Méthode Description
Get ( Key key, Logger log = null ) : Variable
ToString ( ) : string
WriteVariablesToString ( ) : string

Private Methods

Méthode Description
Personality ( VM vm, string name, string id ) : System

Method Details

Get() public méthode

public Get ( Key key, Logger log = null ) : Variable
key Key
log Logger
Résultat Variable

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteVariablesToString() public méthode

public WriteVariablesToString ( ) : string
Résultat string

Property Details

VM public_oe property

public VM,TeaseAI_CE.Scripting VM
Résultat VM