Skip to main content
Corvus Connection

OBS: Set Text

Obs
obs.setTextSets the text of a text source.Sets a text source's text from a string input.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
sourceNameDataSystem.StringNone
textDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone

Lowers to C#

await ctx.Obs.SetTextAsync(sourceName, text);

Used in