Skip to main content

Struct SeStringParameter

A wrapper for a local parameter, holding either a number or a string.

Assembly: Dalamud.dll
View Source
Declaration
public readonly struct SeStringParameter

Properties

IsString

Gets a value indicating whether the backing type of this parameter is a string.

View Source
Declaration
public bool IsString { get; }

UIntValue

Gets a numeric value.

View Source
Declaration
public uint UIntValue { get; }

StringValue

Gets a string value.

View Source
Declaration
public ReadOnlySeString StringValue { get; }