Struct DlcProp
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: AltV.Net.CApi.dll
Syntax
public struct DlcProp : IEquatable<DlcProp>
Constructors
|
Improve this Doc
View Source
DlcProp(UInt16, Byte, UInt32)
Declaration
public DlcProp(ushort drawable, byte texture, uint dlc)
Parameters
Type |
Name |
Description |
System.UInt16 |
drawable |
|
System.Byte |
texture |
|
System.UInt32 |
dlc |
|
Fields
|
Improve this Doc
View Source
Dlc
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Drawable
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Texture
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Zero
Declaration
public static DlcProp Zero
Field Value
Methods
|
Improve this Doc
View Source
Equals(DlcProp)
Declaration
public bool Equals(DlcProp other)
Parameters
Type |
Name |
Description |
DlcProp |
other |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Implements
System.IEquatable<T>