Talk:DeleteReference

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

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)

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)