Difference between revisions of "HPL3/SOMA/Scripting/cGuiGfxElement"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
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 15:33, 6 August 2020

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.

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

See all references...