142
edits
DavidJCobb (talk | contribs) (Documented the UI tableviews in detail.) |
DavidJCobb (talk | contribs) |
||
Line 28: | Line 28: | ||
** '''W:''' The info has a Walk Away topic. | ** '''W:''' The info has a Walk Away topic. | ||
* '''# Responses''' | * '''# Responses''' | ||
* '''Speaker NPC:''' If the info has a ''Subject.GetIsID'' condition, then this column shows the | * '''Speaker NPC:''' If the info has a ''Subject.GetIsID'' condition, then this column shows the condition's form parameter. It doesn't display the info's "Speaker" option, because the goal is to tell you who is allowed to say the info, not whose voice will be used to say it. | ||
** The column only displays the first ''Subject.GetIsID'' condition in the info. | |||
* '''Target NPC''' | ** The column doesn't check whether the condition has "Swap Subject and Target" enabled. | ||
* '''Is Voice Type:''' If the info has a ''Subject.GetIsVoiceType'' condition, then this column shows the condition's [[Voicetype]] or [[FormList]] parameter. | ** If the ''Subject.GetIsID'' condition requires that its result equal zero, then the column shows this as a negation, e.g. displaying "NOT Maul" for ''Subject.GetIsID(Maul) == 0''. | ||
* '''In Faction:''' If the info has a ''Subject.GetInFaction'' condition, then this column shows the condition's [[Faction]] parameter. | * '''Target NPC:''' If the info has a ''Target.GetIsID'' condition, then this column shows the condition's form parameter. | ||
** This column uses the same logic as the Speaker NPC column in how it checks and displays conditions. | |||
* '''Is Voice Type:''' If the info has a ''Subject.GetIsVoiceType'' condition, then this column shows the condition's [[Voicetype]] or [[FormList]] parameter. | |||
** This column uses the same logic as the Speaker NPC column in how it checks and displays conditions. | |||
* '''In Faction:''' If the info has a ''Subject.GetInFaction'' condition, then this column shows the condition's [[Faction]] parameter. | |||
** This column uses the same logic as the Speaker NPC column in how it checks and displays conditions. | |||
* '''Conditions:''' All of the info's conditions. | * '''Conditions:''' All of the info's conditions. | ||
* '''Has Result Script:''' If the info has an "End" Papyrus fragment, then this column shows the letter "Y." Otherwise, the column is blank. | * '''Has Result Script:''' If the info has an "End" Papyrus fragment, then this column shows the letter "Y." Otherwise, the column is blank. |
edits