Difference between revisions of "NameIncludes"

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


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


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


==Notes==
==Notes==

Revision as of 12:03, 14 September 2007

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