Difference between revisions of "NameIncludes"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Hrblyt
m
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
NameIncludes - returns 1 if stringToFindInName is found in the name if the object
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
        (nameContainsString) reference.NameIncludes toFindInName:string objectID:ref


Alias for [[CompareName]].
'''Syntax:'''
(nameContainsString:bool) ''reference.''NameIncludes "toFindInName:string" ''objectID:ref''
 
Returns 1 if stringToFindInName is found in the name of the object.
 
==Notes==
*Alias for [[CompareName]].
 
==See Also==
*[[HasName]]
*[[AppendToName]]
*[[CompareName]]
*[[CompareNames]]
*[[CopyName]]
*[[ModName]]
*[[SetName]]
 
 
[[Category:Functions]]
[[Category:Functions (OBSE)]]
[[Category:Inventory Functions]]
[[Category:Inventory Functions (OBSE)]]

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]