#include <CameraInstructions.h>
Inherits CameraInstructions.
Inheritance diagram for CameraInstructionNormal:


Public Member Functions | |
| CameraInstructionNormal (CameraAnimator *anim, unsigned int camnum) | |
| virtual | ~CameraInstructionNormal () |
| virtual void | execute () |
Private Attributes | |
| unsigned int | mCameraNumber |
| the number of the camera | |
Definition at line 106 of file CameraInstructions.h.
| CameraInstructionNormal::CameraInstructionNormal | ( | CameraAnimator * | anim, | |
| unsigned int | camnum | |||
| ) | [inline] |
Constructor
| anim | the animator pointer | |
| camnum | the camera number |
Definition at line 113 of file CameraInstructions.h.
| virtual CameraInstructionNormal::~CameraInstructionNormal | ( | ) | [inline, virtual] |
Definition at line 118 of file CameraInstructions.h.
| void CameraInstructionNormal::execute | ( | ) | [virtual] |
increments the pc
Implements CameraInstructions.
Definition at line 110 of file CameraInstructions.cpp.
References CameraInstructions::animator, and CameraAnimator::mPC.
unsigned int CameraInstructionNormal::mCameraNumber [private] |
1.5.1