Garry's Mod Wiki

Entity:GetHitboxSetCount

  number Entity:GetHitboxSetCount()

Description

Returns the amount of hitbox sets in the entity.

Returns

1 number
The amount of hitbox sets in the entity.

Example

Prints how many hit box sets the client has

local numHitBoxGroups = LocalPlayer():GetHitboxSetCount() print(numHitBoxGroups)