• 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.

[JASS] multiboarditem ?

Status
Not open for further replies.
Level 26
Joined
Aug 18, 2009
Messages
4,097
Nulling the variable does not destroy the object. MultiboardReleaseItem does.

I think an own data structure in jass supporting the range while being faster would only be to have a separate array for each multiboard. Though I wonder why multiboarditems count to the big agent stack because one may consider to call them locally, therefore also saving performance.
 
Level 26
Joined
Aug 18, 2009
Messages
4,097
The objects of most agent types receive ids from a shared stack beyond 2^20. Since usually agents are gameplay determining like units or triggers, they cause net traffic and the stack should be in sync. I meant locally in the sense of executing the code on single clients.
 
Status
Not open for further replies.
Top