C# Class StorySystem.CommonCommands.PauseLocalMessageHandlerCommand

pauselocalmessagehandler(msgid1,msgid2,...);
Inheritance: AbstractStoryCommand
Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : IStoryCommand

Méthodes protégées

Méthode Description
Evaluate ( StoryInstance instance, object iterator, object args ) : void
ExecCommand ( StoryInstance instance, long delta ) : bool
Load ( Dsl callData ) : void
ResetState ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : IStoryCommand
Résultat IStoryCommand

Evaluate() protected méthode

protected Evaluate ( StoryInstance instance, object iterator, object args ) : void
instance StoryInstance
iterator object
args object
Résultat void

ExecCommand() protected méthode

protected ExecCommand ( StoryInstance instance, long delta ) : bool
instance StoryInstance
delta long
Résultat bool

Load() protected méthode

protected Load ( Dsl callData ) : void
callData Dsl
Résultat void

ResetState() protected méthode

protected ResetState ( ) : void
Résultat void