Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
Lazy Class Reference
Inheritance diagram for Lazy:
Collaboration diagram for Lazy:

Public Member Functions

 Lazy (entity() _compute)
 ATTRIB (Lazy, m_get, entity())

Detailed Description

Definition at line 5 of file lazy.qh.

Constructor & Destructor Documentation

◆ Lazy()

Lazy::Lazy ( entity() _compute)
inline

Definition at line 7 of file lazy.qh.

8 {
9 this.m_get = _compute;
10 }

References Lazy(), CONSTRUCTOR, and entity().

Referenced by Lazy(), and ATTRIB().

Member Function Documentation

◆ ATTRIB()

Lazy::ATTRIB ( Lazy ,
m_get ,
entity()  )

References Lazy(), ATTRIB(), and entity().

Referenced by ATTRIB().


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