コード例 #1
0
 public static void load()
 {
     XenforceCommandInterpreter.AddCommand("getbool", getValueBool);
     XenforceCommandInterpreter.AddCommand("getint", getValueInt);
     XenforceCommandInterpreter.AddCommand("setint", setValueInt);
     XenforceCommandInterpreter.AddCommand("setbool", setValuebool);
     XenforceCommandInterpreter.AddCommand("setwelcomemessage", setWelcomeMessage);
     XenforceCommandInterpreter.AddCommand("setactivationmessage", setActivationMessage);
 }
コード例 #2
0
ファイル: HelpCommand.cs プロジェクト: XAYRGA/XENFCoreSharp
 public static void load()
 {
     XenforceCommandInterpreter.AddCommand("help", sendHelp);
 }