Destroy Object
#9

I think BigGroter has made him understand it over his explaination ^^

If you want to create an object linked to a var, you need to create a var for each object. Either, if you use the same var twice for two objects differents, the var will be linked to the last object created. The first one won't be destroyable through DestroyObject(objectid);

To take an example

PHP код:

new object;
object CreateObject(modelxyz0.00.00.0);
object CreateObject(othermodelxyz0.00.00.0);
DestroyObject(object); // Will destroy the "othermodel", not "model". 
Reply


Messages In This Thread
Destroy Object - by Blackazur - 22.02.2014, 14:17
Re : Destroy Object - by S4t3K - 22.02.2014, 14:21
AW: Destroy Object - by Blackazur - 22.02.2014, 14:26
Re : Destroy Object - by S4t3K - 22.02.2014, 14:33
Re: Destroy Object - by BigGroter - 22.02.2014, 14:33
AW: Destroy Object - by Blackazur - 22.02.2014, 15:52
Re : Destroy Object - by S4t3K - 22.02.2014, 15:55
Re: AW: Destroy Object - by Vince - 22.02.2014, 16:00
Re : Destroy Object - by S4t3K - 22.02.2014, 16:06
AW: Re: AW: Destroy Object - by Blackazur - 22.02.2014, 16:14

Forum Jump:


Users browsing this thread: 6 Guest(s)