메소드 | 설명 | |
---|---|---|
Clone ( ) : IStoryCommand | ||
InitSharedData ( ) : void | ||
NewCall ( StoryInstance instance, object iterator, object args ) : void |
메소드 | 설명 | |
---|---|---|
Evaluate ( StoryInstance instance, object iterator, object args ) : void | ||
ExecCommand ( StoryInstance instance, long delta, object iterator, object args ) : bool | ||
Load ( Dsl callData ) : void |
메소드 | 설명 | |
---|---|---|
NewStackElementInfo ( ) : StackElementInfo | ||
PopStack ( StoryInstance instance ) : void | ||
Prepare ( StackElementInfo stackInfo ) : void | ||
PushStack ( StoryInstance instance, StackElementInfo info ) : void |
protected Evaluate ( StoryInstance instance, object iterator, object args ) : void | ||
instance | StoryInstance | |
iterator | object | |
args | object | |
리턴 | void |
protected ExecCommand ( StoryInstance instance, long delta, object iterator, object args ) : bool | ||
instance | StoryInstance | |
delta | long | |
iterator | object | |
args | object | |
리턴 | bool |
public NewCall ( StoryInstance instance, object iterator, object args ) : void | ||
instance | StoryInstance | |
iterator | object | |
args | object | |
리턴 | void |