Browse Source

Updated OS.get_unique_id() platform availability notice

Bobby Youstra 6 years ago
parent
commit
14018a6193
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/io/encrypting_save_games.rst

+ 1 - 1
tutorials/io/encrypting_save_games.rst

@@ -71,7 +71,7 @@ some unique user identifier, for example:
     f.StoreVar(gameState);
     f.Close();
 
-Note that ``OS.get_unique_id()`` only works on iOS and Android.
+Note that ``OS.get_unique_id()`` does not work on UWP or HTML5.
 
 That is all! Thank you for your cooperation, citizen.