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

specific instance allocation

  1. AGD

    [Solved] Specific Instance Allocation

    Hello. I want to ask for a way to allocate a specific struct instance that would not conflict with the normal allocation/deallocation method. Basically it does similar to thistype(instance) but you know that would cause conflicts from this example. static method someMethod takes nothing returns...
Top