コード例 #1
0
 public static void RegisterCommand(CommandAction <float, float> action)
 {
     CRegistery.RegisterDelegate(action);
 }
コード例 #2
0
 public static void RegisterCommandEx(string name, CommandFunction <CCommand, int[], bool> action)
 {
     CRegistery.RegisterDelegate(name, action);
 }
コード例 #3
0
 public static void RegisterCommandEx(CommandFunction <CCommand, bool[], bool> action)
 {
     CRegistery.RegisterDelegate(action);
 }
コード例 #4
0
 public static void RegisterCommandEx(string name, CommandFunction <float[]> action)
 {
     CRegistery.RegisterDelegate(name, action);
 }
コード例 #5
0
 public static void RegisterCommandEx(CommandFunction <string, string, string, bool> action)
 {
     CRegistery.RegisterDelegate(action);
 }
コード例 #6
0
 public static void RegisterCommand(CommandAction <bool, bool, bool> action)
 {
     CRegistery.RegisterDelegate(action);
 }
コード例 #7
0
 public static void RegisterCommand(string name, Delegate action)
 {
     CRegistery.RegisterDelegate(name, action);
 }
コード例 #8
0
 public static void RegisterCommand(string name, CommandAction <CCommand, bool[]> action)
 {
     CRegistery.RegisterDelegate(name, action);
 }
コード例 #9
0
 public static void RegisterCommand(string name, CommandAction <Vector4> action)
 {
     CRegistery.RegisterDelegate(name, action);
 }
コード例 #10
0
 public static void RegisterCommand(Delegate action)
 {
     CRegistery.RegisterDelegate(action);
 }
コード例 #11
0
 public static void RegisterCommand(CommandAction <CCommand, int[]> action)
 {
     CRegistery.RegisterDelegate(action);
 }
コード例 #12
0
 public static void RegisterCommand(CommandAction <CCommand, string, string, string> action)
 {
     CRegistery.RegisterDelegate(action);
 }
コード例 #13
0
 public static void RegisterCommand(CommandAction <Vector4> action)
 {
     CRegistery.RegisterDelegate(action);
 }