![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include <relationship_manager.h>
Collaboration diagram for discord::RelationshipManager:Public Member Functions | |
| ~RelationshipManager ()=default | |
| void | Filter (std::function< bool(Relationship const &)> filter) |
| Result | Count (std::int32_t *count) |
| Result | Get (UserId userId, Relationship *relationship) |
| Result | GetAt (std::uint32_t index, Relationship *relationship) |
Public Attributes | |
| Event | OnRefresh |
| Event< Relationship const & > | OnRelationshipUpdate |
Friends | |
| class | Core |
|
default |
| Result discord::RelationshipManager::Count | ( | std::int32_t * | count | ) |
| void discord::RelationshipManager::Filter | ( | std::function< bool(Relationship const &)> | filter | ) |
| Result discord::RelationshipManager::Get | ( | UserId | userId, |
| Relationship * | relationship | ||
| ) |
| Result discord::RelationshipManager::GetAt | ( | std::uint32_t | index, |
| Relationship * | relationship | ||
| ) |
|
friend |
| Event discord::RelationshipManager::OnRefresh |
| Event<Relationship const&> discord::RelationshipManager::OnRelationshipUpdate |