NameIncludes
Revision as of 17:37, 26 March 2008 by imported>Haama (Fixed syntax)
A command for Oblivion Script Extender
Syntax:
(nameContainsString:bool) reference.NameIncludes "toFindInName:string" objectID:ref
Returns 1 if stringToFindInName is found in the name if the object.
Notes
- Alias for CompareName.