FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

dlls/smoke_trail.h

252627282930
virtual bool KeyValue( const char *szKeyName, const char *szValue ); void SetEmit(bool bVal); void FollowEntity( CBaseEntity *pEntity, const char *pAttachmentName = NULL); static SmokeTrail* CreateSmokeTrail(); public:
25262728293031
virtual bool KeyValue( const char *szKeyName, const char *szValue ); void SetEmit(bool bVal); void FollowEntity( CBaseEntity *pEntity, const char *pAttachmentName = NULL); void Think( void ); static SmokeTrail* CreateSmokeTrail(); public:
626364656667
RocketTrail(); void SetEmit(bool bVal); void FollowEntity( CBaseEntity *pEntity, const char *pAttachmentName = NULL); static RocketTrail *CreateRocketTrail(); public:
63646566676869
RocketTrail(); void SetEmit(bool bVal); void FollowEntity( CBaseEntity *pEntity, const char *pAttachmentName = NULL); void Think( void ); static RocketTrail *CreateRocketTrail(); public: