File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
docs/ScriptReference/Actions/2D Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Action does the AI fly action on 2D.
1515| mToIdleHorizontal | Possibility to IDLE in horizontal direction. |
1616| mToIdleVetical | Possibility to IDLE in vertical direction. |
1717| mPossibility | Possiblity to active this action. |
18- | mTimeZone | Time to do one Fly. |
19- | mAdjustTimeZone | Time that will randomize the Time Zone value. |
18+ | mTime | Time to do one Fly. |
19+ | mAdjustTime | Time that will randomize the time value. |
2020| mTimeType | Type of the delta time. |
2121| mMinHeight | Lowest height the object can go. |
2222| mMaxHeight | Highest height the object can go. |
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ An action does the AI jump action in 2D.
88| :----------------------| :-----------------------------------------------------|
99| mJumpForce | How much force to do one jump. |
1010| mPossibility | Possiblity to active this action. |
11- | mTimeZone | Time to do one jump. |
12- | mAdjustTimeZone | Time that will randomize the Time Zone value. |
11+ | mTime | Time to do one jump. |
12+ | mAdjustTime | Time that will randomize the time value. |
1313| mTimeType | Type of the delta time. |
1414| mStartRandomJumpForce | Generate a random jump force at the initilaize time. |
1515| mRandomJumpForceRange | Addition value to the jump force. |
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Action does the AI walk action in 2D.
1111| mToRight | Possibility to walk RIGHT way. |
1212| mToIdle | Possibility to IDLE. |
1313| mPossibility | Possiblity to active this action. |
14- | mTimeZone | Time to do one walk. |
15- | mAdjustTimeZone | Time that will randomize the Time Zone value. |
14+ | mTime | Time to do one walk. |
15+ | mAdjustTime | Time that will randomize the time value. |
1616| mTimeType | Type of the delta time. |
1717| mStartRandomWalkSpeed | Generate a random walk speed at the initilaize time. |
1818| mRandomWalkSpeedRange | Addition value to the walk speed. |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Action that shoot in all angle.
1010| mAutoShootByOrder | Automatically shoot bullets itself in order. |
1111| mDegreePerShoot | Degree per bullet shoot. |
1212| mDelayTime | How long it takes to shoot a bullet. |
13- | mAdjustTimeZone | Time that will randomly affect the time zone . |
13+ | mAdjustTime | Time that will randomly affect the time. |
1414| mShootAxis | Axis the bullet shoots. |
1515| mTimeType | Type of the delta time. |
1616
You can’t perform that action at this time.
0 commit comments