scriptreader.h

changeset 35
3d3f6ed40171
parent 34
0a9a5902beaa
child 36
a8838b5f1213
equal deleted inserted replaced
34:0a9a5902beaa 35:3d3f6ed40171
79 str PeekNext (int offset = 0); 79 str PeekNext (int offset = 0);
80 void Seek (unsigned int n, int origin); 80 void Seek (unsigned int n, int origin);
81 void MustNext (const char* c = ""); 81 void MustNext (const char* c = "");
82 void MustThis (const char* c); 82 void MustThis (const char* c);
83 void MustString (bool gotquote = false); 83 void MustString (bool gotquote = false);
84 void MustNumber (); 84 void MustNumber (bool fromthis = false);
85 void MustBool (); 85 void MustBool ();
86 void MustValue (int type); 86 void MustValue (int type);
87 bool BoolValue (); 87 bool BoolValue ();
88 88
89 void ParserError (const char* message, ...); 89 void ParserError (const char* message, ...);

mercurial