- Found in:
- SKSE
Description
Wiki Description
Obtains the alias with the specified name that is attached to this quest. This is the name appearing in the Alias Name field of the Reference Alias form.
Documentation Comment
returns the alias associated with the quest by name
Parameters
stringname
CK Wiki Description
The Alias Name of the desired Alias.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__name
Alias returnedValue = myQuest__toCallFunctionOn.GetAliasByName(myString__name)