|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Public Member Functions | |
| CvarStringSource (string cv, string sep) | |
| ATTRIB (CvarStringSource, CvarStringSource_cvar, string) | |
| ATTRIB (StringSource, StringSource_sep, string) | |
| ATTRIB (StringSource, StringSource_str, string) | |
| 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) |
Definition at line 29 of file datasource.qh.
Definition at line 22 of file datasource.qc.
References CvarStringSource(), and CONSTRUCT.
Referenced by CvarStringSource(), ATTRIB(), getEntry(), and reload().
| CvarStringSource::ATTRIB | ( | CvarStringSource | , |
| CvarStringSource_cvar | , | ||
| string | ) |
References CvarStringSource(), ATTRIB(), CONSTRUCTOR, ENDCLASS, entity(), getEntry(), METHOD, name, reload(), and this.
Referenced by ATTRIB().
|
inherited |
References StringSource(), ATTRIB(), CONSTRUCTOR, ENDCLASS, entity(), getEntry(), METHOD, name, reload(), and this.
|
inherited |
References StringSource(), and ATTRIB().
|
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 StringSource.
Definition at line 28 of file datasource.qc.
References CvarStringSource(), cvar_string(), entity(), getEntry(), name, string_null, and SUPER.
Referenced by ATTRIB(), and getEntry().
|
inlinevirtualinherited |
|
virtual |
reload all entries matching filter returning how many matches were found
Reimplemented from StringSource.
Definition at line 34 of file datasource.qc.
References CvarStringSource(), cvar_string(), entity(), reload(), string_null, and SUPER.
Definition at line 5 of file datasource.qh.
Definition at line 4 of file datasource.qh.