Table of Contents

Method SetValue

Namespace
MaaFramework.Binding.Buffers
Assembly
MaaFramework.Binding.dll

SetValue(string, bool)

Sets a string into the MaaStringBuffer.

bool SetValue(string str, bool useEx = true)

Parameters

str string

The string.

useEx bool

Uses MaaSetStringEx if true; otherwise, Uses MaaSetString.

Returns

bool

true if the string was set successfully; otherwise, false.