Difference between revisions of "HPL3/SOMA/Scripting/cGuiMessageData"
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 02:20, 4 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
Field Name | Type | Description |
---|---|---|
mfVal | float |
|
mKeyPress | cKeyPress |
|
mlVal | int |
|
mMessage | eGuiMessage |
|
mvPos | cVector2f |
|
mvRel | cVector2f |
Functions
cGuiMessageData has no public functions