![]() |
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 | Callback_ActorCloned (original) |
function | Callback_ActorDamage (eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, weapon, vPoint, vDir, sHitLoc, vDamageOrigin, psOffsetTime, boneIndex, modelIndex, surfaceType, vSurfaceNormal) |
function | Callback_ActorKilled (eInflictor, attacker, iDamage, sMeansOfDeath, weapon, vDir, sHitLoc, psOffsetTime) |
function | Callback_ActorSpawned (spawner) |
function autoexec | init () |
function Callback_ActorCloned | ( | original | ) |
Definition at line 257 of file _globallogic_actor.gsc.
References CopyDestructState(), and CopyGibState().
Referenced by set_default_callbacks(), and SetDefaultCallbacks().
function Callback_ActorDamage | ( | eInflictor | , |
eAttacker | , | ||
iDamage | , | ||
iDFlags | , | ||
sMeansOfDeath | , | ||
weapon | , | ||
vPoint | , | ||
vDir | , | ||
sHitLoc | , | ||
vDamageOrigin | , | ||
psOffsetTime | , | ||
boneIndex | , | ||
modelIndex | , | ||
surfaceType | , | ||
vSurfaceNormal | |||
) |
Definition at line 35 of file _globallogic_actor.gsc.
References figure_out_attacker(), giveAttackerAndInflictorOwnerAssist(), IDFLAGS_NO_KNOCKBACK, IDFLAGS_NO_PROTECTION, isHeadShot(), and update().
Referenced by set_default_callbacks(), and SetDefaultCallbacks().
function Callback_ActorKilled | ( | eInflictor | , |
attacker | , | ||
iDamage | , | ||
sMeansOfDeath | , | ||
weapon | , | ||
vDir | , | ||
sHitLoc | , | ||
psOffsetTime | |||
) |
Definition at line 233 of file _globallogic_actor.gsc.
References DoWeaponSpecificCorpseEffects(), DoWeaponSpecificKillEffects(), and ProcessCloneScoreEvent().
Referenced by set_default_callbacks(), and SetDefaultCallbacks().
function Callback_ActorSpawned | ( | spawner | ) |
Definition at line 30 of file _globallogic_actor.gsc.
References spawn_think().
Referenced by set_default_callbacks(), and SetDefaultCallbacks().
function autoexec init | ( | ) |
Definition at line 26 of file _globallogic_actor.gsc.