![]() |
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... |
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. :) |
Re: What is inside edict_t??
Quote:
I have searched the files for edict_t and got 257 damn occurrences ...so in the chaos I oversaw: PHP Code:
|
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
|
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.