Click or drag to resize

PlayerObject Properties

The PlayerObject type exposes the following members.

Properties
  NameDescription
Public propertyDrawDistance
Gets the draw distance of this player object.
Public propertyEntity
Gets the entity to which this component has been attached.
(Inherited from Component.)
Public propertyIsComponentAlive
Gets a value indicating whether this component is alive (has not been destroyed).
(Inherited from Component.)
Public propertyIsMoving
Gets whether this player object is moving.
Public propertyIsValid
Gets whether this player object is valid.
Public propertyModelId
Gets the model of this player object.
Public propertyParent
Gets the parent entity of the entity to which this component has been attached.
(Inherited from Component.)
Public propertyPosition
Gets the position of this player object.
Public propertyRotation
Gets the rotation of this player object.
Top
See Also