Xonotic
dialog_settings_effects.qh File Reference
#include "tab.qh"
+ Include dependency graph for dialog_settings_effects.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticEffectsSettingsTab
 

Functions

entity makeXonoticEffectsSettingsTab ()
 

Function Documentation

◆ makeXonoticEffectsSettingsTab()

entity makeXonoticEffectsSettingsTab ( )

Definition at line 15 of file dialog_settings_effects.qc.

References entity(), and NEW.

16 {
17  entity me;
19  me.configureDialog(me);
20  return me;
21 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: