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

Go to the source code of this file.

Classes

class  XonoticLanguageList
 

Functions

entity makeXonoticLanguageList ()
 
void SetLanguage_Click (entity btn, entity me)
 

Function Documentation

◆ makeXonoticLanguageList()

entity makeXonoticLanguageList ( )

Definition at line 12 of file languagelist.qc.

References entity(), and NEW.

13 {
14  entity me;
16  me.configureXonoticLanguageList(me);
17  return me;
18 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function:

◆ SetLanguage_Click()

void SetLanguage_Click ( entity  btn,
entity  me 
)

Definition at line 196 of file languagelist.qc.

197 {
198  me.setLanguage(me);
199 }