Difference between revisions of "CompareName"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>UDUN
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]


CompareName - returns 1 if stringToFindInName is found in the name if the object
'''Syntax:'''
(nameContainsString) ''reference.''CompareName "toFindInName:string" ''objectID:ref''


'''Syntax:'''
CompareName - returns 1 if stringToFindInName is found in the name of the object
(nameContainsString) ''reference.''CompareName toFindInName:string ''objectID:ref''


==Notes==
==Notes==
Line 10: Line 10:


==See Also==
==See Also==
*[[SetName]]
*[[HasName]]
*[[AppendToName]]
*[[CompareNames]]
*[[CopyName]]
*[[CopyName]]
*[[ModName]]
*[[ModName]]
*[[AppendToName]]
*[[NameIncludes]]
*[[NameIncludes]]
*[[SetName]]


[[Category:Functions]]
[[Category:Functions]]

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]