|
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 | getEntryOther () |
| 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 59 of file dialog_multiplayer_create_mutators.qh.
|
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 11 of file dialog_multiplayer_create_mutators.qc.
References entity(), getEntry(), MENU_MUTATOR_HEADER_1, MENU_MUTATOR_HEADER_2, name, NULL, and REGISTRY_GET.
Referenced by getEntry().
|
virtual |
Definition at line 29 of file dialog_multiplayer_create_mutators.qc.
References disabled, entity(), getEntryOther(), MENU_MUTATOR_HEADER_1, MENU_MUTATOR_HEADER_2, REGISTRY_COUNT, and REGISTRY_GET.
Referenced by getEntryOther().
|
inlinevirtualinherited |
|
virtual |
reload all entries matching filter returning how many matches were found
Reimplemented from DataSource.
Definition at line 52 of file dialog_multiplayer_create_mutators.qc.
References entity(), REGISTRY_COUNT, and reload().
Referenced by reload().
Definition at line 5 of file datasource.qh.
Definition at line 4 of file datasource.qh.