Difference between revisions of "ModMaleBipedPath"
Jump to navigation
Jump to search
imported>WereWolf (New page: A command for Oblivion Script Extender Modifies the specified path of the calling reference or passed obectID. '''Syntax:''' (nothing) ''reference...) |
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]] | ||
'''Syntax:''' | '''Syntax:''' | ||
(nothing) ''reference.''ModMaleBipedPath toReplaceAndReplaceWith:string ''toObject:ref'' | (nothing) ''reference.''ModMaleBipedPath toReplaceAndReplaceWith:string ''toObject:ref'' | ||
Modifies the specified path of the calling reference or passed obectID. | |||
==Notes== | ==Notes== |
Latest revision as of 05:51, 14 September 2007
A command for Oblivion Script Extender
Syntax:
(nothing) reference.ModMaleBipedPath toReplaceAndReplaceWith:string toObject:ref
Modifies the specified path of the calling reference or passed obectID.
Notes[edit | edit source]
- The toReplaceAndReplaceWith string has the following format: "toReplace|replaceWith".
- We will do a case insensitve search for the toReplace portion and if found will replace it with the replaceWith portion.
- The | character is used to separate the portions of the string.
- If there is nothing before the | character, the replaceWith string is prepended to the specified path.