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

What is CSCache?

Status
Not open for further replies.
Level 4
Joined
Sep 8, 2008
Messages
73
I've heard lot's of good about vexorians CSCache, wich is somehow supposed to enhance the gamecache, but i just really have to ask, what does it do?
Same goes for hash tables. It feels like most things are possible to do with the regular gamecache, but is cscache something i want to use, and then why?
 

peq

peq

Level 6
Joined
May 13, 2007
Messages
171
CSCache is rather outdated if you got jasshelper|vjass.
Use Tables if you need Gamecache.
Use structs + some unit indexing if you want to attach something to units.
Use structs + TimerUtils if you want to attach something to Timers.
 
Level 4
Joined
Sep 8, 2008
Messages
73
CSCache is rather outdated if you got jasshelper|vjass.
Use Tables if you need Gamecache.
Use structs + some unit indexing if you want to attach something to units.
Use structs + TimerUtils if you want to attach something to Timers.

I dont know vJass very well. But i do have NewGen and jassHelper.
Still, i think there should be tutoritals on this kind of stuff, i'm pretty bad with both gamecache and timers to be honest.
 
Status
Not open for further replies.
Top