Difference between revisions of "CompareIconPath"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>Quetzilla
 
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]