Interface IBlip
Inherited Members
AltV.Net.Shared.Elements.Entities.ISharedBaseObject.SetMetaData(Dictionary<, >)
Assembly: AltV.Net.dll
Syntax
public interface IBlip : IWorldObject, IBaseObject, ISharedBlip, ISharedWorldObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
AttachedTo
Get the current entity the blip is attached to.
Declaration
IEntity AttachedTo { get; }
Property Value
|
Improve this Doc
View Source
BlipType
Declaration
byte BlipType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
IsAttached
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsGlobal
Declaration
bool IsGlobal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
AddTargetPlayer(IPlayer)
Declaration
void AddTargetPlayer(IPlayer player)
Parameters
Type |
Name |
Description |
IPlayer |
player |
|
|
Improve this Doc
View Source
GetTargets()
Declaration
IReadOnlyCollection<IPlayer> GetTargets()
Returns
Type |
Description |
System.Collections.Generic.IReadOnlyCollection<IPlayer> |
|
|
Improve this Doc
View Source
RemoveTargetPlayer(IPlayer)
Declaration
void RemoveTargetPlayer(IPlayer player)
Parameters
Type |
Name |
Description |
IPlayer |
player |
|
Extension Methods