Difference between revisions of "Talk:DeleteReference"
Jump to navigation
Jump to search
no edit summary
imported>QQuix |
imported>Julianig |
||
Line 3: | Line 3: | ||
::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. | ::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 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) |