Method | Description | |
---|---|---|
ClearStoryInstancePool ( ) : void | ||
CountMessage ( string msgId ) : int | ||
CountStory ( string storyId ) : int | ||
CountStory ( string storyId, string _namespace ) : int | ||
GetStory ( string storyId ) : |
||
GetStory ( string storyId, string _namespace ) : |
||
Init ( ) : void | ||
MarkStoryTerminated ( string storyId ) : void | ||
MarkStoryTerminated ( string storyId, string _namespace ) : void | ||
NewAiStoryInstance ( string storyId ) : |
||
NewAiStoryInstance ( string storyId, string _namespace ) : |
||
PauseMessageHandler ( string msgId, bool pause ) : void | ||
PauseStory ( string storyId, bool pause ) : void | ||
PauseStory ( string storyId, string _namespace, bool pause ) : void | ||
PreloadAiStory ( string _namespace, string file ) : void | ||
PreloadNamespacedStory ( string _namespace, string file ) : void | ||
PreloadSceneStories ( ) : void | ||
RecycleAiStoryInstance ( |
||
Reset ( ) : void | ||
SendMessage ( string msgId ) : void | ||
StartStory ( string storyId ) : void | ||
StartStory ( string storyId, string _namespace ) : void | ||
StopStory ( string storyId ) : void | ||
StopStory ( string storyId, string _namespace ) : void | ||
ThreadInitMask ( ) : void | ||
Tick ( ) : void |
Method | Description | |
---|---|---|
AddAiStoryInstanceInfoToPool ( string storyId, |
||
AddStoryInstance ( string storyId, |
||
GetStoryInstance ( string storyId ) : |
||
GetUnusedAiStoryInstanceInfoFromPool ( string storyId ) : |
||
GfxStorySystem ( ) : System | ||
LoadCustomCommandsAndValues ( ) : void | ||
NewAiStoryInstance ( string storyId, string _namespace, bool logIfNotFound ) : |
||
NewStoryInstance ( string storyId, string _namespace, bool logIfNotFound ) : |
public CountStory ( string storyId, string _namespace ) : int | ||
storyId | string | |
_namespace | string | |
return | int |
public GetStory ( string storyId ) : |
||
storyId | string | |
return |
public GetStory ( string storyId, string _namespace ) : |
||
storyId | string | |
_namespace | string | |
return |
public MarkStoryTerminated ( string storyId ) : void | ||
storyId | string | |
return | void |
public MarkStoryTerminated ( string storyId, string _namespace ) : void | ||
storyId | string | |
_namespace | string | |
return | void |
public NewAiStoryInstance ( string storyId ) : |
||
storyId | string | |
return |
public NewAiStoryInstance ( string storyId, string _namespace ) : |
||
storyId | string | |
_namespace | string | |
return |
public PauseMessageHandler ( string msgId, bool pause ) : void | ||
msgId | string | |
pause | bool | |
return | void |
public PauseStory ( string storyId, bool pause ) : void | ||
storyId | string | |
pause | bool | |
return | void |
public PauseStory ( string storyId, string _namespace, bool pause ) : void | ||
storyId | string | |
_namespace | string | |
pause | bool | |
return | void |
public PreloadAiStory ( string _namespace, string file ) : void | ||
_namespace | string | |
file | string | |
return | void |
public PreloadNamespacedStory ( string _namespace, string file ) : void | ||
_namespace | string | |
file | string | |
return | void |
public RecycleAiStoryInstance ( |
||
info | ||
return | void |
public StartStory ( string storyId, string _namespace ) : void | ||
storyId | string | |
_namespace | string | |
return | void |
public StopStory ( string storyId, string _namespace ) : void | ||
storyId | string | |
_namespace | string | |
return | void |