HPL3/Amnesia: Rebirth/Scripting/iCollideShape

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

iCollideShape has no public fields.

Functions

Return Type Function And Description
cBoundingVolume GetBoundingVolume()
float GetDepth()
float GetHeight()
cVector3f GetHeightMapOffset()
cMatrixf GetOffset()
cVector3f GetSize()
iCollideShape GetSubShape(int alIdx)
int GetSubShapeNum()
eCollideShapeType GetType()
float GetVolume()
float GetWidth()

Details

GetBoundingVolume

cBoundingVolume@+ GetBoundingVolume()

Returns:

  • cBoundingVolume@+

GetDepth

float GetDepth()

Returns:

  • float

GetHeight

float GetHeight()

Returns:

  • float

GetHeightMapOffset

cVector3f GetHeightMapOffset()

Returns:

  • cVector3f

GetOffset

const cMatrixf& GetOffset()

Returns:

  • const cMatrixf&

GetSize

const cVector3f& GetSize()

Returns:

  • const cVector3f&

GetSubShape

iCollideShape@ GetSubShape(int alIdx)


Parameters

  • alIdx (int) —

Returns:

  • iCollideShape@

GetSubShapeNum

int GetSubShapeNum()

Returns:

  • int

GetType

eCollideShapeType GetType()

Returns:

  • eCollideShapeType

GetVolume

float GetVolume()

Returns:

  • float

GetWidth

float GetWidth()

Returns:

  • float

References

See all references...