ECSTASY
All in the name
Loading...
Searching...
No Matches
ecstasy::integration::user_action::Action Struct Reference

Describe an action changed event. More...

#include <Action.hpp>

Public Types

using Id = size_t
 Action identifier type.
 

Public Attributes

Id id
 Action identifier.
 
size_t senderId
 Sender identifier.
 
float value
 New action value.
 

Static Public Attributes

static constexpr Id All = static_cast<size_t>(-1)
 Constant id matching any action ID.
 

Detailed Description

Describe an action changed event.

Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Since
1.0.0 (2022-12-02)

Definition at line 25 of file Action.hpp.

Member Typedef Documentation

◆ Id

Action identifier type.

Definition at line 27 of file Action.hpp.

Member Data Documentation

◆ All

constexpr Id ecstasy::integration::user_action::Action::All = static_cast<size_t>(-1)
staticconstexpr

Constant id matching any action ID.

Definition at line 30 of file Action.hpp.

◆ id

Id ecstasy::integration::user_action::Action::id

Action identifier.

Definition at line 33 of file Action.hpp.

◆ senderId

size_t ecstasy::integration::user_action::Action::senderId

Sender identifier.

Definition at line 35 of file Action.hpp.

◆ value

float ecstasy::integration::user_action::Action::value

New action value.

Definition at line 37 of file Action.hpp.


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