Difference between revisions of "CompareMaleBipedPath"
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>TheMagician (adding alias) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
'''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. | |||
==Notes== | ==Notes== |
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.