C# Class SmartboyDevelopments.Haxxit.Programs.ProgramSize

Afficher le fichier Open project: smartboyathome/Haxxit Class Usage Examples

Méthodes publiques

Méthode Description
DecreaseCurrentSize ( ushort amount ) : void
DecreaseMaxSize ( ushort amount ) : void
IncreaseCurrentSize ( ushort amount ) : void
IncreaseMaxSize ( ushort amount ) : void
IsMaxSize ( ) : bool
ProgramSize ( ushort _size ) : System

Method Details

DecreaseCurrentSize() public méthode

public DecreaseCurrentSize ( ushort amount ) : void
amount ushort
Résultat void

DecreaseMaxSize() public méthode

public DecreaseMaxSize ( ushort amount ) : void
amount ushort
Résultat void

IncreaseCurrentSize() public méthode

public IncreaseCurrentSize ( ushort amount ) : void
amount ushort
Résultat void

IncreaseMaxSize() public méthode

public IncreaseMaxSize ( ushort amount ) : void
amount ushort
Résultat void

IsMaxSize() public méthode

public IsMaxSize ( ) : bool
Résultat bool

ProgramSize() public méthode

public ProgramSize ( ushort _size ) : System
_size ushort
Résultat System