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

Go to the source code of this file.

Functions

function decrementLastObituaryPlayerCountAfterFade ()
 
function getColumnOffsetForGametype (gameType)
 
function getScoreEventColumn (gameType)
 
function getScoreEventTableID ()
 
function getScoreEventTableName ()
 
function getXPEventColumn (gameType)
 
function giveCrateCaptureMedal (crate, capturer)
 
function hero_ability_kill_event (ability, victim_ability)
 
function hero_ability_multikill_event (killcount, ability)
 
function hero_weapon_multikill_event (killcount, weapon)
 
function is_hero_score_event_restricted (event)
 
function isRegisteredEvent (type)
 
function killstreakWeaponsAllowedScore (type)
 
function processScoreEvent (event, player, victim, weapon)
 
function register_hero_ability_kill_event (event_func)
 
function register_hero_ability_multikill_event (event_func)
 
function register_hero_weapon_multikill_event (event_func)
 
function register_thief_shutdown_enemy_event (event_func)
 
function shouldAddRankXP (player)
 
function thief_shutdown_enemy_event ()
 
function uninterruptedObitFeedKills (attacker, weapon)
 

Function Documentation

◆ decrementLastObituaryPlayerCountAfterFade()

function decrementLastObituaryPlayerCountAfterFade ( )

Definition at line 161 of file scoreevents_shared.gsc.

References SCORE_EVENT_OBITUARY_CENTERTIME.

Referenced by PlayerKilled_Obituary().

◆ getColumnOffsetForGametype()

function getColumnOffsetForGametype ( gameType  )

◆ getScoreEventColumn()

function getScoreEventColumn ( gameType  )

◆ getScoreEventTableID()

function getScoreEventTableID ( )

Definition at line 185 of file scoreevents_shared.gsc.

References getScoreEventTableName().

Referenced by getColumnOffsetForGametype(), and initScoreInfo().

◆ getScoreEventTableName()

◆ getXPEventColumn()

function getXPEventColumn ( gameType  )

Definition at line 209 of file scoreevents_shared.gsc.

References getColumnOffsetForGametype(), and SCORE_EVENT_GAMETYPE_COLUMN_XP.

Referenced by initScoreInfo().

◆ giveCrateCaptureMedal()

function giveCrateCaptureMedal ( crate  ,
capturer   
)

Definition at line 279 of file scoreevents_shared.gsc.

References processScoreEvent().

Referenced by crateUseThink(), and watchHackerToolFired().

◆ hero_ability_kill_event()

function hero_ability_kill_event ( ability  ,
victim_ability   
)

Definition at line 355 of file scoreevents_shared.gsc.

Referenced by scoreEventPlayerKill().

◆ hero_ability_multikill_event()

function hero_ability_multikill_event ( killcount  ,
ability   
)

Definition at line 369 of file scoreevents_shared.gsc.

Referenced by updatemultikills().

◆ hero_weapon_multikill_event()

function hero_weapon_multikill_event ( killcount  ,
weapon   
)

Definition at line 383 of file scoreevents_shared.gsc.

Referenced by updatemultikills().

◆ is_hero_score_event_restricted()

function is_hero_score_event_restricted ( event  )

Definition at line 269 of file scoreevents_shared.gsc.

Referenced by processScoreEvent().

◆ isRegisteredEvent()

function isRegisteredEvent ( type  )

◆ killstreakWeaponsAllowedScore()

function killstreakWeaponsAllowedScore ( type  )

Definition at line 254 of file scoreevents_shared.gsc.

Referenced by processScoreEvent().

◆ processScoreEvent()

function processScoreEvent ( event  ,
player  ,
victim  ,
weapon   
)

Definition at line 19 of file scoreevents_shared.gsc.

References get_player_xp_difficulty_multiplier(), is_hero_score_event_restricted(), is_killstreak_weapon(), isRegisteredEvent(), killstreakWeaponsAllowedScore(), power_gain_event_score(), and shouldAddRankXP().

Referenced by _givePlayerKillstreakInternal(), acousticSensorDetonate(), bombPlanted(), bouncingBettyDetonate(), Callback_PlayerKilled(), check_stuck_to_player(), claymoreDetonate(), damageThenDestroyRiotshield(), debris_think(), destroy_tactical_insertion(), DestroyActiveVehicles(), DestroyCounterUAV(), DestroyDronePlane(), DestroySatellite(), DestroyUAV(), door_buy(), DroneStrikeAwardEMPScoreEvent(), Explode(), firefly_pod_detonate(), gameEnd(), give_capture_credit(), give_neutralized_credit(), giveCrateCaptureMedal(), giveFlagCaptureXP(), handleDamage(), handleThiefKill(), heli_damage_monitor(), HelicopterGunnerDamageOverride(), heroWeaponKill(), ItemHacked(), killedHeroWeaponEnemy(), killWhileContesting(), MainTurretDestroyed(), MicrowaveEntity(), multiKill(), OnDeath(), onGameEnd(), onPickup(), onPlayerKilled(), onTrophySystemSmashed(), OnTurretDeath(), onUseDefuseObject(), onUsePlantObject(), onZoneDestroy(), planeAwardScoreEvent(), player_add_points(), player_add_points_kill_bonus(), player_damage_riotshield_hit(), PlayerKilled_Kill(), PlayerKilled_Suicide(), PlayerKilled_TeamKill(), process_siegebot_kill(), processAssist(), ProcessCloneScoreEvent(), processCopterAssist(), processKillstreakAssists(), processShieldAssist(), projectileExplode(), proximityDetonate(), round_think(), satchelDetonate(), scoreEventPlayerKill(), selfDefenseChallenge(), sensorGrenadeDestroyed(), spawnTacticalInsertion(), specificWeaponKill(), stop_remote_weapon(), tank_death_think(), threatDetectorDestroyed(), trophyDestroyTacInsert(), trophySystemDetonate(), uninterruptedObitFeedKills(), updatemultikills(), updateoneshotmultikills(), updateSingleFragMultiKill(), watch_explosive_crate(), WatchCombatRobotDeath(), WatchDeath(), watchForHeroKill(), WatchRapsDeath(), and xp_revive_once_per_round().

◆ register_hero_ability_kill_event()

function register_hero_ability_kill_event ( event_func  )

Definition at line 323 of file scoreevents_shared.gsc.

Referenced by start_gametype().

◆ register_hero_ability_multikill_event()

function register_hero_ability_multikill_event ( event_func  )

Definition at line 331 of file scoreevents_shared.gsc.

Referenced by start_gametype().

◆ register_hero_weapon_multikill_event()

function register_hero_weapon_multikill_event ( event_func  )

Definition at line 339 of file scoreevents_shared.gsc.

Referenced by start_gametype().

◆ register_thief_shutdown_enemy_event()

function register_thief_shutdown_enemy_event ( event_func  )

Definition at line 347 of file scoreevents_shared.gsc.

◆ shouldAddRankXP()

function shouldAddRankXP ( player  )

Definition at line 115 of file scoreevents_shared.gsc.

References IS_BONUSZM.

Referenced by giveMatchBonus(), and processScoreEvent().

◆ thief_shutdown_enemy_event()

function thief_shutdown_enemy_event ( )

Definition at line 397 of file scoreevents_shared.gsc.

◆ uninterruptedObitFeedKills()

function uninterruptedObitFeedKills ( attacker  ,
weapon   
)

Definition at line 141 of file scoreevents_shared.gsc.

References processScoreEvent(), and WaitTillSlowProcessAllowed().

Referenced by PlayerKilled_Obituary().