Difference between revisions of "TopicInfo Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jog
imported>CraftySentinel
m (→‎Member Functions: Formatting Change)
Line 19: Line 19:


== Member Functions ==
== Member Functions ==
'''Quest Function [[GetOwningQuest - TopicInfo|GetOwningQuest]]()'''
 
*Returns the [[Quest Script|Quest]] that owns this topic info.
{|class="wikitable" width =100%
!style="text-align:left;"|Function
!style="text-align:left;"|Description
|-
|[[GetOwningQuest - TopicInfo|Quest '''GetOwningQuest'''()]]
|Returns the [[Quest Script|Quest]] that owns this topic info.
|-
 
|}


== Events ==
== Events ==

Revision as of 06:32, 24 October 2013


Extends: Form Script

Script for the manipulation of topic info base objects.

Definition

ScriptName TopicInfo extends Form

Properties

None

Global Functions

None

Member Functions

Function Description
Quest GetOwningQuest() Returns the Quest that owns this topic info.

Events

None

Related Fragments