Difference between revisions of "NameIncludes"

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


Alias for [[CompareName]].
'''Syntax:'''
(nameContainsString) reference.NameIncludes toFindInName:string objectID:ref
 
==Notes==
*Alias for [[CompareName]].
 
==See Also==
*[[CompareName]]
*[[CopyName]]
*[[ModName]]
*[[AppendToName]]
 
[[Category:Functions]]
[[Category:Functions (OBSE)]]
[[Category:Inventory Functions]]
[[Category:Inventory Functions (OBSE)]]

Revision as of 14:06, 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