File tree Expand file tree Collapse file tree 4 files changed +25
-24
lines changed
docs/ScriptReference/Effects Expand file tree Collapse file tree 4 files changed +25
-24
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ Customize your own button sound base on different circumstance.
3636
3737## Functions
3838
39- | Name | Description |
40- | :----------------------- | :---------------------------------|
41- | JCS_OnMouseOver | Call when on mouse over. |
42- | JCS_OnMouseExit | Call when on mouse exit. |
43- | JCS_OnMouseDown | Call when on mouse down. |
44- | JCS_OnMouseUp | Call when on mouse up. |
45- | JCS_OnMouseClick | Call when on mouse click. |
46- | JCS_OnMouseDoubleClick | Call when on mouse double click. |
39+ | Name | Description |
40+ | :---------------------| :---------------------------------|
41+ | ItOnMouseOver | Call when on mouse over. |
42+ | ItOnMouseExit | Call when on mouse exit. |
43+ | ItOnMouseDown | Call when on mouse down. |
44+ | ItOnMouseUp | Call when on mouse up. |
45+ | ItOnMouseClick | Call when on mouse click. |
46+ | ItOnMouseDoubleClick | Call when on mouse double click. |
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Drag and drop effect.
1010
1111## Functions
1212
13- | Name | Description | | | |
14- | :-----------| :-------------------| ---| ------------| --------------------|
15- | JCS_OnDrag | Call when on drag. | | JCS_OnDrop | Call when on drop. |
13+ | Name | Description |
14+ | :-------| :-------------------|
15+ | OnDrag | Call when on drag. |
16+ | OnDrop | Call when on drop. |
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ Scale the object to a specific value.
1818
1919## Functions
2020
21- | Name | Description |
22- | :---------------- | :-------------------------------|
23- | JCS_OnMouseOver | Call it when is on mouse over. |
24- | JCS_OnMouseExit | Call it When is on mouse exit. |
25- | Active | Active the effect. |
26- | Deactive | Deactive the effect. |
21+ | Name | Description |
22+ | :--------------| :-------------------------------|
23+ | ItOnMouseOver | Call it when is on mouse over. |
24+ | ItOnMouseExit | Call it When is on mouse exit. |
25+ | Active | Active the effect. |
26+ | Deactive | Deactive the effect. |
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ Effect that slide the object to one position.
2525
2626## Functions
2727
28- | Name | Description |
29- | :---------------- | :-------------------------------|
30- | JCS_OnMouseOver | Call it when is on mouse over. |
31- | JCS_OnMouseExit | Call it When is on mouse exit. |
32- | Active | Active the effect. |
33- | Deactive | Deactive the effect. |
34- | IsIdle | Is the object idle. |
28+ | Name | Description |
29+ | :--------------| :-------------------------------|
30+ | ItOnMouseOver | Call it when is on mouse over. |
31+ | ItOnMouseExit | Call it When is on mouse exit. |
32+ | Active | Active the effect. |
33+ | Deactive | Deactive the effect. |
34+ | IsIdle | Is the object idle. |
You can’t perform that action at this time.
0 commit comments