Difference between revisions of "CompareName"

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]]
CompareName - returns 1 if stringToFindInName is found in the name if the object
CompareName - returns 1 if stringToFindInName is found in the name if the object
        (nameContainsString) reference.CompareName toFindInName:string objectID:ref


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

Revision as of 14:04, 12 September 2007

A command for Oblivion Script Extender

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

Syntax:

(nameContainsString) reference.CompareName toFindInName:string objectID:ref

Notes

See Also

CompareName CopyName ModName AppendToName NameIncludes