- Finished the framework for specifying all action functions externally,

including restricting them to particular classes.

SVN r403 (trunk)
This commit is contained in:
Randy Heit 2006-12-04 23:25:59 +00:00
commit 24b5a0b110
14 changed files with 3410 additions and 3297 deletions

View file

@ -738,11 +738,11 @@ FString SC_TokenName (int token, const char *string)
{
static const char *const names[] =
{
"an identifier",
"a string constant",
"a name constant",
"an integer constant",
"a float constant",
"identifier",
"string constant",
"name constant",
"integer constant",
"float constant",
"'...'",
"'>>='",
"'<<='",
@ -763,7 +763,8 @@ FString SC_TokenName (int token, const char *string)
"'<='",
"'>='",
"'=='",
"'!="
"'!='",
"'action'",
"'break'",
"'case'",
"'const'",