![]() |
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 | addRewindableEventToWatcher (startTime, data) |
| function | addTimedFunction (name, func, relativeStartTimeInSecs) |
| function | createAirstrikeRewindWatcher (localClientNum) |
| function | createNapalmRewindWatcher (localClientNum) |
| function | createRewindWatcher (localClientNum, name) |
| function | getPointOnLine (startPoint, endPoint, ratio) |
| function | getRewindWatcher (localClientNum, name) |
| function | initRewindObjectWatchers (localClientNum) |
| function | removeClientEntOnJump (clientEnt, localClientNum) |
| function | resetOnDemoJump (localClientNum) |
| function | serverTimedMoveTo (localClientNum, startPoint, endPoint, startTime, duration) |
| function | serverTimedRotateTo (localClientNum, angles, startTime, duration, timeIn, timeout) |
| function | startRewindableEvent (localClientNum, timeKey) |
| function | waitForServerTime (localClientNum, timeFromStart) |
| function | watchRewindableEvents (localClientNum) |
| function __init__ | ( | ) |
Definition at line 11 of file _rewindobjects.csc.
| function addRewindableEventToWatcher | ( | startTime | , |
| data | |||
| ) |
Definition at line 193 of file _rewindobjects.csc.
References startTime.
| function addTimedFunction | ( | name | , |
| func | , | ||
| relativeStartTimeInSecs | |||
| ) |
Definition at line 160 of file _rewindobjects.csc.
References name.
| function createAirstrikeRewindWatcher | ( | localClientNum | ) |
Definition at line 101 of file _rewindobjects.csc.
References createRewindWatcher().
Referenced by initRewindObjectWatchers().
| function createNapalmRewindWatcher | ( | localClientNum | ) |
Definition at line 92 of file _rewindobjects.csc.
References createRewindWatcher().
Referenced by initRewindObjectWatchers().
| function createRewindWatcher | ( | localClientNum | , |
| name | |||
| ) |
Definition at line 108 of file _rewindobjects.csc.
References getRewindWatcher(), name, and resetOnDemoJump().
Referenced by createAirstrikeRewindWatcher(), and createNapalmRewindWatcher().
| function getPointOnLine | ( | startPoint | , |
| endPoint | , | ||
| ratio | |||
| ) |
Definition at line 288 of file _rewindobjects.csc.
Referenced by doABarrelRoll(), planeGoStraight(), and serverTimedMoveTo().
| function getRewindWatcher | ( | localClientNum | , |
| name | |||
| ) |
Definition at line 175 of file _rewindobjects.csc.
References name.
Referenced by createRewindWatcher().
| function initRewindObjectWatchers | ( | localClientNum | ) |
Definition at line 17 of file _rewindobjects.csc.
References createAirstrikeRewindWatcher(), createNapalmRewindWatcher(), and watchRewindableEvents().
| function removeClientEntOnJump | ( | clientEnt | , |
| localClientNum | |||
| ) |
Definition at line 278 of file _rewindobjects.csc.
| function resetOnDemoJump | ( | localClientNum | ) |
Definition at line 132 of file _rewindobjects.csc.
Referenced by createRewindWatcher().
| function serverTimedMoveTo | ( | localClientNum | , |
| startPoint | , | ||
| endPoint | , | ||
| startTime | , | ||
| duration | |||
| ) |
Definition at line 217 of file _rewindobjects.csc.
References getPointOnLine(), and startTime.
Referenced by doABarrelRoll(), planeGoStraight(), and planeTurn().
Definition at line 243 of file _rewindobjects.csc.
References startTime, and timeout().
Referenced by doABarrelRoll(), and planeTurn().
| function startRewindableEvent | ( | localClientNum | , |
| timeKey | |||
| ) |
Definition at line 60 of file _rewindobjects.csc.
References startTime.
Referenced by watchRewindableEvents().
| function waitForServerTime | ( | localClientNum | , |
| timeFromStart | |||
| ) |
Definition at line 270 of file _rewindobjects.csc.
References WAIT_CLIENT_FRAME.
| function watchRewindableEvents | ( | localClientNum | ) |
Definition at line 25 of file _rewindobjects.csc.
References startRewindableEvent().
Referenced by initRewindObjectWatchers().