mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update INewHorizons.cs
This commit is contained in:
parent
aa2da3a4c7
commit
5f576db799
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user