pub type EOS_Stats_IngestData = _tagEOS_Stats_IngestData;Expand description
Contains information about a single stat to ingest.
Aliased Type§
#[repr(C)]pub struct EOS_Stats_IngestData {
pub ApiVersion: i32,
pub StatName: *const i8,
pub IngestAmount: i32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_STATS_INGESTDATA_API_LATEST.
StatName: *const i8The name of the stat to ingest.
IngestAmount: i32The amount to ingest the stat.