- scriptified the RandomSpawner.
- fixed: String constants were not processed by the compiler backend. - added an explicit name cast for class types.
This commit is contained in:
parent
4d68f066a0
commit
40e7fa5be2
12 changed files with 331 additions and 276 deletions
|
|
@ -611,10 +611,11 @@ public:
|
|||
class FxNameCast : public FxExpression
|
||||
{
|
||||
FxExpression *basex;
|
||||
bool mExplicit;
|
||||
|
||||
public:
|
||||
|
||||
FxNameCast(FxExpression *x);
|
||||
FxNameCast(FxExpression *x, bool explicitly = false);
|
||||
~FxNameCast();
|
||||
FxExpression *Resolve(FCompileContext&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue