79 {
81 {
83 {
84 BiosFriendInfo player_found;
85 int j = 0;
86 while ( !player_found && j < player_list.Count() )
87 {
88 if ( player_list[j].m_Uid ==
UID )
89 player_found = player_list[j];
90 j++;
91 }
92
93 if ( !player_found )
94 {
96 }
97 }
98
99 for ( int i = 0; i < player_list.Count(); i++ )
100 {
101 BiosFriendInfo player2 = player_list.Get( i );
104 if ( !player_widget )
105 {
107 }
108 }
109 }
110 }
string m_DisplayName
The Displayable nick name of the friend.
string m_Uid
The Uid of the friend.