![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
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_ |
Definition at line 351 of file robot_phalanx.gsc.
|
private |
Definition at line 393 of file robot_phalanx.gsc.
References _PruneDead(), breakingPoint_, currentRobotCount_, scattered_, ScatterPhalanx(), startRobotCount_, tier1Robots_, tier2Robots_, and tier3Robots_.
|
private |
Definition at line 376 of file robot_phalanx.gsc.
References breakingPoint_, currentRobotCount_, scattered_, startRobotCount_, tier1Robots_, tier2Robots_, and tier3Robots_.
|
private |
Definition at line 389 of file robot_phalanx.gsc.
|
private |
Definition at line 426 of file robot_phalanx.gsc.
References _HaltAdvance(), scattered_, tier1Robots_, tier2Robots_, and tier3Robots_.
|
private |
Definition at line 419 of file robot_phalanx.gsc.
References _HaltFire(), tier1Robots_, tier2Robots_, and tier3Robots_.
|
private |
Definition at line 436 of file robot_phalanx.gsc.
References _AssignPhalanxStance(), _CreatePhalanxTier(), _MovePhalanxTier(), _UpdatePhalanxThread(), breakingPoint_, clamp(), endPosition_, PHALANX_MAX_TIER_SIZE, PHALANX_MIN_TIER_SIZE, PHALANX_TIER_ONE, PHALANX_TIER_THREE, PHALANX_TIER_TWO, phalanxType_, startPosition_, startRobotCount_, tier1Robots_, tier2Robots_, and tier3Robots_.
|
private |
Definition at line 483 of file robot_phalanx.gsc.
References _AssignPhalanxStance(), _MovePhalanxTier(), endPosition_, PHALANX_TIER_ONE, PHALANX_TIER_THREE, PHALANX_TIER_TWO, phalanxType_, scattered_, startPosition_, tier1Robots_, tier2Robots_, and tier3Robots_.
|
private |
Definition at line 505 of file robot_phalanx.gsc.
References _ResumeFireRobots(), tier1Robots_, tier2Robots_, and tier3Robots_.
|
private |
Definition at line 512 of file robot_phalanx.gsc.
References _AssignPhalanxStance(), _ReleaseRobots(), scattered_, tier1Robots_, tier2Robots_, and tier3Robots_.
Referenced by _UpdatePhalanx().
|
private |
Definition at line 364 of file robot_phalanx.gsc.
Referenced by _UpdatePhalanx(), constructor(), and Initialize().
|
private |
Definition at line 361 of file robot_phalanx.gsc.
Referenced by _UpdatePhalanx(), and constructor().
|
private |
Definition at line 368 of file robot_phalanx.gsc.
Referenced by Initialize(), and ResumeAdvance().
|
private |
Definition at line 371 of file robot_phalanx.gsc.
Referenced by Initialize(), and ResumeAdvance().
|
private |
Definition at line 374 of file robot_phalanx.gsc.
Referenced by _UpdatePhalanx(), constructor(), HaltAdvance(), ResumeAdvance(), and ScatterPhalanx().
|
private |
Definition at line 367 of file robot_phalanx.gsc.
Referenced by Initialize(), and ResumeAdvance().
|
private |
Definition at line 359 of file robot_phalanx.gsc.
Referenced by _UpdatePhalanx(), constructor(), and Initialize().
|
private |
Definition at line 354 of file robot_phalanx.gsc.
Referenced by _UpdatePhalanx(), constructor(), HaltAdvance(), HaltFire(), Initialize(), ResumeAdvance(), ResumeFire(), and ScatterPhalanx().
|
private |
Definition at line 355 of file robot_phalanx.gsc.
Referenced by _UpdatePhalanx(), constructor(), HaltAdvance(), HaltFire(), Initialize(), ResumeAdvance(), ResumeFire(), and ScatterPhalanx().
|
private |
Definition at line 356 of file robot_phalanx.gsc.
Referenced by _UpdatePhalanx(), constructor(), HaltAdvance(), HaltFire(), Initialize(), ResumeAdvance(), ResumeFire(), and ScatterPhalanx().