Xonotic
Waypoint Class Reference
+ Inheritance diagram for Waypoint:
+ Collaboration diagram for Waypoint:

Public Member Functions

 ATTRIB (Waypoint, netname, string)
 
 ATTRIB (Waypoint, m_name, string)
 
 ATTRIB (Waypoint, m_icon, string)
 
 Waypoint ::Waypoint (string _netname, string _name, string _icon, vector _color, int _blink)
 

Public Attributes

int m_blink = 1
 
vector m_color = '1 1 1'
 
int m_id = 0
 

Detailed Description

Definition at line 12 of file all.qh.

Member Function Documentation

◆ ATTRIB() [1/3]

Waypoint::ATTRIB ( Waypoint  ,
netname  ,
string   
)

◆ ATTRIB() [2/3]

Waypoint::ATTRIB ( Waypoint  ,
m_name  ,
string   
)

◆ ATTRIB() [3/3]

Waypoint::ATTRIB ( Waypoint  ,
m_icon  ,
string   
)

◆ Waypoint ::Waypoint()

Waypoint::Waypoint ::Waypoint ( string  _netname,
string  _name,
string  _icon,
vector  _color,
int  _blink 
)
inline

Definition at line 19 of file all.qh.

References CONSTRUCT, and ENDCLASS.

19  {
21  this.netname = _netname;
22  this.m_name = _name;
23  this.m_icon = _icon;
24  this.m_color = _color;
25  this.m_blink = _blink;
26  }
vector m_color
Definition: all.qh:17
int m_blink
Definition: all.qh:18
string netname
Definition: powerups.qc:20
Definition: all.qh:12
#define CONSTRUCT(cname,...)
Definition: oo.qh:111
string m_name
Definition: scores.qh:135

Member Data Documentation

◆ m_blink

int Waypoint::m_blink = 1

Definition at line 18 of file all.qh.

◆ m_color

vector Waypoint::m_color = '1 1 1'

Definition at line 17 of file all.qh.

◆ m_id

int Waypoint::m_id = 0

Definition at line 13 of file all.qh.


The documentation for this class was generated from the following file: