![]() |
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 | 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 deleteAtLimit | ( | ) |
Definition at line 17 of file zombie_shared.gsc.
| function DoNoteTracks | ( | flagName | , |
| customFunction | , | ||
| var1 | |||
| ) |
Definition at line 379 of file zombie_shared.gsc.
References HandleNoteTrack().
Referenced by DoNoteTracksForever().
| function DoNoteTracksForever | ( | flagName | , |
| killString | , | ||
| customFunction | , | ||
| var1 | |||
| ) |
Definition at line 420 of file zombie_shared.gsc.
References DoNoteTracks(), and DoNoteTracksForeverProc().
Referenced by DoNoteTracksForTime().
| function DoNoteTracksForeverProc | ( | notetracksFunc | , |
| flagName | , | ||
| killString | , | ||
| customFunction | , | ||
| var1 | |||
| ) |
Definition at line 395 of file zombie_shared.gsc.
Referenced by DoNoteTracksForever().
| function DoNoteTracksForTime | ( | time | , |
| flagName | , | ||
| customFunction | , | ||
| var1 | |||
| ) |
Definition at line 432 of file zombie_shared.gsc.
References DoNoteTracksForever(), doNoteTracksForTimeEndNotify(), and DoNoteTracksForTimeProc().
| function doNoteTracksForTimeEndNotify | ( | time | ) |
Definition at line 439 of file zombie_shared.gsc.
Referenced by DoNoteTracksForTime().
| function DoNoteTracksForTimeProc | ( | doNoteTracksForeverFunc | , |
| time | , | ||
| flagName | , | ||
| customFunction | , | ||
| ent | , | ||
| var1 | |||
| ) |
Definition at line 425 of file zombie_shared.gsc.
Referenced by DoNoteTracksForTime().
| function growling | ( | ) |
Definition at line 96 of file zombie_shared.gsc.
| function HandleDogSoundNoteTracks | ( | note | ) |
Definition at line 67 of file zombie_shared.gsc.
References play_in_space(), and play_on_tag().
| function HandleNoteTrack | ( | note | , |
| flagName | , | ||
| customFunction | , | ||
| var1 | |||
| ) |
Definition at line 297 of file zombie_shared.gsc.
References play_in_space().
Referenced by DoNoteTracks().
| function incrAnimAimWeight | ( | ) |
| function LookAtAnimations | ( | leftanim | , |
| rightanim | |||
| ) |
Definition at line 61 of file zombie_shared.gsc.
| function LookAtEntity | ( | lookTargetEntity | , |
| lookDuration | , | ||
| lookSpeed | , | ||
| eyesOnly | , | ||
| interruptOthers | |||
| ) |
Definition at line 24 of file zombie_shared.gsc.
Referenced by cSceneObject::_prepare(), enable_headlook(), enable_headlook_notorso(), and cSceneObject::finish().
| function LookAtPosition | ( | lookTargetPos | , |
| lookDuration | , | ||
| lookSpeed | , | ||
| eyesOnly | , | ||
| interruptOthers | |||
| ) |
Definition at line 29 of file zombie_shared.gsc.
References a.
| function moveToOriginOverTime | ( | origin | , |
| time | |||
| ) |
Definition at line 515 of file zombie_shared.gsc.
| function noteTrackAlertnessAlert | ( | note | , |
| flagName | |||
| ) |
Definition at line 179 of file zombie_shared.gsc.
Referenced by registerNoteTracks().
| function noteTrackAlertnessCasual | ( | note | , |
| flagName | |||
| ) |
Definition at line 171 of file zombie_shared.gsc.
Referenced by registerNoteTracks().
| function noteTrackBodyFall | ( | note | , |
| flagName | |||
| ) |
Definition at line 225 of file zombie_shared.gsc.
Referenced by registerNoteTracks().
| function noteTrackFootScrape | ( | note | , |
| flagName | |||
| ) |
Definition at line 268 of file zombie_shared.gsc.
Referenced by registerNoteTracks().
| function noteTrackFootStep | ( | note | , |
| flagName | |||
| ) |
Definition at line 246 of file zombie_shared.gsc.
References playFootStep().
Referenced by registerNoteTracks().
| function noteTrackGravity | ( | note | , |
| flagName | |||
| ) |
Definition at line 207 of file zombie_shared.gsc.
Referenced by registerNoteTracks().
| function noteTrackLand | ( | note | , |
| flagName | |||
| ) |
Definition at line 283 of file zombie_shared.gsc.
Referenced by registerNoteTracks().
| function noteTrackMovementRun | ( | note | , |
| flagName | |||
| ) |
Definition at line 163 of file zombie_shared.gsc.
Referenced by registerNoteTracks().
| function noteTrackMovementStop | ( | note | , |
| flagName | |||
| ) |
Definition at line 147 of file zombie_shared.gsc.
Referenced by registerNoteTracks().
| function noteTrackMovementWalk | ( | note | , |
| flagName | |||
| ) |
Definition at line 155 of file zombie_shared.gsc.
Referenced by registerNoteTracks().
| function noteTrackPoseCrouch | ( | note | , |
| flagName | |||
| ) |
| function noteTrackPoseStand | ( | note | , |
| flagName | |||
| ) |
Definition at line 188 of file zombie_shared.gsc.
Referenced by registerNoteTracks().
| function noteTrackStartRagdoll | ( | note | , |
| flagName | |||
| ) |
Definition at line 136 of file zombie_shared.gsc.
Referenced by registerNoteTracks().
| function noteTrackStopAnim | ( | note | , |
| flagName | |||
| ) |
Definition at line 132 of file zombie_shared.gsc.
| function playFootStep | ( | foot | ) |
Definition at line 445 of file zombie_shared.gsc.
Referenced by noteTrackFootStep().
| function playFootStepEffect | ( | foot | , |
| groundType | |||
| ) |
Definition at line 485 of file zombie_shared.gsc.
Referenced by setFootstepEffect().
| function registerNoteTracks | ( | ) |
Definition at line 101 of file zombie_shared.gsc.
References noteTrackAlertnessAlert(), noteTrackAlertnessCasual(), noteTrackBodyFall(), noteTrackFootScrape(), noteTrackFootStep(), noteTrackGravity(), noteTrackLand(), noteTrackMovementRun(), noteTrackMovementStop(), noteTrackMovementWalk(), noteTrackPoseCrouch(), noteTrackPoseStand(), and noteTrackStartRagdoll().
| function returnTrue | ( | ) |
Definition at line 541 of file zombie_shared.gsc.
| function setAnimAimWeight | ( | goalweight | , |
| goaltime | |||
| ) |
Definition at line 678 of file zombie_shared.gsc.
| function trackLoop | ( | ) |
Definition at line 545 of file zombie_shared.gsc.
References a, incrAnimAimWeight(), sign(), and WAIT_SERVER_FRAME.