Difference between revisions of "CompareIconPath"

From the Oblivion ConstructionSet Wiki
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>Quetzilla
 
(One intermediate revision by one other user not shown)
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.
Line 12: Line 12:
*[[CopyIconPath]]
*[[CopyIconPath]]
*[[ModIconPath]]
*[[ModIconPath]]
*[[IsIconPathValid]]


[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 00:43, 30 May 2008

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.

See Also[edit | edit source]