Re: [hlcoders] Constructors

2002-01-23 Thread Ken Birdwell
Repeat of destructor/constructor C++ discussion. TFC uses them. HL doesn't. Read why and how below. -Original Message- From: Ken Birdwell Sent: Thursday, September 13, 2001 2:31 AM To: '[EMAIL PROTECTED]' Subject: RE: [HLCoders] CBaseEntity Memory Mgmnt Q. I guess an important point

Re: [hlcoders] Constructors

2002-01-23 Thread Jeff Fearn
> > It's bugging me, what where the names of those methods to emulate > > constructors and destructors? Which classes should they be used for? Which > > classes should they not be used for? > > Constructors and Destructors should not be used for anything that inherits > from the CBaseEntity class