Entity.GetUnFreezable
From GMod Wiki
Function | |
Syntax | Entity:GetUnFreezable( ) |
Description: | |
Checks if an entity can be frozen with the physgun. | |
Returns: | Boolean |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetUnFreezable]Entity.GetUnFreezable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | If an entity can't be frozen then it will display "Entity can't be frozen!" to the console. |
---|---|
Used on | |
Code | if(ent:GetUnFreezeable()) then MsgN("Entity can't be frozen!"); end |
Output | N/A |