Jump to content

What is TEntity?


Rick
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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?

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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...