프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
CallStack ( |
||
CallStack ( |
||
CanPop ( PushPopType type = null ) : bool | ||
ContextForVariableNamed ( string name ) : int | ||
GetJsonToken ( ) : object>.Dictionary |
||
GetTemporaryVariableWithName ( string name, int contextIndex = -1 ) : Runtime.Object | ||
Pop ( PushPopType type = null ) : void | ||
PopThread ( ) : void | ||
Push ( PushPopType type ) : void | ||
PushThread ( ) : void | ||
SetJsonToken ( object>.Dictionary |
||
SetTemporaryVariable ( string name, Runtime value, bool declareNew, int contextIndex = -1 ) : void | ||
ThreadWithIndex ( int index ) : Thread |
public CallStack ( |
||
toCopy | ||
리턴 | System.Collections.Generic |
public CallStack ( |
||
rootContentContainer | ||
리턴 | System.Collections.Generic |
public ContextForVariableNamed ( string name ) : int | ||
name | string | |
리턴 | int |
public GetTemporaryVariableWithName ( string name, int contextIndex = -1 ) : Runtime.Object | ||
name | string | |
contextIndex | int | |
리턴 | Runtime.Object |
public SetJsonToken ( object>.Dictionary |
||
jObject | object>.Dictionary | |
storyContext | Story | |
리턴 | void |
public SetTemporaryVariable ( string name, Runtime value, bool declareNew, int contextIndex = -1 ) : void | ||
name | string | |
value | Runtime | |
declareNew | bool | |
contextIndex | int | |
리턴 | void |