Difference between revisions of "TopicInfo Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jlundin
 
imported>Jog
Line 19: Line 19:


== Member Functions ==
== Member Functions ==
*Quest Function [[GetOwningQuest - TopicInfo|GetOwningQuest]]()
'''Quest Function [[GetOwningQuest - TopicInfo|GetOwningQuest]]()'''
**Returns the [[Quest Script|Quest]] that owns this topic info.
*Returns the [[Quest Script|Quest]] that owns this topic info.


== Events ==
== Events ==

Revision as of 13:07, 20 February 2012


Extends: Form Script

Script for the manipulation of topic info base objects.

Definition

ScriptName TopicInfo extends Form

Properties

None

Global Functions

None

Member Functions

Quest Function GetOwningQuest()

  • Returns the Quest that owns this topic info.

Events

None

Related Fragments