AddSpecialEffectLoc
- Parameters
-
modelName string
where location
- comment
Creates the special effect in the stated location where with Z = 0 using the model file with a path modelName.
- note
To create an effect only visible to one player see https://www.hiveworkshop.com/threads/gs.300430/#post-3209073
- note
To create an effect with a z-position not zero see http://www.hiveworkshop.com/forums/1561722-post10.html.
- return type
effect
- Source code
native AddSpecialEffectLoc takes string modelName, location where returns effect
- Source
- effects.j
- wc3modding.com
- AddSpecialEffectLoc