Added docs and project management tool update

This commit is contained in:
n00b
2024-10-06 01:39:47 -04:00
parent 00309fa481
commit 641c5c86ca
1544 changed files with 10572 additions and 2904 deletions

View File

@@ -9,10 +9,10 @@ function getParticleNormalDirectionMod( actor)
sub useParticleNormalDirection( actor, flag)
function particleIsUsingNormalDirection( actor)
sub setParticleMesh( actor, mesh)
sub setParticleMinParticlesPerSecond( actor, minParticlesPerSecond)
function getParticleMinParticlesPerSecond( actor)
sub setParticleMaxParticlesPerSecond( actor, maxParticlesPerSecond)
function getParticleMaxParticlesPerSecond( actor)
sub setMinParticlesPerSecond( actor, minParticlesPerSecond)
function getMinParticlesPerSecond( actor)
sub setMaxParticlesPerSecond( actor, maxParticlesPerSecond)
function getMaxParticlesPerSecond( actor)
sub setParticleMinStartColor( actor, color)
function getParticleMinStartColor( actor)
sub setParticleMaxStartColor( actor, color)
@@ -41,3 +41,4 @@ sub setParticleLength( actor, p_len)
function getParticleLength( actor)
sub useParticleOutlineOnly( actor, flag)
function particleIsUsingOutlineOnly( actor)
function getParticleType( actor )