Метод | Описание | |
---|---|---|
Dialog ( |
||
Dialog ( List |
||
Interact ( System.Entity user ) : void | ||
SetNewDefault ( string newDefaultID, string calledByID ) : void |
Sets the new default conversation. See @class ComboBreaker for more information. This method should only be called by ConversationItems
|
|
SetOwner ( System.Entity owner ) : void | ||
ShutDown ( ) : void |
Deactivates this instance. This method should only be called by ConversationItems
|
|
Update ( |
Метод | Описание | |
---|---|---|
ComboBreakerFromData ( |
||
ItemContainerFromData ( |
||
OnBang ( object sender, |
||
OnEnter ( object sender, |
||
ReadConversations ( |
||
TextLineAndEventFromData ( |
||
TextLineFromData ( |
public Dialog ( |
||
data | ||
Результат | System |
public Dialog ( List |
||
conversations | List |
|
cooldown | int | |
Результат | System |
public Interact ( System.Entity user ) : void | ||
user | System.Entity | |
Результат | void |
public SetNewDefault ( string newDefaultID, string calledByID ) : void | ||
newDefaultID | string | The new default ID. |
calledByID | string | |
Результат | void |
public SetOwner ( System.Entity owner ) : void | ||
owner | System.Entity | |
Результат | void |
public Update ( |
||
gameTime | ||
Результат | void |