Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AttachManualCameraComponent Class Reference

Attach camera to a target. More...

Inheritance diagram for SCR_AttachManualCameraComponent:
SCR_BaseManualCameraComponent

Protected Member Functions

bool AttachTo (IEntity target)
void Detach ()
 Detach camera from its parent entity.
ScriptInvoker GetOnAttachChange ()
override void EOnCameraSave (SCR_ManualCameraComponentSave data)
override void EOnCameraLoad (SCR_ManualCameraComponentSave data)
override void EOnCameraFrame (SCR_ManualCameraParam param)
override bool EOnCameraInit ()
override void EOnCameraExit ()

Protected Attributes

bool m_bRotateWithTarget
IEntity m_Target
SCR_AttachEntity m_AttachHelper
bool m_bAttachChanged
ref ScriptInvoker m_OnAttachChange = new ScriptInvoker()

Detailed Description

Attach camera to a target.

Definition at line 5 of file SCR_AttachManualCameraComponent.c.

Member Function Documentation

◆ AttachTo()

bool SCR_AttachManualCameraComponent::AttachTo ( IEntity target)
inlineprotected

Attach camera to an entity.

Parameters
[in]parentTarget entity

Definition at line 26 of file SCR_AttachManualCameraComponent.c.

◆ Detach()

void SCR_AttachManualCameraComponent::Detach ( )
inlineprotected

Detach camera from its parent entity.

Definition at line 68 of file SCR_AttachManualCameraComponent.c.

◆ EOnCameraExit()

override void SCR_AttachManualCameraComponent::EOnCameraExit ( )
inlineprotected

Definition at line 196 of file SCR_AttachManualCameraComponent.c.

◆ EOnCameraFrame()

override void SCR_AttachManualCameraComponent::EOnCameraFrame ( SCR_ManualCameraParam param)
inlineprotected

Definition at line 116 of file SCR_AttachManualCameraComponent.c.

◆ EOnCameraInit()

override bool SCR_AttachManualCameraComponent::EOnCameraInit ( )
inlineprotected

Definition at line 189 of file SCR_AttachManualCameraComponent.c.

◆ EOnCameraLoad()

override void SCR_AttachManualCameraComponent::EOnCameraLoad ( SCR_ManualCameraComponentSave data)
inlineprotected

Definition at line 109 of file SCR_AttachManualCameraComponent.c.

◆ EOnCameraSave()

override void SCR_AttachManualCameraComponent::EOnCameraSave ( SCR_ManualCameraComponentSave data)
inlineprotected

Definition at line 99 of file SCR_AttachManualCameraComponent.c.

◆ GetOnAttachChange()

ScriptInvoker SCR_AttachManualCameraComponent::GetOnAttachChange ( )
inlineprotected

Get event called when camera is attached or detached.

Returns
Script invoker

Definition at line 93 of file SCR_AttachManualCameraComponent.c.

Member Data Documentation

◆ m_AttachHelper

SCR_AttachEntity SCR_AttachManualCameraComponent::m_AttachHelper
protected

Definition at line 17 of file SCR_AttachManualCameraComponent.c.

◆ m_bAttachChanged

bool SCR_AttachManualCameraComponent::m_bAttachChanged
protected

Definition at line 18 of file SCR_AttachManualCameraComponent.c.

◆ m_bRotateWithTarget

bool SCR_AttachManualCameraComponent::m_bRotateWithTarget
protected

Definition at line 8 of file SCR_AttachManualCameraComponent.c.

◆ m_OnAttachChange

ref ScriptInvoker SCR_AttachManualCameraComponent::m_OnAttachChange = new ScriptInvoker()
protected

Definition at line 20 of file SCR_AttachManualCameraComponent.c.

◆ m_Target

IEntity SCR_AttachManualCameraComponent::m_Target
protected

Definition at line 16 of file SCR_AttachManualCameraComponent.c.


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