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

Go to the source code of this file.

Classes

class  XonoticBigButton
 

Functions

entity makeXonoticBigButton (string theText, vector theColor)
 

Function Documentation

◆ makeXonoticBigButton()

entity makeXonoticBigButton ( string  theText,
vector  theColor 
)

Definition at line 3 of file bigbutton.qc.

References entity(), and NEW.

Referenced by XonoticSingleplayerDialog_fill().

4 {
5  entity me;
6  me = NEW(XonoticBigButton);
7  me.configureXonoticBigButton(me, theText, theColor);
8  return me;
9 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function:
+ Here is the caller graph for this function: