C# Class AcManager.Pages.Drive.QuickDrive_Race.ViewModel.OldSaveableData

Show file Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
AiLevel int?
JumpStartPenalty Game.JumpStartPenaltyType?
Penalties bool?

Public Methods

Method Description
Test ( string serialized ) : bool

Method Details

Test() public static method

public static Test ( string serialized ) : bool
serialized string
return bool

Property Details

AiLevel public property

public int? AiLevel
return int?

JumpStartPenalty public property

public Game.JumpStartPenaltyType? JumpStartPenalty
return Game.JumpStartPenaltyType?

Penalties public property

public bool? Penalties
return bool?