HPL3/Amnesia: Rebirth/Scripting/cGuiSet
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
- 1 Fields
- 2 Functions
- 3 Details
- 3.1 CreateWidgetButton
- 3.2 CreateWidgetCheckBox
- 3.3 CreateWidgetComboBox
- 3.4 CreateWidgetContextMenu
- 3.5 CreateWidgetDummy
- 3.6 CreateWidgetFrame
- 3.7 CreateWidgetGroup
- 3.8 CreateWidgetImage
- 3.9 CreateWidgetLabel
- 3.10 CreateWidgetListBox
- 3.11 CreateWidgetMainMenu
- 3.12 CreateWidgetMenuItem
- 3.13 CreateWidgetMultiPropertyListBox
- 3.14 CreateWidgetSlider
- 3.15 CreateWidgetTabFrame
- 3.16 CreateWidgetTextBox
- 3.17 CreateWidgetWindow
- 3.18 DestroyAllWidgets
- 3.19 DestroyWidget
- 3.20 DrawFont
- 3.21 DrawFontEx
- 3.22 DrawGfx
- 3.23 DrawGfx
- 3.24 DrawGfx
- 3.25 Get3DSize
- 3.26 Get3DTransform
- 3.27 GetAttentionWidget
- 3.28 GetCullBackface
- 3.29 GetCurrentPointer
- 3.30 GetDisplayScale
- 3.31 GetDrawMouse
- 3.32 GetDrawPriority
- 3.33 GetFocusedWidget
- 3.34 GetMouseMovementEnabled
- 3.35 GetMousePos
- 3.36 GetMouseZ
- 3.37 GetName
- 3.38 GetRootWidgetClips
- 3.39 GetSkin
- 3.40 GetVirtualSize
- 3.41 GetVirtualSizeOffset
- 3.42 GetWidgetFromName
- 3.43 HasFocus
- 3.44 Is3D
- 3.45 IsActive
- 3.46 IsValidWidget
- 3.47 RemoveWindow
- 3.48 ResetMouseOver
- 3.49 Set3DSize
- 3.50 Set3DTransform
- 3.51 SetActive
- 3.52 SetAttentionWidget
- 3.53 SetCullBackface
- 3.54 SetCurrentPointer
- 3.55 SetDrawMouse
- 3.56 SetDrawPriority
- 3.57 SetFocusedWidget
- 3.58 SetIs3D
- 3.59 SetLastWindowZ
- 3.60 SetMouseMovementEnabled
- 3.61 SetMouseZ
- 3.62 SetRootWidgetClips
- 3.63 SetSkin
- 3.64 SetVirtualSize
- 3.65 SetWindowOnTop
- 3.66 ShowContextMenu
- 4 References
Fields
cGuiSet has no public fields.
Functions
Return Type | Function And Description |
---|---|
cWidgetButton | CreateWidgetButton(const cVector3f &in avLocalPos, const cVector2f &in avSize, const tWString &in asText, iWidget@ apParent, bool abToggleable, const tString &in asName) |
cWidgetCheckBox | CreateWidgetCheckBox(const cVector3f &in avLocalPos, const cVector2f &in avSize, const tWString &in asText, iWidget@ apParent, const tString &in asName) |
cWidgetComboBox | CreateWidgetComboBox(const cVector3f &in avLocalPos, const cVector2f &in avSize, const tWString &in asText, iWidget@ apParent, const tString &in asName) |
cWidgetContextMenu | CreateWidgetContextMenu(const cVector3f &in avLocalPos, const cVector2f &in avSize, const tWString &in asText, iWidget@ apParent, const tString &in asName) |
cWidgetDummy | CreateWidgetDummy(const cVector3f &in avLocalPos, iWidget@ apParent, const tString &in asName) |
cWidgetFrame | CreateWidgetFrame(const cVector3f &in avLocalPos, const cVector2f &in avSize, bool abDrawFrame, iWidget@ apParent, bool abHScrollBar, bool abVScrollBar, const tString &in asName) |
cWidgetGroup | CreateWidgetGroup(const cVector3f &in avLocalPos, const cVector2f &in avSize, const tWString &in asText, iWidget@ apParent, const tString &in asName) |
cWidgetImage | CreateWidgetImage(const tString &in asFile, const cVector3f &in avLocalPos, const cVector2f &in avSize, eGuiMaterial aMaterial, bool abAnimate, iWidget@ apParent, const tString &in asName) |
cWidgetLabel | CreateWidgetLabel(const cVector3f &in avLocalPos, const cVector2f &in avSize, const tWString &in asText, iWidget@ apParent, const tString &in asName) |
cWidgetListBox | CreateWidgetListBox(const cVector3f &in avLocalPos, const cVector2f &in avSize, iWidget@ apParent, const tString &in asName) |
cWidgetMainMenu | CreateWidgetMainMenu(iWidget@ apParent, const tString &in asName) |
cWidgetMenuItem | CreateWidgetMenuItem(const cVector3f &in avLocalPos, const cVector2f &in avSize, const tWString &in asText, iWidget@ apParent, const tString &in asName) |
cWidgetMultiPropertyListBox | CreateWidgetMultiPropertyListBox(const cVector3f &in avLocalPos, const cVector2f &in avSize, iWidget@ apParent, const tString &in asName) |
cWidgetSlider | CreateWidgetSlider(eWidgetSliderOrientation aOrientation, const cVector3f &in avLocalPos, const cVector2f &in avSize, int alMaxValue, iWidget@ apParent, const tString &in asName) |
cWidgetTabFrame | CreateWidgetTabFrame(const cVector3f &in avLocalPos, const cVector2f &in avSize, const tWString &in asText, iWidget@ apParent, bool abAllowHScroll, bool abAllowVScroll, const tString &in asName) |
cWidgetTextBox | CreateWidgetTextBox(const cVector3f &in avLocalPos, const cVector2f &in avSize, const tWString &in asText, iWidget@ apParent, eWidgetTextBoxInputType aeType, float afNumericAdd, bool abShowButtons, const tString &in asName) |
cWidgetWindow | CreateWidgetWindow(int alFlags, const cVector3f &in avLocalPos, const cVector2f &in avSize, const tWString &in asText, iWidget@ apParent, const tString &in asName) |
void | DestroyAllWidgets() |
void | DestroyWidget(iWidget@ apWidget, bool abDestroyChildren) |
void | DrawFont(const tWString &in asText, iFontData@ apFont, const cVector3f &in avPos, const cVector2f &in avSize, const cColor &in aColor) |
void | DrawFontEx(const tWString &in asText, iFontData@ apFont, const cVector3f &in avPos, const cVector2f &in avSize, const cColor &in aColor, eFontAlign aAlign, eGuiMaterial aMaterial) |
void | DrawGfx(cGuiGfxElement@ apGfx, const cVector3f &in avPos) |
void | DrawGfx(cGuiGfxElement@ apGfx, const cVector3f &in avPos, const cVector2f &in avSize, const cColor &in aColor) |
void | DrawGfx(cGuiGfxElement@ apGfx, const cVector3f &in avPos, const cVector2f &in avSize, const cColor &in aColor, eGuiMaterial aMaterial, float afRotationAngle, bool abUseCustomPivot, const cVector3f &in avCustomPivot) |
cVector3f | Get3DSize() |
cMatrixf | Get3DTransform() |
iWidget | GetAttentionWidget() |
bool | GetCullBackface() |
cGuiGfxElement | GetCurrentPointer() |
float | GetDisplayScale() |
bool | GetDrawMouse() |
int | GetDrawPriority() |
iWidget | GetFocusedWidget() |
bool | GetMouseMovementEnabled() |
cVector2f | GetMousePos() |
float | GetMouseZ() |
tString | GetName() |
bool | GetRootWidgetClips() |
cGuiSkin | GetSkin() |
cVector2f | GetVirtualSize() |
cVector2f | GetVirtualSizeOffset() |
iWidget | GetWidgetFromName(const tString &in asName) |
bool | HasFocus() |
bool | Is3D() |
bool | IsActive() |
bool | IsValidWidget(iWidget@ apWidget) |
void | RemoveWindow(cWidgetWindow@ apWin) |
void | ResetMouseOver() |
void | Set3DSize(const cVector3f &in avSize) |
void | Set3DTransform(const cMatrixf &in a_mtxTransform) |
void | SetActive(bool abX) |
void | SetAttentionWidget(iWidget@ apWidget, bool abClearFocus) |
void | SetCullBackface(bool abX) |
void | SetCurrentPointer(cGuiGfxElement@ apGfx) |
void | SetDrawMouse(bool abX) |
void | SetDrawPriority(int alPrio) |
void | SetFocusedWidget(iWidget@ apWidget, bool abCheckForValidity = false) |
void | SetIs3D(bool abX) |
void | SetLastWindowZ(float afX) |
void | SetMouseMovementEnabled(bool abX) |
void | SetMouseZ(float afZ) |
void | SetRootWidgetClips(bool abX) |
void | SetSkin(cGuiSkin@ apSkin) |
void | SetVirtualSize(const cVector2f &in avSize, float afMinZ, float afMaxZ, const cVector2f &in avOffset) |
void | SetWindowOnTop(cWidgetWindow@ apWin) |
void | ShowContextMenu(cWidgetContextMenu@ apMenu, const cVector3f &in avPosition) |
Details
CreateWidgetButton
cWidgetButton@ CreateWidgetButton(const cVector3f &in avLocalPos,
const cVector2f &in avSize,
const tWString &in asText,
iWidget@ apParent,
bool abToggleable,
const tString &in asName)
Parameters
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- asText (tWString) —
- apParent (iWidget@) —
- abToggleable (bool) —
- asName (tString) —
Returns:
- cWidgetButton@—
CreateWidgetCheckBox
cWidgetCheckBox@ CreateWidgetCheckBox(const cVector3f &in avLocalPos,
const cVector2f &in avSize,
const tWString &in asText,
iWidget@ apParent,
const tString &in asName)
Parameters
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- asText (tWString) —
- apParent (iWidget@) —
- asName (tString) —
Returns:
- cWidgetCheckBox@—
CreateWidgetComboBox
cWidgetComboBox@ CreateWidgetComboBox(const cVector3f &in avLocalPos,
const cVector2f &in avSize,
const tWString &in asText,
iWidget@ apParent,
const tString &in asName)
Parameters
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- asText (tWString) —
- apParent (iWidget@) —
- asName (tString) —
Returns:
- cWidgetComboBox@—
CreateWidgetContextMenu
cWidgetContextMenu@ CreateWidgetContextMenu(const cVector3f &in avLocalPos,
const cVector2f &in avSize,
const tWString &in asText,
iWidget@ apParent,
const tString &in asName)
Parameters
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- asText (tWString) —
- apParent (iWidget@) —
- asName (tString) —
Returns:
- cWidgetContextMenu@—
CreateWidgetDummy
CreateWidgetFrame
cWidgetFrame@ CreateWidgetFrame(const cVector3f &in avLocalPos,
const cVector2f &in avSize,
bool abDrawFrame,
iWidget@ apParent,
bool abHScrollBar,
bool abVScrollBar,
const tString &in asName)
Parameters
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- abDrawFrame (bool) —
- apParent (iWidget@) —
- abHScrollBar (bool) —
- abVScrollBar (bool) —
- asName (tString) —
Returns:
- cWidgetFrame@—
CreateWidgetGroup
cWidgetGroup@ CreateWidgetGroup(const cVector3f &in avLocalPos,
const cVector2f &in avSize,
const tWString &in asText,
iWidget@ apParent,
const tString &in asName)
Parameters
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- asText (tWString) —
- apParent (iWidget@) —
- asName (tString) —
Returns:
- cWidgetGroup@—
CreateWidgetImage
cWidgetImage@ CreateWidgetImage(const tString &in asFile,
const cVector3f &in avLocalPos,
const cVector2f &in avSize,
eGuiMaterial aMaterial,
bool abAnimate,
iWidget@ apParent,
const tString &in asName)
Parameters
- asFile (tString) —
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- aMaterial (eGuiMaterial) —
- abAnimate (bool) —
- apParent (iWidget@) —
- asName (tString) —
Returns:
- cWidgetImage@—
CreateWidgetLabel
cWidgetLabel@ CreateWidgetLabel(const cVector3f &in avLocalPos,
const cVector2f &in avSize,
const tWString &in asText,
iWidget@ apParent,
const tString &in asName)
Parameters
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- asText (tWString) —
- apParent (iWidget@) —
- asName (tString) —
Returns:
- cWidgetLabel@—
CreateWidgetListBox
CreateWidgetMainMenu
CreateWidgetMenuItem
cWidgetMenuItem@ CreateWidgetMenuItem(const cVector3f &in avLocalPos,
const cVector2f &in avSize,
const tWString &in asText,
iWidget@ apParent,
const tString &in asName)
Parameters
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- asText (tWString) —
- apParent (iWidget@) —
- asName (tString) —
Returns:
- cWidgetMenuItem@—
CreateWidgetMultiPropertyListBox
cWidgetMultiPropertyListBox@ CreateWidgetMultiPropertyListBox(const cVector3f &in avLocalPos,
const cVector2f &in avSize,
iWidget@ apParent,
const tString &in asName)
Parameters
Returns:
- cWidgetMultiPropertyListBox@—
CreateWidgetSlider
cWidgetSlider@ CreateWidgetSlider(eWidgetSliderOrientation aOrientation,
const cVector3f &in avLocalPos,
const cVector2f &in avSize,
int alMaxValue,
iWidget@ apParent,
const tString &in asName)
Parameters
- aOrientation (eWidgetSliderOrientation) —
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- alMaxValue (int) —
- apParent (iWidget@) —
- asName (tString) —
Returns:
- cWidgetSlider@—
CreateWidgetTabFrame
cWidgetTabFrame@ CreateWidgetTabFrame(const cVector3f &in avLocalPos,
const cVector2f &in avSize,
const tWString &in asText,
iWidget@ apParent,
bool abAllowHScroll,
bool abAllowVScroll,
const tString &in asName)
Parameters
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- asText (tWString) —
- apParent (iWidget@) —
- abAllowHScroll (bool) —
- abAllowVScroll (bool) —
- asName (tString) —
Returns:
- cWidgetTabFrame@—
CreateWidgetTextBox
cWidgetTextBox@ CreateWidgetTextBox(const cVector3f &in avLocalPos,
const cVector2f &in avSize,
const tWString &in asText,
iWidget@ apParent,
eWidgetTextBoxInputType aeType,
float afNumericAdd,
bool abShowButtons,
const tString &in asName)
Parameters
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- asText (tWString) —
- apParent (iWidget@) —
- aeType (eWidgetTextBoxInputType) —
- afNumericAdd (float) —
- abShowButtons (bool) —
- asName (tString) —
Returns:
- cWidgetTextBox@—
CreateWidgetWindow
cWidgetWindow@ CreateWidgetWindow(int alFlags,
const cVector3f &in avLocalPos,
const cVector2f &in avSize,
const tWString &in asText,
iWidget@ apParent,
const tString &in asName)
Parameters
- alFlags (int) —
- avLocalPos (cVector3f) —
- avSize (cVector2f) —
- asText (tWString) —
- apParent (iWidget@) —
- asName (tString) —
Returns:
- cWidgetWindow@—
DestroyAllWidgets
void DestroyAllWidgets()
Returns:
- void
DestroyWidget
void DestroyWidget(iWidget@ apWidget,
bool abDestroyChildren)
Parameters
- apWidget (iWidget@) —
- abDestroyChildren (bool) —
Returns:
- void
DrawFont
void DrawFont(const tWString &in asText,
iFontData@ apFont,
const cVector3f &in avPos,
const cVector2f &in avSize,
const cColor &in aColor)
Parameters
- asText (tWString) —
- apFont (iFontData@) —
- avPos (cVector3f) —
- avSize (cVector2f) —
- aColor (cColor) —
Returns:
- void
DrawFontEx
void DrawFontEx(const tWString &in asText,
iFontData@ apFont,
const cVector3f &in avPos,
const cVector2f &in avSize,
const cColor &in aColor,
eFontAlign aAlign,
eGuiMaterial aMaterial)
Parameters
- asText (tWString) —
- apFont (iFontData@) —
- avPos (cVector3f) —
- avSize (cVector2f) —
- aColor (cColor) —
- aAlign (eFontAlign) —
- aMaterial (eGuiMaterial) —
Returns:
- void
DrawGfx
void DrawGfx(cGuiGfxElement@ apGfx,
const cVector3f &in avPos)
Parameters
- apGfx (cGuiGfxElement@) —
- avPos (cVector3f) —
Returns:
- void
DrawGfx
void DrawGfx(cGuiGfxElement@ apGfx,
const cVector3f &in avPos,
const cVector2f &in avSize,
const cColor &in aColor)
Parameters
- apGfx (cGuiGfxElement@) —
- avPos (cVector3f) —
- avSize (cVector2f) —
- aColor (cColor) —
Returns:
- void
DrawGfx
void DrawGfx(cGuiGfxElement@ apGfx,
const cVector3f &in avPos,
const cVector2f &in avSize,
const cColor &in aColor,
eGuiMaterial aMaterial,
float afRotationAngle,
bool abUseCustomPivot,
const cVector3f &in avCustomPivot)
Parameters
- apGfx (cGuiGfxElement@) —
- avPos (cVector3f) —
- avSize (cVector2f) —
- aColor (cColor) —
- aMaterial (eGuiMaterial) —
- afRotationAngle (float) —
- abUseCustomPivot (bool) —
- avCustomPivot (cVector3f) —
Returns:
- void
Get3DSize
const cVector3f& Get3DSize()
Returns:
- const cVector3f&—
Get3DTransform
const cMatrixf& Get3DTransform()
Returns:
- const cMatrixf&—
GetAttentionWidget
iWidget@ GetAttentionWidget()
Returns:
- iWidget@—
GetCullBackface
bool GetCullBackface()
Returns:
- bool—
GetCurrentPointer
cGuiGfxElement@ GetCurrentPointer()
Returns:
- cGuiGfxElement@—
GetDisplayScale
float GetDisplayScale()
Returns:
- float—
GetDrawMouse
bool GetDrawMouse()
Returns:
- bool—
GetDrawPriority
int GetDrawPriority()
Returns:
- int—
GetFocusedWidget
iWidget@ GetFocusedWidget()
Returns:
- iWidget@—
GetMouseMovementEnabled
bool GetMouseMovementEnabled()
Returns:
- bool—
GetMousePos
const cVector2f& GetMousePos()
Returns:
- const cVector2f&—
GetMouseZ
float GetMouseZ()
Returns:
- float—
GetName
const tString& GetName()
Returns:
- const tString&—
GetRootWidgetClips
bool GetRootWidgetClips()
Returns:
- bool—
GetSkin
cGuiSkin@ GetSkin()
Returns:
- cGuiSkin@—
GetVirtualSize
const cVector2f& GetVirtualSize()
Returns:
- const cVector2f&—
GetVirtualSizeOffset
const cVector2f& GetVirtualSizeOffset()
Returns:
- const cVector2f&—
GetWidgetFromName
iWidget@ GetWidgetFromName(const tString &in asName)
Parameters
- asName (tString) —
Returns:
- iWidget@—
HasFocus
bool HasFocus()
Returns:
- bool—
Is3D
bool Is3D()
Returns:
- bool—
IsActive
bool IsActive()
Returns:
- bool—
IsValidWidget
RemoveWindow
ResetMouseOver
void ResetMouseOver()
Returns:
- void
Set3DSize
Set3DTransform
void Set3DTransform(const cMatrixf &in a_mtxTransform)
Parameters
- a_mtxTransform (cMatrixf) —
Returns:
- void
SetActive
void SetActive(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetAttentionWidget
void SetAttentionWidget(iWidget@ apWidget,
bool abClearFocus)
Parameters
- apWidget (iWidget@) —
- abClearFocus (bool) —
Returns:
- void
SetCullBackface
void SetCullBackface(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetCurrentPointer
SetDrawMouse
void SetDrawMouse(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetDrawPriority
void SetDrawPriority(int alPrio)
Parameters
- alPrio (int) —
Returns:
- void
SetFocusedWidget
void SetFocusedWidget(iWidget@ apWidget,
bool abCheckForValidity = false)
Parameters
- apWidget (iWidget@) —
- abCheckForValidity (bool) —
Returns:
- void
SetIs3D
void SetIs3D(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetLastWindowZ
void SetLastWindowZ(float afX)
Parameters
- afX (float) —
Returns:
- void
SetMouseMovementEnabled
void SetMouseMovementEnabled(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetMouseZ
void SetMouseZ(float afZ)
Parameters
- afZ (float) —
Returns:
- void
SetRootWidgetClips
void SetRootWidgetClips(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetSkin
SetVirtualSize
SetWindowOnTop
ShowContextMenu
void ShowContextMenu(cWidgetContextMenu@ apMenu,
const cVector3f &in avPosition)
Parameters
- apMenu (cWidgetContextMenu@) —
- avPosition (cVector3f) —
Returns:
- void
References
- HPL3/Amnesia: Rebirth/Scripting/Scripting Api (← links)
- HPL3/Amnesia: Rebirth/Scripting/cImGui (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLuxGuiSet (← links)
- HPL3/Amnesia: Rebirth/Scripting/cViewport (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetButton (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetCheckBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetCollapsiblePane (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetCollapsiblePaneContainer (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetComboBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetContextMenu (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetDummy (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetFrame (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetGroup (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetImage (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetLabel (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetListBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetMainMenu (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetMenuItem (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetMultiPropertyListBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetRangeSlider (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetSingleValueSlider (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetSlider (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetTab (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetTabFrame (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetTextBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetTreeView (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetWindow (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWorld (← links)
- HPL3/Amnesia: Rebirth/Scripting/iScrMoveState Interface (← links)
- HPL3/Amnesia: Rebirth/Scripting/iScrPlayer Interface (← links)
- HPL3/Amnesia: Rebirth/Scripting/iScrPlayerState Interface (← links)
- HPL3/Amnesia: Rebirth/Scripting/iWidget (← links)
- HPL3/Amnesia: Rebirth/Scripting/iWidgetMenu (← links)
- HPL3/Amnesia: Rebirth/Scripting/Scripting Api/cGui (← links)
- HPL3/Amnesia: Rebirth/Scripting/Scripting Api/cLux (← links)