Rick Posted August 12, 2010 Share Posted August 12, 2010 I know at it's heart it's a character pointer, but is it basically an ID that the API uses to track objects? If so I assume that ID is stored somewhere by the API so it can easily find these objects when we call API functions and it needs to do something on them? Quote Link to comment Share on other sites More sharing options...
cocopino Posted August 12, 2010 Share Posted August 12, 2010 It's probably just a Blitzmax type like Type TENtity Field Position:TVec3 Field Rotation:TVec3 Method SetPosition(x,y,z) Self.Position = vec3(x,y,z) End Method 'etc.etc End Type I doubt you can get any "hidden functionality" with this. What do you want to do? Quote desktop: Quad core Q6600 + 4GB + ATI HD4890 + XP laptop: Dual core T6400 + 4 GB + NVidia 9600M GT + Vista 32 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.