- Joined
- Oct 11, 2012
- Messages
- 711
Hi there. I saw some people use this for allocation
and others use this:
Any difference between them? Thanks.
JASS:
local thistype this = allocate()
and others use this:
JASS:
local thistype this = thistype.allocate()
Any difference between them? Thanks.