This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
0
@SBeier: Go
Awesome, works like a charm now.
Edit: The inheritance thingy looks real nice. I will probably use that a lot.
Trigger declarations are bugged in the new version. Sent an error report.
I would like to be able to aquire a pointer for an existing object. In C++ this is done by:
int x; int* ptr = &x;
ptr will now point at x.
Your tool is great btw!
Edit: Oh, just read page 9. Nevermind.
0
@SBeier: Go
Awesome, works like a charm now.
Edit: The inheritance thingy looks real nice. I will probably use that a lot.
0
Trigger declarations are bugged in the new version. Sent an error report.
0
I would like to be able to aquire a pointer for an existing object. In C++ this is done by:
int x;
int* ptr = &x;
ptr will now point at x.
Your tool is great btw!
Edit: Oh, just read page 9. Nevermind.