Commandes BASIC
3DParticles
41 commandes
- Create3DParticlesCreate3DParticles(ID integer, x float, y float, z float) +1
- Particles3DExistsParticles3DExists(ID integer) → integer
- Delete3DParticlesDelete3DParticles(ID integer)
- Particles3DPositionParticles3DPosition(ID integer, x float, y float, z float)
- Particles3DFrequencyParticles3DFrequency(ID integer, freq float)
- Particles3DStartZoneParticles3DStartZone(ID integer, x1 float, y1 float, z1 float, x2 float, y2 float, z2 float)
- Particles3DDirectionParticles3DDirection(ID integer, vx float, vy float, vz float, roll float)
- Particles3DVelocityRangeParticles3DVelocityRange(ID integer, v1 float, v2 float)
- Particles3DDirectionRangeParticles3DDirectionRange(ID integer, angle float, angle2 float)
- Particles3DSizeParticles3DSize(ID integer, size float)
- Particles3DLifeParticles3DLife(ID integer, time float)
- Particles3DMaxParticles3DMax(ID integer, max integer)
- Reset3DParticleCountReset3DParticleCount(ID integer)
- Particles3DImageParticles3DImage(ID integer, imageID integer)
- Particles3DVisibleParticles3DVisible(ID integer, visible integer)
- Particles3DActiveParticles3DActive(ID integer, active integer)
- Particles3DTransparencyParticles3DTransparency(ID integer, active integer)
- Particles3DColorInterpolationParticles3DColorInterpolation(ID integer, mode integer)
- Particles3DXParticles3DX(ID integer) → float
- Particles3DYParticles3DY(ID integer) → float
- Particles3DZParticles3DZ(ID integer) → float
- Particles3DVisibleValueParticles3DVisibleValue(ID integer) → integer
- Particles3DActiveValueParticles3DActiveValue(ID integer) → integer
- Particles3DFrequencyValueParticles3DFrequencyValue(ID integer) → float
- Particles3DDirectionXParticles3DDirectionX(ID integer) → float
- Particles3DDirectionYParticles3DDirectionY(ID integer) → float
- Particles3DDirectionZParticles3DDirectionZ(ID integer) → float
- Particles3DDirectionRange1Particles3DDirectionRange1(ID integer) → float
- Particles3DDirectionRange2Particles3DDirectionRange2(ID integer) → float
- Particles3DSizeValueParticles3DSizeValue(ID integer) → float
- Particles3DLifeValueParticles3DLifeValue(ID integer) → float
- Particles3DMaxReachedParticles3DMaxReached(ID integer) → integer
- Particles3DForceParticles3DForce(ID integer, starttime float, endtime float, x float, y float, z float)
- Clear3DParticlesForcesClear3DParticlesForces(ID integer)
- Particles3DColorKeyFrameParticles3DColorKeyFrame(ID integer, time float, red integer, green integer, blue integer, alpha integer)
- Clear3DParticlesColorsClear3DParticlesColors(ID integer)
- Particles3DScaleKeyFrameParticles3DScaleKeyFrame(ID integer, time float, scale float)
- Clear3DParticlesScalesClear3DParticlesScales(ID integer)
- Update3DParticlesUpdate3DParticles(ID integer, time float)
- Particles3DOffsetParticles3DOffset(ID integer, x float, y float, z float)
- Draw3DParticlesDraw3DParticles(ID integer)