- Joined
- Mar 23, 2008
- Messages
- 942
Well, I'm trying to connect two units with a line, so I found this function using the search:
But, what is that string codeName? What do I put there?
Edit: Also what native boolean checkVisibility does?
JASS:
native AddLightningEx takes string codeName, boolean checkVisibility, real x1, real y1, real z1, real x2, real y2, real z2 returns lightning
But, what is that string codeName? What do I put there?
Edit: Also what native boolean checkVisibility does?