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

Public Member Functions

virtual void tick (::EntityRegistry &registry)
 
MCAPI void $tick (::EntityRegistry &registry)
 
virtual void singleTick (::EntityRegistry &registry, ::EntityContext &entity)
 
virtual void singleTick (::EntityRegistry &registry, ::StrictEntityContext &entityContext)
 
MCAPI void $singleTick (::EntityRegistry &registry, ::EntityContext &entity)
 
MCAPI void $singleTick (::EntityRegistry &registry, ::StrictEntityContext &entityContext)
 
virtual void registerEvents (::entt::dispatcher &dispatcher)
 
MCAPI void $registerEvents (::entt::dispatcher &dispatcher)
 

Static Public Member Functions

static MCAPI void cleanUp (::EntityContext &agent, float waitingPeriod)
 
static MCAPI void initialize (::EntityContext &entity)
 
static MCAPI void tickAgentCooldown (::EntityContext &entity, ::AgentComponents::CommandCooldown &waitComp)
 
static MCAPI void tickLegacy (::EntityContext &entity, ::AgentCommandComponent &agentComp)
 
static MCAPI void ** $vftable ()
 

Member Function Documentation

◆ tick()

virtual void AgentCommandSystem::tick ( ::EntityRegistry & registry)
virtual

Implements ITickingSystem.

◆ cleanUp()

static MCAPI void AgentCommandSystem::cleanUp ( ::EntityContext & agent,
float waitingPeriod )
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.

◆ initialize()

static MCAPI void AgentCommandSystem::initialize ( ::EntityContext & entity)
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.

◆ tickAgentCooldown()

static MCAPI void AgentCommandSystem::tickAgentCooldown ( ::EntityContext & entity,
::AgentComponents::CommandCooldown & waitComp )
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.

◆ tickLegacy()

static MCAPI void AgentCommandSystem::tickLegacy ( ::EntityContext & entity,
::AgentCommandComponent & agentComp )
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.

◆ $tick()

MCAPI void AgentCommandSystem::$tick ( ::EntityRegistry & registry)
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 ** AgentCommandSystem::$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.

◆ $singleTick() [1/2]

MCAPI void ITickingSystem::$singleTick ( ::EntityRegistry & registry,
::EntityContext & entity )
inherited
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.

◆ $singleTick() [2/2]

MCAPI void ITickingSystem::$singleTick ( ::EntityRegistry & registry,
::StrictEntityContext & entityContext )
inherited
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.

◆ $registerEvents()

MCAPI void ISystem::$registerEvents ( ::entt::dispatcher & dispatcher)
inherited
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: