HPL3/Amnesia: Rebirth/Scripting/cImGuiButtonData

From Frictional Wiki
< HPL3‎ | Amnesia: Rebirth‎ | Scripting
Revision as of 23:15, 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 mbClipText
bool mbUseBackgroundGfx
bool mbUseDisabledColor
bool mbUseFrame
bool mbUseInFocusColor
bool mbUseInFocusGfx
bool mbUseTriggeredAndInFocusColor
bool mbUseTriggeredColor
bool mbUseTriggeredGfx
cColor mColorBase
cColor mColorDisabled
cColor mColorInFocus
cColor mColorText
cColor mColorTriggered
cColor mColorTriggeredAndInFocus
float mfClipAreaPaddingLeft
float mfClipAreaPaddingRight
cImGuiFont mFont
eFontAlign mFontAlign
float mfScrollResetDelay
float mfScrollSpeed
float mfScrollStartDelay
cImGuiGfx mGfxBackground
cImGuiFrameGfx mGfxFrame
cImGuiGfx mGfxInFocus
cImGuiGfx mGfxTriggered
cVector2f mvDefaultSize

Functions

cImGuiButtonData has no public functions

Details

mbClipText

bool mbClipText

mbUseBackgroundGfx

bool mbUseBackgroundGfx

mbUseDisabledColor

bool mbUseDisabledColor

mbUseFrame

bool mbUseFrame

mbUseInFocusColor

bool mbUseInFocusColor

mbUseInFocusGfx

bool mbUseInFocusGfx

mbUseTriggeredAndInFocusColor

bool mbUseTriggeredAndInFocusColor

mbUseTriggeredColor

bool mbUseTriggeredColor

mbUseTriggeredGfx

bool mbUseTriggeredGfx

mColorBase

cColor mColorBase

mColorDisabled

cColor mColorDisabled

mColorInFocus

cColor mColorInFocus

mColorText

cColor mColorText

mColorTriggered

cColor mColorTriggered

mColorTriggeredAndInFocus

cColor mColorTriggeredAndInFocus

mfClipAreaPaddingLeft

float mfClipAreaPaddingLeft

mfClipAreaPaddingRight

float mfClipAreaPaddingRight

mFont

cImGuiFont mFont

mFontAlign

eFontAlign mFontAlign

mfScrollResetDelay

float mfScrollResetDelay

mfScrollSpeed

float mfScrollSpeed

mfScrollStartDelay

float mfScrollStartDelay

mGfxBackground

cImGuiGfx mGfxBackground

mGfxFrame

cImGuiFrameGfx mGfxFrame

mGfxInFocus

cImGuiGfx mGfxInFocus

mGfxTriggered

cImGuiGfx mGfxTriggered

mvDefaultSize

cVector2f mvDefaultSize

References

See all references...