Garry's Mod Wiki

Panel:NumSelectedChildren

  number Panel:NumSelectedChildren()

Description

Returns the number of children of the panel object that are selected. This is equivalent to calling Panel:IsSelected on all child objects and counting the number of returns that are true.

Returns

1 number
The number of child objects that are currently selected. This does not include the parent object you are calling the method from.