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

#include <dazzle.h>

Inherits PrototypeLoaderClass.

Public Member Functions

 DazzleLoaderClass (void)
 
 ~DazzleLoaderClass (void)
 
virtual int Chunk_Type (void)
 
virtual PrototypeClassLoad_W3D (ChunkLoadClass &cload)
 
- Public Member Functions inherited from PrototypeLoaderClass
 PrototypeLoaderClass (void)
 
 ~PrototypeLoaderClass (void)
 

Detailed Description

DazzleLoaderClass An instance of this class is registered with the asset manager and handles loading W3D_CHUNK_DAZZLE.
It creates DazzlePrototypes from the data in the chunk.

Definition at line 386 of file dazzle.h.

Constructor & Destructor Documentation

◆ DazzleLoaderClass()

DazzleLoaderClass::DazzleLoaderClass ( void )
inline

Definition at line 389 of file dazzle.h.

◆ ~DazzleLoaderClass()

DazzleLoaderClass::~DazzleLoaderClass ( void )
inline

Definition at line 390 of file dazzle.h.

Member Function Documentation

◆ Chunk_Type()

virtual int DazzleLoaderClass::Chunk_Type ( void )
inlinevirtual

Implements PrototypeLoaderClass.

Definition at line 392 of file dazzle.h.

◆ Load_W3D()

PrototypeClass * DazzleLoaderClass::Load_W3D ( ChunkLoadClass & cload)
virtual

Implements PrototypeLoaderClass.

Definition at line 1727 of file dazzle.cpp.


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