Difference between revisions of "HPL3/SOMA/Scripting/cGuiGfxElement"
Jump to navigation
Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== cGuiGfxElement has no public fields. ==F...") |
|||
Line 44: | Line 44: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetOffset || [[../cVector3f|<syntaxhighlight lang="c++" inline>const cVector3f &in avOffset</syntaxhighlight>]] || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetOffset || [[../cVector3f|<syntaxhighlight lang="c++" inline>const cVector3f &in avOffset</syntaxhighlight>]] || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 14:33, 6 August 2020
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
Fields
cGuiGfxElement has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
cGuiGfxAnimation@ |
CreateAnimtion | const tString &in asName |
|
const cVector2f& |
GetActiveSize | ||
cGuiGfxAnimation@ |
GetAnimation | int alIdx |
|
int |
GetAnimationNum | ||
bool |
GetAnimationPaused | ||
bool |
GetFlipUvYAxis | ||
const cVector2f& |
GetImageSize | ||
const cVector3f& |
GetOffset | ||
void |
PlayAnimation | int alNum |
|
void |
SetActiveSize | const cVector2f &in avSize |
|
void |
SetAnimationPaused | bool abX |
|
void |
SetAnimationTime | float afTime |
|
void |
SetColor | const cColor& aColor |
|
void |
SetFlipUvYAxis | bool abX |
|
void |
SetMaterial | iGuiMaterial@ apMat |
|
void |
SetOffset | const cVector3f &in avOffset |
References
- HPL3/SOMA/Scripting/cGuiSet (← links)
- HPL3/SOMA/Scripting/cGuiSkin (← links)
- HPL3/SOMA/Scripting/cWidgetButton (← links)
- HPL3/SOMA/Scripting/cWidgetCheckBox (← links)
- HPL3/SOMA/Scripting/cWidgetCollapsiblePane (← links)
- HPL3/SOMA/Scripting/cWidgetCollapsiblePaneContainer (← links)
- HPL3/SOMA/Scripting/cWidgetComboBox (← links)
- HPL3/SOMA/Scripting/cWidgetContextMenu (← links)
- HPL3/SOMA/Scripting/cWidgetDummy (← links)
- HPL3/SOMA/Scripting/cWidgetFrame (← links)
- HPL3/SOMA/Scripting/cWidgetGroup (← links)
- HPL3/SOMA/Scripting/cWidgetImage (← links)
- HPL3/SOMA/Scripting/cWidgetItem (← links)
- HPL3/SOMA/Scripting/cWidgetLabel (← links)
- HPL3/SOMA/Scripting/cWidgetListBox (← links)
- HPL3/SOMA/Scripting/cWidgetMainMenu (← links)
- HPL3/SOMA/Scripting/cWidgetMenuItem (← links)
- HPL3/SOMA/Scripting/cWidgetMultiPropertyListBox (← links)
- HPL3/SOMA/Scripting/cWidgetRangeSlider (← links)
- HPL3/SOMA/Scripting/cWidgetSingleValueSlider (← links)
- HPL3/SOMA/Scripting/cWidgetSlider (← links)
- HPL3/SOMA/Scripting/cWidgetTab (← links)
- HPL3/SOMA/Scripting/cWidgetTabFrame (← links)
- HPL3/SOMA/Scripting/cWidgetTextBox (← links)
- HPL3/SOMA/Scripting/cWidgetTreeView (← links)
- HPL3/SOMA/Scripting/cWidgetWindow (← links)
- HPL3/SOMA/Scripting/iWidget (← links)
- HPL3/SOMA/Scripting/iWidgetMenu (← links)
- HPL3/SOMA/Scripting/Scripting Api (← links)
- HPL3/SOMA/Scripting/Scripting Api/cGui (← links)