Difference between revisions of "GetLNVersion"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
m
imported>Pintocat
Line 1: Line 1:
{{Function
{{Function
  |origin = LU
  |origin = LU
  |summary = Now always returns zero. Do not use. Mods using this should be updated to use [[GetPluginVersion|GetPluginVersion]].
  |summary = Now always returns zero. '''Do not use'''. Mods using this should be updated to use [[GetPluginVersion|GetPluginVersion]].
  <s>Returns the version of this plugin.</s>
  <s>Returns the version of this plugin.</s>
  (deprecated by [[GetPluginVersion|GetPluginVersion]] in NVSE 4.5.7)
  (deprecated by [[GetPluginVersion|GetPluginVersion]] in NVSE 4.5.7)

Revision as of 22:04, 3 March 2017

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

A function added by the Lutana NVSE plugin.

Description

Now always returns zero. Do not use. Mods using this should be updated to use GetPluginVersion.

Returns the version of this plugin.
(deprecated by GetPluginVersion in NVSE 4.5.7)

Syntax

[help]
(int) GetLNVersion

See Also

GetPluginVersion