====== randomParticleEffectID ====== * Parameters and types: None * Return value and type: * code: numberSuccess (ErrorCode.OK) ErrorCode * particleId: numberspecial effect id * The main function of this method: Random special effect type, randomly return a special effect ID * The specific use cases are as follows: --Get a random special effect id local result,id=World:randomParticleEffectID() --Display in the chat box Chat:sendSystemMsg("Get a random special effect id:"..id)