libspades
Ace of Spades library
PacketIntelCapture Struct Reference

Informs the client that a player has captured their enemy's intel. More...

#include <protocol.h>

Data Fields

uint8_t packetID
 23 (Client<--Server)
 
uint8_t playerID
 The ID of the player who has captured the intel.
 
uint8_t winning
 Whether the capture was the last needed to end the game.
 

Detailed Description

Informs the client that a player has captured their enemy's intel.

Field Documentation

◆ winning

uint8_t PacketIntelCapture::winning

Whether the capture was the last needed to end the game.

Slightly useless considering the client can tell just by checking the total number of captures against the max captures itself.


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