Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

/home/groups/n/no/noxwizard/cvs/src/scripts.cpp File Reference

Functions that handle the timer controlled stuff (? Akron). More...

#include "nxwcommn.h"
#include "debug.h"
#include "basics.h"
#include "globals.h"
#include "scripts.h"
#include "inlines.h"
#include "race.h"

Namespaces

namespace  Scripts

Functions

void readwscline ()
void readFullLine ()
void readw2 ()
void readw3 ()
void gettokennum (std::string s, int num)
 Gets the token number num in the passed string.

int getRangedValue (std::string str)
int getRangedValue (char *stringguy)
void splitLine (char *source, char *head, char *tail)
void splitLine (const std::string &source, std::string &head, std::string &tail)
void newScriptsInit ()
void deleteNewScripts ()

Variables

char g_strScriptTemp [1024]


Detailed Description

Functions that handle the timer controlled stuff (? Akron).

Author:
Duke
Date:
26/10/2000

Function Documentation

void deleteNewScripts  
 

int getRangedValue char *    stringguy
 

int getRangedValue std::string    str
 

void gettokennum std::string    s,
int    num
 

Gets the token number num in the passed string.

Author:
Sparhawk, ported to std::string by Akron
Parameters:
s  the string to get the token from
num  0-based index of the token

void newScriptsInit  
 

void readFullLine  
 

void readw2  
 

void readw3  
 

void readwscline  
 

void splitLine const std::string &    source,
std::string &    head,
std::string &    tail
 

void splitLine char *    source,
char *    head,
char *    tail
 


Variable Documentation

char g_strScriptTemp[ 1024 ]
 

Note:
xan -> do not move in headers, plz
SourceForge.net Logo