Difference between revisions of "Talk:GetSourceModIndex"
Jump to navigation
Jump to search
make sure you're using the correct ID
imported>Irwiss (Possible bug) |
imported>Qazaaq (make sure you're using the correct ID) |
||
Line 8: | Line 8: | ||
It could be either a bug in OBSE v16 or me misunderstanding the function. | It could be either a bug in OBSE v16 or me misunderstanding the function. | ||
Hopefully will spare you some debugging time. --[[User:Irwiss|Irwiss]] 04:58, 27 December 2008 (EST) | Hopefully will spare you some debugging time. --[[User:Irwiss|Irwiss]] 04:58, 27 December 2008 (EST) | ||
<dl><dd>Use this if '''refItem''' contains an object ID: | |||
<dd><pre>Set iItemBaseIndex to GetSourceModIndex refItem</pre> | |||
<dd>and use this if '''refItem''' contains a reference ID: | |||
<dd><pre>Set iItemBaseIndex to refItem.GetSourceModIndex</pre> | |||
<dd>If one of those doesn't work you should post it in the OBSE thread. | |||
<dd>--[[User:Qazaaq|Qazaaq]] 07:54, 27 December 2008 (EST)</dl> |