Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TakeScreenshotDebugToolbarAction Class Reference
Inheritance diagram for SCR_TakeScreenshotDebugToolbarAction:
SCR_EditorToolbarAction

Protected Member Functions

override void OnInit (SCR_ActionsToolbarEditorUIComponent toolbar)
override void OnExit (SCR_ActionsToolbarEditorUIComponent toolbar)
override bool CanBeShown (SCR_EditableEntityComponent hoveredEntity, notnull set< SCR_EditableEntityComponent > selectedEntities, vector cursorWorldPosition, int flags)
override bool CanBePerformed (SCR_EditableEntityComponent hoveredEntity, notnull set< SCR_EditableEntityComponent > selectedEntities, vector cursorWorldPosition, int flags)
override void Perform (SCR_EditableEntityComponent hoveredEntity, notnull set< SCR_EditableEntityComponent > selectedEntities, vector cursorWorldPosition, int flags, int param=-1)
void CaptureImageDebug ()
 Capture image of current camere view.
void CreateDebug ()
void DestroyDebug ()

Protected Attributes

int m_iResolutionX
int m_iResolutionY
ref ImageWidget m_wScreenshotDebug

Detailed Description

Definition at line 2 of file SCR_TakeScreenshotDebugToolbarAction.c.

Member Function Documentation

◆ CanBePerformed()

override bool SCR_TakeScreenshotDebugToolbarAction::CanBePerformed ( SCR_EditableEntityComponent hoveredEntity,
notnull set< SCR_EditableEntityComponent > selectedEntities,
vector cursorWorldPosition,
int flags )
inlineprotected

Definition at line 32 of file SCR_TakeScreenshotDebugToolbarAction.c.

◆ CanBeShown()

override bool SCR_TakeScreenshotDebugToolbarAction::CanBeShown ( SCR_EditableEntityComponent hoveredEntity,
notnull set< SCR_EditableEntityComponent > selectedEntities,
vector cursorWorldPosition,
int flags )
inlineprotected

Definition at line 26 of file SCR_TakeScreenshotDebugToolbarAction.c.

◆ CaptureImageDebug()

void SCR_TakeScreenshotDebugToolbarAction::CaptureImageDebug ( )
inlineprotected

Capture image of current camere view.

Definition at line 48 of file SCR_TakeScreenshotDebugToolbarAction.c.

◆ CreateDebug()

void SCR_TakeScreenshotDebugToolbarAction::CreateDebug ( )
inlineprotected

Definition at line 54 of file SCR_TakeScreenshotDebugToolbarAction.c.

◆ DestroyDebug()

void SCR_TakeScreenshotDebugToolbarAction::DestroyDebug ( )
inlineprotected

Definition at line 70 of file SCR_TakeScreenshotDebugToolbarAction.c.

◆ OnExit()

override void SCR_TakeScreenshotDebugToolbarAction::OnExit ( SCR_ActionsToolbarEditorUIComponent toolbar)
inlineprotected

Definition at line 20 of file SCR_TakeScreenshotDebugToolbarAction.c.

◆ OnInit()

override void SCR_TakeScreenshotDebugToolbarAction::OnInit ( SCR_ActionsToolbarEditorUIComponent toolbar)
inlineprotected

Definition at line 13 of file SCR_TakeScreenshotDebugToolbarAction.c.

◆ Perform()

override void SCR_TakeScreenshotDebugToolbarAction::Perform ( SCR_EditableEntityComponent hoveredEntity,
notnull set< SCR_EditableEntityComponent > selectedEntities,
vector cursorWorldPosition,
int flags,
int param = -1 )
inlineprotected

Definition at line 38 of file SCR_TakeScreenshotDebugToolbarAction.c.

Member Data Documentation

◆ m_iResolutionX

int SCR_TakeScreenshotDebugToolbarAction::m_iResolutionX
protected

Definition at line 5 of file SCR_TakeScreenshotDebugToolbarAction.c.

◆ m_iResolutionY

int SCR_TakeScreenshotDebugToolbarAction::m_iResolutionY
protected

Definition at line 8 of file SCR_TakeScreenshotDebugToolbarAction.c.

◆ m_wScreenshotDebug

ref ImageWidget SCR_TakeScreenshotDebugToolbarAction::m_wScreenshotDebug
protected

Definition at line 10 of file SCR_TakeScreenshotDebugToolbarAction.c.


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