CameraController class
hud.CameraController
Inheritance
Base: game.ui.HUDGameController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
pitch_min | float | scripted |
pitch_max | float | scripted |
yaw_min | float | scripted |
yaw_max | float | scripted |
tele_min | float | scripted |
tele_max | float | scripted |
tele_scale | float | scripted |
max_zoom_level | float | scripted |
dateAndTimeHolder | ink.HorizontalPanelWidgetReference | scripted |
recHolder | ink.CanvasWidgetReference | scripted |
Date | ink.TextWidgetReference | scripted |
Timer | ink.TextWidgetReference | scripted |
CameraID | ink.TextWidgetReference | scripted |
timerHrs | ink.TextWidgetReference | scripted |
timerMin | ink.TextWidgetReference | scripted |
timerSec | ink.TextWidgetReference | scripted |
watermark | ink.WidgetReference | scripted |
yawCounter | ink.TextWidgetReference | scripted |
pitchCounter | ink.TextWidgetReference | scripted |
pitch | ink.CanvasWidgetReference | scripted |
yaw | ink.CanvasWidgetReference | scripted |
tele | ink.CanvasWidgetReference | scripted |
teleScale | ink.CanvasWidgetReference | scripted |
psmBlackboard | WeakHandle<game.IBlackboard> | scripted |
tcsBlackboard | WeakHandle<game.IBlackboard> | scripted |
PSM_BBID | red.CallbackObject? | scripted |
tcs_BBID | red.CallbackObject? | scripted |
deviceChain_BBID | red.CallbackObject? | scripted |
root | WeakHandle<ink.CompoundWidget> | scripted |
currentZoom | float | scripted |
controlledObjectRef | WeakHandle<game.Object> | scripted |
alpha_fadein | ink.anim.Definition? | scripted |
AnimProxy | ink.anim.Proxy? | scripted |
AnimOptions | ink.anim.PlaybackOptions | scripted |
ownerObject | WeakHandle<game.Object> | scripted |
maxZoomLevel | int | scripted |
overclockListener | OverclockHudListener? | scripted |
isOverclockActive | bool | scripted |
canActivateOverclock | bool | scripted |
Functions
bool OnInitialize()RTTIbool OnUninitialize()RTTIbool OnAction(game.input.ScriptListenerAction action, game.input.ScriptListenerActionConsumer consumer)RTTIbool OnEndLoop(ink.anim.Proxy proxy)RTTIbool OnTakeControllOverDevice(string value)RTTIbool OnOverclockHudEvent(OverclockHudEvent overclockEvent)RTTIvoid UpdateRulers()RTTIvoid UpdateTime()RTTIbool OnPlayerAttach(game.Object playerPuppet)RTTIbool OnPlayerDetach(game.Object playerPuppet)RTTIbool OnZoomChange(float curZoom)RTTIbool OnChangeControlledDevice(ent.EntityID value)RTTIvoid ChangeCameraName()RTTIstring GetEntityNameFromEntityID(game.Object obj)RTTIbool OnDelayedHUDInitializeEvent(DelayedHUDInitializeEvent evt)RTTIvoid ResolveState()RTTI