Difference between revisions of "NameIncludes"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>Haama
(Quotes for syntax)
Line 4: Line 4:


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


==Notes==
==Notes==

Revision as of 16:15, 12 September 2007

A command for Oblivion Script Extender

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

Syntax:

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

Notes

See Also