|
1351 | 1351 | "XBOT_analog": "Analog",
|
1352 | 1352 | "XBOT_CDS": "Light Sensor Value",
|
1353 | 1353 | "XBOT_MIC": "Mic Sensor Value",
|
| 1354 | + "yell": "yell", |
| 1355 | + "desktop": "desktop", |
| 1356 | + "tablet": "tablet", |
| 1357 | + "smartphone": "smartphone", |
1354 | 1358 | "XBOT_analog0": "Analog PIN0 Value",
|
1355 | 1359 | "XBOT_analog1": "Analog PIN1 Value",
|
1356 | 1360 | "XBOT_analog2": "Analog PIN2 Value",
|
|
7185 | 7189 | "boolean_and": "Checks whether both conditions are true.",
|
7186 | 7190 | "boolean_or": "Checks whether at least one of the two conditions is true.",
|
7187 | 7191 | "boolean_not": "Changes the input conditions to its opposite.\n(If the input condition is true, it returns 'False'. And if the input condition is false, it returns 'True'.)",
|
| 7192 | + "is_boost_mode": "Checks whether the boost mode is turned on or not.\nIf the boost mode is on, it is judged as 'True'.", |
| 7193 | + "is_current_device_type": "If the device that runs the project is the selected device, it is judged as 'true'.", |
| 7194 | + "is_touch_supported": "If the device that runs the project is a touch screen, it is judged as 'true'.", |
7188 | 7195 | "calc_basic": "Adds two input numbers.",
|
7189 | 7196 | "calc_rand": "Selects a random value between the two input numbers.",
|
7190 | 7197 | "get_x_coordinate": "Reports the x-position value of the object.",
|
|
8740 | 8747 | "boolean_or": "%1 %2 %3",
|
8741 | 8748 | "boolean_not": "%1 %2 %3",
|
8742 | 8749 | "is_boost_mode": "%1",
|
| 8750 | + "is_current_device_type": "is the project running on %1 ?", |
| 8751 | + "is_touch_supported": "touch screen?", |
8743 | 8752 | "true_or_false": "%1",
|
8744 | 8753 | "True": "%1 ",
|
8745 | 8754 | "False": "%1 ",
|
|
0 commit comments