Difference between revisions of "SetPackageTargetData"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>Malachy1681
 
Line 1: Line 1:
{{BotAddedPage|CSbot|DragoonWraith}}
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
  | summary = Sets the target of a package. Accepts a stringmap of the same format as that returned by [[GetPackageTargetData]]. Omitted fields retain their existing values.
  | summary = Sets the target of a package. Accepts a stringmap of the same format as that returned by [[GetPackageTargetData]]. Omitted fields retain their existing values. Changes are not saved in the savegame.
  | name = SetPackageTargetData
  | name = SetPackageTargetData
  | returnVal = success
  | returnVal = success

Latest revision as of 22:13, 26 January 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(success:bool) SetPackageTargetData package:ref data:StringMap

Sets the target of a package. Accepts a stringmap of the same format as that returned by GetPackageTargetData. Omitted fields retain their existing values. Changes are not saved in the savegame.