Show / Hide Table of Contents

Struct PedClothing

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Packets.Definitions.Entities.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public struct PedClothing

Constructors

| Edit this page View Source

PedClothing(string, string, byte)

Declaration
public PedClothing(string texture, string model, byte type)
Parameters
Type Name Description
string texture
string model
byte type

Properties

| Edit this page View Source

Model

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

Texture

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

Type

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