- Added native variables to expression evaluator and replaced the previous
handling of actor variables in expressions with it. - Added support for floating point constants to DECORATE expression evaluator. SVN r1271 (trunk)
This commit is contained in:
parent
633154d46f
commit
b9afb78523
28 changed files with 3408 additions and 2459 deletions
|
|
@ -914,6 +914,8 @@ FString FScanner::TokenName (int token, const char *string)
|
|||
"'breakable'",
|
||||
"'projectile'",
|
||||
"'#include'",
|
||||
"'fixed_t'",
|
||||
"'angle_t'",
|
||||
};
|
||||
|
||||
FString work;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue