![]() |
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 | currentSentientCount_ |
var | endPosition_ |
var | phalanxType_ |
var | scattered_ |
var | sentientTiers_ |
var | startPosition_ |
var | startSentientCount_ |
Definition at line 374 of file phalanx.gsc.
|
private |
Definition at line 412 of file phalanx.gsc.
References _PruneDead(), breakingPoint_, currentSentientCount_, name, scattered_, ScatterPhalanx(), sentientTiers_, and startSentientCount_.
|
private |
Definition at line 397 of file phalanx.gsc.
References breakingPoint_, currentSentientCount_, scattered_, sentientTiers_, and startSentientCount_.
|
private |
Definition at line 408 of file phalanx.gsc.
|
private |
Definition at line 449 of file phalanx.gsc.
References _HaltAdvance(), name, scattered_, and sentientTiers_.
|
private |
Definition at line 441 of file phalanx.gsc.
References _HaltFire(), name, and sentientTiers_.
|
private |
Definition at line 460 of file phalanx.gsc.
References _AssignPhalanxStance(), _CreatePhalanxTier(), _MovePhalanxTier(), _UpdatePhalanxThread(), breakingPoint_, clamp(), endPosition_, name, PHALANX_MAX_TIER_SIZE, PHALANX_MIN_TIER_SIZE, PHALANX_TIER_ONE, PHALANX_TIER_THREE, PHALANX_TIER_TWO, PHALANX_TIERS, phalanxType_, sentientTiers_, startPosition_, and startSentientCount_.
|
private |
Definition at line 511 of file phalanx.gsc.
References _AssignPhalanxStance(), _MovePhalanxTier(), endPosition_, PHALANX_TIER_ONE, PHALANX_TIER_THREE, PHALANX_TIER_TWO, phalanxType_, scattered_, sentientTiers_, and startPosition_.
|
private |
Definition at line 533 of file phalanx.gsc.
References _ResumeFireSentients(), PHALANX_TIER_ONE, PHALANX_TIER_THREE, PHALANX_TIER_TWO, and sentientTiers_.
|
private |
Definition at line 540 of file phalanx.gsc.
References _AssignPhalanxStance(), _ReleaseSentients(), PHALANX_TIER_ONE, PHALANX_TIER_THREE, PHALANX_TIER_TWO, scattered_, and sentientTiers_.
Referenced by _UpdatePhalanx().
|
private |
Definition at line 385 of file phalanx.gsc.
Referenced by _UpdatePhalanx(), constructor(), and Initialize().
|
private |
Definition at line 382 of file phalanx.gsc.
Referenced by _UpdatePhalanx(), and constructor().
|
private |
Definition at line 389 of file phalanx.gsc.
Referenced by Initialize(), and ResumeAdvance().
|
private |
Definition at line 392 of file phalanx.gsc.
Referenced by Initialize(), and ResumeAdvance().
|
private |
Definition at line 395 of file phalanx.gsc.
Referenced by _UpdatePhalanx(), constructor(), HaltAdvance(), ResumeAdvance(), and ScatterPhalanx().
|
private |
Definition at line 377 of file phalanx.gsc.
Referenced by _UpdatePhalanx(), constructor(), HaltAdvance(), HaltFire(), Initialize(), ResumeAdvance(), ResumeFire(), and ScatterPhalanx().
|
private |
Definition at line 388 of file phalanx.gsc.
Referenced by Initialize(), and ResumeAdvance().
|
private |
Definition at line 380 of file phalanx.gsc.
Referenced by _UpdatePhalanx(), constructor(), and Initialize().