![]() |
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 | create_target_indicator (localClientNum, entity, materialName, size) |
| function | enemy_highlight_display (localClientNum, materialName, size, fovPercent, traceTimeCheck, actorsOnly, allyMaterialName) |
| function | enemy_highlight_display_frame (localClientNum, materialName, size, fovPercent, traceTimeCheck, allyMaterialName) |
| function | enemy_highlight_display_pulse (localClientNum, actorsOnly, allyMaterialName) |
| function | enemy_highlight_display_stop (localClientNum) |
| function create_target_indicator | ( | localClientNum | , |
| entity | , | ||
| materialName | , | ||
| size | |||
| ) |
Definition at line 218 of file enemy_highlight.csc.
Referenced by enemy_highlight_display_frame().
| function enemy_highlight_display | ( | localClientNum | , |
| materialName | , | ||
| size | , | ||
| fovPercent | , | ||
| traceTimeCheck | , | ||
| actorsOnly | , | ||
| allyMaterialName | |||
| ) |
Definition at line 9 of file enemy_highlight.csc.
References enemy_highlight_display_frame(), and enemy_highlight_display_pulse().
| function enemy_highlight_display_frame | ( | localClientNum | , |
| materialName | , | ||
| size | , | ||
| fovPercent | , | ||
| traceTimeCheck | , | ||
| allyMaterialName | |||
| ) |
Definition at line 73 of file enemy_highlight.csc.
References create_target_indicator(), IS_TRUE, and WAIT_CLIENT_FRAME.
Referenced by enemy_highlight_display().
| function enemy_highlight_display_pulse | ( | localClientNum | , |
| actorsOnly | , | ||
| allyMaterialName | |||
| ) |
Definition at line 19 of file enemy_highlight.csc.
References IS_TRUE.
Referenced by enemy_highlight_display().
| function enemy_highlight_display_stop | ( | localClientNum | ) |
Definition at line 200 of file enemy_highlight.csc.
References WAIT_CLIENT_FRAME.