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

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== {| class="wikitable" ! Field Name !! Type...")
 
Line 10: Line 10:
 
| mfVal || <syntaxhighlight lang="c++" inline>float</syntaxhighlight> ||
 
| mfVal || <syntaxhighlight lang="c++" inline>float</syntaxhighlight> ||
 
|-
 
|-
| mKeyPress || [[..cKeyPress|<syntaxhighlight lang="c++" inline>cKeyPress</syntaxhighlight>]] ||
+
| mKeyPress || [[../cKeyPress|<syntaxhighlight lang="c++" inline>cKeyPress</syntaxhighlight>]] ||
 
|-
 
|-
 
| mlVal || <syntaxhighlight lang="c++" inline>int</syntaxhighlight> ||
 
| mlVal || <syntaxhighlight lang="c++" inline>int</syntaxhighlight> ||
 
|-
 
|-
| mMessage || [[..eGuiMessage|<syntaxhighlight lang="c++" inline>eGuiMessage</syntaxhighlight>]] ||
+
| mMessage || [[../eGuiMessage|<syntaxhighlight lang="c++" inline>eGuiMessage</syntaxhighlight>]] ||
 
|-
 
|-
| mvPos || [[..cVector2f|<syntaxhighlight lang="c++" inline>cVector2f</syntaxhighlight>]] ||
+
| mvPos || [[../cVector2f|<syntaxhighlight lang="c++" inline>cVector2f</syntaxhighlight>]] ||
 
|-
 
|-
| mvRel || [[..cVector2f|<syntaxhighlight lang="c++" inline>cVector2f</syntaxhighlight>]] ||
+
| mvRel || [[../cVector2f|<syntaxhighlight lang="c++" inline>cVector2f</syntaxhighlight>]] ||
 
|}
 
|}
  

Revision as of 03:20, 4 August 2020

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

Fields

Field Name Type Description
mfVal float
mKeyPress cKeyPress
mlVal int
mMessage eGuiMessage
mvPos cVector2f
mvRel cVector2f

Functions

cGuiMessageData has no public functions