IsOwned
Revision as of 07:20, 16 July 2014 by imported>Odessa (created based on nvse_whatsnew and source code)
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Checks whether a reference is owned by an NPC or that said NPC has the required faction rank to own the reference.
Syntax
(bool) ref.IsOwned Owner:ref
Example
if SomeItemRef.IsOwned SunnyREF ; SomeItemRef is owned by Sunny Smiles endif