GetMoonTexture

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns a string_var with the texture path (relative to the Data folder) of the Moon, specified by moonType:

0	Full
1	Three Wan
2	Half Wan
3	One Wan
4	No Moon
5	One Wax
6	Half Wax
7	Three Wax

Syntax

[help]
(texturePath:string_var) GetMoonTexture moonType:int

Example

let sTexture := GetMoonTexture 3

Returns the texture path of the "One Wan" moon.

See Also