Difference between revisions of "CompareIconPath"
Jump to navigation
Jump to search
imported>WereWolf (New page: A command for Oblivion Script Extender '''Syntax:''' (found:bool) reference.CompareIconPath toFind:string objectID:ref (found:bool) reference.Ico...) |
imported>WereWolf |
||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
(found:bool) reference.CompareIconPath toFind:string objectID:ref | (found:bool) ''reference.''CompareIconPath toFind:string ''objectID:ref'' | ||
(found:bool) reference.IconPathIncludes toFind:string objectID:ref | (found:bool) ''reference.''IconPathIncludes toFind:string ''objectID:ref'' | ||
Returns whether the passed string is part of the icon path. This is a case insensitive search. | Returns whether the passed string is part of the icon path. This is a case insensitive search. |
Revision as of 06:37, 15 September 2007
A command for Oblivion Script Extender
Syntax:
(found:bool) reference.CompareIconPath toFind:string objectID:ref
(found:bool) reference.IconPathIncludes toFind:string objectID:ref
Returns whether the passed string is part of the icon path. This is a case insensitive search.