Difference between revisions of "CompareMaleBipedPath"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
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...)
 
imported>WereWolf
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
Returns whether the specified path of the calling reference or objectID contains the toFind string.


'''Syntax:'''
'''Syntax:'''
  (found:bool) ''reference.''CompareMaleBipedPath toFind:string ''objectID:ref''
  (found:bool) ''reference.''CompareMaleBipedPath toFind:string ''objectID:ref''
Returns whether the specified path of the calling reference or objectID contains the toFind string.


==Notes==
==Notes==

Revision as of 05:50, 14 September 2007

A command for Oblivion Script Extender

Syntax:

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

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

Notes

  • This does a case insensitive search.

See Also