Skip to main content

EOS_Sanctions_PlayerSanction

Type Alias EOS_Sanctions_PlayerSanction 

Source
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: i32

API Version: Set this to EOS_SANCTIONS_PLAYERSANCTION_API_LATEST.

§TimePlaced: i64

The POSIX timestamp when the sanction was placed

§Action: *const i8

The action associated with this sanction

§TimeExpires: i64

The POSIX timestamp when the sanction will expire. If the sanction is permanent, this will be 0.

§ReferenceId: *const i8

A unique identifier for this specific sanction