Class EntityBone
Inherited Members
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
public class EntityBone
Properties
| Improve this Doc View SourceForwardVector
Gets the vector that points in front of this Entity
Declaration
public Vector3 ForwardVector { get; }
Property Value
Type | Description |
---|---|
Vector3 |
FragmentGroupIndex
Gets the fragment group index of this Entity
Declaration
public int FragmentGroupIndex { get; }
Property Value
Type | Description |
---|---|
Int32 |
Index
Gets the bone index of this Entity
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
Int32 |
IsValid
Determines if this Entity
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
Boolean |
Owner
Gets the owner Entity this bone belongs to.
Declaration
public Entity Owner { get; }
Property Value
Type | Description |
---|---|
Entity |
Pose
Gets or sets the current pose offset (dynamic position) of this Entity
Declaration
public Vector3 Pose { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
PoseMatrix
Gets or sets the dynamic Matrix of this Entity
Declaration
public Matrix PoseMatrix { get; set; }
Property Value
Type | Description |
---|---|
Matrix |
Position
Gets the position of this Entity
Declaration
public Vector3 Position { get; }
Property Value
Type | Description |
---|---|
Vector3 |
RelativeForwardVector
Gets the vector that points in front of this Entity
Declaration
public Vector3 RelativeForwardVector { get; }
Property Value
Type | Description |
---|---|
Vector3 |
RelativeMatrix
Gets the Matrix of this Entity
Declaration
public Matrix RelativeMatrix { get; }
Property Value
Type | Description |
---|---|
Matrix |
RelativePosition
Gets the position of this Entity
Declaration
public Vector3 RelativePosition { get; }
Property Value
Type | Description |
---|---|
Vector3 |
RelativeRightVector
Gets the vector that points to the right of this Entity
Declaration
public Vector3 RelativeRightVector { get; }
Property Value
Type | Description |
---|---|
Vector3 |
RelativeUpVector
Gets the vector that points above this Entity
Declaration
public Vector3 RelativeUpVector { get; }
Property Value
Type | Description |
---|---|
Vector3 |
RightVector
Gets the vector that points to the right of this Entity
Declaration
public Vector3 RightVector { get; }
Property Value
Type | Description |
---|---|
Vector3 |
UpVector
Gets the vector that points above this Entity
Declaration
public Vector3 UpVector { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Methods
| Improve this Doc View SourceEquals(Object)
Determines if an Object refers to the same bone as this Entity
Declaration
public override bool Equals(object obj)
Parameters
Returns
Type | Description |
---|---|
Boolean | true if the |
Overrides
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |
Overrides
| Improve this Doc View SourceGetOffsetPosition(Vector3)
Gets the position in world coordinates of an offset relative this Entity
Declaration
public Vector3 GetOffsetPosition(Vector3 offset)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | offset | The offset from this Entity |
Returns
Type | Description |
---|---|
Vector3 |
GetPositionOffset(Vector3)
Gets the relative offset of this Entity
Declaration
public Vector3 GetPositionOffset(Vector3 worldCoords)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | worldCoords | The world coordinates. |
Returns
Type | Description |
---|---|
Vector3 |
GetRelativeOffsetPosition(Vector3)
Gets the position relative to the Entity of an offset relative this Entity
Declaration
public Vector3 GetRelativeOffsetPosition(Vector3 offset)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | offset | The offset from this Entity |
Returns
Type | Description |
---|---|
Vector3 |
GetRelativePositionOffset(Vector3)
Gets the relative offset of this Entity
Declaration
public Vector3 GetRelativePositionOffset(Vector3 entityOffset)
Parameters
Returns
Type | Description |
---|---|
Vector3 |
Operators
| Improve this Doc View SourceEquality(EntityBone, Bone)
Determines if an Entity
Declaration
public static bool operator ==(EntityBone entityBone, Bone boneId)
Parameters
Type | Name | Description |
---|---|---|
Entity |
entityBone | The Entity |
Bone | boneId | The Bone ID to check against. |
Returns
Type | Description |
---|---|
Boolean | true if |
Equality(EntityBone, EntityBone)
Determines if two Entity
Declaration
public static bool operator ==(EntityBone left, EntityBone right)
Parameters
Type | Name | Description |
---|---|---|
Entity |
left | The left Entity |
Entity |
right | The right Entity |
Returns
Type | Description |
---|---|
Boolean | true if |
Implicit(EntityBone to InputArgument)
Converts an Entity
Declaration
public static implicit operator InputArgument(EntityBone entityBone)
Parameters
Type | Name | Description |
---|---|---|
Entity |
entityBone |
Returns
Type | Description |
---|---|
Input |
Implicit(EntityBone to Int32)
Converts an Entity
Declaration
public static implicit operator int (EntityBone entityBone)
Parameters
Type | Name | Description |
---|---|---|
Entity |
entityBone |
Returns
Type | Description |
---|---|
Int32 |
Inequality(EntityBone, Bone)
Determines if an Entity
Declaration
public static bool operator !=(EntityBone entityBone, Bone boneId)
Parameters
Type | Name | Description |
---|---|---|
Entity |
entityBone | The Entity |
Bone | boneId | The Bone ID to check against. |
Returns
Type | Description |
---|---|
Boolean | true if |
Inequality(EntityBone, EntityBone)
Determines if two Entity
Declaration
public static bool operator !=(EntityBone left, EntityBone right)
Parameters
Type | Name | Description |
---|---|---|
Entity |
left | The left Entity |
Entity |
right | The right Entity |
Returns
Type | Description |
---|---|
Boolean | true if |