Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
MoveCardStruct Struct Reference

#include <server_move_card_struct.h>

Collaboration diagram for MoveCardStruct:
[legend]

Public Member Functions

 MoveCardStruct (Server_Card *_card, int _position, const CardToMove *_cardToMove)
bool operator< (const MoveCardStruct &other) const

Public Attributes

Server_Cardcard
int position
const CardToMove * cardToMove
int xCoord
int yCoord

Constructor & Destructor Documentation

◆ MoveCardStruct()

MoveCardStruct::MoveCardStruct ( Server_Card * _card,
int _position,
const CardToMove * _cardToMove )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ operator<()

bool MoveCardStruct::operator< ( const MoveCardStruct & other) const
inline
Here is the call graph for this function:

Member Data Documentation

◆ card

Server_Card* MoveCardStruct::card

◆ cardToMove

const CardToMove* MoveCardStruct::cardToMove

◆ position

int MoveCardStruct::position

◆ xCoord

int MoveCardStruct::xCoord

◆ yCoord

int MoveCardStruct::yCoord

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