C# Class TeaseAI_CE.Scripting.Personality

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

Public Properties

Property Type Description
VM VM

Public Methods

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

Private Methods

Method Description
Personality ( VM vm, string name, string id ) : System

Method Details

Get() public method

public Get ( Key key, Logger log = null ) : Variable
key Key
log Logger
return Variable

ToString() public method

public ToString ( ) : string
return string

WriteVariablesToString() public method

public WriteVariablesToString ( ) : string
return string

Property Details

VM public property

public VM,TeaseAI_CE.Scripting VM
return VM