b3dGetCharacterWallEntity

Returns entity handle of wall character is touching (0 if no wall or not entity). Takes characterHandle (character controller from b3dCreateCharacterController). Returns entity handle of wall surface (entity character is currently touching on vertical surface), returns 0 if no wall contact or wall is not an entity.

3D Graphics

Parameters & Returns

Parameters

characterHandle Int

Returns

Int

Quick Summary

Returns entity handle of wall character is touching (0 if no wall or not entity). Takes characterHandle (character controller from b3dCreateCharacterController). Returns entity handle of wall surface (entity character is currently touching on vertical surface), returns 0 if no wall contact or wall is not an entity.

Technical Exegesis...

Returns entity handle of wall character is touching (0 if no wall or not entity). Takes characterHandle (character controller from b3dCreateCharacterController). Returns entity handle of wall surface (entity character is currently touching on vertical surface), returns 0 if no wall contact or wall is not an entity. Use for wall-specific gameplay mechanics, entity interaction, or wall type detection.

This function queries wall entity.

Example

Example.bam
; No example implemented yet