Difference between revisions of "CompareName"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>UDUN
m
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
CompareName - returns 1 if stringToFindInName is found in the name if the object
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
        (nameContainsString) reference.CompareName toFindInName:string objectID:ref


Alias for [[NameIncludes]]
'''Syntax:'''
(nameContainsString) ''reference.''CompareName "toFindInName:string" ''objectID:ref''
 
CompareName - returns 1 if stringToFindInName is found in the name of the object
 
==Notes==
*Alias for [[NameIncludes]]
 
==See Also==
*[[HasName]]
*[[AppendToName]]
*[[CompareNames]]
*[[CopyName]]
*[[ModName]]
*[[NameIncludes]]
*[[SetName]]
 
[[Category:Functions]]
[[Category:Functions (OBSE)]]
[[Category:Inventory Functions]]
[[Category:Inventory Functions (OBSE)]]

Latest revision as of 09:34, 4 March 2009

A command for Oblivion Script Extender

Syntax:

(nameContainsString) reference.CompareName "toFindInName:string" objectID:ref

CompareName - returns 1 if stringToFindInName is found in the name of the object

Notes[edit | edit source]

See Also[edit | edit source]