Garry's Mod Wiki

Entity:GibBreakServer

  Entity:GibBreakServer( Vector force )

Description

Causes the entity to break into its current models gibs, if it has any.

You must call Entity:PrecacheGibs on the entity before using this function, or it will not create any gibs.

The gibs will be spawned on the server and be synchronized with all clients.

Note, that this function will not remove or hide the entity it is called on.

This function is affected by props_break_max_pieces_perframe and props_break_max_pieces console variables.

Large numbers of serverside gibs will cause lag.

You can avoid this cost by spawning the gibs on the client using Entity:GibBreakClient

Despite existing on client, it doesn't actually do anything on client.

Arguments

1 Vector force
The force to apply to the created gibs