Skip to main content

EOS_Stats_Stat_Release

Function EOS_Stats_Stat_Release 

Source
pub unsafe extern "C" fn EOS_Stats_Stat_Release(
    Stat: *mut EOS_Stats_Stat,
)
Expand description

Release the memory associated with a stat. This must be called on data retrieved from EOS_Stats_CopyStatByIndex or EOS_Stats_CopyStatByName.

@param Stat - The stat data to release.

@see EOS_Stats_Stat @see EOS_Stats_CopyStatByIndex @see EOS_Stats_CopyStatByName