b3dGetCharacterWallContactX

Returns wall contact position X in world space (where character touches wall, 0.0 if no wall). Takes characterHandle (character controller from b3dCreateCharacterController). Returns contact position X coordinate (X axis world space position where character touches wall), returns 0.0 if no wall contact.

3D Graphics

Parameters & Returns

Parameters

characterHandle Int

Returns

Double

Quick Summary

Returns wall contact position X in world space (where character touches wall, 0.0 if no wall). Takes characterHandle (character controller from b3dCreateCharacterController). Returns contact position X coordinate (X axis world space position where character touches wall), returns 0.0 if no wall contact.

Technical Exegesis...

Returns wall contact position X in world space (where character touches wall, 0.0 if no wall). Takes characterHandle (character controller from b3dCreateCharacterController). Returns contact position X coordinate (X axis world space position where character touches wall), returns 0.0 if no wall contact. Use for spawning wall contact effects, placing wall decals, or calculating wall interaction points.

This function queries wall contact position.

Example

Example.bam
; No example implemented yet