Template:KV GMOD: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Use proper classname)
No edit summary
Line 1: Line 1:
{{ScrollBox|title=GMODSandbox|
{{ScrollBox|title=GMODSandbox|
{{KV|Allow Physics Gun (gmod_allowphysgun)|boolean|If set, players cannot use Physics Gun on this entity.|only=GMOD}}
{{KV|Allow Physics Gun|intn=gmod_allowphysgun|boolean|If set, players cannot use Physics Gun on this entity.|only=GMOD}}
{{KV|Sandbox Tool Whitelist (gmod_allowtools)|string|If set, only given tools can be used on this entity. You need to supply the tool class names, the names of the .lua files of those tools. This also includes the context menu properties!|only=GMOD}}
{{KV|Sandbox Tool Whitelist|intn=gmod_allowtools|string|If set, only given tools can be used on this entity. You need to supply the tool class names, the names of the .lua files of those tools. This also includes the context menu properties!|only=GMOD}}
}}<noinclude>
}}<noinclude>
[[Category:Keyvalue Templates|GMOD]]
[[Category:Keyvalue Templates|GMOD]]
</noinclude>
</noinclude>

Revision as of 17:24, 28 July 2020

GMODSandbox:
Allow Physics Gun (gmod_allowphysgun) <boolean> (only in Garry's Mod)
If set, players cannot use Physics Gun on this entity.
Sandbox Tool Whitelist (gmod_allowtools) <string> (only in Garry's Mod)
If set, only given tools can be used on this entity. You need to supply the tool class names, the names of the .lua files of those tools. This also includes the context menu properties!