![]() |
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 | doABarrelRoll (localClientNum, plane, endPoint, flytime, startTime) |
function | getPlaneModel (teamFaction) |
function | planeGoStraight (localClientNum, plane, startPoint, endPoint, moveTime, startTime) |
function | planeSounds (localClientNum, spawnSound, flybySound, flybySoundLoop) |
function | planeTurn (localClientNum, plane, yaw, halfLife, startTime, isTurningRight) |
function | planeTurnLeft (localClientNum, plane, yaw, halfLife, startTime) |
function | planeTurnRight (localClientNum, plane, yaw, halfLife, startTime) |
function doABarrelRoll | ( | localClientNum | , |
plane | , | ||
endPoint | , | ||
flytime | , | ||
startTime | |||
) |
Definition at line 161 of file _airsupport.csc.
References getPointOnLine(), serverTimedMoveTo(), serverTimedRotateTo(), and startTime.
function getPlaneModel | ( | teamFaction | ) |
Definition at line 24 of file _airsupport.csc.
Referenced by airsupport().
function planeGoStraight | ( | localClientNum | , |
plane | , | ||
startPoint | , | ||
endPoint | , | ||
moveTime | , | ||
startTime | |||
) |
Definition at line 219 of file _airsupport.csc.
References getPointOnLine(), serverTimedMoveTo(), and startTime.
function planeSounds | ( | localClientNum | , |
spawnSound | , | ||
flybySound | , | ||
flybySoundLoop | |||
) |
Definition at line 13 of file _airsupport.csc.
function planeTurn | ( | localClientNum | , |
plane | , | ||
yaw | , | ||
halfLife | , | ||
startTime | , | ||
isTurningRight | |||
) |
Definition at line 41 of file _airsupport.csc.
References serverTimedMoveTo(), serverTimedRotateTo(), and startTime.
Referenced by planeTurnLeft(), and planeTurnRight().
function planeTurnLeft | ( | localClientNum | , |
plane | , | ||
yaw | , | ||
halfLife | , | ||
startTime | |||
) |
Definition at line 36 of file _airsupport.csc.
References planeTurn(), and startTime.
function planeTurnRight | ( | localClientNum | , |
plane | , | ||
yaw | , | ||
halfLife | , | ||
startTime | |||
) |
Definition at line 31 of file _airsupport.csc.
References planeTurn(), and startTime.