• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[JASS] multiboarditem ?

Status
Not open for further replies.
Level 26
Joined
Aug 18, 2009
Messages
4,099
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,099
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