HPL3/Amnesia: Rebirth/Scripting/cSurfaceImpactData

From Frictional Wiki
Jump to navigation Jump to search

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

Fields

cSurfaceImpactData has no public fields.

Functions

Return Type Function And Description
float GetMinSpeed()
tString GetPSName()
int GetPSPrio()
tString GetSoundName()

Details

GetMinSpeed

float GetMinSpeed()

Returns:

  • float

GetPSName

const tString& GetPSName()

Returns:

  • const tString&

GetPSPrio

int GetPSPrio()

Returns:

  • int

GetSoundName

const tString& GetSoundName()

Returns:

  • const tString&

References

See all references...