FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <hudtarget.h>
Protected Attributes | |
float | Max_offscreen_tri_seperation |
float | Max_front_seperation |
float | Offscreen_tri_base |
float | Offscreen_tri_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 522 of file hudtarget.h.
HudGaugeOffscreen::HudGaugeOffscreen | ( | ) |
Definition at line 6226 of file hudtarget.cpp.
void HudGaugeOffscreen::calculatePosition | ( | vertex * | target_point, |
vec3d * | tpos, | ||
vec2d * | outcoords, | ||
int * | dir, | ||
float * | half_triangle_sep | ||
) |
Definition at line 6295 of file hudtarget.cpp.
Definition at line 6236 of file hudtarget.cpp.
Definition at line 6231 of file hudtarget.cpp.
Definition at line 6241 of file hudtarget.cpp.
Definition at line 6246 of file hudtarget.cpp.
|
virtual |
Reimplemented from HudGauge.
Definition at line 6251 of file hudtarget.cpp.
Reimplemented from HudGauge.
Definition at line 6255 of file hudtarget.cpp.
void HudGaugeOffscreen::renderOffscreenIndicator | ( | vec2d * | coords, |
int | dir, | ||
float | distance, | ||
float | half_triangle_sep, | ||
bool | draw_solid = true |
||
) |
Definition at line 6458 of file hudtarget.cpp.
|
protected |
Definition at line 526 of file hudtarget.h.
|
protected |
Definition at line 525 of file hudtarget.h.
|
protected |
Definition at line 527 of file hudtarget.h.
|
protected |
Definition at line 528 of file hudtarget.h.