TopicGetAllTopicInfos

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns an array of all TopicInfos of specified Topic.

Syntax

[help]
(TopicInfos:array) TopicGetAllTopicInfos Topic:form ChosenQuest:quest

Example

let myArr := TopicGetAllTopicInfos GREETING

Will return all TopicInfos of GREETING

 let myArr := TopicGetAllTopicInfos GREETING VFreeformGoodsprings

Will return TopicInfos of GREETING which only belong to VFreeformGoodsprings quest.