button_target
Last edited 3 weeks ago2024-10-12 15:28:07 UTC
- Wiki
- View Page
-
This entity allows you to create a solid that acts like a button when shot. It won't move, but will change
texture and activate its target.
Attributes
- Name (targetname) - [undocumented] Property used to identify entities.
- Target (target) - When an entity is activated, it triggers the entity with the name specified by Target.
- Master (master) - The name of a
multisource
(or game_team_master
) entity. A master must usually be active in order for the entity to work. Thus they act almost like an on/off switch, in their simplest form, and like an AND gate in the case of the multisource
.
- Render FX (renderfx) - Gives objects special render effects. Think of it as modifying whatever the Render Mode puts out. The options are as follows:
- 0 = Normal
- 1 = Slow Pulse
- 2 = Fast Pulse
- 3 = Slow Wide Pulse
- 4 = Fast Wide Pulse
- 5 = Slow Fade Away
- 6 = Fast Fade Away
- 7 = Slow Become Solid
- 8 = Fast Become Solid
- 9 = Slow Strobe
- 10 = Fast Strobe
- 11 = Faster Strobe
- 12 = Slow Flicker
- 13 = Fast Flicker
- 14 = Constant Glow
- 15 = Distort
- 16 = Hologram (Distort and Fade)
- Render Mode (rendermode) - Controls the type of rendering that is used for an object. Options are:
- 0 = Normal
- 1 = Color
- 2 = Texture
- 3 = Glow
- 4 = Solid
- 5 = Additive
- FX Amount (renderamt)
- FX Color (rendercolour)
- ZHLT Lightflags (zhlt_lightflags)
- Light Origin Target (light_origin)
- Minimum light level (_minlight)
Flags
- Use Activates (1) - Button can be activated with the "use" key.
- Start On (2) - If enabled, the entity starts in an ON state, and the texture state will reflect this.
Notes
- This entity can be triggered by other entities by adding a
targetname
attribute to it (using SmartEdit mode, or by using a modified .fgd file).
- Texture switching works similar to
func_button
and func_wall
: Any +0
-prefixed texture applied to it will animate through its +0
–+9
set when the entity is in the OFF state, and switches to the +A
–+J
set when it's in the ON state.
- The entity's target will receive the proper use type on trigger. For example, a
button_target
that targets a light
will turn off that light when it itself switches to the OFF state, and vice versa. Do note that not all entities respect the ON/OFF use types; see trigger_relay
's page for a list of entities that do.
- This is one of the few entities that when triggered takes the different trigger states (OFF, ON, and Toggle) (e.g. from a
trigger_relay
) into account. Specifically, it will only trigger its target when its state changes, so a button_target
that is already on will not trigger its target when a trigger_relay
triggers it with an ON signal.
Team Fortress Classic only
Attributes
- Targetname of teamcheck goal (teamcheck) - Using this in conjunction with an info_tf_teamcheck allows you to switch the entity's team allegiance when the info_tf_teamcheck changes its team setting. The team_no property must be set to Any (0) if you use this value.
- Has item # (items_allowed) - The player must be carrying this item to use this entity. Set 0 to ignore this criterion.
- Has item from group # (h_i_g) - The player must be carrying any item from this group to use this entity. Set 0 to ignore this criterion.
- Hasn't item from group # (hasnt_item_from_group) - To use this entity, the player must not be carrying any item from this group. Set 0 to ignore this criterion.
- If item # has moved (if_item_has_moved) - A player can only use the entity if this item is not in its original spawn location. Set 0 to ignore this criterion.
- If item # hasn't moved (if_item_hasnt_moved) - A player can only use the entity if this item is in its original spawn location. Set 0 to ignore this criterion.
- If goal # active (if_goal_is_active) - Players can only use the entity if this goal is in the active state. Set 0 to ignore this criterion.
- If goal # inactive (if_goal_is_inactive) - Players can only use the entity if this goal is in the inactive state. Set 0 to ignore this criterion.
- If goal # removed (if_goal_is_removed) - Players can only use the entity if this goal is in the removed state. Set 0 to ignore this criterion.
- If group # active (if_group_is_active) - A player can only use the entity if all the goals in this group are in the active state. Set 0 to ignore this criterion.
- If group # inactive (if_group_is_inactive) - A player can only use the entity if all the goals in this group are in the inactive state. Set 0 to ignore this criterion.
- If group # removed (if_group_is_removed) - A player can only use the entity if all the goals in this group are in the removed state. Set 0 to ignore this criterion.
- Affect all on Team (maxammo_shells) - This allows an entity's effects (giving ammo, taking health, etc.) to be performed on an entire team rather than just the Activating Player. Options are:
- 0 = Disabled
- 1 = Blue
- 2 = Red
- 3 = Yellow
- 4 = Green
- Affect all not on Team (maxammo_nails) - This allows an entity's effects (giving ammo, taking health, etc.) to be performed on all players in teams other than the one selected, ignoring the Activating Player. Options are:
- 0 = Disabled
- 1 = Blue
- 2 = Red
- 3 = Yellow
- 4 = Green
- If all goals in group # active... (all_active) - When activated, the entity will check to see if all goals in a given group are active. If so, it will activate another goal, which is specified by last_impulse.
- Remove goal # (rv_g) - When the entity is activated, it will remove the goal specified here.
- Restore goal # (rs_g) - When the entity is activated, it will restore the goal specified here.
- Inactivate goals in group # (inactivate_group_no) - When the entity is activated, it will deactivate all the goals in the group specified here.
- Remove goals in group # (rv_gr) - When the entity is activated, it will remove all the goals in the group specified here.
- Restore goals in group # (rs_gr) - When the entity is activated, it will restore all the goals in the group specified here.
- Remove Spawn point # (remove_spawnpoint) - On activation, the entity will remove the info_player_teamspawn entity with the Goal # entered here. While the spawnpoint is removed, no one can spawn there.
- Restore Spawn point # (restore_spawnpoint) - On activation, the entity will restore a removed info_player_teamspawn entity with the Goal # entered here. After being restored, players can once again spawn at the spawnpoint.
- Remove spawn group # (rv_s_h) - On activation, the entity will remove the group of info_player_teamspawn entities with the Goal Group # entered here. While the spawnpoints are removed, players cannot spawn at them.
- Restore spawn group # (rs_s_h) - On activation, the entity will restore the group of removed info_player_teamspawn entities with the Goal Group # entered here. After being restored, players can once again spawn at the spawnpoints.
- Item to give (items) - The Item # of an item_tfgoal entity. When the entity is activated, the Activating Player will be given this item. If the item is already being carried by a player, it will be taken from the carrier and given to the Activating Player. Note: There are exceptions (check SmartEdit names).
- Remove item from APA (axhitme) - The Item # of an item_tfgoal entity. When the entity is activated, if the Activating Player is carrying the specified item, it will be removed from him. What happens to it then is determined by the Goal Activation property of the item.
- Team allowed to activate entity (team_no)
- Player class allowed to activate entity (playerclass)
- Stay active(sec), -1 stays (wait)
- Delay before activate(sec) (delay_time)
- Effect radius, 0=infinite (t_length)
- If criteria fails activate Goal# (else_goal)
- ...activate goal# (last_impulse)
- Activate goal# (activate_goal_no)
- Inactivate goal# (inactivate_goal_no)
- Activate goals in group# (activate_group_no)
- Return item # (return_item_no)
- Remove items in group # (r_i_g)
- Remove entity with this targetname (killtarget)
- Play Sound Path/name.wav (noise)
- Add/Subtract frags (frags)
- Add/Subtract lives (lives)
- Add/Subtract health (health)
- Armor Value % (armorvalue)
- Armor Class (armorclass)
- Add/Subtract shells (a_s)
- Add/Subtract nails (a_n)
- Add/Subtract rockets (a_r)
- Add/Subtract cells (a_c)
- Add/Subtract detpack (ammo_detpack)
- Add/subtract grenades #1 (no_grenades_1)
- Add/subtract grenades #2 (no_grenades_2)
- Invincibility duration (invincible_finished)
- Invisibility duration (invisible_finished)
- Quad duration (super_damage_finished)
- Rad Suit duration (radsuit_finished)
- Score to AP team (count)
- Teamcheck team point gain (increase_team)
- Blue point gain (increase_team1)
- Red point gain (increase_team2)
- Yellow point gain (increase_team3)
- Green point gain (increase_team4)
- Owned by-for msg & item glow (owned_by)
- Owned by teamcheck (owned_by_teamcheck)
- Death type (deathtype)
- Message to all (b_b)
- Message to AP (message)
- Message to AP team (b_t)
- Message to non-AP team (b_n)
- Message to owner team (b_o)
- Message to non-owner team(s) (non_owners_team_broadcast)
- Console msg. to all, %s = AP name (n_b)
- Console msg to AP team (n_t)
- Console msg. to non-AP team (n_n)
- Console msg. to owner team (n_o)
- Speak (global) (speak)
- Speak (AP) (AP_speak)
- Speak (AP team) (team_speak)
- Speak (non-AP team) (non_team_speak)
- Speak (owner team) (owners_team_speak)
- Speak (non-owner teams) (non_owners_team_speak)
Comments
You must log in to post a comment.
You can login or register a new account.