Difference between revisions of "GetCellWaterForm"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Returns the water type of a cell form. If no cell is specified, the player's current cell is used. |name = GetCellWaterForm |returnType...")
 
imported>Pintocat
 
Line 1: Line 1:
{{Function
{{Function
  |origin = LU
  |origin = LU
  |summary = Returns the water type of a cell form. If no cell is specified, the player's current cell is used.
  |summary = Returns the water type of a cell form. If no cell is specified, the player's current cell is used. Will return the parent worldspace's water form for exterior cells.
  |name = GetCellWaterForm
  |name = GetCellWaterForm
  |returnType = ref
  |returnType = ref

Latest revision as of 22:41, 3 March 2017

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

A function added by the Lutana NVSE plugin.

Description

Returns the water type of a cell form. If no cell is specified, the player's current cell is used. Will return the parent worldspace's water form for exterior cells.

Syntax

[help]
(ref) GetCellWaterForm cell:form

See Also

GetCellWaterHeight

SetCellWaterHeight

GetWaterFormEffect