Player.ResetHull
From GMod Wiki
| Function | |
| Syntax | Player:ResetHull( ) |
| Description: | |
| Resets the player's collision hull. | |
| Returns: | nil |
| In Object: | Player |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.ResetHull]Player.ResetHull [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | Makes all players have their default hulls. |
|---|---|
| Used on | |
| Code | for _, v in pairs( player.GetAll() ) do v:ResetHull() end |
| Output | N/A |