forked from gibbed/SteamAchievementManager
-
-
Notifications
You must be signed in to change notification settings - Fork 6
ISteamParentalSettings
syntax-tm edited this page Jul 13, 2024
·
1 revision
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 |
Note
This Wiki is work-in-progress. If you notice any errors or would like to add any missing information, changes are welcome.
About
Dev
Steamworks
Help
Links