NameIncludes
Revision as of 00:20, 22 April 2010 by imported>Hrblyt
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.
NotesEdit
- Alias for CompareName.