Difference between revisions of "GetLNVersion"
Jump to navigation
Jump to search
imported>Pintocat (Created page with "{{Function |origin = LU |summary = Returns the version of this plugin. |name = GetLNVersion |alias = deprecated |returnType = int }} ==See Also== Category:Functions_(Lu...") |
imported>Pintocat |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
|origin = LU | |origin = LU | ||
|summary = Returns the version of this plugin. | |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> | |||
(deprecated by [[GetPluginVersion|GetPluginVersion]] in NVSE 4.5.7) | |||
|name = GetLNVersion | |name = GetLNVersion | ||
|returnType = int | |returnType = int | ||
}} | }} | ||
==See Also== | ==See Also== | ||
*[[GetPluginVersion]] | |||
[[Category:Functions_(Lutana)]] | [[Category:Functions_(Lutana)]] | ||
[[Category:File_Functions_(Lutana)]] | [[Category:File_Functions_(Lutana)]] |
Latest revision as of 22:06, 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
(int) GetLNVersion