Difference between revisions of "Talk:StrGetXXXPath"
Jump to navigation
Jump to search
imported>Haama (→CTDs when used on base objects/in quest scripts: Old version?) |
imported>Speedo (Missing functions) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 22: | Line 22: | ||
:Are you using the latest version, v53 (updated by Speedo, link on the TSFC page)?--[[User:Haama|Haama]] 09:49, 7 August 2008 (EDT) | :Are you using the latest version, v53 (updated by Speedo, link on the TSFC page)?--[[User:Haama|Haama]] 09:49, 7 August 2008 (EDT) | ||
::Yes, I was actually the one complaining about that specific function which got him to go ahead and fix it :P. It crashes on strgetmodelpath as well in the same situation. I got around it by copying the iconpath from the baseobject to a random placed ref and then doing the ref.strgeticonpath usage which doesn't crash (as noted above).<br>--[[User:Quetzilla|Quetzilla]] 05:11, 9 August 2008 (EDT) | |||
:::I think I know what's causing the problem. I'll check it later. --[[User:Speedo|Speedo]] 16:40, 7 August 2008 (EDT) | |||
::::New version available that fixes this problem.--[[User:Speedo|Speedo]] 17:24, 13 August 2008 (EDT) | |||
== Missing functions == | |||
StrGetMaleGroundPath does exist, it was registering itself under the wrong function name (duplicating an existing function). Same for StrSetMaleGroundPath. Updated release shortly. --[[User:Speedo|Speedo]] 12:59, 4 February 2009 (EST) |
Latest revision as of 12:59, 4 February 2009
StrGetModelPath seems to be causing a crash for me. Can anyone else confirm? --Speedo 03:57, 13 March 2008 (EDT)
Missing strgeticonpath?[edit source]
The latest version on TESNexus seems to be missing StrGetIconPath (in addition to StrSetIconPath).
- It is missing... updated the page.--Speedo 02:13, 21 April 2008 (EDT)
CTDs when used on base objects/in quest scripts[edit source]
trying to do:
short str set str to strgeticonpath SomeBaseObject
caused CTDs for me. However no CTDs when doing:
set str to SomeRef.strgeticonpath
not sure if being in a quest script has anything to do with, but I noticed all the example code was doin in object/spell scripts.
--Quetzilla 00:17, 7 August 2008 (EDT)
- Are you using the latest version, v53 (updated by Speedo, link on the TSFC page)?--Haama 09:49, 7 August 2008 (EDT)
- Yes, I was actually the one complaining about that specific function which got him to go ahead and fix it :P. It crashes on strgetmodelpath as well in the same situation. I got around it by copying the iconpath from the baseobject to a random placed ref and then doing the ref.strgeticonpath usage which doesn't crash (as noted above).
--Quetzilla 05:11, 9 August 2008 (EDT)
- Yes, I was actually the one complaining about that specific function which got him to go ahead and fix it :P. It crashes on strgetmodelpath as well in the same situation. I got around it by copying the iconpath from the baseobject to a random placed ref and then doing the ref.strgeticonpath usage which doesn't crash (as noted above).
Missing functions[edit source]
StrGetMaleGroundPath does exist, it was registering itself under the wrong function name (duplicating an existing function). Same for StrSetMaleGroundPath. Updated release shortly. --Speedo 12:59, 4 February 2009 (EST)