![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
Macros | |
| #define | DEFAULT_ENEMY_YAW 0 |
Functions | |
| function | BB_GetSpeed () |
| function | BB_VehGetEnemyYaw () |
| function | RegisterVehicleBlackBoardAttributes () |
| function | VehGetPredictedYawToEnemy (entity, lookAheadTime) |
| #define DEFAULT_ENEMY_YAW 0 |
Definition at line 38 of file blackboard_vehicle.gsc.
| function BB_GetSpeed | ( | ) |
Definition at line 32 of file blackboard_vehicle.gsc.
Referenced by RegisterVehicleBlackBoardAttributes().
| function BB_VehGetEnemyYaw | ( | ) |
Definition at line 39 of file blackboard_vehicle.gsc.
References DEFAULT_ENEMY_YAW, and VehGetPredictedYawToEnemy().
Referenced by RegisterVehicleBlackBoardAttributes().
| function RegisterVehicleBlackBoardAttributes | ( | ) |
Definition at line 24 of file blackboard_vehicle.gsc.
References BB_GetSpeed(), BB_REGISTER_ATTRIBUTE, BB_VehGetEnemyYaw(), ENEMY_YAW, and SPEED.
Referenced by amws_initialize(), dragon_initialize(), glaive_initialize(), parasite_initialize(), quadtank_initialize(), sentinel_drone_initialize(), siegebot_initialize(), and spider_initialize().
| function VehGetPredictedYawToEnemy | ( | entity | , |
| lookAheadTime | |||
| ) |
Definition at line 51 of file blackboard_vehicle.gsc.
Referenced by BB_VehGetEnemyYaw().