Show / Hide Table of Contents

Class ModInfoItem

Inheritance
object
ModInfoItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Lua
Assembly: SlipeServer.Packets.dll
Syntax
public class ModInfoItem

Constructors

| Edit this page View Source

ModInfoItem()

Declaration
public ModInfoItem()

Properties

| Edit this page View Source

HasHashInfo

Declaration
public bool HasHashInfo { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

HasSize

Declaration
public bool HasSize { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Hash

Declaration
public uint Hash { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

Id

Declaration
public ushort Id { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

LongBytes

Declaration
public uint LongBytes { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

LongMd5

Declaration
public string LongMd5 { get; set; }
Property Value
Type Description
string
| Edit this page View Source

LongSha256

Declaration
public string LongSha256 { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

OriginalSize

Declaration
public Vector3 OriginalSize { get; set; }
Property Value
Type Description
Vector3
| Edit this page View Source

ShortBytes

Declaration
public uint ShortBytes { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

ShortMd5

Declaration
public string ShortMd5 { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ShortSha256

Declaration
public string ShortSha256 { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Size

Declaration
public Vector3 Size { get; set; }
Property Value
Type Description
Vector3
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX