Parameters and types: None
Return value and type:
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)