mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Cleanup of the elements exposed to the console
This commit is contained in:
parent
74b7e4cd89
commit
3bc46a8376
8 changed files with 12 additions and 12 deletions
|
|
@ -60,6 +60,8 @@ afxParticlePoolData::afxParticlePoolData(const afxParticlePoolData& other, bool
|
|||
ImplementEnumType( afxParticlePool_PoolType, "Possible particle pool types.\n" "@ingroup afxParticlePool\n\n" )
|
||||
{ afxParticlePoolData::POOL_NORMAL, "normal", "..." },
|
||||
{ afxParticlePoolData::POOL_TWOPASS, "two-pass", "..." },
|
||||
// Alias...
|
||||
{ afxParticlePoolData::POOL_TWOPASS, "twopass", "..." },
|
||||
EndImplementEnumType;
|
||||
|
||||
afxParticlePoolData::~afxParticlePoolData()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue