From ZeldaMods (Breath of the Wild)
Jump to navigation
Jump to search
GuardianMoveToPositionAI definition |
---|
Type |
Action |
---|
Contents
- 1 StaticInstParams
- 2 DynamicInstParams
- 3 Derived definitions
- 3.1 レールに向かう (Guardian_A, レール移動)
- 3.2 移動 (Guardian_A, ランダム移動)
- 3.3 移動 (Guardian_A, レール移動)
- 3.4 移動 (Guardian_A, 移動)
- 3.5 停止点移動 (Guardian_A, レール移動)
- 3.6 範囲外 (Guardian_A, 追跡)
- 3.7 レールに向かう (GuardianFlight, レール移動)
- 3.8 移動 (GuardianFlight, ランダム移動)
- 3.9 移動 (GuardianFlight, レール移動)
- 3.10 停止点移動 (GuardianFlight, レール移動)
StaticInstParams
Name |
Type |
Default value |
Description
|
Decelerate |
Bool |
|
|
Speed |
Float |
|
|
DynamicInstParams
Name |
Type |
Default value |
Description
|
DynTargetPos |
Vec3 |
|
|
DynStartPos |
Vec3 |
|
|
Derived definitions
レールに向かう (Guardian_A, レール移動)
Name |
Value
|
Decelerate |
False
|
Speed |
10.0
|
移動 (Guardian_A, ランダム移動)
Name |
Value
|
Decelerate |
True
|
Speed |
7.5
|
移動 (Guardian_A, レール移動)
Name |
Value
|
Decelerate |
False
|
Speed |
10.0
|
移動 (Guardian_A, 移動)
Name |
Value
|
Decelerate |
True
|
Speed |
6.0
|
停止点移動 (Guardian_A, レール移動)
Name |
Value
|
Decelerate |
True
|
Speed |
10.0
|
範囲外 (Guardian_A, 追跡)
Name |
Value
|
Decelerate |
False
|
Speed |
10.0
|
レールに向かう (GuardianFlight, レール移動)
Name |
Value
|
Decelerate |
False
|
Speed |
10.0
|
移動 (GuardianFlight, ランダム移動)
Name |
Value
|
Decelerate |
True
|
Speed |
7.5
|
移動 (GuardianFlight, レール移動)
Name |
Value
|
Decelerate |
False
|
Speed |
10.0
|
停止点移動 (GuardianFlight, レール移動)
Name |
Value
|
Decelerate |
True
|
Speed |
10.0
|