Difference between revisions of "Talk:GetSourceModIndex"
Jump to navigation
Jump to search
imported>Qazaaq (make sure you're using the correct ID) |
imported>Irwiss |
||
Line 15: | Line 15: | ||
<dd>If one of those doesn't work you should post it in the OBSE thread. | <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> | <dd>--[[User:Qazaaq|Qazaaq]] 07:54, 27 December 2008 (EST)</dl> | ||
::Ah, I assumed object:ref is the same as a reference. Guess I have some reading to do. Might explain some other odd things too, thanks. --[[User:Irwiss|Irwiss]] 11:50, 27 December 2008 (EST) |
Revision as of 11:50, 27 December 2008
Possible bug
Set iItemBaseIndex to GetSourceModIndex refItem ; Returns expected value Set iItemBaseIndex to refItem.GetSourceModIndex ; Returns -1
Note that the first line will return the correct value. The second line will return -1.
It could be either a bug in OBSE v16 or me misunderstanding the function. Hopefully will spare you some debugging time. --Irwiss 04:58, 27 December 2008 (EST)
- Use this if refItem contains an object ID:
Set iItemBaseIndex to GetSourceModIndex refItem
- and use this if refItem contains a reference ID:
Set iItemBaseIndex to refItem.GetSourceModIndex
- If one of those doesn't work you should post it in the OBSE thread.
- --Qazaaq 07:54, 27 December 2008 (EST)
- Ah, I assumed object:ref is the same as a reference. Guess I have some reading to do. Might explain some other odd things too, thanks. --Irwiss 11:50, 27 December 2008 (EST)