Torque3D Documentation / _generateds / Preprocessor Helpers

Preprocessor Helpers

These are some handy preprocessor macros to simplify certain tasks, like preprocessor concatenation that works properly with LINE.

More...

Defines

define

This command concatenates two tokens in a way that will work with things such as LINE.

Detailed Description

These are some handy preprocessor macros to simplify certain tasks, like preprocessor concatenation that works properly with LINE.

Defines

TORQUE_CONCAT(x, y) 

This command concatenates two tokens in a way that will work with things such as LINE.