Skip to main content

DeleteWorldProp

Globally deletes a world (object) prop at the given position.

  • modelHash: parameter input should be in int or uint type
  • position: parameter input should be in Vector3 type
  • radius: parameter input should be in float type

{{#tag:syntaxhighlight| World.DeleteWorldProp(int modelHash, new Vector3(posX, posY, posZ), float radius); |lang=csharp}} }}