Difference between revisions of "CompareName"
Jump to navigation
Jump to search
imported>WereWolf |
imported>Haama (→See Also: Added links) |
||
Line 10: | Line 10: | ||
==See Also== | ==See Also== | ||
*[[ | *[[AppendToName]] | ||
*[[CompareNames]] | |||
*[[CopyName]] | *[[CopyName]] | ||
*[[ModName]] | *[[ModName]] | ||
*[[NameIncludes]] | *[[NameIncludes]] | ||
*[[SetName]] | |||
[[Category:Functions]] | [[Category:Functions]] |
Revision as of 01:02, 25 November 2007
A command for Oblivion Script Extender
Syntax:
(nameContainsString) reference.CompareName "toFindInName:string" objectID:ref
CompareName - returns 1 if stringToFindInName is found in the name if the object
Notes
- Alias for NameIncludes