Hi,
I have been away from The Dark Game SDK for a while and have just updated to the newest version and the 1.1.1 beta.
Now i'm wondering if the "Pointers to objects" thing has been implemented like in the following quote:
Quote: "
Posted: 24th Dec 2004 03:47
The December newsletter has a nice writeup about an upcoming update to the DGSDK. The new stuff is pointers to objects. The example is:
sObject* pBox = dbMakeObjectBox ( 10, 10, 10 );
dbPositionObject ( pBox, 0, 0, 0 );
"
I'm used to programming this way and would love to do it with the Dark Game SDK also.
So, if this has not been implemented yet, when will it be?
Cheerz!