Get Number Of Achievements

Returns the total number of achievements defined for this app (from the Steam schema).
Outputs
Pin |
Type |
Description |
|---|---|---|
Count |
int32 |
Number of achievements available for this app. |
Success |
Bool |
true if the count was retrieved successfully. |
Notes
- Pure node (no async work).
- Useful to iterate achievements by index with Get Achievement API Name / Get Achievement Display Info.