mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 18:43:48 +00:00
Merge branch 'RotationFPR_Cleaned' of https://github.com/Areloch/Torque3D into development
This commit is contained in:
commit
9bc87709ab
7 changed files with 853 additions and 5 deletions
|
|
@ -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 )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue