SFXEnvironment Class Reference

#include <sfxEnvironment.h>

Inheritance diagram for SFXEnvironment:

Inheritance graph
[legend]
List of all members.

Detailed Description

Warning: This class is non-functional and is only here to allow InteriorInstance to compile.

Eventualy this functionaliy will resurface in a way that will play well with multiple providers which may have unique features.


Public Member Functions

 SFXEnvironment ()
 DECLARE_CONOBJECT (SFXEnvironment)
virtual void packData (BitStream *stream)
virtual void unpackData (BitStream *stream)

Static Public Member Functions

static void initPersistFields ()
 Register dynamic fields in a subclass of ConsoleObject.

Private Types

typedef SimDataBlock Parent


Member Typedef Documentation

Reimplemented from SimDataBlock.


Constructor & Destructor Documentation

SFXEnvironment::SFXEnvironment (  ) 


Member Function Documentation

SFXEnvironment::DECLARE_CONOBJECT ( SFXEnvironment   ) 

static void SFXEnvironment::initPersistFields (  )  [static]

Register dynamic fields in a subclass of ConsoleObject.

See also:
addField(), addFieldV(), addDeprecatedField(), addGroup(), endGroup()

Reimplemented from SimObject.

virtual void SFXEnvironment::packData ( BitStream stream  )  [virtual]

Reimplemented from SimDataBlock.

virtual void SFXEnvironment::unpackData ( BitStream stream  )  [virtual]

Reimplemented from SimDataBlock.