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

Hastable & Dynamic indexing = ?

Status
Not open for further replies.
Level 10
Joined
Feb 20, 2008
Messages
448
i do not know how to begin so i will make it simple

in the code we got 2 type of code

we got GUI & JASS : in those 2 category we gopt Egui, Cjass, Pjass, Lua Jass

GUI also have a new function called Hashtable + we got Dynamic indexing for making GUI MUI Spell .

how we would call it : if i u fuse Hashtable & Dynamic indexing does it have a Name ? becuz its way to long to say i use Dynamic Index Hashtable

so is there a Universal nick name to call "Dynamic Index Hashtable" Becuz i would call it DIHGUI or Dynamic Hashtable ? but its seems suck..... any idea ?

i know im probably asking to much question XD but i need to know

This kind of System was Brought by Hanke i think
 
M_Vegeta said:
i do not know how to begin so i will make it simple

in the code we got 2 type of code

we got GUI & JASS : in those 2 category we gopt Egui, Cjass, Pjass, Lua Jass

First of all EGUI is still GUI, PJASS is a syntax checker (not a language), and lua Jass doesn't exist.
Though you can use external blocks inside vJass to run LUA.

M_Vegeta said:
how we would call it : if i u fuse Hashtable & Dynamic indexing does it have a Name ? becuz its way to long to say i use Dynamic Index Hashtable

so is there a Universal nick name to call "Dynamic Index Hashtable" Becuz i would call it DIHGUI or Dynamic Hashtable ? but its seems suck..... any idea ?

Does everything need an abbreviation?
Just call it Hashtable, or Indexing.

M_Vegeta said:
This kind of System was Brought by Hanke i think

Hanky did not invent indexing >_<
 
Status
Not open for further replies.
Top