pub type EOS_Sanctions_PlayerSanction = _tagEOS_Sanctions_PlayerSanction;Expand description
Contains information about a single player sanction.
Aliased Type§
#[repr(C)]pub struct EOS_Sanctions_PlayerSanction {
pub ApiVersion: i32,
pub TimePlaced: i64,
pub Action: *const i8,
pub TimeExpires: i64,
pub ReferenceId: *const i8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_SANCTIONS_PLAYERSANCTION_API_LATEST.
TimePlaced: i64The POSIX timestamp when the sanction was placed
Action: *const i8The action associated with this sanction
TimeExpires: i64The POSIX timestamp when the sanction will expire. If the sanction is permanent, this will be 0.
ReferenceId: *const i8A unique identifier for this specific sanction