Template:KV GMOD: Difference between revisions
Jump to navigation
Jump to search
Tip:add
No edit summary |
Kestrelguy (talk | contribs) m (added language bar.) |
||
Line 1: | Line 1: | ||
{{ | {{lang|{{FULLPAGENAME}}}}[[Category:Keyvalue Templates|GMOD]] | ||
{{KV|Allow Physics Gun|intn=gmod_allowphysgun|boolean|If set, players cannot use Physics Gun on this entity.|only=GMOD}} | {{tip|add {{para|nofgd|1}} to mark all KVs as !FGD.}} | ||
{{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}} | <onlyinclude>{{minititle|GMODSandbox}} | ||
}} | {{KV|Allow Physics Gun|intn=gmod_allowphysgun|boolean|If set, players cannot use Physics Gun on this entity.|only=GMOD|nofgd={{{nofgd|}}}}} | ||
{{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 <code>.lua</code> files of those tools. This also includes the context menu properties!|only=GMOD|nofgd={{{nofgd|}}}}}</onlyinclude> | |||
</ |
Latest revision as of 08:08, 19 May 2022

|nofgd=1
to mark all KVs as !FGD.GMODSandbox:
- Allow Physics Gun (gmod_allowphysgun) <boolean> (only in
)
- If set, players cannot use Physics Gun on this entity.
- Sandbox Tool Whitelist (gmod_allowtools) <string> (only in
)
- 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!