Skip to content

ISteamParentalSettings

syntax-tm edited this page Jul 13, 2024 · 1 revision

ISteamParentalSettings

A versioned accessor is exported by the library.

S_API ISteamParentalSettings *SteamAPI_SteamParentalSettings_v001();

Inline, unversioned accessor to get the current version. Essentially the same as SteamParentalSettings(), but using this ensures that you are using a matching library.

inline ISteamParentalSettings *SteamAPI_SteamParentalSettings() { return SteamAPI_SteamParentalSettings_v001(); }
Return Type Interface Method Arguments
bool ISteamParentalSettings BIsParentalLockEnabled ISteamParentalSettings* self
bool ISteamParentalSettings BIsParentalLockLocked ISteamParentalSettings* self
bool ISteamParentalSettings BIsAppBlocked ISteamParentalSettings* self, AppId_t nAppID
bool ISteamParentalSettings BIsAppInBlockList ISteamParentalSettings* self, AppId_t nAppID
bool ISteamParentalSettings BIsFeatureBlocked ISteamParentalSettings* self, EParentalFeature eFeature
bool ISteamParentalSettings BIsFeatureInBlockList ISteamParentalSettings* self, EParentalFeature eFeature
Clone this wiki locally