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

Public Member Functions

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

Detailed Description

Definition at line 5 of file lazy.qh.

Member Function Documentation

◆ ATTRIB()

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

◆ Lazy ::Lazy()

Lazy::Lazy ::Lazy ( entity()  _compute)
inline

Definition at line 7 of file lazy.qh.

References ENDCLASS.

8  {
9  this.m_get = _compute;
10  }

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