VehiclePoolEnumerator Class

RAGE Plugin Hook Documentation

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

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

Inheritance Hierarchy

SystemObject
  RagePoolEnumeratorVehicle
    RageAdvancedPoolEnumeratorVehicle
      RageVehiclePoolEnumerator

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

public class VehiclePoolEnumerator : AdvancedPoolEnumerator<Vehicle>

The VehiclePoolEnumerator type exposes the following members.

Constructors

  NameDescription
Public methodVehiclePoolEnumerator
Initializes a new instance of the VehiclePoolEnumerator 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 AdvancedPoolEnumeratorHT.)
Protected methodHasBeenModified (Inherited from AdvancedPoolEnumeratorHT.)
Protected methodInitialize (Inherited from AdvancedPoolEnumeratorHT.)
Protected methodIsItemValid (Overrides PoolEnumeratorHTIsItemValid(UInt64).)
Public methodMoveNext (Inherited from PoolEnumeratorHT.)
Public methodReset (Inherited from PoolEnumeratorHT.)
Protected methodTryGetItemAtIndex (Inherited from AdvancedPoolEnumeratorHT.)
Top
See Also

Reference