C# Class CharacterObservableExtensions, Augmented_Tactics

Mostrar archivo Open project: Kavignon/Augmented_Tactics

Public Methods

Method Description
ConvertAbstractToConcreteSniper ( this observable ) : CharacterObservable,
IsNull ( this obs ) : bool
IsOfTypeSniper ( this obs ) : bool
IsOfTypeThief ( this obs ) : bool
IsOfTypeWarrior ( this obs ) : bool
IsOfTypeWizard ( this obs ) : bool
IsSubClassOfType ( this obs ) : bool
IsSubClassOfType ( this obs, Type parentType ) : bool

Method Details

ConvertAbstractToConcreteSniper() public static method

public static ConvertAbstractToConcreteSniper ( this observable ) : CharacterObservable,
observable this
return CharacterObservable,

IsNull() public static method

public static IsNull ( this obs ) : bool
obs this
return bool

IsOfTypeSniper() public static method

public static IsOfTypeSniper ( this obs ) : bool
obs this
return bool

IsOfTypeThief() public static method

public static IsOfTypeThief ( this obs ) : bool
obs this
return bool

IsOfTypeWarrior() public static method

public static IsOfTypeWarrior ( this obs ) : bool
obs this
return bool

IsOfTypeWizard() public static method

public static IsOfTypeWizard ( this obs ) : bool
obs this
return bool

IsSubClassOfType() public static method

public static IsSubClassOfType ( this obs ) : bool
obs this
return bool

IsSubClassOfType() public static method

public static IsSubClassOfType ( this obs, Type parentType ) : bool
obs this
parentType Type
return bool