Difference between revisions of "IsPersistent"
Jump to navigation
Jump to search
imported>Odessa (created) |
imported>Odessa (wrong category, its nvse only not fose) |
||
Line 20: | Line 20: | ||
*[[GetType]] | *[[GetType]] | ||
[[Category:Debugging]] | [[Category:Debugging]] | ||
[[Category:Functions_( | [[Category:Functions_(NVSE)]] |
Latest revision as of 05:13, 20 July 2014
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Returns True (1) if the calling reference is persistent.
Syntax
(bool) reference.IsPersistent
Example
if SomeRef.IsPersistent ; it is safe to proceed endif