1063 {
1064 super.OnChange(w,
x,
y, finished);
1066 {
1068 {
1070 }
1071 else
1072 {
1074 }
1076 return true;
1077 }
1079 {
1081 return true;
1082 }
1084 {
1085
1087 int bit = Math.Pow(2,pos);
1088 CheckBoxWidget cbw = CheckBoxWidget.Cast(w);
1089 if (cbw.IsChecked())
1090 {
1092 cbw.SetTextColor(
ARGB(255, 255, 0, 0));
1093 }
1094 else
1095 {
1097 cbw.SetTextColor(
ARGB(255, 255, 255,255));
1098 }
1099
1101 return true;
1102 }
1103
1104
1105
1106
1107
1108
1109
1111 {
1113 return true;
1114 }
1116 {
1118 return true;
1119 }
1121 {
1123 return true;
1124 }
1126 {
1128 return true;
1129 }
1131 {
1133 return true;
1134 }
1136 {
1138 {
1141 int result = columnQ * rowQ;
1144 }
1145
1147 {
1149 }
1150 return true;
1151 }
1152 return false;
1153 }
CheckBoxWidget m_WithPhysicsCheckbox
CheckBoxWidget m_ClearInventory
EditBoxWidget m_QuantityEditBox
static int m_ObjectsScope
CheckBoxWidget m_ShowProtected
int GetCurrentItemIndex()
EditBoxWidget m_DamageEditBox
EditBoxWidget m_BatchSpawnQuantity
EditBoxWidget m_DrawDistanceWidget
EditBoxWidget m_RectSpawnRow
EditBoxWidget m_RectSpawnRowStep
EditBoxWidget m_RectSpawnColumnStep
ref array< Widget > m_CategoryButtonsWidgets
static float DRAW_DISTANCE
string GetCurrentPresetName()
EditBoxWidget m_RectSpawnColumn
void ChangeFilterItems(bool forced=false)
PluginConfigDebugProfile m_ConfigDebugProfile
int ARGB(int a, int r, int g, int b)