swiftlys2/docs/api/ai/
API Reference Natives

ManagedCUtlVector`1

Class
Namespace: SwiftlyS2.Shared.Natives · Assembly: SwiftlyS2.CS2.dll
public class ManagedCUtlVector<T> : IDisposable where T : unmanaged
Inherits object
Implements IDisposable
View source

Constructors

ManagedCUtlVector()

public ManagedCUtlVector()

ManagedCUtlVector(int, int)

public ManagedCUtlVector(int growSize, int initSize)
Parameters

Properties

Value

public ref CUtlVector<T> Value { get; }
Property Value
CUtlVector<T>

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)
Parameters

~ManagedCUtlVector()

protected ~ManagedCUtlVector()