$$ACTION Objects Kill object [o:Object] with its default death aObjDestroy Kill Object with default death Kills the specified object using the object's default death Parameters: Object: the object to kill $$END */
| 1990 | $$END |
| 1991 | */ |
| 1992 | void aObjDestroy(int objhandle) { Obj_Kill(objhandle, OBJECT_HANDLE_NONE, 1000.0f, -1, 0.0, 0.0); } |
| 1993 | |
| 1994 | /* |
| 1995 | $$ACTION |
no outgoing calls
no test coverage detected