Difference between revisions of "CompareName"
Jump to navigation
Jump to search
imported>Haama (Created) |
imported>UDUN m |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | |||
Alias for [[NameIncludes]] | '''Syntax:''' | ||
(nameContainsString) ''reference.''CompareName "toFindInName:string" ''objectID:ref'' | |||
CompareName - returns 1 if stringToFindInName is found in the name of the object | |||
==Notes== | |||
*Alias for [[NameIncludes]] | |||
==See Also== | |||
*[[HasName]] | |||
*[[AppendToName]] | |||
*[[CompareNames]] | |||
*[[CopyName]] | |||
*[[ModName]] | |||
*[[NameIncludes]] | |||
*[[SetName]] | |||
[[Category:Functions]] | |||
[[Category:Functions (OBSE)]] | |||
[[Category:Inventory Functions]] | |||
[[Category:Inventory Functions (OBSE)]] |
Latest revision as of 09:34, 4 March 2009
A command for Oblivion Script Extender
Syntax:
(nameContainsString) reference.CompareName "toFindInName:string" objectID:ref
CompareName - returns 1 if stringToFindInName is found in the name of the object
Notes[edit | edit source]
- Alias for NameIncludes