HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How to implement

05-26-2008, 03:32 AM#1
fX_
How do I use Kattana's local handle vars?
05-26-2008, 04:00 AM#2
Vexorian
You call the functions...






...Perhaps if you gave us an example of what you want to do?
05-26-2008, 05:02 AM#3
grim001
Quote:
Originally Posted by fX_
How do I use Kattana's local handle vars?

Please don't, they are very old and outdated and there are a number of other solutions for the same problem.
05-26-2008, 08:02 AM#4
fX_
To Vexorian:
I mean am I not supposed to prepare something to be able to call the functions? What should I do to be able to?

To grim001:
I think it will work fine for my purposes so I'll use it -for now, at least.
05-26-2008, 08:09 AM#5
TheDamien
Quote:
Originally Posted by fX_
I think it will work fine for my purposes so I'll use it -for now, at least.

Wow. So despite the fact that it is outclassed and outdated in every single way, you're going to use it just because you can? Super.
05-26-2008, 08:34 AM#6
fX_
To Damien:
Because it fits my needs, I said. And that I think I do not need anything ++.
05-26-2008, 10:29 AM#7
Captain Griffen
No, it doesn't fit your needs. H2I is fine, but using I2H is highly unsafe. Structs + H2I are far better, and far faster if you are retrieving multiple values.
05-26-2008, 12:31 PM#8
d07.RiV
Actually its nearly equivalent to the first half of cscache system. I basically use cscache with kattana's function names (and I try to avoid it in performance-sensitive parts).
05-26-2008, 10:57 PM#9
fX_
I c. I'll read up on "structs". Forget my question in my first post here.