Search Results for

    Show / Hide Table of Contents

    Class PedGroup

    Inheritance
    System.Object
    PedGroup
    Implements
    System.IEquatable<PedGroup>
    System.Collections.Generic.IEnumerable<Ped>
    System.Collections.IEnumerable
    IHandleable
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: GTA
    Assembly: ScriptHookVDotNet2.dll
    Syntax
    public class PedGroup : IEquatable<PedGroup>, IEnumerable<Ped>, IEnumerable, IHandleable, IDisposable

    Constructors

    Name Description
    PedGroup()
    PedGroup(Int32)

    Properties

    Name Description
    FormationType
    Handle
    Leader
    MemberCount
    SeparationRange

    Methods

    Name Description
    Add(Ped, Boolean)
    Contains(Ped)
    Dispose()
    Dispose(Boolean)
    Equals(PedGroup)
    Equals(Object)
    Exists()
    Exists(PedGroup)
    GetEnumerator()
    GetEnumerator2()
    GetHashCode()
    GetMember(Int32)
    Remove(Ped)
    ToArray(Boolean)
    ToList(Boolean)

    Operators

    Name Description
    Equality(PedGroup, PedGroup)
    Inequality(PedGroup, PedGroup)

    Explicit Interface Implementations

    Name Description
    IEnumerable.GetEnumerator()
    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX