Difference between revisions of "NameIncludes"

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]]
*[[CompareName]]
*[[CompareName]]

Revision as of 03:46, 27 January 2008

A command for Oblivion Script Extender

Syntax:

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

Returns 1 if stringToFindInName is found in the name if the object.

Notes

See Also