Difference between revisions of "CompareName"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>UDUN
m
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
  (nameContainsString) ''reference.''CompareName "toFindInName:string" ''objectID:ref''
  (nameContainsString) ''reference.''CompareName "toFindInName:string" ''objectID:ref''


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


==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]