Inheritance: IEngine, IDisposable
コード例 #1
0
        private bool FnLeaveSection(uint sectionNo, uint b, uint c)
        {
            if (SkyEngine.IsDemo)
            {
                SkyEngine.QuitGame();
            }

            if (sectionNo == 5) //linc section - has different mouse icons
            {
                _skyMouse.ReplaceMouseCursors(60301);
            }

            return(true);
        }
コード例 #2
0
 private bool FnQuitToDos(uint a, uint b, uint c)
 {
     SkyEngine.QuitGame();
     return(false);
 }