• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Struct arrays?

Status
Not open for further replies.
Level 19
Joined
Aug 24, 2007
Messages
2,888
structs are integer values used at indexing members not variables
their members are arrayed variables
When you create a struct with etc.create() it finds a non used index
when you destroy it, it says that index is not used anymore so when you create() again destroyed index will be taken over by new one
 
Status
Not open for further replies.
Top