|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Public Member Functions | |
| virtual void | destroy () |
| cleanup on shutdown. | |
| virtual void | getEntry () |
| get entry i passing name and icon through returns if it is not null returns DataSource_false if out of bounds otherwise returns an entity or DataSource_true | |
| virtual void | indexOf () |
| return the index of the first match for find. | |
| virtual void | reload () |
| reload all entries matching filter returning how many matches were found | |
Static Public Attributes | |
| static entity | false = NULL |
| static entity | true = NEW(Object) |
|
inlinevirtualinherited |
cleanup on shutdown.
optional
Definition at line 17 of file datasource.qh.
References destroy(), and entity().
Referenced by destroy().
|
virtual |
get entry i passing name and icon through returns if it is not null returns DataSource_false if out of bounds otherwise returns an entity or DataSource_true
Reimplemented from DataSource.
Definition at line 3 of file guide.qc.
References getEntry(), TOPIC, and TOPICS.
Referenced by getEntry().
|
inlinevirtualinherited |
|
virtual |
Definition at line 5 of file datasource.qh.
Definition at line 4 of file datasource.qh.