Difference between revisions of "NameIncludes"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Quotes for syntax)
imported>Hrblyt
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]


NameIncludes - returns 1 if stringToFindInName is found in the name if the object
'''Syntax:'''
(nameContainsString:bool) ''reference.''NameIncludes "toFindInName:string" ''objectID:ref''


'''Syntax:'''
Returns 1 if stringToFindInName is found in the name of the object.
(nameContainsString) reference.NameIncludes "toFindInName:string" objectID:ref


==Notes==
==Notes==
Line 10: Line 10:


==See Also==
==See Also==
*[[HasName]]
*[[AppendToName]]
*[[CompareName]]
*[[CompareName]]
*[[CompareNames]]
*[[CopyName]]
*[[CopyName]]
*[[ModName]]
*[[ModName]]
*[[AppendToName]]
*[[SetName]]
 


[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 23:20, 21 April 2010

A command for Oblivion Script Extender

Syntax:

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

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

Notes[edit | edit source]

See Also[edit | edit source]