‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
RobotPhalanx Class Reference

Private Member Functions

function private _UpdatePhalanx ()
 
 constructor ()
 
 destructor ()
 
function HaltAdvance ()
 
function HaltFire ()
 
function Initialize (phalanxType, origin, destination, breakingPoint, maxTierSize=PHALANX_MAX_TIER_SIZE, tierOneSpawner=undefined, tierTwoSpawner=undefined, tierThreeSpawner=undefined)
 
function ResumeAdvance ()
 
function ResumeFire ()
 
function ScatterPhalanx ()
 

Private Attributes

var breakingPoint_
 
var currentRobotCount_
 
var endPosition_
 
var phalanxType_
 
var scattered_
 
var startPosition_
 
var startRobotCount_
 
var tier1Robots_
 
var tier2Robots_
 
var tier3Robots_
 

Detailed Description

Definition at line 351 of file robot_phalanx.gsc.

Member Function Documentation

◆ _UpdatePhalanx()

function private RobotPhalanx::_UpdatePhalanx ( )
private

◆ constructor()

RobotPhalanx::constructor ( )
private

◆ destructor()

RobotPhalanx::destructor ( )
private

Definition at line 389 of file robot_phalanx.gsc.

◆ HaltAdvance()

function RobotPhalanx::HaltAdvance ( )
private

Definition at line 426 of file robot_phalanx.gsc.

References _HaltAdvance(), scattered_, tier1Robots_, tier2Robots_, and tier3Robots_.

◆ HaltFire()

function RobotPhalanx::HaltFire ( )
private

Definition at line 419 of file robot_phalanx.gsc.

References _HaltFire(), tier1Robots_, tier2Robots_, and tier3Robots_.

◆ Initialize()

function RobotPhalanx::Initialize ( phalanxType  ,
origin  ,
destination  ,
breakingPoint  ,
maxTierSize  = PHALANX_MAX_TIER_SIZE,
tierOneSpawner  = undefined,
tierTwoSpawner  = undefined,
tierThreeSpawner  = undefined 
)
private

◆ ResumeAdvance()

◆ ResumeFire()

function RobotPhalanx::ResumeFire ( )
private

Definition at line 505 of file robot_phalanx.gsc.

References _ResumeFireRobots(), tier1Robots_, tier2Robots_, and tier3Robots_.

◆ ScatterPhalanx()

function RobotPhalanx::ScatterPhalanx ( )
private

Field Documentation

◆ breakingPoint_

var RobotPhalanx::breakingPoint_
private

Definition at line 364 of file robot_phalanx.gsc.

Referenced by _UpdatePhalanx(), constructor(), and Initialize().

◆ currentRobotCount_

var RobotPhalanx::currentRobotCount_
private

Definition at line 361 of file robot_phalanx.gsc.

Referenced by _UpdatePhalanx(), and constructor().

◆ endPosition_

var RobotPhalanx::endPosition_
private

Definition at line 368 of file robot_phalanx.gsc.

Referenced by Initialize(), and ResumeAdvance().

◆ phalanxType_

var RobotPhalanx::phalanxType_
private

Definition at line 371 of file robot_phalanx.gsc.

Referenced by Initialize(), and ResumeAdvance().

◆ scattered_

var RobotPhalanx::scattered_
private

◆ startPosition_

var RobotPhalanx::startPosition_
private

Definition at line 367 of file robot_phalanx.gsc.

Referenced by Initialize(), and ResumeAdvance().

◆ startRobotCount_

var RobotPhalanx::startRobotCount_
private

Definition at line 359 of file robot_phalanx.gsc.

Referenced by _UpdatePhalanx(), constructor(), and Initialize().

◆ tier1Robots_

var RobotPhalanx::tier1Robots_
private

◆ tier2Robots_

var RobotPhalanx::tier2Robots_
private

◆ tier3Robots_

var RobotPhalanx::tier3Robots_
private

The documentation for this class was generated from the following file: