GetBaseEffectScript

Revision as of 15:22, 24 March 2017 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the associated '''Script''' of the specified script-type '''Base Effect'''. |name = GetBaseEffectScript |returnType = script:re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the associated Script of the specified script-type Base Effect.

Syntax

(script:ref) GetBaseEffectScript baseEffect:ref

Example

set rScript to GetBaseEffectScript CateyeBaseEffect

See Also