C# Class GTAVBETrainerDotNet.Feature.Weather

Weather features
Afficher le fichier Open project: betenner/betrainer

Méthodes publiques

Свойство Type Description
Freeze bool
Wind bool

Méthodes publiques

Méthode Description
InitFeatures ( ) : void

Initializes features

SetFreeze ( MenuItem sender ) : void

Sets freeze

SetWeather ( MenuItem sender ) : void

Sets weather

SetWind ( MenuItem sender ) : void

Sets wind

UpdateFeatures ( ) : void

Updates features

Method Details

InitFeatures() public static méthode

Initializes features
public static InitFeatures ( ) : void
Résultat void

SetFreeze() public static méthode

Sets freeze
public static SetFreeze ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetWeather() public static méthode

Sets weather
public static SetWeather ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetWind() public static méthode

Sets wind
public static SetWind ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

UpdateFeatures() public static méthode

Updates features
public static UpdateFeatures ( ) : void
Résultat void

Property Details

Freeze public_oe static_oe property

public static bool Freeze
Résultat bool

Wind public_oe static_oe property

public static bool Wind
Résultat bool