Method | Description | |
---|---|---|
Clone ( ) : IStoryCommand |
Method | Description | |
---|---|---|
Evaluate ( StoryInstance instance, object iterator, object args ) : void | ||
ExecCommand ( StoryInstance instance, long delta, object iterator, object args ) : bool | ||
Load ( Dsl functionData ) : void | ||
ResetState ( ) : void |
Method | Description | |
---|---|---|
PrepareElse ( ) : void | ||
PrepareIf ( int ix ) : void |
protected Evaluate ( StoryInstance instance, object iterator, object args ) : void | ||
instance | StoryInstance | |
iterator | object | |
args | object | |
return | void |
protected ExecCommand ( StoryInstance instance, long delta, object iterator, object args ) : bool | ||
instance | StoryInstance | |
delta | long | |
iterator | object | |
args | object | |
return | bool |