NetworkMessages

From KitHack Model Club Wiki
Jump to navigation Jump to search

Back to SDK API Reference

NetworkMessages

NetworkMessages.MsgPlayerSpawnData

  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Boolean spawnLocationOverride
  • Field: Vector3 absSpawnPos
  • Field: Quaternion spawnRot
  • Field: String name
  • Field: String guid
  • Field: String ppid
  • Field: Int32 headStyle
  • Field: Color headColor
  • Field: Int32 eyewearStyle
  • Field: Color eyewearColor
  • Field: Int32 headwearStyle
  • Field: Color headwearColor
  • Field: Int32 bodyStyle
  • Field: Color bodyColor
  • Field: String pwd512

NetworkMessages.MsgDisconnectReason

  • Method: String GetMsgStr()
  • Method: Void Reset()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Boolean isDeliberate
  • Field: String reason
  • Field: String reasonTerm
  • Field: String reasonArg0
  • Field: String reasonArg1
  • Field: String reasonArg2