QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
script.c File Reference

Functions

void Script_Delete (script_t *script)
 Delete a script_t object. More...
 
qboolean Script_GetToken (script_t *script, qboolean crossline)
 Get the next token. More...
 
script_tScript_New (void)
 Return a new script_t object. More...
 
void Script_Start (script_t *script, const char *file, const char *data)
 Prepare a script_t object for parsing. More...
 
const char * Script_Token (script_t *script)
 Return a pointer to the current token. More...
 
qboolean Script_TokenAvailable (script_t *script, qboolean crossline)
 Check if a new token is available. More...
 
void Script_UngetToken (script_t *script)
 Unget the current token. More...