Skip to content

M_MSCLoader_Settings_AddDynamicText

piotrulos edited this page Apr 7, 2023 · 2 revisions

Settings.AddDynamicText Method

Add dynamic text (it is not saved)

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public static <a href="T_MSCLoader_SettingsDynamicText">SettingsDynamicText</a> AddDynamicText(
	<a href="T_MSCLoader_Mod">Mod</a> mod,
	string text
)

View Source

Parameters

 

mod
Type: MSCLoader.Mod
Your mod instance
text
Type: System.String
Just a text (supports unity rich text)

Return Value

Type: SettingsDynamicText
SettingsDynamicText

See Also

Reference

Settings Class
MSCLoader Namespace

Clone this wiki locally