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

#include <BuildAssistant.h>

Inherits MemoryPoolObject.

Public Member Functions

 ObjectSellInfo (void)
 
- Public Member Functions inherited from MemoryPoolObject
void deleteInstance ()
 

Public Attributes

ObjectID m_id
 id of object to sell
 
UnsignedInt m_sellFrame
 frame the sell occurred on
 

Additional Inherited Members

- Protected Member Functions inherited from MemoryPoolObject
virtual ~MemoryPoolObject ()
 
void * operator new (size_t s)
 
void operator delete (void *p)
 
virtual MemoryPoolgetObjectMemoryPool ()=0
 

Detailed Description

Definition at line 53 of file BuildAssistant.h.

Constructor & Destructor Documentation

◆ ObjectSellInfo()

ObjectSellInfo::ObjectSellInfo ( void )

Definition at line 74 of file BuildAssistant.cpp.

Member Data Documentation

◆ m_id

ObjectID ObjectSellInfo::m_id

id of object to sell

Definition at line 63 of file BuildAssistant.h.

◆ m_sellFrame

UnsignedInt ObjectSellInfo::m_sellFrame

frame the sell occurred on

Definition at line 64 of file BuildAssistant.h.


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