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

Go to the source code of this file.

Classes

class  XonoticSkinList
 

Functions

entity makeXonoticSkinList ()
 
void SetSkin_Click (entity btn, entity me)
 

Function Documentation

◆ makeXonoticSkinList()

entity makeXonoticSkinList ( )

Definition at line 9 of file skinlist.qc.

References entity(), and NEW.

10 {
11  entity me;
12  me = NEW(XonoticSkinList);
13  me.configureXonoticSkinList(me);
14  return me;
15 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function:

◆ SetSkin_Click()

void SetSkin_Click ( entity  btn,
entity  me 
)

Definition at line 157 of file skinlist.qc.

158 {
159  me.setSkin(me);
160 }