Skip to main content
Version: 15.x (API 15) [Current]

Struct SeStringParameter

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

Assembly: Dalamud.dll​
Declaration
public readonly struct SeStringParameter

Properties​

IsString​

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

Declaration
public bool IsString { get; }

UIntValue​

Gets a numeric value.

Declaration
public uint UIntValue { get; }

StringValue​

Gets a string value.

Declaration
public ReadOnlySeString StringValue { get; }