swiftlys2/docs/api/ai/
API Reference Natives

CUtlLeanVector`2.Iterator_t

Struct
Namespace: SwiftlyS2.Shared.Natives · Assembly: SwiftlyS2.CS2.dll
public struct CUtlLeanVector<T, I>.Iterator_t
View source

Constructors

Iterator_t(I)

public Iterator_t(I i)
Parameters
  • iI

Methods

Equals(object?)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object? obj)
Parameters
  • objobject?The object to compare with the current instance.
Returns
true if obj and this instance are the same type and represent the same value; otherwise, false .

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()
Returns
A 32-bit signed integer that is the hash code for this instance.

Fields

Index

public I Index
Field Value
I

Operators

operator ==(Iterator_t, Iterator_t)

public static bool operator ==(CUtlLeanVector<T, I>.Iterator_t a, CUtlLeanVector<T, I>.Iterator_t b)
Parameters
  • aCUtlLeanVector<T, I>.Iterator_t
  • bCUtlLeanVector<T, I>.Iterator_t
Returns

operator !=(Iterator_t, Iterator_t)

public static bool operator !=(CUtlLeanVector<T, I>.Iterator_t a, CUtlLeanVector<T, I>.Iterator_t b)
Parameters
  • aCUtlLeanVector<T, I>.Iterator_t
  • bCUtlLeanVector<T, I>.Iterator_t
Returns