Difference between revisions of "Talk:DeleteReference"
Jump to navigation
Jump to search
imported>QQuix (DeleteReference is alive and well) |
imported>Julianig |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Has this function been removed? I've been looking all over and I cant tell what is up to date. Is this function currently, and going to remain in the list of OBSE functions? --[[User:Moses|Moses]] 12:54, 28 June 2010 (EDT) | Has this function been removed? I've been looking all over and I cant tell what is up to date. Is this function currently, and going to remain in the list of OBSE functions? --[[User:Moses|Moses]] 12:54, 28 June 2010 (EDT) | ||
:DeleteReference was officially added to OBSE v17, is working fine and there is no reason to remove it. Why do you ask? [[User:QQuix|QQuix]] 16:59, 28 June 2010 (EDT) | :DeleteReference was officially added to OBSE v17, is working fine and there is no reason to remove it. Why do you ask? [[User:QQuix|QQuix]] 16:59, 28 June 2010 (EDT) | ||
::The "Can't find OBSE 16 function for destroyng PlaceAtMe references" section of this [http://cs.elderscrolls.com/constwiki/index.php/Talk:Removing_%22Placeatme_Objects%22] discussion was what got me wondering. I couldn't figure out what was removed and the user specifically said it was the ''DeleteReference'' function so I was a bit worried. | |||
:::I suppose the function had some trouble and could not make it to v16 and the OBSE team fixed it for v17. I put a note there to prevent other misunderstandings. [[User:QQuix|QQuix]] 22:02, 28 June 2010 (EDT) | |||
I've added a note concerning the use of Disable and DeleteReference in the same frame, but it may not be very clear... | |||
Here's an example : | |||
OnActivate | |||
PlaceAtMe newObject 1 | |||
Disable | |||
DeleteReference | |||
END | |||
The idea is to have another object placed when you use the first one, then removing the activated object. But this won't work as it seems the object is not considered disabled when DeleteReference is called. [[User:Julianig|Julianig]] 08:37, 12 December 2011 (EST) |
Latest revision as of 08:37, 12 December 2011
Has this function been removed? I've been looking all over and I cant tell what is up to date. Is this function currently, and going to remain in the list of OBSE functions? --Moses 12:54, 28 June 2010 (EDT)
- DeleteReference was officially added to OBSE v17, is working fine and there is no reason to remove it. Why do you ask? QQuix 16:59, 28 June 2010 (EDT)
- The "Can't find OBSE 16 function for destroyng PlaceAtMe references" section of this [1] discussion was what got me wondering. I couldn't figure out what was removed and the user specifically said it was the DeleteReference function so I was a bit worried.
- I suppose the function had some trouble and could not make it to v16 and the OBSE team fixed it for v17. I put a note there to prevent other misunderstandings. QQuix 22:02, 28 June 2010 (EDT)
- The "Can't find OBSE 16 function for destroyng PlaceAtMe references" section of this [1] discussion was what got me wondering. I couldn't figure out what was removed and the user specifically said it was the DeleteReference function so I was a bit worried.
I've added a note concerning the use of Disable and DeleteReference in the same frame, but it may not be very clear... Here's an example :
OnActivate PlaceAtMe newObject 1 Disable DeleteReference END
The idea is to have another object placed when you use the first one, then removing the activated object. But this won't work as it seems the object is not considered disabled when DeleteReference is called. Julianig 08:37, 12 December 2011 (EST)