C# Class AcManager.Tools.Miscellaneous.LuaHelper

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
CompareStrings ( string a, string b ) : bool
CompareStringsIgnoringCase ( string a, string b ) : bool
GetNumberValue ( string s ) : double
Log ( ) : void

Private Methods

Méthode Description
GetExtended ( ) : Script

Method Details

CompareStrings() public static méthode

public static CompareStrings ( string a, string b ) : bool
a string
b string
Résultat bool

CompareStringsIgnoringCase() public static méthode

public static CompareStringsIgnoringCase ( string a, string b ) : bool
a string
b string
Résultat bool

GetNumberValue() public static méthode

public static GetNumberValue ( string s ) : double
s string
Résultat double

Log() public static méthode

public static Log ( ) : void
Résultat void