SwiftlyS2

CBaseIssue

Interface CBaseIssue

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CBaseIssue : ISchemaClass<CBaseIssue>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

DetailsString

string DetailsString { get; set; }
Property Value

NumNoVotes

ref int NumNoVotes { get; }
Property Value

NumPotentialVotes

ref int NumPotentialVotes { get; }
Property Value

NumYesVotes

ref int NumYesVotes { get; }
Property Value

TypeString

string TypeString { get; set; }
Property Value

VoteController

CVoteController? VoteController { get; }
Property Value

On this page