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

#include <postloadable.h>

Inherited by PersistClass, and SaveLoadSubSystemClass.

Public Member Functions

 PostLoadableClass (void)
 
virtual ~PostLoadableClass (void)
 
virtual void On_Post_Load (void)
 
bool Is_Post_Load_Registered (void)
 
void Set_Post_Load_Registered (bool onoff)
 

Detailed Description

Definition at line 52 of file postloadable.h.

Constructor & Destructor Documentation

◆ PostLoadableClass()

PostLoadableClass::PostLoadableClass ( void )
inline

Definition at line 55 of file postloadable.h.

◆ ~PostLoadableClass()

virtual PostLoadableClass::~PostLoadableClass ( void )
inlinevirtual

Definition at line 56 of file postloadable.h.

Member Function Documentation

◆ Is_Post_Load_Registered()

bool PostLoadableClass::Is_Post_Load_Registered ( void )
inline

Definition at line 60 of file postloadable.h.

◆ On_Post_Load()

virtual void PostLoadableClass::On_Post_Load ( void )
inlinevirtual

Definition at line 58 of file postloadable.h.

◆ Set_Post_Load_Registered()

void PostLoadableClass::Set_Post_Load_Registered ( bool onoff)
inline

Definition at line 61 of file postloadable.h.


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