|
virtual string | ProgramCsText [get, set] |
|
virtual string[] | IPluginCsText [get, set] |
|
virtual string[] | PluginCsText [get, set] |
|
virtual string | ChangeLogText [get, set] |
|
virtual string | AdventureCsprojText [get, set] |
|
virtual bool | GotoCleanup [get, set] |
|
virtual bool | IncludeInterface [get, set] |
|
virtual SupportMenuType | SupportMenuType [get, set] |
|
virtual string | AdventureName [get, set] |
|
virtual string | AdventureName01 [get, set] |
|
virtual string | AuthorName [get, set] |
|
virtual string | AuthorInitials [get, set] |
|
virtual string | ParentClassFileName [get, set] |
|
virtual string | HintsXmlText [get, set] |
|
virtual string | EditAdventurePshText = @"EamonDD|EditYourAdventureName.psh|-pfn|YourLibraryName.dll|-wd|..\..\Adventures\YourAdventureName|-la|-rge" [get, set] |
|
virtual string | ResumeAdventurePshText = @"EamonRT|ResumeYourAdventureName.psh|-pfn|YourLibraryName.dll|-wd|..\..\Adventures\YourAdventureName" [get, set] |
|
virtual string | InterfaceCsText [get, set] |
|
virtual string | InterfaceCsText01 [get, set] |
|
virtual string | ClassWithInterfaceCsText [get, set] |
|
virtual string | ClassWithInterfaceCsText01 [get, set] |
|
virtual string | ClassCsText [get, set] |
|
virtual IList< string > | SelectedAdvDbDataFileList [get, set] |
|
virtual IList< string > | SelectedClassFileList [get, set] |
|
virtual string | Title [get, set] |
|
virtual StringBuilder | Buf [get, set] |
|
virtual IList< IMenuItem > | MenuItemList [get, set] |
|
string | Title [get, set] |
|
StringBuilder | Buf [get, set] |
|
IList< IMenuItem > | MenuItemList [get, set] |
|
◆ AddCustomAdventureMenu()
EamonDD.Game.Menus.ActionMenus.AddCustomAdventureMenu.AddCustomAdventureMenu |
( |
| ) |
|
◆ AddProjectToSolution()
virtual void EamonDD.Game.Menus.ActionMenus.AddCustomAdventureMenu.AddProjectToSolution |
( |
| ) |
|
|
virtual |
◆ CreateCustomFiles()
virtual void EamonDD.Game.Menus.ActionMenus.AddCustomAdventureMenu.CreateCustomFiles |
( |
| ) |
|
|
virtual |
◆ Execute()
override void EamonDD.Game.Menus.ActionMenus.AddCustomAdventureMenu.Execute |
( |
| ) |
|
|
virtual |
◆ AdventureCsprojText
virtual string EamonDD.Game.Menus.ActionMenus.AddCustomAdventureMenu.AdventureCsprojText |
|
getset |
◆ ChangeLogText
virtual string EamonDD.Game.Menus.ActionMenus.AddCustomAdventureMenu.ChangeLogText |
|
getset |
Initial value:=
@"
==================================================================================================================================
ChangeLog: YourAdventureName
==================================================================================================================================
Date Version Who Notes
----------------------------------------------------------------------------------------------------------------------------------
20XXXXXX 3.1.0 YourAuthorInitials Code complete 3.1.0
"
◆ IPluginCsText
virtual string [] EamonDD.Game.Menus.ActionMenus.AddCustomAdventureMenu.IPluginCsText |
|
getset |
Initial value:= new string[]
{
@"
// IEngine.cs
// Copyright (c) 2014+ by YourAuthorName. All rights reserved.
using System.Text;
namespace YourAdventureName.Framework.Plugin
{
public interface IEngine : EamonRT.Framework.Plugin.IEngine
{
new StringBuilder Buf { get; set; }
new StringBuilder Buf01 { get; set; }
}
}
"
}
◆ PluginCsText
virtual string [] EamonDD.Game.Menus.ActionMenus.AddCustomAdventureMenu.PluginCsText |
|
getset |
◆ ProgramCsText
virtual string EamonDD.Game.Menus.ActionMenus.AddCustomAdventureMenu.ProgramCsText |
|
getset |
Initial value:=
@"
// Program.cs
// Copyright (c) 2014+ by YourAuthorName. All rights reserved.
/*
*/
using Eamon.Framework.Portability;
namespace YourAdventureName
{
public class Program : EamonRT.Program, IProgram
{
public Program()
{
ProgramName = ""YourAdventureName"";
EngineType = typeof(Game.Plugin.Engine);
}
}
}
"
The documentation for this class was generated from the following file: