Class ReadyCharacterExtensions
Namespace: WukongMp.Sdk.Entities
Assembly: WukongMp.Sdk.dll
public static class ReadyCharacterExtensions
Inheritanceâ
object â ReadyCharacterExtensions
Inherited Membersâ
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methodsâ
HideMarker<TSelf>(TSelf)â
public static void HideMarker<TSelf>(this TSelf obj) where TSelf : struct, IReadyEntity<TSelf>, IReadyConvertable<TSelf, ReadyCharacter>
Parametersâ
obj TSelf
Type Parametersâ
TSelf
SetMarkerMessage<TSelf>(TSelf, string, string)â
public static void SetMarkerMessage<TSelf>(this TSelf obj, string message, string color) where TSelf : struct, IReadyEntity<TSelf>, IReadyConvertable<TSelf, ReadyCharacter>
Parametersâ
obj TSelf
message string
color string
Type Parametersâ
TSelf
get_Hp<TSelf>(TSelf)â
public static float get_Hp<TSelf>(TSelf obj) where TSelf : struct, IReadyEntity<TSelf>, IReadyConvertable<TSelf, ReadyCharacter>
Parametersâ
obj TSelf
Returnsâ
Type Parametersâ
TSelf
get_HpMaxBase<TSelf>(TSelf)â
public static float get_HpMaxBase<TSelf>(TSelf obj) where TSelf : struct, IReadyEntity<TSelf>, IReadyConvertable<TSelf, ReadyCharacter>
Parametersâ
obj TSelf
Returnsâ
Type Parametersâ
TSelf
get_IsDead<TSelf>(TSelf)â
public static bool get_IsDead<TSelf>(TSelf obj) where TSelf : struct, IReadyEntity<TSelf>, IReadyConvertable<TSelf, ReadyCharacter>
Parametersâ
obj TSelf
Returnsâ
Type Parametersâ
TSelf
get_TeamId<TSelf>(TSelf)â
public static int get_TeamId<TSelf>(TSelf obj) where TSelf : struct, IReadyEntity<TSelf>, IReadyConvertable<TSelf, ReadyCharacter>
Parametersâ
obj TSelf
Returnsâ
Type Parametersâ
TSelf
set_Hp<TSelf>(TSelf, float)â
public static void set_Hp<TSelf>(TSelf obj, float value) where TSelf : struct, IReadyEntity<TSelf>, IReadyConvertable<TSelf, ReadyCharacter>
Parametersâ
obj TSelf
value float
Type Parametersâ
TSelf
set_HpMaxBase<TSelf>(TSelf, float)â
public static void set_HpMaxBase<TSelf>(TSelf obj, float value) where TSelf : struct, IReadyEntity<TSelf>, IReadyConvertable<TSelf, ReadyCharacter>
Parametersâ
obj TSelf
value float
Type Parametersâ
TSelf
set_TeamId<TSelf>(TSelf, int)â
public static void set_TeamId<TSelf>(TSelf obj, int value) where TSelf : struct, IReadyEntity<TSelf>, IReadyConvertable<TSelf, ReadyCharacter>
Parametersâ
obj TSelf
value int
Type Parametersâ
TSelf