getPlatformUserFriendsInfo ========================== :doc:`/types/Script/index`::getPlatformUserFriendsInfo Returns the list of the user's friends on the platform. Declaration ----------- .. code-block:: cpp std::vector getPlatformUserFriendsInfo(); Parameters ---------- None. Returns ------- An `std::vector `_ of :doc:`/types/PlatformUserInfo/index` containing information about the user's friends on the platform.