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

Go to the source code of this file.

Functions

function _DelayedRagdoll (entity)
 
function private notetrackAnimMovementStop (entity)
 
function private notetrackAttachKnife (entity)
 
function private notetrackDetachKnife (entity)
 
function private notetrackDropGun (animationEntity)
 
function private notetrackDropGunInternal (entity)
 
function private notetrackDropShield (animationEntity)
 
function private notetrackFireBullet (animationEntity)
 
function private notetrackGibDisable (animationEntity)
 
function private notetrackGrenadeThrow (animationEntity)
 
function private notetrackHideAI (entity)
 
function private notetrackHideWeapon (entity)
 
function private notetrackMeleeUnsync (animationEntity)
 
function private notetrackShowAI (entity)
 
function private notetrackShowWeapon (entity)
 
function private notetrackStaircaseStep1 (entity)
 
function private notetrackStaircaseStep2 (entity)
 
function private notetrackStartRagdoll (entity)
 
function notetrackStartRagdollNoDeath (entity)
 
function autoexec RegisterDefaultNotetrackHandlerFunctions ()
 

Function Documentation

◆ _DelayedRagdoll()

function _DelayedRagdoll ( entity  )

Definition at line 146 of file archetype_notetracks.gsc.

Referenced by notetrackStartRagdollNoDeath().

◆ notetrackAnimMovementStop()

function private notetrackAnimMovementStop ( entity  )

Definition at line 55 of file archetype_notetracks.gsc.

Referenced by RegisterDefaultNotetrackHandlerFunctions().

◆ notetrackAttachKnife()

function private notetrackAttachKnife ( entity  )

Definition at line 92 of file archetype_notetracks.gsc.

References IS_TRUE, and KNIFE_MODEL.

Referenced by RegisterDefaultNotetrackHandlerFunctions().

◆ notetrackDetachKnife()

function private notetrackDetachKnife ( entity  )

Definition at line 101 of file archetype_notetracks.gsc.

References IS_TRUE, and KNIFE_MODEL.

Referenced by RegisterDefaultNotetrackHandlerFunctions().

◆ notetrackDropGun()

function private notetrackDropGun ( animationEntity  )

◆ notetrackDropGunInternal()

function private notetrackDropGunInternal ( entity  )

Definition at line 79 of file archetype_notetracks.gsc.

References DropAIWeapon().

Referenced by notetrackDropGun(), and notetrackStartRagdoll().

◆ notetrackDropShield()

function private notetrackDropShield ( animationEntity  )

Definition at line 191 of file archetype_notetracks.gsc.

References dropRiotshield().

Referenced by RegisterDefaultNotetrackHandlerFunctions().

◆ notetrackFireBullet()

function private notetrackFireBullet ( animationEntity  )

Definition at line 167 of file archetype_notetracks.gsc.

Referenced by RegisterDefaultNotetrackHandlerFunctions().

◆ notetrackGibDisable()

function private notetrackGibDisable ( animationEntity  )

◆ notetrackGrenadeThrow()

function private notetrackGrenadeThrow ( animationEntity  )

◆ notetrackHideAI()

function private notetrackHideAI ( entity  )

Definition at line 121 of file archetype_notetracks.gsc.

Referenced by RegisterDefaultNotetrackHandlerFunctions().

◆ notetrackHideWeapon()

function private notetrackHideWeapon ( entity  )

Definition at line 110 of file archetype_notetracks.gsc.

References gun_remove().

Referenced by RegisterDefaultNotetrackHandlerFunctions().

◆ notetrackMeleeUnsync()

function private notetrackMeleeUnsync ( animationEntity  )

Definition at line 215 of file archetype_notetracks.gsc.

References IS_TRUE.

Referenced by RegisterDefaultNotetrackHandlerFunctions().

◆ notetrackShowAI()

function private notetrackShowAI ( entity  )

Definition at line 126 of file archetype_notetracks.gsc.

Referenced by RegisterDefaultNotetrackHandlerFunctions().

◆ notetrackShowWeapon()

function private notetrackShowWeapon ( entity  )

Definition at line 115 of file archetype_notetracks.gsc.

References gun_recall().

Referenced by RegisterDefaultNotetrackHandlerFunctions().

◆ notetrackStaircaseStep1()

function private notetrackStaircaseStep1 ( entity  )

◆ notetrackStaircaseStep2()

function private notetrackStaircaseStep2 ( entity  )

◆ notetrackStartRagdoll()

function private notetrackStartRagdoll ( entity  )

◆ notetrackStartRagdollNoDeath()

function notetrackStartRagdollNoDeath ( entity  )

Definition at line 156 of file archetype_notetracks.gsc.

References _DelayedRagdoll().

Referenced by RegisterDefaultNotetrackHandlerFunctions().

◆ RegisterDefaultNotetrackHandlerFunctions()