![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | IsInView (vector worldPos, WorkspaceWidget workspace=null) |
| bool | IsInView (vector worldPos, float aspectRatio) |
Protected Attributes | |
| bool | m_bShowDebugViewCone |
Base class for scripted cameras
Definition at line 9 of file SCR_CameraBase.c.
Check if position is in camera view for given aspect ratio.
| worldPos | World position |
| aspectRatio | Aspect ratio W/H, e.g., 4:3 = 1.333 |
Definition at line 33 of file SCR_CameraBase.c.
|
inlineprotected |
Check if position is in camera view for given workspace.
| worldPos | World position |
| workspace | Workspace widget |
Definition at line 20 of file SCR_CameraBase.c.
|
protected |
Definition at line 12 of file SCR_CameraBase.c.