Difference between revisions of "CompareName"

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


==See Also==
==See Also==
*[[HasName]]
*[[AppendToName]]
*[[AppendToName]]
*[[CompareNames]]
*[[CompareNames]]

Revision as of 03:45, 27 January 2008

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