mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-18 20:00:56 +00:00
Optimize variable-to-variable assignment
This commit is contained in:
parent
38c8e52c1d
commit
e99eadd61f
5 changed files with 96 additions and 9 deletions
|
|
@ -38,7 +38,8 @@ enum TypeReq
|
|||
TypeReqNone,
|
||||
TypeReqUInt,
|
||||
TypeReqFloat,
|
||||
TypeReqString
|
||||
TypeReqString,
|
||||
TypeReqVar
|
||||
};
|
||||
|
||||
/// Representation of a node for the scripting language parser.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue