PlatformModuleInterface ======================= *Inherits* :doc:`/types/ModuleInterface/index`. Variables --------- None. Functions --------- .. list-table:: :width: 100% :widths: 30 70 :header-rows: 1 :class: code-table * - Name - Description * - :doc:`/types/PlatformModuleInterface/getUserInfo/index` - Returns the user's information on the platform. * - :doc:`/types/PlatformModuleInterface/getUserFriendsInfo/index` - Returns the list of the user's friends on the platform. * - :doc:`/types/PlatformModuleInterface/unlockAchievement/index` - Unlocks an achievement. * - :doc:`/types/PlatformModuleInterface/lockAchievement/index` - Locks an achievement. * - :doc:`/types/PlatformModuleInterface/isAchievementUnlocked/index` - Checks if an achievement has been unlocked. * - :doc:`/types/PlatformModuleInterface/showOverlay/index` - Show the platform's overlay. * - :doc:`/types/PlatformModuleInterface/isOverlayVisible/index` - Checks if the platform's overlay is visible. .. toctree:: :hidden: ./getUserInfo/index.rst ./getUserFriendsInfo/index.rst ./unlockAchievement/index.rst ./lockAchievement/index.rst ./isAchievementUnlocked/index.rst ./showOverlay/index.rst ./isOverlayVisible/index.rst