![]() |
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 | __init__ () |
| function | counteruav_initialize () |
| function | drone_callback_damage (eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, weapon, vPoint, vDir, sHitLoc, vDamageOrigin, psOffsetTime, damageFromUnderneath, modelIndex, partName, vSurfaceNormal) |
| function __init__ | ( | ) |
Definition at line 26 of file _counteruav.gsc.
References counteruav_initialize().
| function counteruav_initialize | ( | ) |
Definition at line 31 of file _counteruav.gsc.
References drone_callback_damage(), friendly_fire_shield(), and get_script_bundle().
Referenced by __init__().
| function drone_callback_damage | ( | eInflictor | , |
| eAttacker | , | ||
| iDamage | , | ||
| iDFlags | , | ||
| sMeansOfDeath | , | ||
| weapon | , | ||
| vPoint | , | ||
| vDir | , | ||
| sHitLoc | , | ||
| vDamageOrigin | , | ||
| psOffsetTime | , | ||
| damageFromUnderneath | , | ||
| modelIndex | , | ||
| partName | , | ||
| vSurfaceNormal | |||
| ) |
Definition at line 68 of file _counteruav.gsc.
References shared_callback_damage().
Referenced by counteruav_initialize().