DestroyPersistentObject(persistentObjectId)
Description
This function destroys a persistent object after you provide its ID.
Syntax
Argument
Description
persistentObjectId
The ID of the persistent object. (this is RNet's Per. Obj. ID, not GM instance or GM object ID) This must be a Number.
Returns
Example Implementation
This requests the server to destroy the ball.
PreviousEditPersistentObject(persistentObjectId , new_persistentObjectStruct)NextShowPersistentObjectsInRoom(room_name)
Last updated