|
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) |
Definition at line 3 of file datasource.qh.
|
inlinevirtual |
cleanup on shutdown.
optional
Definition at line 17 of file datasource.qh.
References destroy(), and entity().
Referenced by destroy().
|
inlinevirtual |
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 in CvarStringSource, SettingSource, StringSource, and TopicSource.
Definition at line 11 of file datasource.qh.
References entity(), getEntry(), METHOD, name, and this.
Referenced by getEntry(), and XonoticGameSettingsTab::topicChangeNotify().
|
inlinevirtual |
|
inlinevirtual |
reload all entries matching filter returning how many matches were found
Reimplemented in CvarStringSource, SettingSource, StringSource, and TopicSource.
Definition at line 15 of file datasource.qh.
References entity(), and reload().
Referenced by reload().
Definition at line 5 of file datasource.qh.
Definition at line 4 of file datasource.qh.