C# Class GameFramework.GmCommands.GmStorySystem

Gm剧情系统是在游戏剧情系统之上添加GM命令构成的特殊剧情系统。游戏剧情系统添加的命令与值都可以在Gm剧情脚本里使用(反之亦然)
1、在剧情系统中注册的命令与值是共享的,亦即Gm剧情系统注册的Gm命令与值在正常剧情脚本里也可以使用! (在发布时此系统应该从客户端移除。) 2、剧情脚本与Gm剧情脚本不是一套体系,互不相干。
显示文件 Open project: dreamanlan/CSharpGameFramework

Private Properties

Property Type Description
AddStoryInstance void
GetStoryInstance StorySystem.StoryInstance
Init void
Init void
LoadStory void
LoadStoryText void
NewStoryInstance StorySystem.StoryInstance
Reset void
SendMessage void
StartStory void
StaticInit void
StopStory void
Tick void

Private Methods

Method Description
AddStoryInstance ( string storyId, StoryInstance info ) : void
GetStoryInstance ( string storyId ) : StoryInstance
Init ( Scene scene ) : void
Init ( UserThread userThread ) : void
LoadStory ( string file ) : void
LoadStoryText ( string text ) : void
NewStoryInstance ( string storyId ) : StoryInstance
Reset ( ) : void
SendMessage ( string msgId ) : void
StartStory ( string storyId ) : void
StaticInit ( ) : void
StopStory ( string storyId ) : void
Tick ( ) : void