Click or drag to resize

NativePlayerTextDraw Class

[Missing <summary> documentation for "T:SampSharp.Entities.SAMP.NativePlayerTextDraw"]

Inheritance Hierarchy

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class NativePlayerTextDraw : NativeComponent

The NativePlayerTextDraw type exposes the following members.

Constructors
  NameDescription
Public methodNativePlayerTextDraw
Initializes a new instance of the NativePlayerTextDraw class
Top
Properties
  NameDescription
Public propertyEntity
Gets the entity to which this component has been attached.
(Inherited from Component.)
Public propertyId
Public propertyIsComponentAlive
Gets a value indicating whether this component is alive (has not been destroyed).
(Inherited from Component.)
Protected propertyManager
Gets the manager of the entity of this component.
(Inherited from Component.)
Public propertyParent
Gets the parent entity of the entity to which this component has been attached.
(Inherited from Component.)
Public propertyPlayerId
Top
Methods
  NameDescription
Public methodAddComponentT
Adds a component of the specified type T to the entity.
(Inherited from Component.)
Public methodAddComponentT(Object)
Adds a component of the specified type T to the entity with the specified constructor args.
(Inherited from Component.)
Public methodDestroy
Destroys this component.
(Inherited from Component.)
Public methodDestroyComponentsT
Destroys the components of the specified type T attached to the entity.
(Inherited from Component.)
Public methodDestroyEntity
Destroys the entity.
(Inherited from Component.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponentT
Gets a component of the specified type T attached to the entity.
(Inherited from Component.)
Public methodGetComponentInChildrenT
Gets a component of the specified type T attached to a child entity of the entity using a depth first search.
(Inherited from Component.)
Public methodGetComponentInParentT
Gets a component of the specified type T attached to a parent entity of the entity.
(Inherited from Component.)
Public methodGetComponentsT
Gets all components of the specified type T attached to the entity.
(Inherited from Component.)
Public methodGetComponentsInChildrenT
Gets all components of the specified type T attached to a child entity of the entity.
(Inherited from Component.)
Public methodGetComponentsInParentT
Gets all components of the specified type T attached to a parent entity of the entity.
(Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDestroyComponent
This method is invoked before this component is destroyed and removed from its entity.
(Inherited from Component.)
Protected methodOnInitializeComponent (Overrides ComponentOnInitializeComponent.)
Public methodPlayerTextDrawAlignment
Public methodPlayerTextDrawBackgroundColor
Public methodPlayerTextDrawBoxColor
Public methodPlayerTextDrawColor
Public methodPlayerTextDrawDestroy
Public methodPlayerTextDrawFont
Public methodPlayerTextDrawHide
Public methodPlayerTextDrawLetterSize
Public methodPlayerTextDrawSetOutline
Public methodPlayerTextDrawSetPreviewModel
Public methodPlayerTextDrawSetPreviewRot
Public methodPlayerTextDrawSetPreviewVehCol
Public methodPlayerTextDrawSetProportional
Public methodPlayerTextDrawSetSelectable
Public methodPlayerTextDrawSetShadow
Public methodPlayerTextDrawSetString
Public methodPlayerTextDrawShow
Public methodPlayerTextDrawTextSize
Public methodPlayerTextDrawUseBox
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberInvalidId
Top
See Also