#include <ABoneAttachCameraHelper.h>
Public Member Functions | |
| TDECLARE_CLASS (ABoneAttachCameraHelper, ACameraHelper) | |
| ABoneAttachCameraHelper () | |
| ~ABoneAttachCameraHelper () | |
| virtual TBOOL | OnUpdate (TFLOAT a_fDeltaTime) OVERRIDE |
| virtual TBOOL | Unk2 (void *) OVERRIDE |
| virtual TBOOL | Unk3 (void *, void *) OVERRIDE |
| virtual void | OnCreate () OVERRIDE |
| virtual void | OnDestroy () OVERRIDE |
| virtual void | OnAttach () OVERRIDE |
| virtual void | OnDetach () OVERRIDE |
| virtual void | BoneHelper_Unknown () |
| void | SetModel (const Toshi::TPString8 &a_strModelName, const TCHAR *a_szBoneName) |
| void | SetAnimation (const TCHAR *a_szSeqName) |
Public Member Functions inherited from ACameraHelper | |
| TDECLARE_CLASS (ACameraHelper, Toshi::TObject) | |
| ACameraHelper () | |
| ~ACameraHelper () | |
| virtual void | UpdateCurrentCamera () |
| virtual void | GetCameraRotation (Toshi::TVector4 &a_rOutRotation) const |
| virtual void | Unk7 (void *) |
| virtual TFLOAT | GetFOV () const |
| ACamera * | GetCamera () |
| void | SetCamera (ACamera *a_pCamera) |
Additional Inherited Members | |
Protected Attributes inherited from ACameraHelper | |
| ACamera * | m_pCamera |
Definition at line 14 of file ABoneAttachCameraHelper.h.
| ABoneAttachCameraHelper::ABoneAttachCameraHelper | ( | ) |
Definition at line 20 of file ABoneAttachCameraHelper.cpp.
| ABoneAttachCameraHelper::~ABoneAttachCameraHelper | ( | ) |
Definition at line 32 of file ABoneAttachCameraHelper.cpp.
|
virtual |
Definition at line 118 of file ABoneAttachCameraHelper.cpp.
|
virtual |
|
virtual |
|
virtual |
Implements ACameraHelper.
Definition at line 78 of file ABoneAttachCameraHelper.cpp.
|
virtual |
Reimplemented from ACameraHelper.
Definition at line 89 of file ABoneAttachCameraHelper.cpp.
Implements ACameraHelper.
Definition at line 38 of file ABoneAttachCameraHelper.cpp.
| void ABoneAttachCameraHelper::SetAnimation | ( | const TCHAR * | a_szSeqName | ) |
Definition at line 155 of file ABoneAttachCameraHelper.cpp.
| void ABoneAttachCameraHelper::SetModel | ( | const Toshi::TPString8 & | a_strModelName, |
| const TCHAR * | a_szBoneName ) |
Definition at line 123 of file ABoneAttachCameraHelper.cpp.
| ABoneAttachCameraHelper::TDECLARE_CLASS | ( | ABoneAttachCameraHelper | , |
| ACameraHelper | ) |
|
virtual |
Implements ACameraHelper.
Definition at line 63 of file ABoneAttachCameraHelper.cpp.
|
virtual |
Implements ACameraHelper.
Definition at line 68 of file ABoneAttachCameraHelper.cpp.