Xonotic
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 442 of file credits.qc.

References buf_create, and credits_build().

Referenced by XonoticCreditsList_configureXonoticCreditsList().

443 {
444  int n = buf_create();
445  credits_build(-1, n);
446  return n;
447 }
void credits_build(int fh, int n)
Definition: credits.qc:427
#define buf_create
Definition: dpextensions.qh:63
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ makeXonoticCreditsList()

entity makeXonoticCreditsList ( )

Definition at line 459 of file credits.qc.

References entity(), and NEW.

Referenced by XonoticCreditsDialog_fill().

460 {
461  entity me;
462  me = NEW(XonoticCreditsList);
463  me.configureXonoticCreditsList(me);
464  return me;
465 }
#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: