![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_AttachManualCameraComponent |
| Attach camera to a target. More... | |
Enumerations | |
| enum | EAttachManualCameraType { NONE, INPUT, PLAYER, ENTITY } |
Functions | |
| void | RotateWithTarget (bool rotate) |
| void | AttachTo (IEntity target) |
| override void | EOnPostFrame (IEntity owner, float timeSlice) |
Variables | |
| SCR_AttachManualCameraComponent | m_Target |
| private bool | m_bRotateWithTarget |
| Enumerator | |
|---|---|
| NONE | |
| INPUT | |
| PLAYER | |
| ENTITY | |
Definition at line 246 of file SCR_AttachManualCameraComponent.c.
| void AttachTo | ( | IEntity | target | ) |
| [in] | target |
Definition at line 220 of file SCR_AttachManualCameraComponent.c.
| override void EOnPostFrame | ( | IEntity | owner, |
| float | timeSlice | ||
| ) |
Definition at line 228 of file SCR_AttachManualCameraComponent.c.
| void RotateWithTarget | ( | bool | rotate | ) |
| [in] | rotate |
Definition at line 212 of file SCR_AttachManualCameraComponent.c.
| private bool m_bRotateWithTarget |
Definition at line 207 of file SCR_AttachManualCameraComponent.c.