|
1118 | 1118 | "type": "Boolean",
|
1119 | 1119 | "label": "",
|
1120 | 1120 | "description": "Should check hovering",
|
1121 |
| - "group": "", |
1122 |
| - "extraInformation": [], |
1123 | 1121 | "hidden": true,
|
1124 | 1122 | "name": "ShouldCheckHovering"
|
1125 | 1123 | },
|
1126 | 1124 | {
|
1127 | 1125 | "value": "Idle",
|
1128 | 1126 | "type": "Choice",
|
1129 | 1127 | "label": "State",
|
1130 |
| - "description": "", |
1131 |
| - "group": "", |
1132 | 1128 | "extraInformation": [
|
1133 | 1129 | "Idle",
|
1134 | 1130 | "Hovered",
|
|
1143 | 1139 | "value": "0",
|
1144 | 1140 | "type": "Number",
|
1145 | 1141 | "label": "Touch id",
|
1146 |
| - "description": "", |
1147 |
| - "group": "", |
1148 |
| - "extraInformation": [], |
1149 | 1142 | "hidden": true,
|
1150 | 1143 | "name": "TouchId"
|
1151 | 1144 | },
|
1152 | 1145 | {
|
1153 | 1146 | "value": "",
|
1154 | 1147 | "type": "Boolean",
|
1155 | 1148 | "label": "Touch is inside",
|
1156 |
| - "description": "", |
1157 |
| - "group": "", |
1158 |
| - "extraInformation": [], |
1159 | 1149 | "hidden": true,
|
1160 | 1150 | "name": "TouchIsInside"
|
1161 | 1151 | },
|
1162 | 1152 | {
|
1163 | 1153 | "value": "",
|
1164 | 1154 | "type": "Boolean",
|
1165 | 1155 | "label": "Mouse is inside",
|
1166 |
| - "description": "", |
1167 |
| - "group": "", |
1168 |
| - "extraInformation": [], |
1169 | 1156 | "hidden": true,
|
1170 | 1157 | "name": "MouseIsInside"
|
1171 | 1158 | },
|
1172 | 1159 | {
|
1173 | 1160 | "value": "",
|
1174 | 1161 | "type": "Number",
|
1175 | 1162 | "label": "",
|
1176 |
| - "description": "", |
1177 |
| - "group": "", |
1178 |
| - "extraInformation": [], |
1179 | 1163 | "hidden": true,
|
1180 | 1164 | "name": "Index"
|
1181 | 1165 | }
|
|
2260 | 2244 | "fullName": "Label text",
|
2261 | 2245 | "functionType": "Action",
|
2262 | 2246 | "name": "SetLabelText",
|
| 2247 | + "private": true, |
2263 | 2248 | "sentence": "Change the text of _PARAM0_ to _PARAM1_",
|
2264 | 2249 | "events": [
|
2265 | 2250 | {
|
|
2296 | 2281 | "objectGroups": []
|
2297 | 2282 | },
|
2298 | 2283 | {
|
2299 |
| - "description": "Return the label text.", |
| 2284 | + "fullName": "", |
| 2285 | + "functionType": "ActionWithOperator", |
| 2286 | + "getterName": "LabelText", |
| 2287 | + "name": "SetLabelTextOp", |
| 2288 | + "sentence": "", |
| 2289 | + "events": [ |
| 2290 | + { |
| 2291 | + "type": "BuiltinCommonInstructions::Standard", |
| 2292 | + "conditions": [], |
| 2293 | + "actions": [ |
| 2294 | + { |
| 2295 | + "type": { |
| 2296 | + "value": "TextContainerCapability::TextContainerBehavior::SetValue" |
| 2297 | + }, |
| 2298 | + "parameters": [ |
| 2299 | + "Label", |
| 2300 | + "Text", |
| 2301 | + "=", |
| 2302 | + "Value" |
| 2303 | + ] |
| 2304 | + } |
| 2305 | + ] |
| 2306 | + } |
| 2307 | + ], |
| 2308 | + "parameters": [ |
| 2309 | + { |
| 2310 | + "description": "Object", |
| 2311 | + "name": "Object", |
| 2312 | + "supplementaryInformation": "PanelSpriteButton::PanelSpriteButton", |
| 2313 | + "type": "object" |
| 2314 | + } |
| 2315 | + ], |
| 2316 | + "objectGroups": [] |
| 2317 | + }, |
| 2318 | + { |
| 2319 | + "description": "the label text.", |
2300 | 2320 | "fullName": "Label text",
|
2301 |
| - "functionType": "StringExpression", |
| 2321 | + "functionType": "ExpressionAndCondition", |
2302 | 2322 | "name": "LabelText",
|
2303 |
| - "sentence": "", |
| 2323 | + "sentence": "the label text", |
2304 | 2324 | "events": [
|
2305 | 2325 | {
|
2306 | 2326 | "type": "BuiltinCommonInstructions::Standard",
|
|
2537 | 2557 | "value": "",
|
2538 | 2558 | "type": "String",
|
2539 | 2559 | "label": "Label",
|
2540 |
| - "description": "", |
2541 |
| - "group": "", |
2542 |
| - "extraInformation": [], |
2543 | 2560 | "name": "LabelText"
|
2544 | 2561 | },
|
2545 | 2562 | {
|
2546 | 2563 | "value": "0.25",
|
2547 | 2564 | "type": "Number",
|
2548 | 2565 | "unit": "Second",
|
2549 | 2566 | "label": "Hovered fade out duration",
|
2550 |
| - "description": "", |
2551 | 2567 | "group": "States",
|
2552 |
| - "extraInformation": [], |
2553 | 2568 | "name": "HoveredFadeOutDuration"
|
2554 | 2569 | },
|
2555 | 2570 | {
|
2556 | 2571 | "value": "0",
|
2557 | 2572 | "type": "Number",
|
2558 | 2573 | "unit": "Pixel",
|
2559 | 2574 | "label": "Label offset on Y axis when pressed",
|
2560 |
| - "description": "", |
2561 | 2575 | "group": "States",
|
2562 |
| - "extraInformation": [], |
2563 | 2576 | "name": "PressedLabelOffsetY"
|
2564 | 2577 | },
|
2565 | 2578 | {
|
2566 | 2579 | "value": "0",
|
2567 | 2580 | "type": "Number",
|
2568 | 2581 | "unit": "Pixel",
|
2569 | 2582 | "label": "",
|
2570 |
| - "description": "", |
2571 |
| - "group": "", |
2572 |
| - "extraInformation": [], |
2573 | 2583 | "hidden": true,
|
2574 | 2584 | "name": "LabelOffset"
|
2575 | 2585 | },
|
2576 | 2586 | {
|
2577 | 2587 | "value": "",
|
2578 | 2588 | "type": "Choice",
|
2579 | 2589 | "label": "",
|
2580 |
| - "description": "", |
2581 |
| - "group": "", |
2582 | 2590 | "extraInformation": [
|
2583 | 2591 | "Label.Text=LabelText"
|
2584 | 2592 | ],
|
|
0 commit comments