- Joined
- Feb 11, 2011
- Messages
- 1,860
Hello guys,
I would like to know if it is possible to allocate a specific instance of a struct?
I'm not really sure how to explain this well; but I will try. Can I allocate, for example, struct instance 5 even though 1, 2, 3 and 4 are not allocated?
I thought of something like this:
But I am afraid that it will not be allocated correctly.
Any solutions?
Thanks,
Mr_Bean
I would like to know if it is possible to allocate a specific instance of a struct?
I'm not really sure how to explain this well; but I will try. Can I allocate, for example, struct instance 5 even though 1, 2, 3 and 4 are not allocated?
I thought of something like this:
JASS:
local thistype this = 5
// do stuff...
But I am afraid that it will not be allocated correctly.
Any solutions?
Thanks,
Mr_Bean