HPL3/Amnesia: Rebirth/Scripting/cImGuiWindowData

From Frictional Wiki
< HPL3‎ | Amnesia: Rebirth‎ | Scripting
Revision as of 23:18, 15 November 2020 by Abion47 (talk | contribs) (Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== {{CodeDocSummaryTop|Field Type|Field Name...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

Field Type Field Name And Description
bool mbUseBackgroundGfx
bool mbUseDisabledColor
bool mbUseHeader
cColor mColorBase
cColor mColorDisabled
cColor mColorText
float mfCaptionSizeMul
float mfLabelMinWidth
float mfLabelPaddingBottom
float mfLabelPaddingLeft
float mfLabelPaddingRight
float mfLabelPaddingTop
cImGuiFont mFont
eFontAlign mFontAlign
float mfPaddingBottom
float mfPaddingLeft
float mfPaddingRight
float mfPaddingTop
cImGuiGfx mGfxBackground
cImGuiFrameGfx mGfxLabelData
cImGuiFrameGfx mGfxWindowData
eImGuiWindowHeader mHeaderType
cVector2f mvDefaultSize
cVector3f mvLabelOffset

Functions

Return Type Function And Description
void SetLabelPadding(float afTop, float afRight, float afBottom, float afLeft)
void SetPadding(float afTop, float afRight, float afBottom, float afLeft)

Details

mbUseBackgroundGfx

bool mbUseBackgroundGfx

mbUseDisabledColor

bool mbUseDisabledColor

mbUseHeader

bool mbUseHeader

mColorBase

cColor mColorBase

mColorDisabled

cColor mColorDisabled

mColorText

cColor mColorText

mfCaptionSizeMul

float mfCaptionSizeMul

mfLabelMinWidth

float mfLabelMinWidth

mfLabelPaddingBottom

float mfLabelPaddingBottom

mfLabelPaddingLeft

float mfLabelPaddingLeft

mfLabelPaddingRight

float mfLabelPaddingRight

mfLabelPaddingTop

float mfLabelPaddingTop

mFont

cImGuiFont mFont

mFontAlign

eFontAlign mFontAlign

mfPaddingBottom

float mfPaddingBottom

mfPaddingLeft

float mfPaddingLeft

mfPaddingRight

float mfPaddingRight

mfPaddingTop

float mfPaddingTop

mGfxBackground

cImGuiGfx mGfxBackground

mGfxLabelData

cImGuiFrameGfx mGfxLabelData

mGfxWindowData

cImGuiFrameGfx mGfxWindowData

mHeaderType

eImGuiWindowHeader mHeaderType

mvDefaultSize

cVector2f mvDefaultSize

mvLabelOffset

cVector3f mvLabelOffset

SetLabelPadding

void SetLabelPadding(float afTop,
                     float afRight,
                     float afBottom,
                     float afLeft)


Parameters

  • afTop (float) —
  • afRight (float) —
  • afBottom (float) —
  • afLeft (float) —

Returns:

  • void

SetPadding

void SetPadding(float afTop,
                float afRight,
                float afBottom,
                float afLeft)


Parameters

  • afTop (float) —
  • afRight (float) —
  • afBottom (float) —
  • afLeft (float) —

Returns:

  • void

References

See all references...