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

Go to the source code of this file.

Classes

class  XonoticDemoBrowserTab
 

Functions

entity makeXonoticDemoBrowserTab ()
 

Function Documentation

◆ makeXonoticDemoBrowserTab()

entity makeXonoticDemoBrowserTab ( )

Definition at line 29 of file dialog_multiplayer_media_demo.qc.

References entity(), and NEW.

30 {
31  entity me;
33  me.configureDialog(me);
34  return me;
35 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: