C# Class CryEngine.Initialization.CryScript

Represents a given class.
Exibir arquivo Open project: PoppermostProductions/CryMono Class Usage Examples

Public Methods

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

Private Methods

Method Description
CryScript ( ) : System
CryScript ( Type type, ScriptType scriptType ) : System
GetScriptType ( Type type ) : ScriptType

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TryCreate() public static method

public static TryCreate ( Type type, CryScript &script ) : bool
type System.Type
script CryScript
return bool

operator() public static method

public static operator ( ) : bool
return bool