![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
Functions | |
function | GetCompatibleOperation () |
function | getID (name) |
function | getTeamopsTableID () |
function | init () |
function | main () |
function | onPlayerKilled (eInflictor, attacker, iDamage, sMeansOfDeath, weapon, vDir, sHitLoc, psOffsetTime, deathAnimDuration) |
function | processPlayerEvent (event, player) |
function | processTeamEvent (event, player, team) |
function | startTeamops (name) |
function | stopTeamops () |
function | teamOpsAcheived (player, team) |
function | teamOpsAllowed (name) |
function | teamOpsWatcher () |
function | updateTeamOps (event, player, team) |
function | watchTeamOpsTime () |
function GetCompatibleOperation | ( | ) |
Definition at line 267 of file _teamops.gsc.
References teamOpsAllowed().
Referenced by onPlayerKilled(), and watchTeamOpsTime().
function getID | ( | name | ) |
Definition at line 74 of file _teamops.gsc.
References GAMEOPS_EVENT_MAX_COUNT, GAMEOPS_NAME, getTeamopsTableID(), and name.
Referenced by startTeamops().
function getTeamopsTableID | ( | ) |
Definition at line 17 of file _teamops.gsc.
References GAMEOPS_EVENT_TABLE_NAME.
function init | ( | ) |
Definition at line 30 of file _teamops.gsc.
References GAMEOPS_COUNT, GAMEOPS_DESCRIPTION, GAMEOPS_EVENT_MAX_COUNT, GAMEOPS_MODE, GAMEOPS_NAME, GAMEOPS_POP_EVENT, GAMEOPS_PUSH_EVENT, GAMEOPS_RESET_EVENT, GAMEOPS_REWARD, GAMEOPS_TIME, getTeamopsTableID(), name, and processPlayerEvent().
function main | ( | ) |
Definition at line 257 of file _teamops.gsc.
References onPlayerKilled(), and watchTeamOpsTime().
function onPlayerKilled | ( | eInflictor | , |
attacker | , | ||
iDamage | , | ||
sMeansOfDeath | , | ||
weapon | , | ||
vDir | , | ||
sHitLoc | , | ||
psOffsetTime | , | ||
deathAnimDuration | |||
) |
Definition at line 328 of file _teamops.gsc.
References GetCompatibleOperation(), and startTeamops().
Referenced by main().
function processPlayerEvent | ( | event | , |
player | |||
) |
function processTeamEvent | ( | event | , |
player | , | ||
team | |||
) |
Definition at line 196 of file _teamops.gsc.
References updateTeamOps().
Referenced by processPlayerEvent().
function startTeamops | ( | name | ) |
Definition at line 101 of file _teamops.gsc.
References getID(), leader_dialog(), name, teamOpsAllowed(), and teamOpsWatcher().
Referenced by onPlayerKilled(), and watchTeamOpsTime().
function stopTeamops | ( | ) |
Definition at line 173 of file _teamops.gsc.
Referenced by resetAllScores(), teamOpsWatcher(), and watchTeamOpsTime().
function teamOpsAcheived | ( | player | , |
team | |||
) |
Definition at line 242 of file _teamops.gsc.
References give(), leader_dialog(), leader_dialog_for_other_teams(), and useKillstreak().
Referenced by updateTeamOps().
function teamOpsAllowed | ( | name | ) |
Definition at line 86 of file _teamops.gsc.
References name.
Referenced by GetCompatibleOperation(), and startTeamops().
function teamOpsWatcher | ( | ) |
Definition at line 152 of file _teamops.gsc.
References leader_dialog(), and stopTeamops().
Referenced by startTeamops().
function updateTeamOps | ( | event | , |
player | , | ||
team | |||
) |
Definition at line 223 of file _teamops.gsc.
References teamOpsAcheived().
Referenced by processTeamEvent(), and spawnPlayer().
function watchTeamOpsTime | ( | ) |
Definition at line 290 of file _teamops.gsc.
References GetCompatibleOperation(), getTimePassed(), IS_TRUE, startTeamops(), and stopTeamops().
Referenced by main().