IsParticleEmitter()
语法
Result = IsParticleEmitter(#ParticleEmitter)概要
Tests if the given particle emitter is valid and correctly initialized.
参数
#ParticleEmitter The particle emitter to test.
返回值
Nonzero if the particle emitter is valid, zero otherwise.
Remarks
This function is bulletproof and may be used with any value. This is the correct way to ensure a particle emitter is ready to use.
参阅
CreateParticleEmitter()
已支持操作系统
所有