Skip to content

Commit

Permalink
Merge pull request #34 from TriMay/master
Browse files Browse the repository at this point in the history
Fixed Method 2 steamInitEx( true, 480 )
  • Loading branch information
Gramps authored Oct 7, 2024
2 parents bc4f2f2 + c111a88 commit 8c1c4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/initializing.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Also, when shipping your game to Steam, do not include this file as it is not ne
You can pass the app ID to either `steamInit` or `steamInitEx` to set it during initialization. This will be the second argument passed; the first being whether you want the local user's statistics and achievements to be pulled during the initialization. For example:

```gdscript
var initialize_response: Dictionary = steamInitEx( true, 480 )
var initialize_response: Dictionary = Steam.steamInitEx( true, 480 )
print("Did Steam initialize?: %s " % initialize_response)
```

Expand Down

0 comments on commit 8c1c4c8

Please sign in to comment.