# CPointClientUIWorldPanel
extends CBaseModelEntity
| Function | Description | Client |
|---|---|---|
| void AcceptUserInput() | Tells the panel to accept user input. | ❌ |
| void AddCSSClasses(pszClasses) | Adds CSS class(es) to the panel | ❌ |
| void IgnoreUserInput() | Tells the panel to ignore user input. | ❌ |
| bool IsGrabbable() | Returns whether this entity is grabbable. | ❌ |
| void RemoveCSSClasses(pszClasses) | Remove CSS class(es) from the panel | ❌ |