.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   General Bot Coding (http://forums.bots-united.com/forumdisplay.php?f=24)
-   -   What is inside edict_t?? (http://forums.bots-united.com/showthread.php?t=5512)

The_Hard_Mission_Guy 13-07-2006 14:21

What is inside edict_t??
 
Hello
nah , do you know what I'm about to ask?
no?....anyways I wanted to find out what are the elements inside the HL1 in/famous engine entitity edict_t!
I need a list of all elements...

The Storm 13-07-2006 18:43

Re: What is inside edict_t??
 
Huh so you can't find it by yourself ??? Heh...
edict_t(defined in const.h) is link to edict_s witch is defined in edict.h. Sounds logical. :)

The_Hard_Mission_Guy 13-07-2006 22:57

Re: What is inside edict_t??
 
Quote:

Originally Posted by THE_STORM
Huh so you can't find it by yourself ??? Heh...
edict_t(defined in const.h) is link to edict_s witch is defined in edict.h. Sounds logical. :)

NO it doesn't sound logical at all ! this is like catching your left ear with your right hand over the head.....
I have searched the files for edict_t and got 257 damn occurrences ...so in the chaos I oversaw:
PHP Code:

typedef struct edict_s edict_t

but thanks for the help......and for trying to tease me, in which you obviously failed, haha

The Storm 14-07-2006 00:49

Re: What is inside edict_t??
 
Hah what IDE you are using ? As I know you are using MSVC so right click on the thing that you want to find his definition and select "Go to Definition". It will put you on the place. As I told you the information that you are looking for is in edict.h file. Happy teasing. :D

The_Hard_Mission_Guy 14-07-2006 14:41

Re: What is inside edict_t??
 
Problem resolved!
edict_t is history , don't worry about it anymore dude:)


All times are GMT +2. The time now is 18:47.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.