Update INewHorizons.cs

This commit is contained in:
xen-42 2024-10-09 23:53:47 -04:00
parent aa2da3a4c7
commit 5f576db799

View File

@ -146,7 +146,8 @@ namespace NewHorizons
void DefineStarSystem(string name, string config, IModBehaviour mod); void DefineStarSystem(string name, string config, IModBehaviour mod);
/// <summary> /// <summary>
/// Allows creation of dialogue by directly passing the xml and dialogueInfo json contents as strings /// Allows creation of dialogue by directly passing the xml and dialogueInfo json contents as strings.
/// Must be called at least 2 frames before entering dialogue if you're using ReuseDialogueOptionsFrom
/// </summary> /// </summary>
/// <param name="textAssetID">TextAsset name used for compatibility with voice mod. Just has to be a unique identifier.</param> /// <param name="textAssetID">TextAsset name used for compatibility with voice mod. Just has to be a unique identifier.</param>
/// <param name="xml">The contents of the dialogue xml file as a string</param> /// <param name="xml">The contents of the dialogue xml file as a string</param>