Browse Source

Added "get_unique_ID only works on iOS/Android" (#284)

maximelore 8 years ago
parent
commit
e0fc58029b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tutorials/engine/encrypting_save_games.rst

+ 2 - 0
tutorials/engine/encrypting_save_games.rst

@@ -54,4 +54,6 @@ some unique user identifier is needed, for example:
     f.store_var(game_state)
     f.close()
 
+Note that ``OS.get_unique_ID()`` only works on iOS and Android.
+
 This is all! Thanks for your cooperation, citizen.