LeviLamina
Loading...
Searching...
No Matches
MoveControl Class Reference
+ Inheritance diagram for MoveControl:

Public Member Functions

virtual void initializeInternal (::Mob &mob, ::MoveControlDescription *description)
 
virtual void tick (::MoveControlComponent &parent, ::Mob &mob)
 
virtual void setWantedPosition (::MoveControlComponent &parent, ::Mob &, ::Vec3 const &position, float speed)
 
MCAPI float calculateMoveSpeed (::MoveControlComponent const &parent, ::Mob &mob, ::Vec3 const &endPosition, float maxMoveSpeed)
 
MCAPI float calculateYRotation (::MoveControlComponent const &parent, ::Mob const &mob, ::Vec3 const &positionDifference, float maxMoveSpeed)
 
MCAPI void $initializeInternal (::Mob &mob, ::MoveControlDescription *description)
 
MCAPI void $tick (::MoveControlComponent &parent, ::Mob &mob)
 
MCAPI void $setWantedPosition (::MoveControlComponent &parent, ::Mob &, ::Vec3 const &position, float speed)
 

Static Public Member Functions

static MCAPI ::Vec3 getDiffVector (::Vec3 const &wantedPosition, ::Mob const &mob)
 
static MCAPI float const & MIN_DELTA_TO_MOVE ()
 
static MCAPI float const & MIN_SPEED_SQR ()
 
static MCAPI void ** $vftable ()
 

Member Function Documentation

◆ calculateMoveSpeed()

MCAPI float MoveControl::calculateMoveSpeed ( ::MoveControlComponent const & parent,
::Mob & mob,
::Vec3 const & endPosition,
float maxMoveSpeed )
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.

◆ calculateYRotation()

MCAPI float MoveControl::calculateYRotation ( ::MoveControlComponent const & parent,
::Mob const & mob,
::Vec3 const & positionDifference,
float maxMoveSpeed )
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.

◆ getDiffVector()

static MCAPI ::Vec3 MoveControl::getDiffVector ( ::Vec3 const & wantedPosition,
::Mob const & mob )
static
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.

◆ MIN_DELTA_TO_MOVE()

static MCAPI float const & MoveControl::MIN_DELTA_TO_MOVE ( )
static
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.

◆ MIN_SPEED_SQR()

static MCAPI float const & MoveControl::MIN_SPEED_SQR ( )
static
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.

◆ $initializeInternal()

MCAPI void MoveControl::$initializeInternal ( ::Mob & mob,
::MoveControlDescription * description )
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.

◆ $tick()

MCAPI void MoveControl::$tick ( ::MoveControlComponent & parent,
::Mob & mob )
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.

◆ $setWantedPosition()

MCAPI void MoveControl::$setWantedPosition ( ::MoveControlComponent & parent,
::Mob & ,
::Vec3 const & position,
float speed )
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.

◆ $vftable()

static MCAPI void ** MoveControl::$vftable ( )
static
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: