|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Callbacks may be added to zero or more callback chains. More...
Public Member Functions | |
| Callback (bool() func) | |
| ATTRIB (Callback, cbc_func, bool()) | |
| a callback function is like this: bool mycallback() { do something return false; } | |
|
inline |
Definition at line 30 of file base.qh.
References Callback(), CONSTRUCT, and CONSTRUCTOR.
Referenced by Callback(), and ATTRIB().
a callback function is like this: bool mycallback() { do something return false; }
References Callback(), and ATTRIB().
Referenced by ATTRIB().