Struct ReadyMainCharacter
Namespace: WukongMp.Sdk.Entities
Assembly: WukongMp.Sdk.dll
public readonly struct ReadyMainCharacter : IReadyEntity<ReadyMainCharacter>
Implements
IReadyEntity<ReadyMainCharacter>
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Extension Methods
ReadyObjectExtensions.SetLocationRotation<ReadyMainCharacter>(ReadyMainCharacter, Vector3, Vector3)
Properties
BeguilingChantEligible
public bool BeguilingChantEligible { get; set; }
Property Value
IsRespawning
public bool IsRespawning { get; }
Property Value
IsTransformed
public bool IsTransformed { get; }
Property Value
IsWaitingForCutscene
public bool IsWaitingForCutscene { get; }
Property Value
Nickname
public string Nickname { get; set; }
Property Value
PlayerId
public PlayerId PlayerId { get; }
Property Value
RebirthPointId
public int RebirthPointId { get; }
Property Value
WaitingCutsceneId
public int WaitingCutsceneId { get; }
Property Value
Methods
HideMarker()
public void HideMarker()
RebirthAtShrine(int)
public void RebirthAtShrine(int shrineId)
Parameters
shrineId int
RebirthInPlace()
public void RebirthInPlace()
SetMarkerMessage(string, string)
public void SetMarkerMessage(string message, string color)
Parameters
message string
color string
Teleport(Vector3, Vector3)
public void Teleport(Vector3 location, Vector3 rotation)
Parameters
location Vector3
rotation Vector3
Operators
explicit operator ReadyMainCharacter(ReadyObject)
public static explicit operator ReadyMainCharacter(ReadyObject obj)
Parameters
obj ReadyObject
Returns
explicit operator ReadyMainCharacter(ReadyCharacter)
public static explicit operator ReadyMainCharacter(ReadyCharacter character)
Parameters
character ReadyCharacter
Returns
implicit operator ReadyObject(ReadyMainCharacter)
public static implicit operator ReadyObject(ReadyMainCharacter mainCharacter)
Parameters
mainCharacter ReadyMainCharacter
Returns
implicit operator ReadyCharacter(ReadyMainCharacter)
public static implicit operator ReadyCharacter(ReadyMainCharacter mainCharacter)
Parameters
mainCharacter ReadyMainCharacter