C# Class AcManager.Tools.Data.GameSpecific.PlaceConditions

Inheritance: Game.AdditionalProperties
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
FirstPlaceTarget int?
Type PlaceConditionsType

Public Methods

Method Description
GetDescription ( ) : string
GetTakenPlace ( Game result ) : int
GetTakenPlace ( int value ) : int
Set ( ) : IDisposable

Method Details

GetDescription() public method

public GetDescription ( ) : string
return string

GetTakenPlace() public method

public GetTakenPlace ( Game result ) : int
result AcTools.Processes.Game
return int

GetTakenPlace() public method

public GetTakenPlace ( int value ) : int
value int
return int

Set() public method

public Set ( ) : IDisposable
return IDisposable

Property Details

FirstPlaceTarget public property

public int? FirstPlaceTarget
return int?

Type public property

public PlaceConditionsType Type
return PlaceConditionsType