GetCurrentPlayerList() public static method

public static GetCurrentPlayerList ( ) : ArrayList
return System.Collections.ArrayList
 public void PullAvailablePlayers()
 {
     availablePlayers = SenseixSession.GetCurrentPlayerList();
 }