Skip to content

Commit c4a77ce

Browse files
committed
docs: minor
1 parent c64a115 commit c4a77ce

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/ScriptReference/Actions/JCS_AdjustTimeTrigger.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ Trigger an event while the time is reached.
44

55
## Variables
66

7-
| Name | Description |
8-
|:---------------|:------------------------------------------|
9-
| onAction | Action to trigger if the time is reached. |
10-
| mInvokeOnStart | Run immediately on the first frame. |
11-
| mActive | Is this component active?" |
12-
| mTime | Time to trigger the event. |
13-
| mAdjustTime | Time that will randomly affect the time. |
14-
| mTimeType | Type of the delta time. |
15-
| mUnityEvents | Event that will be triggered. |
7+
| Name | Description |
8+
|:---------------|:-------------------------------------------|
9+
| onAction | Action to trigger if the time is reached. |
10+
| onBeforeAction | Execution before action is being executed. |
11+
| onAfterAction | Execution after action is being executed. |
12+
| mInvokeOnStart | Run immediately on the first frame. |
13+
| mActive | Is this component active?" |
14+
| mTime | Time to trigger the event. |
15+
| mAdjustTime | Time that will randomly affect the time. |
16+
| mTimeType | Type of the delta time. |
17+
| mUnityEvents | Event that will be triggered. |
1618

1719
## Functions
1820

0 commit comments

Comments
 (0)