Difference between revisions of "CompareName"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>WereWolf
Line 10: Line 10:


==See Also==
==See Also==
*[[SetName]]
*[[CopyName]]
*[[CopyName]]
*[[ModName]]
*[[ModName]]

Revision as of 14:06, 12 September 2007

A command for Oblivion Script Extender

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

Syntax:

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

Notes

See Also