Difference between revisions of "SetPackageUseHorse"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
imported>Malachy1681
 
Line 1: Line 1:
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
  | summary = Sets the state of the UseHorse flag on the specified package.
  | summary = Sets the state of the UseHorse flag on the specified package. Changes are not saved in the savegame.
  | name = SetPackageUseHorse
  | name = SetPackageUseHorse
  | arguments =  
  | arguments =  
   {{FunctionArgument
   {{FunctionArgument
  | name = newUseHorse
  | type = bool
  }}{{FunctionArgument
   | name = package
   | name = package
   | type = ref
   | type = ref
  }}{{FunctionArgument
  | name = newUseHorse
  | type = bool
   }}
   }}
}}
}}

Latest revision as of 13:39, 19 January 2017

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

A function added by the Oblivion Script Extender.

Syntax:

(void) SetPackageUseHorse newUseHorse:bool package:ref

Sets the state of the UseHorse flag on the specified package. Changes are not saved in the savegame.