Struct Prop
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 Prop : IEquatable<Prop>
Constructors
|
Improve this Doc
View Source
Prop(UInt16, Byte)
Declaration
public Prop(ushort drawable, byte texture)
Parameters
Type |
Name |
Description |
System.UInt16 |
drawable |
|
System.Byte |
texture |
|
Fields
|
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
Field Value
Methods
|
Improve this Doc
View Source
Equals(Prop)
Declaration
public bool Equals(Prop other)
Parameters
Type |
Name |
Description |
Prop |
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>