swiftlys2/docs/api/ai/
API Reference Schemas

ISchemaStringFixedArray

Interface
Namespace: SwiftlyS2.Shared.Schemas · Assembly: SwiftlyS2.CS2.dll
public interface ISchemaStringFixedArray : ISchemaFixedArray<nint>, ISchemaField, INativeHandle
Implements ISchemaFixedArray<nint>, ISchemaField, INativeHandle
View source

Properties

this[int]

string this[int index] { get; set; }
Property Value