swiftlys2/docs/api/ai/
API Reference Natives

CString

Struct
Namespace: SwiftlyS2.Shared.Natives · Assembly: SwiftlyS2.CS2.dll
public struct CString

Wrapper class for native char*.

View source

Properties

Value

public string Value { readonly get; set; }
Property Value

Methods

ToString()

Returns the fully qualified type name of this instance.

public override readonly string ToString()
Returns
The fully qualified type name.

Operators

implicit operator string(CString)

public static implicit operator string(CString str)
Parameters
Returns

implicit operator CString(string)

public static implicit operator CString(string str)
Parameters
Returns