GetHeaders(string)
Summary
public Dictionary<string, List<string>> GetHeaders(string nodeName)Remarks
Parameters
Name
Description
Last updated
Was this helpful?
Method in YarnProject
This method is obsolete and may be removed from a future version of Yarn Spinner: Use Dialogue.GetHeaders.
Gets the headers for the requested node.
public Dictionary<string, List<string>> GetHeaders(string nodeName)The first time this is called, the values are extracted from Program and cached inside Yarn.Unity.YarnProject.nodeHeaders . Future calls will then return the cached values.
string nodeName
Last updated
Was this helpful?
Was this helpful?
