![]() |
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 private | _hacked_callback (hacker) |
| function | _update_health (hacker) |
| function | disable_hacking () |
| function | enable_hacking (killstreakName, preHackFunction, postHackFunction) |
| function | get_hacked_timeout_duration_ms () |
| function | hackerFX () |
| function | hackerLoopFX () |
| function | killstreak_switch_team (owner) |
| function | killstreak_switch_team_end () |
| function | override_hacked_killstreak_reference (KillstreakRef) |
| function | set_vehicle_drivable_time_starting_now (killstreak, duration_ms=(-1)) |
| function private _hacked_callback | ( | hacker | ) |
Definition at line 72 of file _killstreak_hacking.gsc.
References _update_health(), configure_team_internal(), DisplayKillstreakHackedTeamMessageToAll(), hackerFX(), hackerLoopFX(), and set().
Referenced by enable_hacking().
| function _update_health | ( | hacker | ) |
Definition at line 148 of file _killstreak_hacking.gsc.
References get_hacked_health().
Referenced by _hacked_callback().
| function disable_hacking | ( | ) |
Definition at line 45 of file _killstreak_hacking.gsc.
| function enable_hacking | ( | killstreakName | , |
| preHackFunction | , | ||
| postHackFunction | |||
| ) |
Definition at line 22 of file _killstreak_hacking.gsc.
References _hacked_callback(), get_hack_fx(), get_hack_loop_fx(), get_hack_protection(), get_hack_scoreevent(), get_hack_tool_inner_radius(), get_hack_tool_inner_time(), get_hack_tool_no_line_of_sight_time(), get_hack_tool_outer_radius(), get_hack_tool_outer_time(), and get_lost_line_of_sight_limit_msec().
Referenced by _fire(), ActivateRCBomb(), ActivateSatellite(), ActivateSentinel(), ActivateUAV(), ai_tank_killstreak_start(), createHeliGuardSupport(), heli_think(), OnPlaceEMP(), OnPlaceTurret(), Prolog(), SpawnCounterUAV(), SpawnDart(), SpawnDrone(), SpawnHeliGunner(), SpawnRaps(), and SpawnRapsHelicopter().
| function get_hacked_timeout_duration_ms | ( | ) |
Definition at line 122 of file _killstreak_hacking.gsc.
References get_hack_timeout(), and timeout().
Referenced by HackedPostFunction(), HelicopterThinkThread(), set_vehicle_drivable_time_starting_now(), and WaitForTimeoutHacked().
| function hackerFX | ( | ) |
Definition at line 52 of file _killstreak_hacking.gsc.
Referenced by _hacked_callback().
| function hackerLoopFX | ( | ) |
Definition at line 62 of file _killstreak_hacking.gsc.
Referenced by _hacked_callback().
| function killstreak_switch_team | ( | owner | ) |
Definition at line 178 of file _killstreak_hacking.gsc.
Referenced by killstreakTargetSet().
| function killstreak_switch_team_end | ( | ) |
Definition at line 172 of file _killstreak_hacking.gsc.
Referenced by killstreakTargetClear().
| function override_hacked_killstreak_reference | ( | KillstreakRef | ) |
Definition at line 115 of file _killstreak_hacking.gsc.
| function set_vehicle_drivable_time_starting_now | ( | killstreak | , |
| duration_ms | = (-1) |
||
| ) |
Definition at line 140 of file _killstreak_hacking.gsc.
References get_hacked_timeout_duration_ms().
Referenced by HackedCallbackPost(), HackedPostFunction(), StartDartRemoteControl(), and StartRemoteControl().