- Joined
- Oct 12, 2008
- Messages
- 1,570
Hello people,,
I got a question about variables in structs,, especially array'd members,,
This is actually in short what i mean,,
How would this act? I know struct member become array'd globals,, but how can i array an array'd global? Cause that is actually what we would do here,,
Would it decrease array size, to something like this:
or is it not even possible? Would i have to make like 5 unit-structmembers?
Thanks!
-Yixx,,-
I got a question about variables in structs,, especially array'd members,,
JASS:
struct TEST
unit array UNIT
endstruct
How would this act? I know struct member become array'd globals,, but how can i array an array'd global? Cause that is actually what we would do here,,
Would it decrease array size, to something like this:
JASS:
UNIT[StructNumber * ??]
Thanks!
-Yixx,,-