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

Go to the source code of this file.

Macros

#define CLOSE_FRIENDLY_DISTANCE   ( 120 )
 
#define MAX_NEARBY_FRIENDLIES   3
 

Functions

function private BB_GetArrivalType ()
 
function private BB_GetCoverFlankability ()
 
function private BB_GetLocomotionMovementType ()
 
function private BB_GetTacticalArrivalFacingYaw ()
 
function RegisterActorBlackBoardAttributes ()
 

Macro Definition Documentation

◆ CLOSE_FRIENDLY_DISTANCE

#define CLOSE_FRIENDLY_DISTANCE   ( 120 )

Definition at line 52 of file archetype_human_blackboard.gsc.

◆ MAX_NEARBY_FRIENDLIES

#define MAX_NEARBY_FRIENDLIES   3

Definition at line 53 of file archetype_human_blackboard.gsc.

Function Documentation

◆ BB_GetArrivalType()

function private BB_GetArrivalType ( )

◆ BB_GetCoverFlankability()

◆ BB_GetLocomotionMovementType()

◆ BB_GetTacticalArrivalFacingYaw()

function private BB_GetTacticalArrivalFacingYaw ( )

Definition at line 47 of file archetype_human_blackboard.gsc.

Referenced by RegisterActorBlackBoardAttributes().

◆ RegisterActorBlackBoardAttributes()