Difference between revisions of "CompareMaleBipedPath"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>TheMagician
(adding alias)
 
Line 3: Line 3:
'''Syntax:'''
'''Syntax:'''
  (found:bool) ''reference.''CompareMaleBipedPath toFind:string ''objectID:ref''
  (found:bool) ''reference.''CompareMaleBipedPath toFind:string ''objectID:ref''
(found:bool) ''reference.''MaleBipedPathIncludes toFind:string ''objectID:ref''


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

Latest revision as of 09:09, 13 May 2010

A command for Oblivion Script Extender

Syntax:

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

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

Notes[edit | edit source]

  • This does a case insensitive search.

See Also[edit | edit source]