API Reference › NativesCCommandStructNamespace: SwiftlyS2.Shared.Natives · Assembly: SwiftlyS2.CS2.dllpublic struct CCommandView sourceConstructorsCCommand()public CCommand()CCommand(string)public CCommand(string commandString)ParameterscommandStringstringPropertiesArgCpublic readonly int ArgC { get; }Property ValueintArgSpublic readonly string? ArgS { get; }Property Valuestring?GetCommandStringpublic readonly string? GetCommandString { get; }Property Valuestring?this[int]public readonly string? this[int index] { get; }Property Valuestring?MethodsArg(int)public readonly string? Arg(int index)ParametersindexintReturnsstring?FindArg(string)public readonly int FindArg(string name)ParametersnamestringReturnsintFindArgInt(string, int)public readonly int FindArgInt(string name, int defaultVal)ParametersnamestringdefaultValintReturnsintMaxCommandLength()public static int MaxCommandLength()ReturnsintReset()public void Reset()Tokenize(string)public bool Tokenize(string commandString)ParameterscommandStringstringReturnsbool