![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ResourceName | GetLayoutResource () |
| string | GetRTTextureWidgetName () |
| string | GetRTargetWidgetName () |
| int | GetCameraIndex () |
| float | GetCameraFOV () |
| float | GetNearPlane () |
| float | GetFarPlane () |
| float | GetResolutionScale () |
| vector | GetCameraPoint () |
| void | SetEnabled (bool enabled) |
| Widget | CreateUI (string layout, string rtTextureName, string rtName, out RTTextureWidget RTTexture, out RenderTargetWidget RTWidget) |
| void | DestroyUI (Widget root) |
| ScriptCamera | CreateCamera (IEntity parent, vector position, int cameraIndex, float fov, float nearPlane, float farPlane) |
| void | DestroyCamera (ScriptCamera camera) |
| void | Destroy () |
| override void | OnSightADSActivated () |
| override void | OnSightADSDeactivated () |
| override void | OnInit (IEntity owner) |
| void | SCR_PIPSightsComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
| Constructor. | |
| void | ~SCR_PIPSightsComponent () |
| Destructor. | |
Protected Attributes | |
| ref Widget | m_wRoot |
| The root layout hierarchy widget. | |
| IEntity | m_pOwner |
| Parent entity owner. | |
| RTTextureWidget | m_wRenderTargetTextureWidget |
| The render target texture found within our layout. | |
| RenderTargetWidget | m_wRenderTargetWidget |
| The render target found within our layout. | |
| ScriptCamera | m_PIPCamera |
| The camera to be used by this pip component. | |
| bool | m_bIsEnabled |
| Is this PIP currently enabled? | |
Definition at line 89 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Constructor.
Definition at line 364 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Destructor.
Definition at line 370 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
| parent | Parent entity this camera should be attached to |
| position | Local offset from parent entity |
| cameraIndex | The index created camera should use, 0-31 |
| fov | The field of view of camera 0-89 |
| nearPlane | Near clipping plane of the camera in metres |
| farPlane | Far clipping plane of the camera in metres |
Definition at line 283 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 242 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 335 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 321 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 268 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 135 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 129 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 159 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 147 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 111 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 141 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 153 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 123 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 117 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 357 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 343 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 350 of file SCR_PIPSightsComponent.c.
|
inlineprotected |
Definition at line 189 of file SCR_PIPSightsComponent.c.
|
protected |
Is this PIP currently enabled?
Definition at line 107 of file SCR_PIPSightsComponent.c.
|
protected |
The camera to be used by this pip component.
Definition at line 104 of file SCR_PIPSightsComponent.c.
|
protected |
Parent entity owner.
Definition at line 95 of file SCR_PIPSightsComponent.c.
|
protected |
The render target texture found within our layout.
Definition at line 98 of file SCR_PIPSightsComponent.c.
|
protected |
The render target found within our layout.
Definition at line 101 of file SCR_PIPSightsComponent.c.
|
protected |
The root layout hierarchy widget.
Definition at line 92 of file SCR_PIPSightsComponent.c.