コード例 #1
0
 public static bool GetKeybindValue(this Menu self, string text)
 {
     return(MenuHandler.GetKeybindValue(self, text));
 }
コード例 #2
0
 public static int GetComboBoxValue(this Menu self, string text)
 {
     return(MenuHandler.GetComboBox(self, text).CurrentValue);
 }
コード例 #3
0
 public static int GetSliderValue(this Menu self, string text)
 {
     return(MenuHandler.GetSliderValue(self, text));
 }
コード例 #4
0
 public static string GetComboBoxText(this Menu self, string text)
 {
     return(MenuHandler.GetComboBoxText(self, text));
 }
コード例 #5
0
 public static bool GetCheckboxValue(this Menu self, string text)
 {
     return(MenuHandler.GetCheckboxValue(self, text));
 }