alt:V alt:V
Search options:
Light
Dark
Sync with OS

Index

  • Properties
    • LocalPlayer
Search Results for

    • View Source
    • Improve this Doc

    Interface IPlayerPool

    Inherited Members
    IEntityPool<IPlayer>.Create(ICore, IntPtr, UInt32)
    IEntityPool<IPlayer>.Create(ICore, IntPtr)
    IEntityPool<IPlayer>.Add(IPlayer)
    IEntityPool<IPlayer>.Remove(IPlayer)
    IEntityPool<IPlayer>.Remove(IntPtr)
    IEntityPool<IPlayer>.GetOrCreate(ICore, IntPtr, UInt32)
    IEntityPool<IPlayer>.GetOrCreate(ICore, IntPtr)
    IEntityPool<IPlayer>.GetEntitiesArray()
    IEntityPool<IPlayer>.OnAdd(IPlayer)
    IEntityPool<IPlayer>.OnRemove(IPlayer)
    IEntityPool<IPlayer>.Dispose()
    IReadOnlyEntityPool<IPlayer>.Get(IntPtr)
    IReadOnlyEntityPool<IPlayer>.GetAllEntities()
    Namespace: AltV.Net.Client.Elements.Pools
    Assembly: AltV.Net.Client.dll
    Syntax
    public interface IPlayerPool : IEntityPool<IPlayer>, IReadOnlyEntityPool<IPlayer>

    Properties

    | Improve this Doc View Source

    LocalPlayer

    Declaration
    ILocalPlayer LocalPlayer { get; }
    Property Value
    Type Description
    ILocalPlayer