Entity.GetUnFreezable

From GMod Wiki

Jump to: navigation, search
Function
Syntax Entity:GetUnFreezable( )
Description:
Checks if an entity can be frozen with the physgun.
Returns: Boolean
In Object: Entity
Realm: NewerServer.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Entity.GetUnFreezable]Entity.GetUnFreezable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionIf an entity can't be frozen then it will display "Entity can't be frozen!" to the console.
Used onNewerServer.png
Code
if(ent:GetUnFreezeable()) then
	MsgN("Entity can't be frozen!");
end
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox