QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Miscelaneous functions

Functions

void PR_Error (progs_t *pr, const char *error,...)
 
void PR_Init (void)
 Initialize the progs engine. More...
 
void PR_Init_Cvars (void)
 Initialize the Cvars for the progs engine. More...
 
void PR_RunError (progs_t *pr, const char *error,...)
 

Detailed Description

Function Documentation

void PR_Error ( progs_t pr,
const char *  error,
  ... 
)
void PR_Init ( void  )

Initialize the progs engine.

void PR_Init_Cvars ( void  )

Initialize the Cvars for the progs engine.

Call before calling PR_Init().

void PR_RunError ( progs_t pr,
const char *  error,
  ... 
)