Difference between revisions of "NameIncludes"
Jump to navigation
Jump to search
no edit summary
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 | ||
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)]] |