TorqueScript Reference
Typedefs
Operators

Typedefs

typedef type SPC
 

Detailed Description

Typedef Documentation

typedef type SPC

SPC concatenates two values into a string with a space between them

"50" SPC "30.5"

produces "50 30.5"