FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <hudtarget.h>
Protected Attributes | |
int | Radius |
float | Target_triangle_base |
float | Target_triangle_height |
![]() | |
int | position [2] |
int | base_w |
int | base_h |
color | gauge_color |
int | gauge_config |
int | gauge_object |
int | font_num |
bool | lock_color |
bool | sexp_lock_color |
bool | reticle_follow |
bool | active |
bool | off_by_default |
bool | sexp_override |
bool | pop_up |
int | popup_timer |
bool | message_gauge |
int | disabled_views |
int | flash_duration |
int | flash_next |
bool | flash_status |
bool | custom_gauge |
hud_frames | custom_frame |
int | custom_frame_offset |
int | textoffset_x |
int | textoffset_y |
char | custom_name [NAME_LENGTH] |
SCP_string | custom_text |
SCP_string | default_text |
char | texture_target_fname [MAX_FILENAME_LEN] |
int | texture_target |
int | canvas_w |
int | canvas_h |
int | target_w |
int | target_h |
int | target_x |
int | target_y |
int | display_offset_x |
int | display_offset_y |
Definition at line 481 of file hudtarget.h.
HudGaugeReticleTriangle::HudGaugeReticleTriangle | ( | ) |
Definition at line 2893 of file hudtarget.cpp.
Definition at line 2899 of file hudtarget.cpp.
Definition at line 2905 of file hudtarget.cpp.
Definition at line 2910 of file hudtarget.cpp.
Definition at line 2915 of file hudtarget.cpp.
Reimplemented from HudGauge.
Reimplemented in HudGaugeMissileTriangles, HudGaugeTargetTriangle, and HudGaugeHostileTriangle.
Definition at line 2920 of file hudtarget.cpp.
void HudGaugeReticleTriangle::renderTriangle | ( | vec3d * | hostile_pos, |
int | aspect_flag, | ||
int | show_interior, | ||
int | split_tri | ||
) |
Definition at line 2996 of file hudtarget.cpp.
void HudGaugeReticleTriangle::renderTriangleMissileTail | ( | float | ang, |
float | xpos, | ||
float | ypos, | ||
float | cur_dist, | ||
int | draw_solid, | ||
int | draw_inside | ||
) |
Definition at line 2925 of file hudtarget.cpp.
|
protected |
Definition at line 484 of file hudtarget.h.
|
protected |
Definition at line 485 of file hudtarget.h.
|
protected |
Definition at line 486 of file hudtarget.h.