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

Go to the source code of this file.

Functions

function deleteAtLimit ()
 
function DoNoteTracks (flagName, customFunction, var1)
 
function DoNoteTracksForever (flagName, killString, customFunction, var1)
 
function DoNoteTracksForeverProc (notetracksFunc, flagName, killString, customFunction, var1)
 
function DoNoteTracksForTime (time, flagName, customFunction, var1)
 
function doNoteTracksForTimeEndNotify (time)
 
function DoNoteTracksForTimeProc (doNoteTracksForeverFunc, time, flagName, customFunction, ent, var1)
 
function growling ()
 
function HandleDogSoundNoteTracks (note)
 
function HandleNoteTrack (note, flagName, customFunction, var1)
 
function incrAnimAimWeight ()
 
function LookAtAnimations (leftanim, rightanim)
 
function LookAtEntity (lookTargetEntity, lookDuration, lookSpeed, eyesOnly, interruptOthers)
 
function LookAtPosition (lookTargetPos, lookDuration, lookSpeed, eyesOnly, interruptOthers)
 
function moveToOriginOverTime (origin, time)
 
function noteTrackAlertnessAlert (note, flagName)
 
function noteTrackAlertnessCasual (note, flagName)
 
function noteTrackBodyFall (note, flagName)
 
function noteTrackFootScrape (note, flagName)
 
function noteTrackFootStep (note, flagName)
 
function noteTrackGravity (note, flagName)
 
function noteTrackLand (note, flagName)
 
function noteTrackMovementRun (note, flagName)
 
function noteTrackMovementStop (note, flagName)
 
function noteTrackMovementWalk (note, flagName)
 
function noteTrackPoseCrouch (note, flagName)
 
function noteTrackPoseStand (note, flagName)
 
function noteTrackStartRagdoll (note, flagName)
 
function noteTrackStopAnim (note, flagName)
 
function playFootStep (foot)
 
function playFootStepEffect (foot, groundType)
 
function registerNoteTracks ()
 
function returnTrue ()
 
function setAnimAimWeight (goalweight, goaltime)
 
function trackLoop ()
 

Function Documentation

◆ deleteAtLimit()

function deleteAtLimit ( )

Definition at line 17 of file zombie_shared.gsc.

◆ DoNoteTracks()

function DoNoteTracks ( flagName  ,
customFunction  ,
var1   
)

Definition at line 379 of file zombie_shared.gsc.

References HandleNoteTrack().

Referenced by DoNoteTracksForever().

◆ DoNoteTracksForever()

function DoNoteTracksForever ( flagName  ,
killString  ,
customFunction  ,
var1   
)

Definition at line 420 of file zombie_shared.gsc.

References DoNoteTracks(), and DoNoteTracksForeverProc().

Referenced by DoNoteTracksForTime().

◆ DoNoteTracksForeverProc()

function DoNoteTracksForeverProc ( notetracksFunc  ,
flagName  ,
killString  ,
customFunction  ,
var1   
)

Definition at line 395 of file zombie_shared.gsc.

Referenced by DoNoteTracksForever().

◆ DoNoteTracksForTime()

function DoNoteTracksForTime ( time  ,
flagName  ,
customFunction  ,
var1   
)

◆ doNoteTracksForTimeEndNotify()

function doNoteTracksForTimeEndNotify ( time  )

Definition at line 439 of file zombie_shared.gsc.

Referenced by DoNoteTracksForTime().

◆ DoNoteTracksForTimeProc()

function DoNoteTracksForTimeProc ( doNoteTracksForeverFunc  ,
time  ,
flagName  ,
customFunction  ,
ent  ,
var1   
)

Definition at line 425 of file zombie_shared.gsc.

Referenced by DoNoteTracksForTime().

◆ growling()

function growling ( )

Definition at line 96 of file zombie_shared.gsc.

◆ HandleDogSoundNoteTracks()

function HandleDogSoundNoteTracks ( note  )

Definition at line 67 of file zombie_shared.gsc.

References play_in_space(), and play_on_tag().

◆ HandleNoteTrack()

function HandleNoteTrack ( note  ,
flagName  ,
customFunction  ,
var1   
)

Definition at line 297 of file zombie_shared.gsc.

References play_in_space().

Referenced by DoNoteTracks().

◆ incrAnimAimWeight()

function incrAnimAimWeight ( )

Definition at line 697 of file zombie_shared.gsc.

References a.

Referenced by trackLoop().

◆ LookAtAnimations()

function LookAtAnimations ( leftanim  ,
rightanim   
)

Definition at line 61 of file zombie_shared.gsc.

◆ LookAtEntity()

function LookAtEntity ( lookTargetEntity  ,
lookDuration  ,
lookSpeed  ,
eyesOnly  ,
interruptOthers   
)

◆ LookAtPosition()

function LookAtPosition ( lookTargetPos  ,
lookDuration  ,
lookSpeed  ,
eyesOnly  ,
interruptOthers   
)

Definition at line 29 of file zombie_shared.gsc.

References a.

◆ moveToOriginOverTime()

function moveToOriginOverTime ( origin  ,
time   
)

Definition at line 515 of file zombie_shared.gsc.

◆ noteTrackAlertnessAlert()

function noteTrackAlertnessAlert ( note  ,
flagName   
)

Definition at line 179 of file zombie_shared.gsc.

Referenced by registerNoteTracks().

◆ noteTrackAlertnessCasual()

function noteTrackAlertnessCasual ( note  ,
flagName   
)

Definition at line 171 of file zombie_shared.gsc.

Referenced by registerNoteTracks().

◆ noteTrackBodyFall()

function noteTrackBodyFall ( note  ,
flagName   
)

Definition at line 225 of file zombie_shared.gsc.

Referenced by registerNoteTracks().

◆ noteTrackFootScrape()

function noteTrackFootScrape ( note  ,
flagName   
)

Definition at line 268 of file zombie_shared.gsc.

Referenced by registerNoteTracks().

◆ noteTrackFootStep()

function noteTrackFootStep ( note  ,
flagName   
)

Definition at line 246 of file zombie_shared.gsc.

References playFootStep().

Referenced by registerNoteTracks().

◆ noteTrackGravity()

function noteTrackGravity ( note  ,
flagName   
)

Definition at line 207 of file zombie_shared.gsc.

Referenced by registerNoteTracks().

◆ noteTrackLand()

function noteTrackLand ( note  ,
flagName   
)

Definition at line 283 of file zombie_shared.gsc.

Referenced by registerNoteTracks().

◆ noteTrackMovementRun()

function noteTrackMovementRun ( note  ,
flagName   
)

Definition at line 163 of file zombie_shared.gsc.

Referenced by registerNoteTracks().

◆ noteTrackMovementStop()

function noteTrackMovementStop ( note  ,
flagName   
)

Definition at line 147 of file zombie_shared.gsc.

Referenced by registerNoteTracks().

◆ noteTrackMovementWalk()

function noteTrackMovementWalk ( note  ,
flagName   
)

Definition at line 155 of file zombie_shared.gsc.

Referenced by registerNoteTracks().

◆ noteTrackPoseCrouch()

function noteTrackPoseCrouch ( note  ,
flagName   
)

Definition at line 194 of file zombie_shared.gsc.

References a.

Referenced by registerNoteTracks().

◆ noteTrackPoseStand()

function noteTrackPoseStand ( note  ,
flagName   
)

Definition at line 188 of file zombie_shared.gsc.

Referenced by registerNoteTracks().

◆ noteTrackStartRagdoll()

function noteTrackStartRagdoll ( note  ,
flagName   
)

Definition at line 136 of file zombie_shared.gsc.

Referenced by registerNoteTracks().

◆ noteTrackStopAnim()

function noteTrackStopAnim ( note  ,
flagName   
)

Definition at line 132 of file zombie_shared.gsc.

◆ playFootStep()

function playFootStep ( foot  )

Definition at line 445 of file zombie_shared.gsc.

Referenced by noteTrackFootStep().

◆ playFootStepEffect()

function playFootStepEffect ( foot  ,
groundType   
)

Definition at line 485 of file zombie_shared.gsc.

Referenced by setFootstepEffect().

◆ registerNoteTracks()

◆ returnTrue()

function returnTrue ( )

Definition at line 541 of file zombie_shared.gsc.

◆ setAnimAimWeight()

function setAnimAimWeight ( goalweight  ,
goaltime   
)

Definition at line 678 of file zombie_shared.gsc.

◆ trackLoop()

function trackLoop ( )

Definition at line 545 of file zombie_shared.gsc.

References a, incrAnimAimWeight(), sign(), and WAIT_SERVER_FRAME.