Merge branch 'RotationFPR_Cleaned' of https://github.com/Areloch/Torque3D into development

This commit is contained in:
Areloch 2016-05-12 23:35:21 -05:00
commit 9bc87709ab
7 changed files with 853 additions and 5 deletions

View file

@ -74,6 +74,8 @@ DefineConsoleType( TypeCommand, String )
DefineConsoleType( TypeFilename, const char * )
DefineConsoleType( TypeStringFilename, String )
DefineConsoleType(TypeRotationF, RotationF)
/// A universally unique identifier.
DefineConsoleType( TypeUUID, Torque::UUID )