PedPoolEnumerator Class

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Rage.PedPoolEnumerator"]

Inheritance Hierarchy

SystemObject
  RagePoolEnumeratorPed
    RageSimplePoolEnumeratorPed
      RagePedPoolEnumerator

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public class PedPoolEnumerator : SimplePoolEnumerator<Ped>

The PedPoolEnumerator type exposes the following members.

Constructors

  NameDescription
Public methodPedPoolEnumerator
Initializes a new instance of the PedPoolEnumerator class
Top
Properties

  NameDescription
Public propertyCurrent (Inherited from PoolEnumeratorHT.)
Public propertyCurrent2 (Inherited from PoolEnumeratorHT.)
Protected propertyPool (Inherited from PoolEnumeratorHT.)
Top
Methods

  NameDescription
Public methodDispose (Inherited from PoolEnumeratorHT.)
Protected methodDispose(Boolean) (Inherited from PoolEnumeratorHT.)
Public methodGetEnumerator (Inherited from PoolEnumeratorHT.)
Public methodGetEnumerator2 (Inherited from PoolEnumeratorHT.)
Protected methodGetHandleableByAddress (Overrides PoolEnumeratorHTGetHandleableByAddress(UInt64).)
Protected methodGetPoolCapacity (Inherited from SimplePoolEnumeratorHT.)
Protected methodHasBeenModified (Inherited from SimplePoolEnumeratorHT.)
Protected methodInitialize (Inherited from SimplePoolEnumeratorHT.)
Protected methodIsItemValid (Overrides PoolEnumeratorHTIsItemValid(UInt64).)
Public methodMoveNext (Inherited from PoolEnumeratorHT.)
Public methodReset (Inherited from PoolEnumeratorHT.)
Protected methodTryGetItemAtIndex (Inherited from SimplePoolEnumeratorHT.)
Top
See Also

Reference