HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

CSData/CSSafety

01-29-2009, 10:58 PM#1
Joker
Does ReleaseGroup(g) also use a space?
01-29-2009, 11:36 PM#2
moyack
???? sorry I don't' understand what you're asking
01-29-2009, 11:56 PM#3
Joker
When ReleaseGroup(g) called, I see the MAX_HANDLE error.
01-30-2009, 06:39 AM#4
PandaMine
You are probably leaking handles and its gone over the limit. Also CSData/CSSafety is out of date. If you wan't something more modern use HSAS
01-30-2009, 08:36 AM#5
Captain Griffen
Aren't they decapricated anyway?
01-30-2009, 10:17 AM#6
Anitarf
Quote:
Originally Posted by Captain Griffen
Aren't they decapricated anyway?
Deprecated, yes.

If you need ReleaseGroup then it's very likely you're using groups wrong.
01-30-2009, 07:54 PM#7
Joker
Quote:
Originally Posted by Anitarf
Deprecated, yes.

If you need ReleaseGroup then it's very likely you're using groups wrong.
Are local groups a nono then?
01-30-2009, 08:18 PM#8
Anitarf
Pretty much. You always use a global group for enums, and for spellinstances that need a group you recycle groups along with the spell struct index.
01-30-2009, 11:32 PM#9
Joker
Can you create/find an example of how it should be done?
01-31-2009, 12:59 AM#10
Anitarf
Quote:
Originally Posted by Joker
Can you create/find an example of how it should be done?
Example of what? Global groups or group-per-struct recycling?
01-31-2009, 01:01 AM#11
Vexorian
HSAS seems less modern than CSData
01-31-2009, 04:03 AM#12
PandaMine
Quote:
Originally Posted by Vexorian
HSAS seems less modern than CSData

Looks can be decieving

Anyways it used to be a lot longer until the array size got extended in vJASS