mergGKPlayers

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
mergGKPlayers <pPlayers>
Associationsmerggk
Summary

Sent to the control that called mergGKGetPlayers

Introduced8.0
OSios
Platformsmobile
Parameters
NameTypeDescription
pPlayers

a return tab and return delimited list of:|player ID|alias|is friend - true if the player is a friend of the local player|display name.

Example
on loadFriends
  if the environment = "mobile" then
     mergGKGetFriends
  end if
end loadFriends

on mergGKFriends pLocalPlayerFriendIDs
  mergGKLoadPlayers pLocalPlayerFriendIDs
end mergGKFriends

on mergGKPlayers pPlayers
  -- show the display name in a list etc
end mergGKPlayers
Description

Sent to the control that called mergGKGetPlayers

Tagsexternals