- Finished the framework for specifying all action functions externally,
including restricting them to particular classes. SVN r403 (trunk)
This commit is contained in:
parent
511e11e8b4
commit
24b5a0b110
14 changed files with 3410 additions and 3297 deletions
|
|
@ -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'",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue