Posts: 233
Threads: 34
Joined: Feb 2012
Reputation:
0
So, does anyone know what happens when I try destroy an object that doesn't exist? Will the server crash or just continue like nothing happened?
Posts: 481
Threads: 19
Joined: Feb 2012
Nothin happens just destroy object
Posts: 2,364
Threads: 135
Joined: Dec 2009
Reputation:
0
you can check if its invalid before destroying it so you don't mess things up!
Posts: 233
Threads: 34
Joined: Feb 2012
Reputation:
0
Yeah I know I can use IsValidObject it's just I'm handling quite a lot of objects and it would take a lot of IF statements, but thanks guys.