Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
credits.qh File Reference
#include "listbox.qh"
Include dependency graph for credits.qh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticCreditsList

Functions

int credits_get ()
entity makeXonoticCreditsList ()

Function Documentation

◆ credits_get()

int credits_get ( )

Definition at line 663 of file credits.qc.

664{
665 int n = buf_create();
666 credits_build(-1, n);
667 return n;
668}
void credits_build(int fh, int n)
Definition credits.qc:650
#define buf_create

References buf_create, and credits_build().

Referenced by XonoticCreditsList_configureXonoticCreditsList().

◆ makeXonoticCreditsList()

entity makeXonoticCreditsList ( )

Definition at line 680 of file credits.qc.

681{
682 entity me;
684 me.configureXonoticCreditsList(me);
685 return me;
686}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticCreditsDialog_fill().