![]() |
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 | _setup_ (localClientNum) |
| function | extend_left_arm () |
| function | extend_right_arm () |
| function | player_enter_exit (localClientNum) |
| function | player_entered (localClientNum, player) |
| function | player_exited (localClientNum, player) |
| function | retract_left_arm () |
| function | retract_right_arm () |
| function | update_left_arm (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | update_right_arm (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function __init__ | ( | ) |
Definition at line 19 of file _siegebot.csc.
References _setup_(), add_vehicletype_callback(), CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, register(), update_left_arm(), update_right_arm(), and VERSION_SHIP.
| function _setup_ | ( | localClientNum | ) |
Definition at line 27 of file _siegebot.csc.
References get_script_bundle(), and player_enter_exit().
Referenced by __init__(), and main().
| function extend_left_arm | ( | ) |
| function extend_right_arm | ( | ) |
| function player_enter_exit | ( | localClientNum | ) |
Definition at line 42 of file _siegebot.csc.
References player_entered(), and player_exited().
Referenced by _setup_().
| function player_entered | ( | localClientNum | , |
| player | |||
| ) |
Definition at line 62 of file _siegebot.csc.
Referenced by player_enter_exit().
| function player_exited | ( | localClientNum | , |
| player | |||
| ) |
Definition at line 74 of file _siegebot.csc.
Referenced by player_enter_exit().
| function retract_left_arm | ( | ) |
Definition at line 84 of file _siegebot.csc.
Referenced by update_left_arm().
| function retract_right_arm | ( | ) |
Definition at line 105 of file _siegebot.csc.
Referenced by update_right_arm().
| function update_left_arm | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 144 of file _siegebot.csc.
References extend_left_arm(), retract_left_arm(), and waittill_dobj().
Referenced by __init__().
| function update_right_arm | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 127 of file _siegebot.csc.
References extend_right_arm(), retract_right_arm(), and waittill_dobj().
Referenced by __init__().