GetPlotEntryName

From Dragon Age Toolset Wiki
Revision as of 01:13, 17 July 2011 by Sunjammer (Talk | contribs) (Completing definition, expanding description, removed broken links)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the StrRef of name of a plot entry

int GetPlotEntryName(
string strPlot
);
Parameters:
strPlot
the GUID or ResRef of the plot
Returns:

the StrRef of the name of the plot

Source:

script.ldf

Description

Returns the StrRef (string ID) of the localized name of the plot entry. GetStringByStringId or GetTlkTableString can be used to obtain the actual name from the StrRef.