Difference between revisions of "HPL3/SOMA/Scripting/cSurfaceData"
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== cSurfaceData has no public fields. ==Fun...") |
|||
Line 30: | Line 30: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || PreloadData || || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || PreloadData || || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 15:21, 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
cSurfaceData has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
cSurfaceImpactData@ |
GetHitData | int alIdx |
|
cSurfaceImpactData@ |
GetHitDataFromSpeed | float afSpeed |
|
int |
GetHitDataNum | ||
cSurfaceImpactData@ |
GetImpactData | int alIdx |
|
cSurfaceImpactData@ |
GetImpactDataFromSpeed | float afSpeed |
|
int |
GetImpactDataNum | ||
const tString& |
GetName | ||
const tString& |
GetStepType | ||
void |
PreloadData |