‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
blackboard_vehicle.gsc File Reference

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)
 

Macro Definition Documentation

◆ DEFAULT_ENEMY_YAW

#define DEFAULT_ENEMY_YAW   0

Definition at line 38 of file blackboard_vehicle.gsc.

Function Documentation

◆ BB_GetSpeed()

function BB_GetSpeed ( )

Definition at line 32 of file blackboard_vehicle.gsc.

Referenced by RegisterVehicleBlackBoardAttributes().

◆ BB_VehGetEnemyYaw()

function BB_VehGetEnemyYaw ( )

◆ RegisterVehicleBlackBoardAttributes()

◆ VehGetPredictedYawToEnemy()

function VehGetPredictedYawToEnemy ( entity  ,
lookAheadTime   
)

Definition at line 51 of file blackboard_vehicle.gsc.

Referenced by BB_VehGetEnemyYaw().