Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Classes | Functions
cqsp::client::systems::gui Namespace Reference

Classes

class  SysEvent
 

Functions

void FireEvent ()
 
void RenderEntityType (const Universe &universe, entt::entity entity)
 
void ResourceTooltipSection (const Universe &universe, entt::entity entity)
 
void EntityTooltipContent (const common::Universe &, entt::entity)
 In case you want the tooltip content for debug displaying the information of an entity. More...
 
void EntityTooltip (const common::Universe &, entt::entity)
 This actually creates the tooltip for the entity More...
 

Function Documentation

◆ EntityTooltip()

void cqsp::client::systems::gui::EntityTooltip ( const common::Universe ,
entt::entity   
)

This actually creates the tooltip for the entity

◆ EntityTooltipContent()

void cqsp::client::systems::gui::EntityTooltipContent ( const Universe universe,
entt::entity  entity 
)

In case you want the tooltip content for debug displaying the information of an entity.

◆ FireEvent()

void cqsp::client::systems::gui::FireEvent ( )

◆ RenderEntityType()

void cqsp::client::systems::gui::RenderEntityType ( const Universe universe,
entt::entity  entity 
)

◆ ResourceTooltipSection()

void cqsp::client::systems::gui::ResourceTooltipSection ( const Universe universe,
entt::entity  entity 
)