|
FRX SDK Documentation 2025 SP0
|
#include <AcObject.h>
Public Member Functions | |
| AcObject () | |
| AcObject (const AcObject &source) | |
| virtual | ~AcObject () |
| void * | data () const |
Protected Attributes | |
| void * | m_pData |
Definition at line 19 of file AcObject.h.
| AcObject::AcObject | ( | ) |
| AcObject::AcObject | ( | const AcObject & | source | ) |
|
virtual |
| void * AcObject::data | ( | ) | const |
|
protected |
Definition at line 30 of file AcObject.h.