Difference between revisions of "NameIncludes"
Jump to navigation
Jump to search
imported>Haama (Created) |
imported>Hrblyt m |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | |||
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]
- Alias for CompareName.