317 {
318 array<ref BiosUser> user_list = new array<ref BiosUser>;
320 foreach ( BiosUser user : user_list )
321 {
322 if ( user.GetUid() == user_id )
323 {
324 return user;
325 }
326 }
327 return null;
328 }
proto native EBiosError GetUserList(array< ref BiosUser > user_list)
Gets the currently present list of users.