DeleteRope
Docslocal ropeId = DeleteRope()Description
Deletes the rope with the specified handle.
You should check if the rope exists before trying to delete it, see DOES_ROPE_EXIST.
For an example on how to use this native please refer to ADD_ROPE
Parameters
| Name | Type | Description |
|---|---|---|
ropeId | int* | The handle of the rope to delete |
Returns
voidThis native does not return a value.