‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_fx.gsc File Reference

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 Documentation

◆ GrenadeExplosionfx()

function GrenadeExplosionfx ( pos  )

Definition at line 153 of file _fx.gsc.

References earthquake().

◆ gunfireloopfx()

function gunfireloopfx ( fxId  ,
fxPos  ,
shotsMin  ,
shotsMax  ,
shotdelayMin  ,
shotdelayMax  ,
betweenSetsMin  ,
betweenSetsMax   
)

Definition at line 39 of file _fx.gsc.

References gunfireloopfxthread().

◆ gunfireloopfxthread()

function gunfireloopfxthread ( fxId  ,
fxPos  ,
shotsMin  ,
shotsMax  ,
shotdelayMin  ,
shotdelayMax  ,
betweenSetsMin  ,
betweenSetsMax   
)

Definition at line 44 of file _fx.gsc.

Referenced by gunfireloopfx().

◆ gunfireloopfxVec()

function gunfireloopfxVec ( fxId  ,
fxPos  ,
fxPos2  ,
shotsMin  ,
shotsMax  ,
shotdelayMin  ,
shotdelayMax  ,
betweenSetsMin  ,
betweenSetsMax   
)

Definition at line 93 of file _fx.gsc.

References gunfireloopfxVecthread().

◆ gunfireloopfxVecthread()

function gunfireloopfxVecthread ( fxId  ,
fxPos  ,
fxPos2  ,
shotsMin  ,
shotsMax  ,
shotdelayMin  ,
shotdelayMax  ,
betweenSetsMin  ,
betweenSetsMax   
)

Definition at line 98 of file _fx.gsc.

References delay().

Referenced by gunfireloopfxVec().

◆ print_org()

function print_org ( fxcommand  ,
fxId  ,
fxPos  ,
waittime   
)

Definition at line 35 of file _fx.gsc.