From d8b267af4f2a5715d4c3143d045e8136c8bb2544 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sat, 31 Aug 2019 16:47:57 -0500 Subject: [PATCH] Updated Convar Lookup (markdown) --- Convar-Lookup.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Convar-Lookup.md b/Convar-Lookup.md index 850a03a..61608d8 100644 --- a/Convar-Lookup.md +++ b/Convar-Lookup.md @@ -1,8 +1,18 @@ -This page lists a few convars new with Mapbase designed to be used by maps using **game_convar_mod** or just used by players themselves. +This page serves as an index for convars that could be used with `game_convar_mod` (or even just used by players themselves). + +This lists both new convars and old convars that could be used with `game_convar_mod`. WIP +## New Convars + | Name | Description | |:------------- |:------------- | | npc_alyx_interact_manhacks | Allows Alyx to "interact" with npc_manhacks in the same way she interacts with rollermines. | -| npc_alyx_interact_turrets | Allows Alyx to "interact" with npc_turret_floors in the same way she interacts with rollermines. | \ No newline at end of file +| npc_alyx_interact_turrets | Allows Alyx to "interact" with npc_turret_floors in the same way she interacts with rollermines. | + +## Existing Convars + +| Name | Description | +|:------------- |:------------- | +| npc_alyx_interact_manhacks | Allows Alyx to "interact" with npc_manhacks in the same way she interacts with rollermines. | \ No newline at end of file