Difference between revisions of "CompareName"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>Haama
(→‎See Also: Added links)
Line 10: Line 10:


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


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

Revision as of 01:02, 25 November 2007

A command for Oblivion Script Extender

Syntax:

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

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

Notes

See Also