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

tables

  1. HerlySQR

    [Lua] Metatable method is not received when I'm calling it

    Hello, I'm again trying to translate the Codeless Save Load System to Lua, but for some reason I'm not receiving the method of the metatable when I'm calling it, this is weird because I though if a table doesn't have a field, it will check to its metatable, basically I did this: ---@return...
  2. redscores

    [vJASS] Vexorian Table 3.1 in a 2D array, need help!

    Hello, I am currently trying to make a system that saves a certain ressource to the Table 3.1 made by vexorian. library MatrixCoreMechanic requires Table globals private Table tMatrixInformation private constant integer iMaximumCore = 100 endglobals private keyword Initialization...
Top