![]() |
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 | GrenadeExplosionfx (pos) |
function | gunfireloopfx (fxId, fxPos, shotsMin, shotsMax, shotdelayMin, shotdelayMax, betweenSetsMin, betweenSetsMax) |
function | gunfireloopfxthread (fxId, fxPos, shotsMin, shotsMax, shotdelayMin, shotdelayMax, betweenSetsMin, betweenSetsMax) |
function | gunfireloopfxVec (fxId, fxPos, fxPos2, shotsMin, shotsMax, shotdelayMin, shotdelayMax, betweenSetsMin, betweenSetsMax) |
function | gunfireloopfxVecthread (fxId, fxPos, fxPos2, shotsMin, shotsMax, shotdelayMin, shotdelayMax, betweenSetsMin, betweenSetsMax) |
function | print_org (fxcommand, fxId, fxPos, waittime) |
function GrenadeExplosionfx | ( | pos | ) |
Definition at line 153 of file _fx.gsc.
References earthquake().
function gunfireloopfx | ( | fxId | , |
fxPos | , | ||
shotsMin | , | ||
shotsMax | , | ||
shotdelayMin | , | ||
shotdelayMax | , | ||
betweenSetsMin | , | ||
betweenSetsMax | |||
) |
Definition at line 39 of file _fx.gsc.
References gunfireloopfxthread().
function gunfireloopfxthread | ( | fxId | , |
fxPos | , | ||
shotsMin | , | ||
shotsMax | , | ||
shotdelayMin | , | ||
shotdelayMax | , | ||
betweenSetsMin | , | ||
betweenSetsMax | |||
) |
Definition at line 44 of file _fx.gsc.
Referenced by gunfireloopfx().
function gunfireloopfxVec | ( | fxId | , |
fxPos | , | ||
fxPos2 | , | ||
shotsMin | , | ||
shotsMax | , | ||
shotdelayMin | , | ||
shotdelayMax | , | ||
betweenSetsMin | , | ||
betweenSetsMax | |||
) |
Definition at line 93 of file _fx.gsc.
References gunfireloopfxVecthread().
function gunfireloopfxVecthread | ( | fxId | , |
fxPos | , | ||
fxPos2 | , | ||
shotsMin | , | ||
shotsMax | , | ||
shotdelayMin | , | ||
shotdelayMax | , | ||
betweenSetsMin | , | ||
betweenSetsMax | |||
) |