Skip to content

Commit ec7cf45

Browse files
committed
docs: update
1 parent aa7b32d commit ec7cf45

File tree

4 files changed

+25
-24
lines changed

4 files changed

+25
-24
lines changed

docs/ScriptReference/Effects/JCS_ButtonSoundEffect.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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. |

docs/ScriptReference/Effects/JCS_DragDropObject.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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. |

docs/ScriptReference/Effects/JCS_ScaleEffect.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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. |

docs/ScriptReference/Effects/JCS_SlideEffect.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
 (0)