|
8 | 8 | "name": "PanelSpriteSlider",
|
9 | 9 | "previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/UI Essentials/1678c39a3b2bd3df4f82a8a293770db4986a6bcfd3f78e738ddfc86e39176423_UI Essentials_sliders_options.svg",
|
10 | 10 | "shortDescription": "A draggable slider that users can move to select a numerical value.",
|
11 |
| - "version": "1.3.2", |
| 11 | + "version": "1.4.0", |
12 | 12 | "description": [
|
13 | 13 | "A draggable slider that users can move to select a numerical value. The slider can be customized with sprites.",
|
14 | 14 | "",
|
|
2410 | 2410 | ],
|
2411 | 2411 | "objectGroups": []
|
2412 | 2412 | },
|
| 2413 | + { |
| 2414 | + "description": "Check if the slider is being dragged.", |
| 2415 | + "fullName": "Being dragged", |
| 2416 | + "functionType": "Condition", |
| 2417 | + "group": "Slider", |
| 2418 | + "name": "IsBeingDragged", |
| 2419 | + "sentence": "_PARAM0_ is being dragged", |
| 2420 | + "events": [ |
| 2421 | + { |
| 2422 | + "type": "BuiltinCommonInstructions::Standard", |
| 2423 | + "conditions": [ |
| 2424 | + { |
| 2425 | + "type": { |
| 2426 | + "value": "BuiltinCommonInstructions::Or" |
| 2427 | + }, |
| 2428 | + "parameters": [], |
| 2429 | + "subInstructions": [ |
| 2430 | + { |
| 2431 | + "type": { |
| 2432 | + "value": "DraggableBehavior::Dragged" |
| 2433 | + }, |
| 2434 | + "parameters": [ |
| 2435 | + "Thumb", |
| 2436 | + "Draggable" |
| 2437 | + ] |
| 2438 | + }, |
| 2439 | + { |
| 2440 | + "type": { |
| 2441 | + "value": "PanelSpriteSlider::ButtonFSM::IsPressed" |
| 2442 | + }, |
| 2443 | + "parameters": [ |
| 2444 | + "Background", |
| 2445 | + "ButtonFSM", |
| 2446 | + "" |
| 2447 | + ] |
| 2448 | + }, |
| 2449 | + { |
| 2450 | + "type": { |
| 2451 | + "value": "PanelSpriteSlider::ButtonFSM::IsPressedOutside" |
| 2452 | + }, |
| 2453 | + "parameters": [ |
| 2454 | + "Background", |
| 2455 | + "ButtonFSM", |
| 2456 | + "" |
| 2457 | + ] |
| 2458 | + } |
| 2459 | + ] |
| 2460 | + } |
| 2461 | + ], |
| 2462 | + "actions": [ |
| 2463 | + { |
| 2464 | + "type": { |
| 2465 | + "value": "SetReturnBoolean" |
| 2466 | + }, |
| 2467 | + "parameters": [ |
| 2468 | + "True" |
| 2469 | + ] |
| 2470 | + } |
| 2471 | + ] |
| 2472 | + } |
| 2473 | + ], |
| 2474 | + "parameters": [ |
| 2475 | + { |
| 2476 | + "description": "Object", |
| 2477 | + "name": "Object", |
| 2478 | + "supplementaryInformation": "PanelSpriteSlider::PanelSpriteSlider", |
| 2479 | + "type": "object" |
| 2480 | + } |
| 2481 | + ], |
| 2482 | + "objectGroups": [] |
| 2483 | + }, |
2413 | 2484 | {
|
2414 | 2485 | "description": "the value of the slider.",
|
2415 | 2486 | "fullName": "Value",
|
|
3370 | 3441 | "objectGroups": []
|
3371 | 3442 | },
|
3372 | 3443 | {
|
3373 |
| - "description": "Check if interactions are activated on the button.", |
| 3444 | + "description": "Check if the slider allows interactions.", |
3374 | 3445 | "fullName": "Interactions activated",
|
3375 | 3446 | "functionType": "Condition",
|
3376 | 3447 | "name": "IsActivated",
|
|
0 commit comments