FS2_Open
Open source remastering of the Freespace 2 engine
awacs.h File Reference

Go to the source code of this file.

Functions

void awacs_level_init ()
 
void awacs_process ()
 
float awacs_get_level (object *target, ship *viewer, int use_awacs=1)
 
int ship_is_visible_by_team (object *target, ship *viewer)
 

Variables

float Awacs_team [MAX_IFFS]
 
float Awacs_level
 

Function Documentation

float awacs_get_level ( object target,
ship viewer,
int  use_awacs = 1 
)

Definition at line 168 of file awacs.cpp.

void awacs_level_init ( )

Definition at line 67 of file awacs.cpp.

void awacs_process ( )

Definition at line 74 of file awacs.cpp.

int ship_is_visible_by_team ( object target,
ship viewer 
)

Definition at line 442 of file awacs.cpp.

Variable Documentation

float Awacs_level

Definition at line 34 of file awacs.cpp.

float Awacs_team[MAX_IFFS]

Definition at line 33 of file awacs.cpp.