Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 CanPop ( PushPopType type = null ) : bool | ||
type | PushPopType | |
Результат | bool |
public ContextForVariableNamed ( string name ) : int | ||
name | string | |
Результат | int |
public GetJsonToken ( ) : object>.Dictionary |
||
Результат | object>.Dictionary |
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 |
public ThreadWithIndex ( int index ) : Thread | ||
index | int | |
Результат | Thread |