LeviLamina
Loading...
Searching...
No Matches
SensingComponent Class Reference

Public Types

using ActorSet = ::std::unordered_set<::ActorUniqueID>
 

Public Member Functions

MCAPI bool canSee (::Mob &owner, ::Actor const &target)
 
MCAPI bool withinFOV (::Mob &owner, ::Vec3 const &targetPosition, float fov)
 
MCAPI ~SensingComponent ()
 
MCAPI void $dtor ()
 

Public Attributes

::ll::TypedStorage< 8, 64, ::std::unordered_set<::ActorUniqueID > > mSeen
 
::ll::TypedStorage< 8, 64, ::std::unordered_set<::ActorUniqueID > > mUnseen
 

Constructor & Destructor Documentation

◆ ~SensingComponent()

MCAPI SensingComponent::~SensingComponent ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ canSee()

MCAPI bool SensingComponent::canSee ( ::Mob & owner,
::Actor const & target )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ withinFOV()

MCAPI bool SensingComponent::withinFOV ( ::Mob & owner,
::Vec3 const & targetPosition,
float fov )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void SensingComponent::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: