GetPlotEntryName

From Dragon Age Toolset Wiki
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.