AdvancedPoolEnumeratorHT Class

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "T:Rage.AdvancedPoolEnumerator`1"]

Inheritance Hierarchy

SystemObject
  RagePoolEnumeratorHT
    RageAdvancedPoolEnumeratorHT
      RageVehiclePoolEnumerator

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

public abstract class AdvancedPoolEnumerator<HT> : PoolEnumerator<HT>
where HT : IHandleable

Type Parameters

HT

[Missing <typeparam name="HT"/> documentation for "T:Rage.AdvancedPoolEnumerator`1"]

The AdvancedPoolEnumeratorHT type exposes the following members.

Constructors

  NameDescription
Public methodAdvancedPoolEnumeratorHT
Initializes a new instance of the AdvancedPoolEnumeratorHT 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 (Inherited from PoolEnumeratorHT.)
Protected methodGetPoolCapacity (Overrides PoolEnumeratorHTGetPoolCapacity.)
Protected methodHasBeenModified (Overrides PoolEnumeratorHTHasBeenModified.)
Protected methodInitialize (Overrides PoolEnumeratorHTInitialize.)
Protected methodIsItemValid (Inherited from PoolEnumeratorHT.)
Public methodMoveNext (Inherited from PoolEnumeratorHT.)
Public methodReset (Inherited from PoolEnumeratorHT.)
Protected methodTryGetItemAtIndex (Overrides PoolEnumeratorHTTryGetItemAtIndex(Int32).)
Top
See Also

Reference