Difference between revisions of "SetGrassModel"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Sets the model (Art File) path of the specified <i>Grass</i> form. |name = SetGrassModel |arguments = {{FunctionArgument |Name =...")
 
imported>Jazzisparis
 
Line 15: Line 15:
==See Also==
==See Also==
*[[GetGrassModel]]
*[[GetGrassModel]]
[[Category:Functions_(JIP)]]
[[Category:Functions (JIP)]]
[[Category:Miscellaneous Functions (JIP)]]
[[Category:Grass Functions (JIP)]]

Latest revision as of 02:31, 29 March 2017

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

A function added by the JIP NVSE Plugin.

Description

Sets the model (Art File) path of the specified Grass form.

Syntax

[help]
SetGrassModel grass:ref modelPath:string

Example

SetGrassModel GrassWasteland01 "Landscape\Grass\GrassLawn01.nif"

See Also