Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
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.

10{
11 entity me;
12 me = NEW(XonoticSkinList);
13 me.configureXonoticSkinList(me);
14 return me;
15}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticUserSettingsTab_fill().

◆ SetSkin_Click()

void SetSkin_Click ( entity btn,
entity me )

Definition at line 157 of file skinlist.qc.

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

References entity().

Referenced by XonoticUserSettingsTab_fill().