Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
W3DRenderObjectSnapshot Class Reference

Inherits Snapshot.

Protected Member Functions

virtual void crc (Xfer *xfer)
 
virtual void xfer (Xfer *xfer)
 
virtual void loadPostProcess (void)
 

Protected Attributes

RenderObjClassm_robj
 render object representing state at time of snapshot
 
W3DRenderObjectSnapshotm_next
 snapshot of next render object belonging to same drawable
 

Additional Inherited Members

- Public Member Functions inherited from Snapshot
 Snapshot (void)
 
 ~Snapshot (void)
 

Detailed Description

This class will hold all information about a W3D RenderObject needed to reconstruct it if necessary

Definition at line 61 of file W3DGhostObject.cpp.

Member Function Documentation

◆ crc()

void W3DRenderObjectSnapshot::crc ( Xfer * xfer)
protectedvirtual

CRC

Implements Snapshot.

Definition at line 174 of file W3DGhostObject.cpp.

◆ loadPostProcess()

void W3DRenderObjectSnapshot::loadPostProcess ( void )
protectedvirtual

Load post process

Implements Snapshot.

Definition at line 285 of file W3DGhostObject.cpp.

◆ xfer()

void W3DRenderObjectSnapshot::xfer ( Xfer * xfer)
protectedvirtual

Xfer method Version Info: 1: Initial version

Implements Snapshot.

Definition at line 184 of file W3DGhostObject.cpp.

Member Data Documentation

◆ m_next

W3DRenderObjectSnapshot* W3DRenderObjectSnapshot::m_next
protected

snapshot of next render object belonging to same drawable

Definition at line 79 of file W3DGhostObject.cpp.

◆ m_robj

RenderObjClass* W3DRenderObjectSnapshot::m_robj
protected

render object representing state at time of snapshot

Definition at line 78 of file W3DGhostObject.cpp.


The documentation for this class was generated from the following file: