This data structure is part of the Sanctions Interface.
Remarks
Contains information about a single player sanction.
Properties
EOS_Sanctions_PlayerSanction
Property | Value |
---|---|
int32_t ApiVersion | API Version: This will be set to EOS_SANCTIONS_PLAYERSANCTION_API_LATEST. |
int64_t TimePlaced | The POSIX timestamp when the sanction was placed |
const char* Action | The action associated with this sanction |
int64_t TimeExpires | The POSIX timestamp when the sanction will expire. If the sanction is permanent, this will be 0. |
const char* ReferenceId | A unique identifier for this specific sanction |