307 {
308 array<ref BiosUser> user_list = new array<ref BiosUser>;
310 foreach ( BiosUser user : user_list )
311 {
312 if ( user.GetUid() == user_id )
313 {
314 return user;
315 }
316 }
317 return null;
318 }
proto native EBiosError GetUserList(array< ref BiosUser > user_list)
Gets the currently present list of users.