![]() |
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 | __init__ () |
function | add_actor_bookmark_kill_time () |
function | bookmark (type, time, mainClientEnt, otherClientEnt, eventPriority, inflictorEnt, overrideEntityCamera, actorEnt) |
function | gameResultBookmark (type, winningTeamIndex, losingTeamIndex) |
function | initActorBookmarkParams (killTimesCount, killTimeMsec, killTimeDelay) |
function | reset_actor_bookmark_kill_times () |
function | watch_actor_bookmarks () |
function __init__ | ( | ) |
Definition at line 11 of file demo_shared.gsc.
References watch_actor_bookmarks().
function add_actor_bookmark_kill_time | ( | ) |
Definition at line 119 of file demo_shared.gsc.
Referenced by zombie_death_event().
function bookmark | ( | type | , |
time | , | ||
mainClientEnt | , | ||
otherClientEnt | , | ||
eventPriority | , | ||
inflictorEnt | , | ||
overrideEntityCamera | , | ||
actorEnt | |||
) |
Definition at line 25 of file demo_shared.gsc.
Referenced by auto_revive(), bleed_out(), Callback_PlayerKilled(), debris_think(), door_buy(), give_capture_credit(), give_neutralized_credit(), give_perk(), onCapture(), onPickup(), onUseDefuseObject(), onUsePlantObject(), player_last_stand_stats(), PlayerKilled_Obituary(), PlayerLastStand(), powerup_grab(), powerup_setup(), revive_success(), round_end_monitor(), set_global_power(), track_craftables_planted(), treasure_chest_think(), vending_weapon_upgrade(), wait_for_player_to_take(), watch_actor_bookmarks(), and watch_player_input_revive().
function gameResultBookmark | ( | type | , |
winningTeamIndex | , | ||
losingTeamIndex | |||
) |
Definition at line 74 of file demo_shared.gsc.
Referenced by displayGameEnd(), and displayRoundEnd().
function initActorBookmarkParams | ( | killTimesCount | , |
killTimeMsec | , | ||
killTimeDelay | |||
) |
Definition at line 16 of file demo_shared.gsc.
Referenced by init().
function reset_actor_bookmark_kill_times | ( | ) |
Definition at line 99 of file demo_shared.gsc.
Referenced by drive_client_connected_notifies(), and watch_actor_bookmarks().
function watch_actor_bookmarks | ( | ) |
Definition at line 151 of file demo_shared.gsc.
References bookmark(), reset_actor_bookmark_kill_times(), and WAIT_SERVER_FRAME.
Referenced by __init__().