C# Class Battle_Script_Pro.ReturnWorked

Afficher le fichier Open project: Jambo51/Battle_Script_Pro

Méthodes publiques

Méthode Description
ReturnWorked ( bool theResult, byte theValue ) : System
ReturnWorked ( bool theResult, string input, bool isPointer ) : System
ReturnWorked ( bool theResult, uint theValue ) : System
ReturnWorked ( bool theResult, ushort theValue ) : System

Method Details

ReturnWorked() public méthode

public ReturnWorked ( bool theResult, byte theValue ) : System
theResult bool
theValue byte
Résultat System

ReturnWorked() public méthode

public ReturnWorked ( bool theResult, string input, bool isPointer ) : System
theResult bool
input string
isPointer bool
Résultat System

ReturnWorked() public méthode

public ReturnWorked ( bool theResult, uint theValue ) : System
theResult bool
theValue uint
Résultat System

ReturnWorked() public méthode

public ReturnWorked ( bool theResult, ushort theValue ) : System
theResult bool
theValue ushort
Résultat System