[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlegames.pp line 2294
type TRoomAutoMatchingCriteria = class(TGoogleBaseObject)  | 
protected  | 
procedure SetexclusiveBitmask(); virtual;  | 
procedure Setkind(); virtual;  | 
procedure SetmaxAutoMatchingPlayers(); virtual;  | 
procedure SetminAutoMatchingPlayers(); virtual;  | 
published  | 
property exclusiveBitmask: string; [rw]  | 
property kind: string; [rw]  | 
property maxAutoMatchingPlayers: Integer; [rw]  | 
property minAutoMatchingPlayers: Integer; [rw]  | 
end;  | 
| | | 
| | | 
TObject  |