Func tablet blocker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{csgo point|func_tablet_blocker}} {{DZupdate}} Brush volume that disables functions of weapon_tablet for players inside of it. ==Keyvalues== {{KV|Name (...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{csgo point|func_tablet_blocker}} {{DZupdate}}
{{stub}}
 
{{This is a|brush entity|name=func_tablet_blocker|game=Counter-Strike: Global Offensive}} {{DZupdate}}


Brush volume that disables functions of [[weapon_tablet]] for players inside of it.
Brush volume that disables functions of [[weapon_tablet]] for players inside of it.


==Keyvalues==
== Keyvalues ==
{{KV|[[targetname|Name]] (targetname)|string|The name that other entities refer to this entity by.}}
{{KV Targetname}}
{{KV|Entity Scripts (vscripts)|scriptlist|Space delimited list of [[VScript]] files (without file extension) that are executed after all entities have spawned. The scripts are all executed in the same script scope, later ones overwriting any identical variables and functions.|since=L4D2}}
{{KV|Script think function (thinkfunction)|string|Name of a function in this entity's script which will be called automatically every 100 milliseconds (ten times a second) for the duration of the script. It can be used to create timers or to simulate autonomous behavior. The return value (if present) will set the time until the next call. Try to avoid [[expensive]] operations in this function, as it may cause performance problems.|since=L4D2}}
{{KV|Parent|targetname|Specifies a [[Entity Hierarchy (parenting)|movement parent]]. An entity will maintain its initial offset from its parent. An attachment point can be added to the end of the name, separated by a comma. {{#if: {{{vphystip|}}} | {{tip|Parenting has no effect on [[VPhysics]] entities. Use a [[phys_constraint]] instead.}} }} {{#if: {{{triggerwarning|}}} | {{warning|If a trigger does not start out with a parent but rather is assigned one dynamically, choose another entity and add it here as a dummy. Otherwise the trigger will stop colliding properly when it gets its real parent.}} }} }}

Latest revision as of 18:17, 5 June 2025

Stub

This article or section is a stub. You can help by expanding it.

func_tablet_blocker is a brush entity available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive. It's one of many new entities added with the CS:GO Danger Zone Danger Zone update.

Brush volume that disables functions of weapon_tablet for players inside of it.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities