C# Class CryEngine.Initialization.CryScript

Represents a given class.
Afficher le fichier Open project: PoppermostProductions/CryMono Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TryCreate ( Type type, CryScript &script ) : bool
operator ( ) : bool

Private Methods

Méthode Description
CryScript ( ) : System
CryScript ( Type type, ScriptType scriptType ) : System
GetScriptType ( Type type ) : ScriptType

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TryCreate() public static méthode

public static TryCreate ( Type type, CryScript &script ) : bool
type System.Type
script CryScript
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool