CompareMaleBipedPath

From the Oblivion ConstructionSet Wiki
Revision as of 16:21, 13 September 2007 by imported>WereWolf (New page: A command for Oblivion Script Extender Returns whether the specified path of the calling reference or objectID contains the toFind string. '''Synta...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Returns whether the specified path of the calling reference or objectID contains the toFind string.

Syntax:

(found:bool) reference.CompareMaleBipedPath toFind:string objectID:ref

Notes

  • This does a case insensitive search.

See Also