|
2 | 2 | <a name="top"></a>
|
3 | 3 |
|
4 | 4 |
|
5 |
| -## Version: 1.8 |
| 5 | +## Version: 1.9 |
6 | 6 |
|
7 | 7 | ## Table of Contents
|
8 | 8 |
|
|
156 | 156 | - [WorldModel.TheirPlayersDictEntry](#protos-WorldModel-TheirPlayersDictEntry)
|
157 | 157 | - [bhv_doForceKick](#protos-bhv_doForceKick)
|
158 | 158 | - [bhv_doHeardPassRecieve](#protos-bhv_doHeardPassRecieve)
|
| 159 | + - [bhv_goalieFreeKick](#protos-bhv_goalieFreeKick) |
159 | 160 |
|
160 | 161 | - [AgentType](#protos-AgentType)
|
161 | 162 | - [CardType](#protos-CardType)
|
@@ -1962,6 +1963,7 @@ return pb2.PlayerActions(actions=actions)
|
1962 | 1963 | | our_score | [int32](#int32) | | |
|
1963 | 1964 | | their_score | [int32](#int32) | | |
|
1964 | 1965 | | is_kick_taker | [bool](#bool) | | |
|
| 1966 | +| cycle | [int32](#int32) | | | |
1965 | 1967 |
|
1966 | 1968 |
|
1967 | 1969 |
|
@@ -2110,6 +2112,7 @@ To get type information of the player, you can use the type_id field and player
|
2110 | 2112 | | ball_reach_steps | [int32](#int32) | | How many cycles the player needs to reach the ball. |
|
2111 | 2113 | | is_tackling | [bool](#bool) | | Whether the player is tackling or not. |
|
2112 | 2114 | | type_id | [int32](#int32) | | The type identifier of the player. |
|
| 2115 | +| inertia_final_point | [RpcVector2D](#protos-RpcVector2D) | | | |
2113 | 2116 |
|
2114 | 2117 |
|
2115 | 2118 |
|
@@ -2192,6 +2195,7 @@ To get type information of the player, you can use the type_id field and player
|
2192 | 2195 | | bhv_do_heard_pass_recieve | [bhv_doHeardPassRecieve](#protos-bhv_doHeardPassRecieve) | | |
|
2193 | 2196 | | helios_basic_tackle | [HeliosBasicTackle](#protos-HeliosBasicTackle) | | |
|
2194 | 2197 | | neck_offensive_intercept_neck | [Neck_OffensiveInterceptNeck](#protos-Neck_OffensiveInterceptNeck) | | |
|
| 2198 | +| bhv_goalie_free_kick | [bhv_goalieFreeKick](#protos-bhv_goalieFreeKick) | | | |
2195 | 2199 |
|
2196 | 2200 |
|
2197 | 2201 |
|
@@ -2565,6 +2569,7 @@ When an agent send a message to the playmaker server, self is information about
|
2565 | 2569 | | card | [CardType](#protos-CardType) | | The card type of the agent. It can be NO_CARD, YELLOW, or RED. |
|
2566 | 2570 | | catch_time | [int32](#int32) | | The time when the last catch command is performed. |
|
2567 | 2571 | | effort | [float](#float) | | The effort of the agent. TODO more info |
|
| 2572 | +| get_safety_dash_power | [float](#float) | | | |
2568 | 2573 |
|
2569 | 2574 |
|
2570 | 2575 |
|
@@ -2822,6 +2827,7 @@ When an agent send a message to the playmaker server, self is information about
|
2822 | 2827 | | goal_area_length | [float](#float) | | |
|
2823 | 2828 | | center_circle_r | [float](#float) | | |
|
2824 | 2829 | | goal_post_radius | [float](#float) | | |
|
| 2830 | +| pitch_margin | [float](#float) | | | |
2825 | 2831 |
|
2826 | 2832 |
|
2827 | 2833 |
|
@@ -3274,6 +3280,16 @@ WorldModel is the message that represents the world model in the soccer simulati
|
3274 | 3280 |
|
3275 | 3281 |
|
3276 | 3282 |
|
| 3283 | + |
| 3284 | +<a name="protos-bhv_goalieFreeKick"></a> |
| 3285 | + |
| 3286 | +### bhv_goalieFreeKick |
| 3287 | + |
| 3288 | + |
| 3289 | + |
| 3290 | + |
| 3291 | + |
| 3292 | + |
3277 | 3293 |
|
3278 | 3294 |
|
3279 | 3295 |
|
|
0 commit comments