From 3e5dd5de0323db803d0e3499a229ba2529fc463a Mon Sep 17 00:00:00 2001 From: vinci6k Date: Sun, 6 Jul 2025 06:47:35 +0200 Subject: [PATCH 1/7] Fixed the eye angle property for HL2DM. (#523) --- src/core/modules/players/players_entity.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/modules/players/players_entity.h b/src/core/modules/players/players_entity.h index 612584e26..8ef926e9f 100755 --- a/src/core/modules/players/players_entity.h +++ b/src/core/modules/players/players_entity.h @@ -46,6 +46,8 @@ using namespace boost::python; #define EYE_ANGLE_PROPERTY(index) "blackmesalocaldata.m_angEyeAngles[" #index "]" #elif defined(ENGINE_BRANCH_GMOD) #define EYE_ANGLE_PROPERTY(index) "hl2mplocaldata.m_angEyeAngles[" #index "]" +#elif defined(ENGINE_BRANCH_HL2DM) + #define EYE_ANGLE_PROPERTY(index) "hl2mpnonlocaldata.m_angEyeAngles[" #index "]" #else #define EYE_ANGLE_PROPERTY(index) "m_angEyeAngles[" #index "]" #endif From 792ab7d6b80fcaa3b16e25c2b801ca44820d4abc Mon Sep 17 00:00:00 2001 From: Robin Gohmert Date: Wed, 1 Oct 2025 23:25:13 +0200 Subject: [PATCH 2/7] Upload wiki --- docs/.buildinfo | 4 + docs/.doctrees/contributing/building.doctree | Bin 0 -> 20390 bytes .../contributing/coding-conventions.doctree | Bin 0 -> 33900 bytes .../contributing/contributing.doctree | Bin 0 -> 15467 bytes .../contributing/reporting-a-bug.doctree | Bin 0 -> 4792 bytes docs/.doctrees/contributing/todos.doctree | Bin 0 -> 2578 bytes docs/.doctrees/developing/events.doctree | Bin 0 -> 11512 bytes .../.doctrees/developing/events/blade.doctree | Bin 0 -> 193527 bytes docs/.doctrees/developing/events/bms.doctree | Bin 0 -> 190102 bytes docs/.doctrees/developing/events/csgo.doctree | Bin 0 -> 636825 bytes .../developing/events/cstrike.doctree | Bin 0 -> 351649 bytes docs/.doctrees/developing/events/dod.doctree | Bin 0 -> 276062 bytes docs/.doctrees/developing/events/hl2.doctree | Bin 0 -> 2507 bytes .../.doctrees/developing/events/hl2mp.doctree | Bin 0 -> 195824 bytes docs/.doctrees/developing/events/l4d2.doctree | Bin 0 -> 823235 bytes .../developing/events/portal.doctree | Bin 0 -> 2494 bytes .../developing/events/portal2.doctree | Bin 0 -> 2503 bytes docs/.doctrees/developing/events/tf.doctree | Bin 0 -> 860495 bytes .../developing/getting-started.doctree | Bin 0 -> 23449 bytes .../developing/module_tutorials.doctree | Bin 0 -> 3639 bytes .../developing/module_tutorials/auth.doctree | Bin 0 -> 9525 bytes .../module_tutorials/colors.doctree | Bin 0 -> 5660 bytes .../module_tutorials/commands.doctree | Bin 0 -> 39631 bytes .../module_tutorials/config.doctree | Bin 0 -> 27788 bytes .../module_tutorials/entities.doctree | Bin 0 -> 22834 bytes .../module_tutorials/events.doctree | Bin 0 -> 10672 bytes .../module_tutorials/listeners.doctree | Bin 0 -> 54595 bytes .../module_tutorials/memory.doctree | Bin 0 -> 12220 bytes .../developing/module_tutorials/menus.doctree | Bin 0 -> 12324 bytes .../module_tutorials/plugins.doctree | Bin 0 -> 30279 bytes .../module_tutorials/stringtables.doctree | Bin 0 -> 5334 bytes .../developing/modules/auth.base.doctree | Bin 0 -> 20656 bytes .../.doctrees/developing/modules/auth.doctree | Bin 0 -> 4110 bytes .../developing/modules/auth.manager.doctree | Bin 0 -> 48925 bytes .../developing/modules/autodoc.doctree | Bin 0 -> 54071 bytes .../developing/modules/bitbuffers.doctree | Bin 0 -> 141717 bytes .../developing/modules/colors.doctree | Bin 0 -> 64828 bytes .../developing/modules/commands.auth.doctree | Bin 0 -> 3364 bytes .../modules/commands.client.doctree | Bin 0 -> 30426 bytes .../modules/commands.command.doctree | Bin 0 -> 3371 bytes .../developing/modules/commands.doctree | Bin 0 -> 53148 bytes .../modules/commands.filter.doctree | Bin 0 -> 3358 bytes .../modules/commands.manager.doctree | Bin 0 -> 3375 bytes .../modules/commands.player.doctree | Bin 0 -> 3378 bytes .../developing/modules/commands.say.doctree | Bin 0 -> 29546 bytes .../modules/commands.server.doctree | Bin 0 -> 24686 bytes .../developing/modules/commands.typed.doctree | Bin 0 -> 154833 bytes .../developing/modules/config.command.doctree | Bin 0 -> 3357 bytes .../developing/modules/config.cvar.doctree | Bin 0 -> 3308 bytes .../developing/modules/config.doctree | Bin 0 -> 4202 bytes .../developing/modules/config.manager.doctree | Bin 0 -> 51338 bytes .../developing/modules/config.section.doctree | Bin 0 -> 3357 bytes .../developing/modules/core.cache.doctree | Bin 0 -> 152555 bytes .../modules/core.command.auth.doctree | Bin 0 -> 3338 bytes .../modules/core.command.docs.doctree | Bin 0 -> 9202 bytes .../developing/modules/core.command.doctree | Bin 0 -> 9813 bytes .../modules/core.command.dump.doctree | Bin 0 -> 3338 bytes .../modules/core.command.plugin.doctree | Bin 0 -> 3364 bytes .../.doctrees/developing/modules/core.doctree | Bin 0 -> 77633 bytes .../developing/modules/core.dumps.doctree | Bin 0 -> 14228 bytes .../developing/modules/core.manager.doctree | Bin 0 -> 7202 bytes .../developing/modules/core.settings.doctree | Bin 0 -> 3346 bytes .../developing/modules/core.table.doctree | Bin 0 -> 43293 bytes .../developing/modules/core.update.doctree | Bin 0 -> 29737 bytes .../developing/modules/core.version.doctree | Bin 0 -> 14083 bytes .../developing/modules/cvars.doctree | Bin 0 -> 68851 bytes .../developing/modules/cvars.flags.doctree | Bin 0 -> 37327 bytes .../developing/modules/cvars.public.doctree | Bin 0 -> 17417 bytes .../developing/modules/cvars.tags.doctree | Bin 0 -> 4875 bytes .../developing/modules/effects.base.doctree | Bin 0 -> 73941 bytes .../modules/effects.constants.doctree | Bin 0 -> 2844 bytes .../developing/modules/effects.doctree | Bin 0 -> 57750 bytes .../developing/modules/effects.hooks.doctree | Bin 0 -> 9850 bytes .../modules/effects.templates.doctree | Bin 0 -> 31110 bytes .../developing/modules/engines.doctree | Bin 0 -> 4287 bytes .../modules/engines.gamerules.doctree | Bin 0 -> 131572 bytes .../modules/engines.precache.doctree | Bin 0 -> 17488 bytes .../developing/modules/engines.server.doctree | Bin 0 -> 110277 bytes .../developing/modules/engines.sound.doctree | Bin 0 -> 94769 bytes .../developing/modules/engines.trace.doctree | Bin 0 -> 212312 bytes .../modules/entities.classes.doctree | Bin 0 -> 3347 bytes .../modules/entities.collisions.doctree | Bin 0 -> 101845 bytes .../modules/entities.constants.doctree | Bin 0 -> 353565 bytes .../modules/entities.datamaps.doctree | Bin 0 -> 219023 bytes .../modules/entities.dictionary.doctree | Bin 0 -> 37840 bytes .../developing/modules/entities.doctree | Bin 0 -> 181407 bytes .../entities.engines.csgo.csgo.doctree | Bin 0 -> 16532 bytes .../modules/entities.engines.csgo.doctree | Bin 0 -> 7500 bytes .../modules/entities.engines.doctree | Bin 0 -> 4241 bytes .../modules/entities.entity.doctree | Bin 0 -> 630880 bytes .../modules/entities.factories.doctree | Bin 0 -> 16416 bytes .../modules/entities.helpers.doctree | Bin 0 -> 93152 bytes .../developing/modules/entities.hooks.doctree | Bin 0 -> 34114 bytes .../developing/modules/entities.props.doctree | Bin 0 -> 154623 bytes .../modules/entities.transmit.doctree | Bin 0 -> 96198 bytes .../developing/modules/events.custom.doctree | Bin 0 -> 12952 bytes .../developing/modules/events.doctree | Bin 0 -> 81996 bytes .../developing/modules/events.hooks.doctree | Bin 0 -> 16148 bytes .../modules/events.listener.doctree | Bin 0 -> 11600 bytes .../developing/modules/events.manager.doctree | Bin 0 -> 4967 bytes .../modules/events.resource.doctree | Bin 0 -> 15320 bytes .../modules/events.variable.doctree | Bin 0 -> 32770 bytes .../developing/modules/filesystem.doctree | Bin 0 -> 56868 bytes .../developing/modules/filters.doctree | Bin 0 -> 4302 bytes .../modules/filters.entities.doctree | Bin 0 -> 17932 bytes .../modules/filters.iterator.doctree | Bin 0 -> 3379 bytes .../modules/filters.players.doctree | Bin 0 -> 18263 bytes .../modules/filters.recipients.doctree | Bin 0 -> 23178 bytes .../modules/filters.weapons.doctree | Bin 0 -> 15412 bytes .../developing/modules/hooks.base.doctree | Bin 0 -> 3303 bytes .../developing/modules/hooks.doctree | Bin 0 -> 4186 bytes .../modules/hooks.exceptions.doctree | Bin 0 -> 11177 bytes .../developing/modules/hooks.warnings.doctree | Bin 0 -> 11814 bytes .../developing/modules/keyvalues.doctree | Bin 0 -> 112745 bytes .../developing/modules/listeners.doctree | Bin 0 -> 241111 bytes .../developing/modules/listeners.tick.doctree | Bin 0 -> 98863 bytes .../developing/modules/loggers.doctree | Bin 0 -> 20575 bytes .../developing/modules/mathlib.doctree | Bin 0 -> 144091 bytes .../developing/modules/memory.doctree | Bin 0 -> 495937 bytes .../developing/modules/memory.helpers.doctree | Bin 0 -> 98309 bytes .../developing/modules/memory.hooks.doctree | Bin 0 -> 35737 bytes .../developing/modules/memory.manager.doctree | Bin 0 -> 94762 bytes .../developing/modules/menus.base.doctree | Bin 0 -> 6340 bytes .../developing/modules/menus.doctree | Bin 0 -> 15950 bytes .../developing/modules/menus.esc.doctree | Bin 0 -> 91315 bytes .../developing/modules/menus.queue.doctree | Bin 0 -> 3290 bytes .../developing/modules/menus.radio.doctree | Bin 0 -> 80792 bytes .../developing/modules/messages.base.doctree | Bin 0 -> 183205 bytes .../modules/messages.dialog.doctree | Bin 0 -> 3372 bytes .../developing/modules/messages.doctree | Bin 0 -> 317033 bytes .../developing/modules/messages.hooks.doctree | Bin 0 -> 30955 bytes .../developing/modules/messages.impl.doctree | Bin 0 -> 95630 bytes .../developing/modules/net_channel.doctree | Bin 0 -> 108084 bytes .../developing/modules/paths.doctree | Bin 0 -> 21044 bytes .../developing/modules/physics.doctree | Bin 0 -> 76627 bytes .../developing/modules/players._base.doctree | Bin 0 -> 119401 bytes .../developing/modules/players.bots.doctree | Bin 0 -> 50915 bytes .../modules/players.constants.doctree | Bin 0 -> 142961 bytes .../modules/players.dictionary.doctree | Bin 0 -> 17867 bytes .../developing/modules/players.doctree | Bin 0 -> 123411 bytes .../modules/players.engines.bms.doctree | Bin 0 -> 10051 bytes .../modules/players.engines.csgo.doctree | Bin 0 -> 2839 bytes .../modules/players.engines.doctree | Bin 0 -> 4282 bytes .../modules/players.engines.l4d2.doctree | Bin 0 -> 10086 bytes .../players.engines.orangebox.cstrike.doctree | Bin 0 -> 13586 bytes .../modules/players.engines.orangebox.doctree | Bin 0 -> 10875 bytes .../developing/modules/players.entity.doctree | Bin 0 -> 12935 bytes .../modules/players.games.base.doctree | Bin 0 -> 3304 bytes .../modules/players.games.csgo.doctree | Bin 0 -> 3304 bytes .../modules/players.games.cstrike.doctree | Bin 0 -> 3325 bytes .../developing/modules/players.games.doctree | Bin 0 -> 4206 bytes .../modules/players.helpers.doctree | Bin 0 -> 84865 bytes .../developing/modules/players.teams.doctree | Bin 0 -> 3294 bytes .../developing/modules/players.voice.doctree | Bin 0 -> 4960 bytes .../modules/players.weapons.doctree | Bin 0 -> 4190 bytes .../players.weapons.projectiles.doctree | Bin 0 -> 3371 bytes .../modules/players.weapons.types.doctree | Bin 0 -> 3329 bytes .../modules/plugins.command.doctree | Bin 0 -> 81896 bytes .../developing/modules/plugins.doctree | Bin 0 -> 4235 bytes .../developing/modules/plugins.errors.doctree | Bin 0 -> 10522 bytes .../developing/modules/plugins.info.doctree | Bin 0 -> 37338 bytes .../modules/plugins.instance.doctree | Bin 0 -> 24239 bytes .../modules/plugins.manager.doctree | Bin 0 -> 68750 bytes .../developing/modules/public.doctree | Bin 0 -> 5384 bytes .../developing/modules/settings.doctree | Bin 0 -> 4231 bytes .../developing/modules/settings.menu.doctree | Bin 0 -> 3366 bytes .../modules/settings.player.doctree | Bin 0 -> 11528 bytes .../modules/settings.storage.doctree | Bin 0 -> 3377 bytes .../developing/modules/settings.types.doctree | Bin 0 -> 38152 bytes .../developing/modules/source-python.doctree | Bin 0 -> 36194 bytes .../developing/modules/steam.doctree | Bin 0 -> 102775 bytes .../developing/modules/stringtables.doctree | Bin 0 -> 33568 bytes .../modules/stringtables.downloads.doctree | Bin 0 -> 18625 bytes .../developing/modules/studio.cache.doctree | Bin 0 -> 34053 bytes .../modules/studio.constants.doctree | Bin 0 -> 33416 bytes .../developing/modules/studio.doctree | Bin 0 -> 258176 bytes .../developing/modules/translations.doctree | Bin 0 -> 4205 bytes .../modules/translations.manager.doctree | Bin 0 -> 5155 bytes .../modules/translations.strings.doctree | Bin 0 -> 24011 bytes .../modules/weapons.constants.doctree | Bin 0 -> 153940 bytes .../modules/weapons.default.doctree | Bin 0 -> 6235 bytes .../modules/weapons.dictionary.doctree | Bin 0 -> 14552 bytes .../developing/modules/weapons.doctree | Bin 0 -> 4439 bytes .../modules/weapons.engines.csgo.csgo.doctree | Bin 0 -> 16573 bytes .../modules/weapons.engines.csgo.doctree | Bin 0 -> 7461 bytes .../modules/weapons.engines.doctree | Bin 0 -> 4228 bytes .../developing/modules/weapons.entity.doctree | Bin 0 -> 64472 bytes .../modules/weapons.instance.doctree | Bin 0 -> 41076 bytes .../modules/weapons.manager.doctree | Bin 0 -> 5641 bytes .../modules/weapons.restrictions.doctree | Bin 0 -> 61830 bytes .../modules/weapons.scripts.doctree | Bin 0 -> 184303 bytes docs/.doctrees/environment.pickle | Bin 0 -> 7530055 bytes docs/.doctrees/general/config-auth.doctree | Bin 0 -> 27727 bytes docs/.doctrees/general/credits.doctree | Bin 0 -> 20213 bytes docs/.doctrees/general/installation.doctree | Bin 0 -> 12442 bytes docs/.doctrees/general/known-issues.doctree | Bin 0 -> 5464 bytes .../.doctrees/general/reporting-a-bug.doctree | Bin 0 -> 5694 bytes docs/.doctrees/general/sp-commands.doctree | Bin 0 -> 34000 bytes docs/.doctrees/general/updating.doctree | Bin 0 -> 7610 bytes docs/.doctrees/index.doctree | Bin 0 -> 11769 bytes docs/_modules/__init__.html | 669 ++ docs/_modules/auth/base.html | 157 + docs/_modules/auth/manager.html | 524 + docs/_modules/autodoc.html | 356 + docs/_modules/commands/client.html | 151 + docs/_modules/commands/say.html | 151 + docs/_modules/commands/server.html | 136 + docs/_modules/commands/typed.html | 921 ++ docs/_modules/config/manager.html | 713 ++ docs/_modules/core.html | 567 + docs/_modules/core/cache.html | 173 + docs/_modules/core/command.html | 274 + docs/_modules/core/command/docs.html | 558 + docs/_modules/core/dumps.html | 523 + docs/_modules/core/table.html | 287 + docs/_modules/core/update.html | 423 + docs/_modules/core/version.html | 159 + docs/_modules/cvars/flags.html | 165 + docs/_modules/cvars/public.html | 144 + docs/_modules/effects.html | 380 + docs/_modules/effects/base.html | 741 ++ docs/_modules/effects/hooks.html | 195 + docs/_modules/effects/templates.html | 409 + docs/_modules/engines/precache.html | 249 + docs/_modules/engines/sound.html | 467 + docs/_modules/engines/trace.html | 327 + docs/_modules/entities/_base.html | 1001 ++ docs/_modules/entities/collisions.html | 177 + docs/_modules/entities/constants.html | 401 + docs/_modules/entities/datamaps.html | 225 + docs/_modules/entities/dictionary.html | 340 + docs/_modules/entities/engines/csgo.html | 103 + docs/_modules/entities/engines/csgo/csgo.html | 184 + docs/_modules/entities/helpers.html | 223 + docs/_modules/entities/hooks.html | 336 + docs/_modules/entities/props.html | 163 + docs/_modules/entities/transmit.html | 180 + docs/_modules/events.html | 176 + docs/_modules/events/custom.html | 268 + docs/_modules/events/hooks.html | 353 + docs/_modules/events/resource.html | 227 + docs/_modules/events/variable.html | 207 + docs/_modules/filesystem.html | 171 + docs/_modules/filters/entities.html | 178 + docs/_modules/filters/players.html | 271 + docs/_modules/filters/recipients.html | 218 + docs/_modules/filters/weapons.html | 211 + docs/_modules/hooks/exceptions.html | 209 + docs/_modules/hooks/warnings.html | 183 + docs/_modules/index.html | 219 + docs/_modules/listeners.html | 949 ++ docs/_modules/listeners/tick.html | 760 ++ docs/_modules/loggers.html | 567 + docs/_modules/memory.html | 324 + docs/_modules/memory/helpers.html | 555 + docs/_modules/memory/hooks.html | 273 + docs/_modules/memory/manager.html | 978 ++ docs/_modules/menus/base.html | 533 + docs/_modules/menus/esc.html | 508 + docs/_modules/menus/radio.html | 545 + docs/_modules/messages/base.html | 796 ++ docs/_modules/messages/dialog.html | 435 + docs/_modules/messages/hooks.html | 386 + docs/_modules/messages/impl.html | 446 + docs/_modules/net_channel.html | 132 + docs/_modules/players/_language/base.html | 112 + docs/_modules/players/constants.html | 324 + docs/_modules/players/dictionary.html | 143 + docs/_modules/players/engines/bms.html | 115 + docs/_modules/players/engines/l4d2.html | 115 + docs/_modules/players/engines/orangebox.html | 114 + .../players/engines/orangebox/cstrike.html | 166 + docs/_modules/plugins/command.html | 386 + docs/_modules/plugins/info.html | 236 + docs/_modules/plugins/instance.html | 187 + docs/_modules/plugins/manager.html | 568 + docs/_modules/public.html | 127 + docs/_modules/settings/player.html | 261 + docs/_modules/settings/types.html | 505 + docs/_modules/stringtables/downloads.html | 240 + docs/_modules/studio/constants.html | 149 + docs/_modules/translations/strings.html | 434 + docs/_modules/weapons/_base.html | 301 + docs/_modules/weapons/constants.html | 185 + docs/_modules/weapons/default.html | 121 + docs/_modules/weapons/dictionary.html | 131 + docs/_modules/weapons/engines/csgo.html | 103 + docs/_modules/weapons/engines/csgo/csgo.html | 175 + docs/_modules/weapons/instance.html | 294 + docs/_modules/weapons/restrictions.html | 546 + docs/_sources/contributing/building.rst.txt | 71 + .../contributing/coding-conventions.rst.txt | 192 + .../contributing/contributing.rst.txt | 79 + docs/_sources/contributing/todos.rst.txt | 4 + docs/_sources/developing/events.rst.txt | 78 + docs/_sources/developing/events/blade.rst.txt | 922 ++ docs/_sources/developing/events/bms.rst.txt | 910 ++ docs/_sources/developing/events/csgo.rst.txt | 2835 +++++ .../developing/events/cstrike.rst.txt | 1544 +++ docs/_sources/developing/events/dod.rst.txt | 1316 +++ docs/_sources/developing/events/hl2.rst.txt | 2 + docs/_sources/developing/events/hl2mp.rst.txt | 932 ++ docs/_sources/developing/events/l4d2.rst.txt | 4106 +++++++ .../_sources/developing/events/portal.rst.txt | 2 + .../developing/events/portal2.rst.txt | 2 + docs/_sources/developing/events/tf.rst.txt | 4194 +++++++ .../developing/getting-started.rst.txt | 172 + .../developing/module_tutorials.rst.txt | 10 + .../developing/module_tutorials/auth.rst.txt | 61 + .../module_tutorials/colors.rst.txt | 47 + .../module_tutorials/commands.rst.txt | 505 + .../module_tutorials/config.rst.txt | 259 + .../module_tutorials/entities.rst.txt | 183 + .../module_tutorials/events.rst.txt | 88 + .../module_tutorials/listeners.rst.txt | 672 ++ .../module_tutorials/memory.rst.txt | 119 + .../developing/module_tutorials/menus.rst.txt | 142 + .../module_tutorials/plugins.rst.txt | 270 + .../module_tutorials/stringtables.rst.txt | 40 + .../developing/modules/auth.base.rst.txt | 7 + .../developing/modules/auth.manager.rst.txt | 7 + docs/_sources/developing/modules/auth.rst.txt | 19 + .../developing/modules/autodoc.rst.txt | 7 + .../developing/modules/bitbuffers.rst.txt | 7 + .../developing/modules/colors.rst.txt | 8 + .../developing/modules/commands.auth.rst.txt | 7 + .../modules/commands.client.rst.txt | 12 + .../modules/commands.command.rst.txt | 7 + .../modules/commands.filter.rst.txt | 7 + .../modules/commands.manager.rst.txt | 7 + .../modules/commands.player.rst.txt | 7 + .../developing/modules/commands.rst.txt | 26 + .../developing/modules/commands.say.rst.txt | 12 + .../modules/commands.server.rst.txt | 12 + .../developing/modules/commands.typed.rst.txt | 7 + .../developing/modules/config.command.rst.txt | 7 + .../developing/modules/config.cvar.rst.txt | 7 + .../developing/modules/config.manager.rst.txt | 7 + .../developing/modules/config.rst.txt | 21 + .../developing/modules/config.section.rst.txt | 7 + .../developing/modules/core.cache.rst.txt | 12 + .../modules/core.command.auth.rst.txt | 7 + .../modules/core.command.docs.rst.txt | 7 + .../modules/core.command.dump.rst.txt | 7 + .../modules/core.command.plugin.rst.txt | 7 + .../developing/modules/core.command.rst.txt | 21 + .../developing/modules/core.dumps.rst.txt | 7 + docs/_sources/developing/modules/core.rst.txt | 27 + .../developing/modules/core.settings.rst.txt | 7 + .../developing/modules/core.table.rst.txt | 7 + .../developing/modules/core.update.rst.txt | 7 + .../developing/modules/core.version.rst.txt | 7 + .../developing/modules/cvars.flags.rst.txt | 7 + .../developing/modules/cvars.public.rst.txt | 7 + .../_sources/developing/modules/cvars.rst.txt | 29 + .../developing/modules/cvars.tags.rst.txt | 12 + .../developing/modules/effects.base.rst.txt | 7 + .../developing/modules/effects.hooks.rst.txt | 7 + .../developing/modules/effects.rst.txt | 20 + .../modules/effects.templates.rst.txt | 7 + .../modules/engines.gamerules.rst.txt | 7 + .../modules/engines.precache.rst.txt | 7 + .../developing/modules/engines.rst.txt | 21 + .../developing/modules/engines.server.rst.txt | 7 + .../developing/modules/engines.sound.rst.txt | 7 + .../developing/modules/engines.trace.rst.txt | 7 + .../modules/entities.classes.rst.txt | 7 + .../modules/entities.collisions.rst.txt | 7 + .../modules/entities.constants.rst.txt | 7 + .../modules/entities.datamaps.rst.txt | 7 + .../modules/entities.dictionary.rst.txt | 7 + .../entities.engines.csgo.csgo.rst.txt | 7 + .../modules/entities.engines.csgo.rst.txt | 10 + .../modules/entities.engines.rst.txt | 18 + .../modules/entities.entity.rst.txt | 7 + .../modules/entities.factories.rst.txt | 7 + .../modules/entities.helpers.rst.txt | 7 + .../developing/modules/entities.hooks.rst.txt | 7 + .../developing/modules/entities.props.rst.txt | 7 + .../developing/modules/entities.rst.txt | 26 + .../modules/entities.transmit.rst.txt | 7 + .../developing/modules/events.custom.rst.txt | 7 + .../developing/modules/events.hooks.rst.txt | 72 + .../modules/events.listener.rst.txt | 7 + .../developing/modules/events.manager.rst.txt | 12 + .../modules/events.resource.rst.txt | 7 + .../developing/modules/events.rst.txt | 57 + .../modules/events.variable.rst.txt | 7 + .../developing/modules/filesystem.rst.txt | 7 + .../modules/filters.entities.rst.txt | 7 + .../modules/filters.iterator.rst.txt | 7 + .../modules/filters.players.rst.txt | 7 + .../modules/filters.recipients.rst.txt | 7 + .../developing/modules/filters.rst.txt | 22 + .../modules/filters.weapons.rst.txt | 7 + .../developing/modules/hooks.base.rst.txt | 7 + .../modules/hooks.exceptions.rst.txt | 37 + .../_sources/developing/modules/hooks.rst.txt | 20 + .../developing/modules/hooks.warnings.rst.txt | 38 + .../developing/modules/keyvalues.rst.txt | 7 + .../developing/modules/listeners.rst.txt | 18 + .../developing/modules/listeners.tick.rst.txt | 7 + .../developing/modules/loggers.rst.txt | 7 + .../developing/modules/mathlib.rst.txt | 7 + .../developing/modules/memory.helpers.rst.txt | 7 + .../developing/modules/memory.hooks.rst.txt | 7 + .../developing/modules/memory.manager.rst.txt | 7 + .../developing/modules/memory.rst.txt | 20 + .../developing/modules/menus.base.rst.txt | 7 + .../developing/modules/menus.esc.rst.txt | 7 + .../developing/modules/menus.queue.rst.txt | 7 + .../developing/modules/menus.radio.rst.txt | 7 + .../_sources/developing/modules/menus.rst.txt | 21 + .../developing/modules/messages.base.rst.txt | 7 + .../modules/messages.dialog.rst.txt | 8 + .../developing/modules/messages.hooks.rst.txt | 7 + .../developing/modules/messages.impl.rst.txt | 7 + .../developing/modules/messages.rst.txt | 19 + .../developing/modules/net_channel.rst.txt | 7 + .../_sources/developing/modules/paths.rst.txt | 84 + .../developing/modules/physics.rst.txt | 7 + .../developing/modules/players._base.rst.txt | 12 + .../developing/modules/players.bots.rst.txt | 7 + .../modules/players.constants.rst.txt | 7 + .../modules/players.dictionary.rst.txt | 7 + .../modules/players.engines.bms.rst.txt | 10 + .../modules/players.engines.csgo.rst.txt | 10 + .../modules/players.engines.l4d2.rst.txt | 10 + .../players.engines.orangebox.cstrike.rst.txt | 7 + .../modules/players.engines.orangebox.rst.txt | 18 + .../modules/players.engines.rst.txt | 19 + .../developing/modules/players.entity.rst.txt | 7 + .../modules/players.helpers.rst.txt | 7 + .../developing/modules/players.rst.txt | 33 + .../developing/modules/players.teams.rst.txt | 7 + .../developing/modules/players.voice.rst.txt | 12 + .../modules/plugins.command.rst.txt | 7 + .../developing/modules/plugins.info.rst.txt | 7 + .../modules/plugins.instance.rst.txt | 7 + .../modules/plugins.manager.rst.txt | 7 + .../developing/modules/plugins.rst.txt | 21 + .../developing/modules/public.rst.txt | 7 + .../developing/modules/settings.menu.rst.txt | 7 + .../modules/settings.player.rst.txt | 7 + .../developing/modules/settings.rst.txt | 21 + .../modules/settings.storage.rst.txt | 7 + .../developing/modules/settings.types.rst.txt | 7 + .../developing/modules/source-python.rst.txt | 58 + .../_sources/developing/modules/steam.rst.txt | 7 + .../modules/stringtables.downloads.rst.txt | 7 + .../developing/modules/stringtables.rst.txt | 18 + .../developing/modules/studio.cache.rst.txt | 7 + .../modules/studio.constants.rst.txt | 7 + .../developing/modules/studio.rst.txt | 19 + .../modules/translations.manager.rst.txt | 12 + .../developing/modules/translations.rst.txt | 19 + .../modules/translations.strings.rst.txt | 7 + .../modules/weapons.constants.rst.txt | 7 + .../modules/weapons.default.rst.txt | 7 + .../modules/weapons.dictionary.rst.txt | 7 + .../modules/weapons.engines.csgo.csgo.rst.txt | 7 + .../modules/weapons.engines.csgo.rst.txt | 10 + .../modules/weapons.engines.rst.txt | 18 + .../developing/modules/weapons.entity.rst.txt | 12 + .../modules/weapons.instance.rst.txt | 7 + .../modules/weapons.manager.rst.txt | 15 + .../modules/weapons.restrictions.rst.txt | 16 + .../developing/modules/weapons.rst.txt | 26 + .../modules/weapons.scripts.rst.txt | 7 + docs/_sources/general/config-auth.rst.txt | 275 + docs/_sources/general/credits.rst.txt | 89 + docs/_sources/general/installation.rst.txt | 52 + docs/_sources/general/known-issues.rst.txt | 17 + docs/_sources/general/reporting-a-bug.rst.txt | 16 + docs/_sources/general/sp-commands.rst.txt | 507 + docs/_sources/general/updating.rst.txt | 19 + docs/_sources/index.rst.txt | 76 + docs/_static/basic.css | 906 ++ docs/_static/classic.css | 262 + docs/_static/doctools.js | 149 + docs/_static/documentation_options.js | 13 + docs/_static/file.png | Bin 0 -> 286 bytes docs/_static/language_data.js | 192 + docs/_static/minus.png | Bin 0 -> 90 bytes docs/_static/plus.png | Bin 0 -> 90 bytes docs/_static/pygments.css | 75 + docs/_static/readme.md | 1 + docs/_static/searchtools.js | 635 ++ docs/_static/sidebar.js | 64 + docs/_static/sp_wiki_banner.png | Bin 0 -> 31478 bytes docs/_static/sp_wiki_favicon.png | Bin 0 -> 19567 bytes docs/_static/sphinx_highlight.js | 154 + docs/contributing/building.html | 187 + docs/contributing/coding-conventions.html | 360 + docs/contributing/contributing.html | 194 + docs/contributing/todos.html | 109 + docs/developing/events.html | 204 + docs/developing/events/blade.html | 2076 ++++ docs/developing/events/bms.html | 2046 ++++ docs/developing/events/csgo.html | 6016 ++++++++++ docs/developing/events/cstrike.html | 3326 ++++++ docs/developing/events/dod.html | 2946 +++++ docs/developing/events/hl2.html | 118 + docs/developing/events/hl2mp.html | 2114 ++++ docs/developing/events/l4d2.html | 8544 ++++++++++++++ docs/developing/events/portal.html | 118 + docs/developing/events/portal2.html | 118 + docs/developing/events/tf.html | 8972 +++++++++++++++ docs/developing/getting-started.html | 274 + docs/developing/module_tutorials.html | 132 + docs/developing/module_tutorials/auth.html | 178 + docs/developing/module_tutorials/colors.html | 165 + .../developing/module_tutorials/commands.html | 568 + docs/developing/module_tutorials/config.html | 368 + .../developing/module_tutorials/entities.html | 287 + docs/developing/module_tutorials/events.html | 201 + .../module_tutorials/listeners.html | 729 ++ docs/developing/module_tutorials/memory.html | 239 + docs/developing/module_tutorials/menus.html | 259 + docs/developing/module_tutorials/plugins.html | 344 + .../module_tutorials/stringtables.html | 161 + docs/developing/modules/auth.base.html | 173 + docs/developing/modules/auth.html | 116 + docs/developing/modules/auth.manager.html | 271 + docs/developing/modules/autodoc.html | 320 + docs/developing/modules/bitbuffers.html | 576 + docs/developing/modules/colors.html | 355 + docs/developing/modules/commands.auth.html | 93 + docs/developing/modules/commands.client.html | 192 + docs/developing/modules/commands.command.html | 93 + docs/developing/modules/commands.filter.html | 93 + docs/developing/modules/commands.html | 316 + docs/developing/modules/commands.manager.html | 93 + docs/developing/modules/commands.player.html | 93 + docs/developing/modules/commands.say.html | 192 + docs/developing/modules/commands.server.html | 170 + docs/developing/modules/commands.typed.html | 618 ++ docs/developing/modules/config.command.html | 93 + docs/developing/modules/config.cvar.html | 93 + docs/developing/modules/config.html | 118 + docs/developing/modules/config.manager.html | 278 + docs/developing/modules/config.section.html | 93 + docs/developing/modules/core.cache.html | 723 ++ .../developing/modules/core.command.auth.html | 93 + .../developing/modules/core.command.docs.html | 123 + .../developing/modules/core.command.dump.html | 93 + docs/developing/modules/core.command.html | 137 + .../modules/core.command.plugin.html | 93 + docs/developing/modules/core.dumps.html | 144 + docs/developing/modules/core.html | 434 + docs/developing/modules/core.settings.html | 93 + docs/developing/modules/core.table.html | 230 + docs/developing/modules/core.update.html | 201 + docs/developing/modules/core.version.html | 148 + docs/developing/modules/cvars.flags.html | 250 + docs/developing/modules/cvars.html | 394 + docs/developing/modules/cvars.public.html | 132 + docs/developing/modules/cvars.tags.html | 109 + docs/developing/modules/effects.base.html | 391 + docs/developing/modules/effects.hooks.html | 124 + docs/developing/modules/effects.html | 297 + .../developing/modules/effects.templates.html | 222 + .../developing/modules/engines.gamerules.html | 585 + docs/developing/modules/engines.html | 118 + docs/developing/modules/engines.precache.html | 150 + docs/developing/modules/engines.server.html | 601 + docs/developing/modules/engines.sound.html | 437 + docs/developing/modules/engines.trace.html | 964 ++ docs/developing/modules/entities.classes.html | 93 + .../modules/entities.collisions.html | 516 + .../modules/entities.constants.html | 1527 +++ .../developing/modules/entities.datamaps.html | 1023 ++ .../modules/entities.dictionary.html | 209 + .../modules/entities.engines.csgo.csgo.html | 148 + .../modules/entities.engines.csgo.html | 116 + docs/developing/modules/entities.engines.html | 115 + docs/developing/modules/entities.entity.html | 2590 +++++ .../modules/entities.factories.html | 155 + docs/developing/modules/entities.helpers.html | 357 + docs/developing/modules/entities.hooks.html | 220 + docs/developing/modules/entities.html | 873 ++ docs/developing/modules/entities.props.html | 729 ++ .../developing/modules/entities.transmit.html | 502 + docs/developing/modules/events.custom.html | 140 + docs/developing/modules/events.hooks.html | 182 + docs/developing/modules/events.html | 430 + docs/developing/modules/events.listener.html | 132 + docs/developing/modules/events.manager.html | 109 + docs/developing/modules/events.resource.html | 147 + docs/developing/modules/events.variable.html | 198 + docs/developing/modules/filesystem.html | 312 + docs/developing/modules/filters.entities.html | 143 + docs/developing/modules/filters.html | 119 + docs/developing/modules/filters.iterator.html | 93 + docs/developing/modules/filters.players.html | 152 + .../modules/filters.recipients.html | 171 + docs/developing/modules/filters.weapons.html | 136 + docs/developing/modules/hooks.base.html | 93 + docs/developing/modules/hooks.exceptions.html | 141 + docs/developing/modules/hooks.html | 117 + docs/developing/modules/hooks.warnings.html | 142 + docs/developing/modules/keyvalues.html | 469 + docs/developing/modules/listeners.html | 949 ++ docs/developing/modules/listeners.tick.html | 526 + docs/developing/modules/loggers.html | 156 + docs/developing/modules/mathlib.html | 651 ++ docs/developing/modules/memory.helpers.html | 480 + docs/developing/modules/memory.hooks.html | 263 + docs/developing/modules/memory.html | 1971 ++++ docs/developing/modules/memory.manager.html | 410 + docs/developing/modules/menus.base.html | 110 + docs/developing/modules/menus.esc.html | 277 + docs/developing/modules/menus.html | 170 + docs/developing/modules/menus.queue.html | 93 + docs/developing/modules/menus.radio.html | 260 + docs/developing/modules/messages.base.html | 692 ++ docs/developing/modules/messages.dialog.html | 93 + docs/developing/modules/messages.hooks.html | 207 + docs/developing/modules/messages.html | 1181 ++ docs/developing/modules/messages.impl.html | 465 + docs/developing/modules/net_channel.html | 477 + docs/developing/modules/paths.html | 242 + docs/developing/modules/physics.html | 394 + docs/developing/modules/players._base.html | 838 ++ docs/developing/modules/players.bots.html | 295 + .../developing/modules/players.constants.html | 691 ++ .../modules/players.dictionary.html | 146 + .../modules/players.engines.bms.html | 131 + .../modules/players.engines.csgo.html | 105 + docs/developing/modules/players.engines.html | 119 + .../modules/players.engines.l4d2.html | 131 + .../players.engines.orangebox.cstrike.html | 137 + .../modules/players.engines.orangebox.html | 140 + docs/developing/modules/players.entity.html | 137 + docs/developing/modules/players.helpers.html | 338 + docs/developing/modules/players.html | 622 ++ docs/developing/modules/players.teams.html | 93 + docs/developing/modules/players.voice.html | 109 + docs/developing/modules/plugins.command.html | 269 + docs/developing/modules/plugins.html | 118 + docs/developing/modules/plugins.info.html | 209 + docs/developing/modules/plugins.instance.html | 191 + docs/developing/modules/plugins.manager.html | 386 + docs/developing/modules/public.html | 109 + docs/developing/modules/settings.html | 118 + docs/developing/modules/settings.menu.html | 93 + docs/developing/modules/settings.player.html | 126 + docs/developing/modules/settings.storage.html | 93 + docs/developing/modules/settings.types.html | 209 + docs/developing/modules/source-python.html | 4955 +++++++++ docs/developing/modules/steam.html | 516 + .../modules/stringtables.downloads.html | 161 + docs/developing/modules/stringtables.html | 216 + docs/developing/modules/studio.cache.html | 218 + docs/developing/modules/studio.constants.html | 229 + docs/developing/modules/studio.html | 1183 ++ docs/developing/modules/translations.html | 116 + .../modules/translations.manager.html | 109 + .../modules/translations.strings.html | 175 + .../developing/modules/weapons.constants.html | 740 ++ docs/developing/modules/weapons.default.html | 110 + .../modules/weapons.dictionary.html | 131 + .../modules/weapons.engines.csgo.csgo.html | 156 + .../modules/weapons.engines.csgo.html | 116 + docs/developing/modules/weapons.engines.html | 115 + docs/developing/modules/weapons.entity.html | 395 + docs/developing/modules/weapons.html | 126 + docs/developing/modules/weapons.instance.html | 293 + docs/developing/modules/weapons.manager.html | 111 + .../modules/weapons.restrictions.html | 326 + docs/developing/modules/weapons.scripts.html | 839 ++ docs/general/config-auth.html | 368 + docs/general/credits.html | 299 + docs/general/installation.html | 186 + docs/general/known-issues.html | 141 + docs/general/reporting-a-bug.html | 128 + docs/general/sp-commands.html | 573 + docs/general/updating.html | 145 + docs/genindex.html | 9818 +++++++++++++++++ docs/index.html | 227 + docs/objects.inv | Bin 0 -> 31494 bytes docs/py-modindex.html | 919 ++ docs/search.html | 104 + docs/searchindex.js | 1 + 684 files changed, 161289 insertions(+) create mode 100644 docs/.buildinfo create mode 100644 docs/.doctrees/contributing/building.doctree create mode 100644 docs/.doctrees/contributing/coding-conventions.doctree create mode 100644 docs/.doctrees/contributing/contributing.doctree create mode 100644 docs/.doctrees/contributing/reporting-a-bug.doctree create mode 100644 docs/.doctrees/contributing/todos.doctree create mode 100644 docs/.doctrees/developing/events.doctree create mode 100644 docs/.doctrees/developing/events/blade.doctree create mode 100644 docs/.doctrees/developing/events/bms.doctree create mode 100644 docs/.doctrees/developing/events/csgo.doctree create mode 100644 docs/.doctrees/developing/events/cstrike.doctree create mode 100644 docs/.doctrees/developing/events/dod.doctree create mode 100644 docs/.doctrees/developing/events/hl2.doctree create mode 100644 docs/.doctrees/developing/events/hl2mp.doctree create mode 100644 docs/.doctrees/developing/events/l4d2.doctree create mode 100644 docs/.doctrees/developing/events/portal.doctree create mode 100644 docs/.doctrees/developing/events/portal2.doctree create mode 100644 docs/.doctrees/developing/events/tf.doctree create mode 100644 docs/.doctrees/developing/getting-started.doctree create mode 100644 docs/.doctrees/developing/module_tutorials.doctree create mode 100644 docs/.doctrees/developing/module_tutorials/auth.doctree create mode 100644 docs/.doctrees/developing/module_tutorials/colors.doctree create mode 100644 docs/.doctrees/developing/module_tutorials/commands.doctree create mode 100644 docs/.doctrees/developing/module_tutorials/config.doctree create mode 100644 docs/.doctrees/developing/module_tutorials/entities.doctree create mode 100644 docs/.doctrees/developing/module_tutorials/events.doctree create mode 100644 docs/.doctrees/developing/module_tutorials/listeners.doctree create mode 100644 docs/.doctrees/developing/module_tutorials/memory.doctree create mode 100644 docs/.doctrees/developing/module_tutorials/menus.doctree create mode 100644 docs/.doctrees/developing/module_tutorials/plugins.doctree create mode 100644 docs/.doctrees/developing/module_tutorials/stringtables.doctree create mode 100644 docs/.doctrees/developing/modules/auth.base.doctree create mode 100644 docs/.doctrees/developing/modules/auth.doctree create mode 100644 docs/.doctrees/developing/modules/auth.manager.doctree create mode 100644 docs/.doctrees/developing/modules/autodoc.doctree create mode 100644 docs/.doctrees/developing/modules/bitbuffers.doctree create mode 100644 docs/.doctrees/developing/modules/colors.doctree create mode 100644 docs/.doctrees/developing/modules/commands.auth.doctree create mode 100644 docs/.doctrees/developing/modules/commands.client.doctree create mode 100644 docs/.doctrees/developing/modules/commands.command.doctree create mode 100644 docs/.doctrees/developing/modules/commands.doctree create mode 100644 docs/.doctrees/developing/modules/commands.filter.doctree create mode 100644 docs/.doctrees/developing/modules/commands.manager.doctree create mode 100644 docs/.doctrees/developing/modules/commands.player.doctree create mode 100644 docs/.doctrees/developing/modules/commands.say.doctree create mode 100644 docs/.doctrees/developing/modules/commands.server.doctree create mode 100644 docs/.doctrees/developing/modules/commands.typed.doctree create mode 100644 docs/.doctrees/developing/modules/config.command.doctree create mode 100644 docs/.doctrees/developing/modules/config.cvar.doctree create mode 100644 docs/.doctrees/developing/modules/config.doctree create mode 100644 docs/.doctrees/developing/modules/config.manager.doctree create mode 100644 docs/.doctrees/developing/modules/config.section.doctree create mode 100644 docs/.doctrees/developing/modules/core.cache.doctree create mode 100644 docs/.doctrees/developing/modules/core.command.auth.doctree create mode 100644 docs/.doctrees/developing/modules/core.command.docs.doctree create mode 100644 docs/.doctrees/developing/modules/core.command.doctree create mode 100644 docs/.doctrees/developing/modules/core.command.dump.doctree create mode 100644 docs/.doctrees/developing/modules/core.command.plugin.doctree create mode 100644 docs/.doctrees/developing/modules/core.doctree create mode 100644 docs/.doctrees/developing/modules/core.dumps.doctree create mode 100644 docs/.doctrees/developing/modules/core.manager.doctree create mode 100644 docs/.doctrees/developing/modules/core.settings.doctree create mode 100644 docs/.doctrees/developing/modules/core.table.doctree create mode 100644 docs/.doctrees/developing/modules/core.update.doctree create mode 100644 docs/.doctrees/developing/modules/core.version.doctree create mode 100644 docs/.doctrees/developing/modules/cvars.doctree create mode 100644 docs/.doctrees/developing/modules/cvars.flags.doctree create mode 100644 docs/.doctrees/developing/modules/cvars.public.doctree create mode 100644 docs/.doctrees/developing/modules/cvars.tags.doctree create mode 100644 docs/.doctrees/developing/modules/effects.base.doctree create mode 100644 docs/.doctrees/developing/modules/effects.constants.doctree create mode 100644 docs/.doctrees/developing/modules/effects.doctree create mode 100644 docs/.doctrees/developing/modules/effects.hooks.doctree create mode 100644 docs/.doctrees/developing/modules/effects.templates.doctree create mode 100644 docs/.doctrees/developing/modules/engines.doctree create mode 100644 docs/.doctrees/developing/modules/engines.gamerules.doctree create mode 100644 docs/.doctrees/developing/modules/engines.precache.doctree create mode 100644 docs/.doctrees/developing/modules/engines.server.doctree create mode 100644 docs/.doctrees/developing/modules/engines.sound.doctree create mode 100644 docs/.doctrees/developing/modules/engines.trace.doctree create mode 100644 docs/.doctrees/developing/modules/entities.classes.doctree create mode 100644 docs/.doctrees/developing/modules/entities.collisions.doctree create mode 100644 docs/.doctrees/developing/modules/entities.constants.doctree create mode 100644 docs/.doctrees/developing/modules/entities.datamaps.doctree create mode 100644 docs/.doctrees/developing/modules/entities.dictionary.doctree create mode 100644 docs/.doctrees/developing/modules/entities.doctree create mode 100644 docs/.doctrees/developing/modules/entities.engines.csgo.csgo.doctree create mode 100644 docs/.doctrees/developing/modules/entities.engines.csgo.doctree create mode 100644 docs/.doctrees/developing/modules/entities.engines.doctree create mode 100644 docs/.doctrees/developing/modules/entities.entity.doctree create mode 100644 docs/.doctrees/developing/modules/entities.factories.doctree create mode 100644 docs/.doctrees/developing/modules/entities.helpers.doctree create mode 100644 docs/.doctrees/developing/modules/entities.hooks.doctree create mode 100644 docs/.doctrees/developing/modules/entities.props.doctree create mode 100644 docs/.doctrees/developing/modules/entities.transmit.doctree create mode 100644 docs/.doctrees/developing/modules/events.custom.doctree create mode 100644 docs/.doctrees/developing/modules/events.doctree create mode 100644 docs/.doctrees/developing/modules/events.hooks.doctree create mode 100644 docs/.doctrees/developing/modules/events.listener.doctree create mode 100644 docs/.doctrees/developing/modules/events.manager.doctree create mode 100644 docs/.doctrees/developing/modules/events.resource.doctree create mode 100644 docs/.doctrees/developing/modules/events.variable.doctree create mode 100644 docs/.doctrees/developing/modules/filesystem.doctree create mode 100644 docs/.doctrees/developing/modules/filters.doctree create mode 100644 docs/.doctrees/developing/modules/filters.entities.doctree create mode 100644 docs/.doctrees/developing/modules/filters.iterator.doctree create mode 100644 docs/.doctrees/developing/modules/filters.players.doctree create mode 100644 docs/.doctrees/developing/modules/filters.recipients.doctree create mode 100644 docs/.doctrees/developing/modules/filters.weapons.doctree create mode 100644 docs/.doctrees/developing/modules/hooks.base.doctree create mode 100644 docs/.doctrees/developing/modules/hooks.doctree create mode 100644 docs/.doctrees/developing/modules/hooks.exceptions.doctree create mode 100644 docs/.doctrees/developing/modules/hooks.warnings.doctree create mode 100644 docs/.doctrees/developing/modules/keyvalues.doctree create mode 100644 docs/.doctrees/developing/modules/listeners.doctree create mode 100644 docs/.doctrees/developing/modules/listeners.tick.doctree create mode 100644 docs/.doctrees/developing/modules/loggers.doctree create mode 100644 docs/.doctrees/developing/modules/mathlib.doctree create mode 100644 docs/.doctrees/developing/modules/memory.doctree create mode 100644 docs/.doctrees/developing/modules/memory.helpers.doctree create mode 100644 docs/.doctrees/developing/modules/memory.hooks.doctree create mode 100644 docs/.doctrees/developing/modules/memory.manager.doctree create mode 100644 docs/.doctrees/developing/modules/menus.base.doctree create mode 100644 docs/.doctrees/developing/modules/menus.doctree create mode 100644 docs/.doctrees/developing/modules/menus.esc.doctree create mode 100644 docs/.doctrees/developing/modules/menus.queue.doctree create mode 100644 docs/.doctrees/developing/modules/menus.radio.doctree create mode 100644 docs/.doctrees/developing/modules/messages.base.doctree create mode 100644 docs/.doctrees/developing/modules/messages.dialog.doctree create mode 100644 docs/.doctrees/developing/modules/messages.doctree create mode 100644 docs/.doctrees/developing/modules/messages.hooks.doctree create mode 100644 docs/.doctrees/developing/modules/messages.impl.doctree create mode 100644 docs/.doctrees/developing/modules/net_channel.doctree create mode 100644 docs/.doctrees/developing/modules/paths.doctree create mode 100644 docs/.doctrees/developing/modules/physics.doctree create mode 100644 docs/.doctrees/developing/modules/players._base.doctree create mode 100644 docs/.doctrees/developing/modules/players.bots.doctree create mode 100644 docs/.doctrees/developing/modules/players.constants.doctree create mode 100644 docs/.doctrees/developing/modules/players.dictionary.doctree create mode 100644 docs/.doctrees/developing/modules/players.doctree create mode 100644 docs/.doctrees/developing/modules/players.engines.bms.doctree create mode 100644 docs/.doctrees/developing/modules/players.engines.csgo.doctree create mode 100644 docs/.doctrees/developing/modules/players.engines.doctree create mode 100644 docs/.doctrees/developing/modules/players.engines.l4d2.doctree create mode 100644 docs/.doctrees/developing/modules/players.engines.orangebox.cstrike.doctree create mode 100644 docs/.doctrees/developing/modules/players.engines.orangebox.doctree create mode 100644 docs/.doctrees/developing/modules/players.entity.doctree create mode 100644 docs/.doctrees/developing/modules/players.games.base.doctree create mode 100644 docs/.doctrees/developing/modules/players.games.csgo.doctree create mode 100644 docs/.doctrees/developing/modules/players.games.cstrike.doctree create mode 100644 docs/.doctrees/developing/modules/players.games.doctree create mode 100644 docs/.doctrees/developing/modules/players.helpers.doctree create mode 100644 docs/.doctrees/developing/modules/players.teams.doctree create mode 100644 docs/.doctrees/developing/modules/players.voice.doctree create mode 100644 docs/.doctrees/developing/modules/players.weapons.doctree create mode 100644 docs/.doctrees/developing/modules/players.weapons.projectiles.doctree create mode 100644 docs/.doctrees/developing/modules/players.weapons.types.doctree create mode 100644 docs/.doctrees/developing/modules/plugins.command.doctree create mode 100644 docs/.doctrees/developing/modules/plugins.doctree create mode 100644 docs/.doctrees/developing/modules/plugins.errors.doctree create mode 100644 docs/.doctrees/developing/modules/plugins.info.doctree create mode 100644 docs/.doctrees/developing/modules/plugins.instance.doctree create mode 100644 docs/.doctrees/developing/modules/plugins.manager.doctree create mode 100644 docs/.doctrees/developing/modules/public.doctree create mode 100644 docs/.doctrees/developing/modules/settings.doctree create mode 100644 docs/.doctrees/developing/modules/settings.menu.doctree create mode 100644 docs/.doctrees/developing/modules/settings.player.doctree create mode 100644 docs/.doctrees/developing/modules/settings.storage.doctree create mode 100644 docs/.doctrees/developing/modules/settings.types.doctree create mode 100644 docs/.doctrees/developing/modules/source-python.doctree create mode 100644 docs/.doctrees/developing/modules/steam.doctree create mode 100644 docs/.doctrees/developing/modules/stringtables.doctree create mode 100644 docs/.doctrees/developing/modules/stringtables.downloads.doctree create mode 100644 docs/.doctrees/developing/modules/studio.cache.doctree create mode 100644 docs/.doctrees/developing/modules/studio.constants.doctree create mode 100644 docs/.doctrees/developing/modules/studio.doctree create mode 100644 docs/.doctrees/developing/modules/translations.doctree create mode 100644 docs/.doctrees/developing/modules/translations.manager.doctree create mode 100644 docs/.doctrees/developing/modules/translations.strings.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.constants.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.default.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.dictionary.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.engines.csgo.csgo.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.engines.csgo.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.engines.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.entity.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.instance.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.manager.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.restrictions.doctree create mode 100644 docs/.doctrees/developing/modules/weapons.scripts.doctree create mode 100644 docs/.doctrees/environment.pickle create mode 100644 docs/.doctrees/general/config-auth.doctree create mode 100644 docs/.doctrees/general/credits.doctree create mode 100644 docs/.doctrees/general/installation.doctree create mode 100644 docs/.doctrees/general/known-issues.doctree create mode 100644 docs/.doctrees/general/reporting-a-bug.doctree create mode 100644 docs/.doctrees/general/sp-commands.doctree create mode 100644 docs/.doctrees/general/updating.doctree create mode 100644 docs/.doctrees/index.doctree create mode 100644 docs/_modules/__init__.html create mode 100644 docs/_modules/auth/base.html create mode 100644 docs/_modules/auth/manager.html create mode 100644 docs/_modules/autodoc.html create mode 100644 docs/_modules/commands/client.html create mode 100644 docs/_modules/commands/say.html create mode 100644 docs/_modules/commands/server.html create mode 100644 docs/_modules/commands/typed.html create mode 100644 docs/_modules/config/manager.html create mode 100644 docs/_modules/core.html create mode 100644 docs/_modules/core/cache.html create mode 100644 docs/_modules/core/command.html create mode 100644 docs/_modules/core/command/docs.html create mode 100644 docs/_modules/core/dumps.html create mode 100644 docs/_modules/core/table.html create mode 100644 docs/_modules/core/update.html create mode 100644 docs/_modules/core/version.html create mode 100644 docs/_modules/cvars/flags.html create mode 100644 docs/_modules/cvars/public.html create mode 100644 docs/_modules/effects.html create mode 100644 docs/_modules/effects/base.html create mode 100644 docs/_modules/effects/hooks.html create mode 100644 docs/_modules/effects/templates.html create mode 100644 docs/_modules/engines/precache.html create mode 100644 docs/_modules/engines/sound.html create mode 100644 docs/_modules/engines/trace.html create mode 100644 docs/_modules/entities/_base.html create mode 100644 docs/_modules/entities/collisions.html create mode 100644 docs/_modules/entities/constants.html create mode 100644 docs/_modules/entities/datamaps.html create mode 100644 docs/_modules/entities/dictionary.html create mode 100644 docs/_modules/entities/engines/csgo.html create mode 100644 docs/_modules/entities/engines/csgo/csgo.html create mode 100644 docs/_modules/entities/helpers.html create mode 100644 docs/_modules/entities/hooks.html create mode 100644 docs/_modules/entities/props.html create mode 100644 docs/_modules/entities/transmit.html create mode 100644 docs/_modules/events.html create mode 100644 docs/_modules/events/custom.html create mode 100644 docs/_modules/events/hooks.html create mode 100644 docs/_modules/events/resource.html create mode 100644 docs/_modules/events/variable.html create mode 100644 docs/_modules/filesystem.html create mode 100644 docs/_modules/filters/entities.html create mode 100644 docs/_modules/filters/players.html create mode 100644 docs/_modules/filters/recipients.html create mode 100644 docs/_modules/filters/weapons.html create mode 100644 docs/_modules/hooks/exceptions.html create mode 100644 docs/_modules/hooks/warnings.html create mode 100644 docs/_modules/index.html create mode 100644 docs/_modules/listeners.html create mode 100644 docs/_modules/listeners/tick.html create mode 100644 docs/_modules/loggers.html create mode 100644 docs/_modules/memory.html create mode 100644 docs/_modules/memory/helpers.html create mode 100644 docs/_modules/memory/hooks.html create mode 100644 docs/_modules/memory/manager.html create mode 100644 docs/_modules/menus/base.html create mode 100644 docs/_modules/menus/esc.html create mode 100644 docs/_modules/menus/radio.html create mode 100644 docs/_modules/messages/base.html create mode 100644 docs/_modules/messages/dialog.html create mode 100644 docs/_modules/messages/hooks.html create mode 100644 docs/_modules/messages/impl.html create mode 100644 docs/_modules/net_channel.html create mode 100644 docs/_modules/players/_language/base.html create mode 100644 docs/_modules/players/constants.html create mode 100644 docs/_modules/players/dictionary.html create mode 100644 docs/_modules/players/engines/bms.html create mode 100644 docs/_modules/players/engines/l4d2.html create mode 100644 docs/_modules/players/engines/orangebox.html create mode 100644 docs/_modules/players/engines/orangebox/cstrike.html create mode 100644 docs/_modules/plugins/command.html create mode 100644 docs/_modules/plugins/info.html create mode 100644 docs/_modules/plugins/instance.html create mode 100644 docs/_modules/plugins/manager.html create mode 100644 docs/_modules/public.html create mode 100644 docs/_modules/settings/player.html create mode 100644 docs/_modules/settings/types.html create mode 100644 docs/_modules/stringtables/downloads.html create mode 100644 docs/_modules/studio/constants.html create mode 100644 docs/_modules/translations/strings.html create mode 100644 docs/_modules/weapons/_base.html create mode 100644 docs/_modules/weapons/constants.html create mode 100644 docs/_modules/weapons/default.html create mode 100644 docs/_modules/weapons/dictionary.html create mode 100644 docs/_modules/weapons/engines/csgo.html create mode 100644 docs/_modules/weapons/engines/csgo/csgo.html create mode 100644 docs/_modules/weapons/instance.html create mode 100644 docs/_modules/weapons/restrictions.html create mode 100644 docs/_sources/contributing/building.rst.txt create mode 100644 docs/_sources/contributing/coding-conventions.rst.txt create mode 100644 docs/_sources/contributing/contributing.rst.txt create mode 100644 docs/_sources/contributing/todos.rst.txt create mode 100644 docs/_sources/developing/events.rst.txt create mode 100644 docs/_sources/developing/events/blade.rst.txt create mode 100644 docs/_sources/developing/events/bms.rst.txt create mode 100644 docs/_sources/developing/events/csgo.rst.txt create mode 100644 docs/_sources/developing/events/cstrike.rst.txt create mode 100644 docs/_sources/developing/events/dod.rst.txt create mode 100644 docs/_sources/developing/events/hl2.rst.txt create mode 100644 docs/_sources/developing/events/hl2mp.rst.txt create mode 100644 docs/_sources/developing/events/l4d2.rst.txt create mode 100644 docs/_sources/developing/events/portal.rst.txt create mode 100644 docs/_sources/developing/events/portal2.rst.txt create mode 100644 docs/_sources/developing/events/tf.rst.txt create mode 100644 docs/_sources/developing/getting-started.rst.txt create mode 100644 docs/_sources/developing/module_tutorials.rst.txt create mode 100644 docs/_sources/developing/module_tutorials/auth.rst.txt create mode 100644 docs/_sources/developing/module_tutorials/colors.rst.txt create mode 100644 docs/_sources/developing/module_tutorials/commands.rst.txt create mode 100644 docs/_sources/developing/module_tutorials/config.rst.txt create mode 100644 docs/_sources/developing/module_tutorials/entities.rst.txt create mode 100644 docs/_sources/developing/module_tutorials/events.rst.txt create mode 100644 docs/_sources/developing/module_tutorials/listeners.rst.txt create mode 100644 docs/_sources/developing/module_tutorials/memory.rst.txt create mode 100644 docs/_sources/developing/module_tutorials/menus.rst.txt create mode 100644 docs/_sources/developing/module_tutorials/plugins.rst.txt create mode 100644 docs/_sources/developing/module_tutorials/stringtables.rst.txt create mode 100644 docs/_sources/developing/modules/auth.base.rst.txt create mode 100644 docs/_sources/developing/modules/auth.manager.rst.txt create mode 100644 docs/_sources/developing/modules/auth.rst.txt create mode 100644 docs/_sources/developing/modules/autodoc.rst.txt create mode 100644 docs/_sources/developing/modules/bitbuffers.rst.txt create mode 100644 docs/_sources/developing/modules/colors.rst.txt create mode 100644 docs/_sources/developing/modules/commands.auth.rst.txt create mode 100644 docs/_sources/developing/modules/commands.client.rst.txt create mode 100644 docs/_sources/developing/modules/commands.command.rst.txt create mode 100644 docs/_sources/developing/modules/commands.filter.rst.txt create mode 100644 docs/_sources/developing/modules/commands.manager.rst.txt create mode 100644 docs/_sources/developing/modules/commands.player.rst.txt create mode 100644 docs/_sources/developing/modules/commands.rst.txt create mode 100644 docs/_sources/developing/modules/commands.say.rst.txt create mode 100644 docs/_sources/developing/modules/commands.server.rst.txt create mode 100644 docs/_sources/developing/modules/commands.typed.rst.txt create mode 100644 docs/_sources/developing/modules/config.command.rst.txt create mode 100644 docs/_sources/developing/modules/config.cvar.rst.txt create mode 100644 docs/_sources/developing/modules/config.manager.rst.txt create mode 100644 docs/_sources/developing/modules/config.rst.txt create mode 100644 docs/_sources/developing/modules/config.section.rst.txt create mode 100644 docs/_sources/developing/modules/core.cache.rst.txt create mode 100644 docs/_sources/developing/modules/core.command.auth.rst.txt create mode 100644 docs/_sources/developing/modules/core.command.docs.rst.txt create mode 100644 docs/_sources/developing/modules/core.command.dump.rst.txt create mode 100644 docs/_sources/developing/modules/core.command.plugin.rst.txt create mode 100644 docs/_sources/developing/modules/core.command.rst.txt create mode 100644 docs/_sources/developing/modules/core.dumps.rst.txt create mode 100644 docs/_sources/developing/modules/core.rst.txt create mode 100644 docs/_sources/developing/modules/core.settings.rst.txt create mode 100644 docs/_sources/developing/modules/core.table.rst.txt create mode 100644 docs/_sources/developing/modules/core.update.rst.txt create mode 100644 docs/_sources/developing/modules/core.version.rst.txt create mode 100644 docs/_sources/developing/modules/cvars.flags.rst.txt create mode 100644 docs/_sources/developing/modules/cvars.public.rst.txt create mode 100644 docs/_sources/developing/modules/cvars.rst.txt create mode 100644 docs/_sources/developing/modules/cvars.tags.rst.txt create mode 100644 docs/_sources/developing/modules/effects.base.rst.txt create mode 100644 docs/_sources/developing/modules/effects.hooks.rst.txt create mode 100644 docs/_sources/developing/modules/effects.rst.txt create mode 100644 docs/_sources/developing/modules/effects.templates.rst.txt create mode 100644 docs/_sources/developing/modules/engines.gamerules.rst.txt create mode 100644 docs/_sources/developing/modules/engines.precache.rst.txt create mode 100644 docs/_sources/developing/modules/engines.rst.txt create mode 100644 docs/_sources/developing/modules/engines.server.rst.txt create mode 100644 docs/_sources/developing/modules/engines.sound.rst.txt create mode 100644 docs/_sources/developing/modules/engines.trace.rst.txt create mode 100644 docs/_sources/developing/modules/entities.classes.rst.txt create mode 100644 docs/_sources/developing/modules/entities.collisions.rst.txt create mode 100644 docs/_sources/developing/modules/entities.constants.rst.txt create mode 100644 docs/_sources/developing/modules/entities.datamaps.rst.txt create mode 100644 docs/_sources/developing/modules/entities.dictionary.rst.txt create mode 100644 docs/_sources/developing/modules/entities.engines.csgo.csgo.rst.txt create mode 100644 docs/_sources/developing/modules/entities.engines.csgo.rst.txt create mode 100644 docs/_sources/developing/modules/entities.engines.rst.txt create mode 100644 docs/_sources/developing/modules/entities.entity.rst.txt create mode 100644 docs/_sources/developing/modules/entities.factories.rst.txt create mode 100644 docs/_sources/developing/modules/entities.helpers.rst.txt create mode 100644 docs/_sources/developing/modules/entities.hooks.rst.txt create mode 100644 docs/_sources/developing/modules/entities.props.rst.txt create mode 100644 docs/_sources/developing/modules/entities.rst.txt create mode 100644 docs/_sources/developing/modules/entities.transmit.rst.txt create mode 100644 docs/_sources/developing/modules/events.custom.rst.txt create mode 100644 docs/_sources/developing/modules/events.hooks.rst.txt create mode 100644 docs/_sources/developing/modules/events.listener.rst.txt create mode 100644 docs/_sources/developing/modules/events.manager.rst.txt create mode 100644 docs/_sources/developing/modules/events.resource.rst.txt create mode 100644 docs/_sources/developing/modules/events.rst.txt create mode 100644 docs/_sources/developing/modules/events.variable.rst.txt create mode 100644 docs/_sources/developing/modules/filesystem.rst.txt create mode 100644 docs/_sources/developing/modules/filters.entities.rst.txt create mode 100644 docs/_sources/developing/modules/filters.iterator.rst.txt create mode 100644 docs/_sources/developing/modules/filters.players.rst.txt create mode 100644 docs/_sources/developing/modules/filters.recipients.rst.txt create mode 100644 docs/_sources/developing/modules/filters.rst.txt create mode 100644 docs/_sources/developing/modules/filters.weapons.rst.txt create mode 100644 docs/_sources/developing/modules/hooks.base.rst.txt create mode 100644 docs/_sources/developing/modules/hooks.exceptions.rst.txt create mode 100644 docs/_sources/developing/modules/hooks.rst.txt create mode 100644 docs/_sources/developing/modules/hooks.warnings.rst.txt create mode 100644 docs/_sources/developing/modules/keyvalues.rst.txt create mode 100644 docs/_sources/developing/modules/listeners.rst.txt create mode 100644 docs/_sources/developing/modules/listeners.tick.rst.txt create mode 100644 docs/_sources/developing/modules/loggers.rst.txt create mode 100644 docs/_sources/developing/modules/mathlib.rst.txt create mode 100644 docs/_sources/developing/modules/memory.helpers.rst.txt create mode 100644 docs/_sources/developing/modules/memory.hooks.rst.txt create mode 100644 docs/_sources/developing/modules/memory.manager.rst.txt create mode 100644 docs/_sources/developing/modules/memory.rst.txt create mode 100644 docs/_sources/developing/modules/menus.base.rst.txt create mode 100644 docs/_sources/developing/modules/menus.esc.rst.txt create mode 100644 docs/_sources/developing/modules/menus.queue.rst.txt create mode 100644 docs/_sources/developing/modules/menus.radio.rst.txt create mode 100644 docs/_sources/developing/modules/menus.rst.txt create mode 100644 docs/_sources/developing/modules/messages.base.rst.txt create mode 100644 docs/_sources/developing/modules/messages.dialog.rst.txt create mode 100644 docs/_sources/developing/modules/messages.hooks.rst.txt create mode 100644 docs/_sources/developing/modules/messages.impl.rst.txt create mode 100644 docs/_sources/developing/modules/messages.rst.txt create mode 100644 docs/_sources/developing/modules/net_channel.rst.txt create mode 100644 docs/_sources/developing/modules/paths.rst.txt create mode 100644 docs/_sources/developing/modules/physics.rst.txt create mode 100644 docs/_sources/developing/modules/players._base.rst.txt create mode 100644 docs/_sources/developing/modules/players.bots.rst.txt create mode 100644 docs/_sources/developing/modules/players.constants.rst.txt create mode 100644 docs/_sources/developing/modules/players.dictionary.rst.txt create mode 100644 docs/_sources/developing/modules/players.engines.bms.rst.txt create mode 100644 docs/_sources/developing/modules/players.engines.csgo.rst.txt create mode 100644 docs/_sources/developing/modules/players.engines.l4d2.rst.txt create mode 100644 docs/_sources/developing/modules/players.engines.orangebox.cstrike.rst.txt create mode 100644 docs/_sources/developing/modules/players.engines.orangebox.rst.txt create mode 100644 docs/_sources/developing/modules/players.engines.rst.txt create mode 100644 docs/_sources/developing/modules/players.entity.rst.txt create mode 100644 docs/_sources/developing/modules/players.helpers.rst.txt create mode 100644 docs/_sources/developing/modules/players.rst.txt create mode 100644 docs/_sources/developing/modules/players.teams.rst.txt create mode 100644 docs/_sources/developing/modules/players.voice.rst.txt create mode 100644 docs/_sources/developing/modules/plugins.command.rst.txt create mode 100644 docs/_sources/developing/modules/plugins.info.rst.txt create mode 100644 docs/_sources/developing/modules/plugins.instance.rst.txt create mode 100644 docs/_sources/developing/modules/plugins.manager.rst.txt create mode 100644 docs/_sources/developing/modules/plugins.rst.txt create mode 100644 docs/_sources/developing/modules/public.rst.txt create mode 100644 docs/_sources/developing/modules/settings.menu.rst.txt create mode 100644 docs/_sources/developing/modules/settings.player.rst.txt create mode 100644 docs/_sources/developing/modules/settings.rst.txt create mode 100644 docs/_sources/developing/modules/settings.storage.rst.txt create mode 100644 docs/_sources/developing/modules/settings.types.rst.txt create mode 100644 docs/_sources/developing/modules/source-python.rst.txt create mode 100644 docs/_sources/developing/modules/steam.rst.txt create mode 100644 docs/_sources/developing/modules/stringtables.downloads.rst.txt create mode 100644 docs/_sources/developing/modules/stringtables.rst.txt create mode 100644 docs/_sources/developing/modules/studio.cache.rst.txt create mode 100644 docs/_sources/developing/modules/studio.constants.rst.txt create mode 100644 docs/_sources/developing/modules/studio.rst.txt create mode 100644 docs/_sources/developing/modules/translations.manager.rst.txt create mode 100644 docs/_sources/developing/modules/translations.rst.txt create mode 100644 docs/_sources/developing/modules/translations.strings.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.constants.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.default.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.dictionary.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.engines.csgo.csgo.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.engines.csgo.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.engines.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.entity.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.instance.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.manager.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.restrictions.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.rst.txt create mode 100644 docs/_sources/developing/modules/weapons.scripts.rst.txt create mode 100644 docs/_sources/general/config-auth.rst.txt create mode 100644 docs/_sources/general/credits.rst.txt create mode 100644 docs/_sources/general/installation.rst.txt create mode 100644 docs/_sources/general/known-issues.rst.txt create mode 100644 docs/_sources/general/reporting-a-bug.rst.txt create mode 100644 docs/_sources/general/sp-commands.rst.txt create mode 100644 docs/_sources/general/updating.rst.txt create mode 100644 docs/_sources/index.rst.txt create mode 100644 docs/_static/basic.css create mode 100644 docs/_static/classic.css create mode 100644 docs/_static/doctools.js create mode 100644 docs/_static/documentation_options.js create mode 100644 docs/_static/file.png create mode 100644 docs/_static/language_data.js create mode 100644 docs/_static/minus.png create mode 100644 docs/_static/plus.png create mode 100644 docs/_static/pygments.css create mode 100644 docs/_static/readme.md create mode 100644 docs/_static/searchtools.js create mode 100644 docs/_static/sidebar.js create mode 100644 docs/_static/sp_wiki_banner.png create mode 100644 docs/_static/sp_wiki_favicon.png create mode 100644 docs/_static/sphinx_highlight.js create mode 100644 docs/contributing/building.html create mode 100644 docs/contributing/coding-conventions.html create mode 100644 docs/contributing/contributing.html create mode 100644 docs/contributing/todos.html create mode 100644 docs/developing/events.html create mode 100644 docs/developing/events/blade.html create mode 100644 docs/developing/events/bms.html create mode 100644 docs/developing/events/csgo.html create mode 100644 docs/developing/events/cstrike.html create mode 100644 docs/developing/events/dod.html create mode 100644 docs/developing/events/hl2.html create mode 100644 docs/developing/events/hl2mp.html create mode 100644 docs/developing/events/l4d2.html create mode 100644 docs/developing/events/portal.html create mode 100644 docs/developing/events/portal2.html create mode 100644 docs/developing/events/tf.html create mode 100644 docs/developing/getting-started.html create mode 100644 docs/developing/module_tutorials.html create mode 100644 docs/developing/module_tutorials/auth.html create mode 100644 docs/developing/module_tutorials/colors.html create mode 100644 docs/developing/module_tutorials/commands.html create mode 100644 docs/developing/module_tutorials/config.html create mode 100644 docs/developing/module_tutorials/entities.html create mode 100644 docs/developing/module_tutorials/events.html create mode 100644 docs/developing/module_tutorials/listeners.html create mode 100644 docs/developing/module_tutorials/memory.html create mode 100644 docs/developing/module_tutorials/menus.html create mode 100644 docs/developing/module_tutorials/plugins.html create mode 100644 docs/developing/module_tutorials/stringtables.html create mode 100644 docs/developing/modules/auth.base.html create mode 100644 docs/developing/modules/auth.html create mode 100644 docs/developing/modules/auth.manager.html create mode 100644 docs/developing/modules/autodoc.html create mode 100644 docs/developing/modules/bitbuffers.html create mode 100644 docs/developing/modules/colors.html create mode 100644 docs/developing/modules/commands.auth.html create mode 100644 docs/developing/modules/commands.client.html create mode 100644 docs/developing/modules/commands.command.html create mode 100644 docs/developing/modules/commands.filter.html create mode 100644 docs/developing/modules/commands.html create mode 100644 docs/developing/modules/commands.manager.html create mode 100644 docs/developing/modules/commands.player.html create mode 100644 docs/developing/modules/commands.say.html create mode 100644 docs/developing/modules/commands.server.html create mode 100644 docs/developing/modules/commands.typed.html create mode 100644 docs/developing/modules/config.command.html create mode 100644 docs/developing/modules/config.cvar.html create mode 100644 docs/developing/modules/config.html create mode 100644 docs/developing/modules/config.manager.html create mode 100644 docs/developing/modules/config.section.html create mode 100644 docs/developing/modules/core.cache.html create mode 100644 docs/developing/modules/core.command.auth.html create mode 100644 docs/developing/modules/core.command.docs.html create mode 100644 docs/developing/modules/core.command.dump.html create mode 100644 docs/developing/modules/core.command.html create mode 100644 docs/developing/modules/core.command.plugin.html create mode 100644 docs/developing/modules/core.dumps.html create mode 100644 docs/developing/modules/core.html create mode 100644 docs/developing/modules/core.settings.html create mode 100644 docs/developing/modules/core.table.html create mode 100644 docs/developing/modules/core.update.html create mode 100644 docs/developing/modules/core.version.html create mode 100644 docs/developing/modules/cvars.flags.html create mode 100644 docs/developing/modules/cvars.html create mode 100644 docs/developing/modules/cvars.public.html create mode 100644 docs/developing/modules/cvars.tags.html create mode 100644 docs/developing/modules/effects.base.html create mode 100644 docs/developing/modules/effects.hooks.html create mode 100644 docs/developing/modules/effects.html create mode 100644 docs/developing/modules/effects.templates.html create mode 100644 docs/developing/modules/engines.gamerules.html create mode 100644 docs/developing/modules/engines.html create mode 100644 docs/developing/modules/engines.precache.html create mode 100644 docs/developing/modules/engines.server.html create mode 100644 docs/developing/modules/engines.sound.html create mode 100644 docs/developing/modules/engines.trace.html create mode 100644 docs/developing/modules/entities.classes.html create mode 100644 docs/developing/modules/entities.collisions.html create mode 100644 docs/developing/modules/entities.constants.html create mode 100644 docs/developing/modules/entities.datamaps.html create mode 100644 docs/developing/modules/entities.dictionary.html create mode 100644 docs/developing/modules/entities.engines.csgo.csgo.html create mode 100644 docs/developing/modules/entities.engines.csgo.html create mode 100644 docs/developing/modules/entities.engines.html create mode 100644 docs/developing/modules/entities.entity.html create mode 100644 docs/developing/modules/entities.factories.html create mode 100644 docs/developing/modules/entities.helpers.html create mode 100644 docs/developing/modules/entities.hooks.html create mode 100644 docs/developing/modules/entities.html create mode 100644 docs/developing/modules/entities.props.html create mode 100644 docs/developing/modules/entities.transmit.html create mode 100644 docs/developing/modules/events.custom.html create mode 100644 docs/developing/modules/events.hooks.html create mode 100644 docs/developing/modules/events.html create mode 100644 docs/developing/modules/events.listener.html create mode 100644 docs/developing/modules/events.manager.html create mode 100644 docs/developing/modules/events.resource.html create mode 100644 docs/developing/modules/events.variable.html create mode 100644 docs/developing/modules/filesystem.html create mode 100644 docs/developing/modules/filters.entities.html create mode 100644 docs/developing/modules/filters.html create mode 100644 docs/developing/modules/filters.iterator.html create mode 100644 docs/developing/modules/filters.players.html create mode 100644 docs/developing/modules/filters.recipients.html create mode 100644 docs/developing/modules/filters.weapons.html create mode 100644 docs/developing/modules/hooks.base.html create mode 100644 docs/developing/modules/hooks.exceptions.html create mode 100644 docs/developing/modules/hooks.html create mode 100644 docs/developing/modules/hooks.warnings.html create mode 100644 docs/developing/modules/keyvalues.html create mode 100644 docs/developing/modules/listeners.html create mode 100644 docs/developing/modules/listeners.tick.html create mode 100644 docs/developing/modules/loggers.html create mode 100644 docs/developing/modules/mathlib.html create mode 100644 docs/developing/modules/memory.helpers.html create mode 100644 docs/developing/modules/memory.hooks.html create mode 100644 docs/developing/modules/memory.html create mode 100644 docs/developing/modules/memory.manager.html create mode 100644 docs/developing/modules/menus.base.html create mode 100644 docs/developing/modules/menus.esc.html create mode 100644 docs/developing/modules/menus.html create mode 100644 docs/developing/modules/menus.queue.html create mode 100644 docs/developing/modules/menus.radio.html create mode 100644 docs/developing/modules/messages.base.html create mode 100644 docs/developing/modules/messages.dialog.html create mode 100644 docs/developing/modules/messages.hooks.html create mode 100644 docs/developing/modules/messages.html create mode 100644 docs/developing/modules/messages.impl.html create mode 100644 docs/developing/modules/net_channel.html create mode 100644 docs/developing/modules/paths.html create mode 100644 docs/developing/modules/physics.html create mode 100644 docs/developing/modules/players._base.html create mode 100644 docs/developing/modules/players.bots.html create mode 100644 docs/developing/modules/players.constants.html create mode 100644 docs/developing/modules/players.dictionary.html create mode 100644 docs/developing/modules/players.engines.bms.html create mode 100644 docs/developing/modules/players.engines.csgo.html create mode 100644 docs/developing/modules/players.engines.html create mode 100644 docs/developing/modules/players.engines.l4d2.html create mode 100644 docs/developing/modules/players.engines.orangebox.cstrike.html create mode 100644 docs/developing/modules/players.engines.orangebox.html create mode 100644 docs/developing/modules/players.entity.html create mode 100644 docs/developing/modules/players.helpers.html create mode 100644 docs/developing/modules/players.html create mode 100644 docs/developing/modules/players.teams.html create mode 100644 docs/developing/modules/players.voice.html create mode 100644 docs/developing/modules/plugins.command.html create mode 100644 docs/developing/modules/plugins.html create mode 100644 docs/developing/modules/plugins.info.html create mode 100644 docs/developing/modules/plugins.instance.html create mode 100644 docs/developing/modules/plugins.manager.html create mode 100644 docs/developing/modules/public.html create mode 100644 docs/developing/modules/settings.html create mode 100644 docs/developing/modules/settings.menu.html create mode 100644 docs/developing/modules/settings.player.html create mode 100644 docs/developing/modules/settings.storage.html create mode 100644 docs/developing/modules/settings.types.html create mode 100644 docs/developing/modules/source-python.html create mode 100644 docs/developing/modules/steam.html create mode 100644 docs/developing/modules/stringtables.downloads.html create mode 100644 docs/developing/modules/stringtables.html create mode 100644 docs/developing/modules/studio.cache.html create mode 100644 docs/developing/modules/studio.constants.html create mode 100644 docs/developing/modules/studio.html create mode 100644 docs/developing/modules/translations.html create mode 100644 docs/developing/modules/translations.manager.html create mode 100644 docs/developing/modules/translations.strings.html create mode 100644 docs/developing/modules/weapons.constants.html create mode 100644 docs/developing/modules/weapons.default.html create mode 100644 docs/developing/modules/weapons.dictionary.html create mode 100644 docs/developing/modules/weapons.engines.csgo.csgo.html create mode 100644 docs/developing/modules/weapons.engines.csgo.html create mode 100644 docs/developing/modules/weapons.engines.html create mode 100644 docs/developing/modules/weapons.entity.html create mode 100644 docs/developing/modules/weapons.html create mode 100644 docs/developing/modules/weapons.instance.html create mode 100644 docs/developing/modules/weapons.manager.html create mode 100644 docs/developing/modules/weapons.restrictions.html create mode 100644 docs/developing/modules/weapons.scripts.html create mode 100644 docs/general/config-auth.html create mode 100644 docs/general/credits.html create mode 100644 docs/general/installation.html create mode 100644 docs/general/known-issues.html create mode 100644 docs/general/reporting-a-bug.html create mode 100644 docs/general/sp-commands.html create mode 100644 docs/general/updating.html create mode 100644 docs/genindex.html create mode 100644 docs/index.html create mode 100644 docs/objects.inv create mode 100644 docs/py-modindex.html create mode 100644 docs/search.html create mode 100644 docs/searchindex.js diff --git a/docs/.buildinfo b/docs/.buildinfo new file mode 100644 index 000000000..8a84de936 --- /dev/null +++ b/docs/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. +config: e55aec0a10fd8b0a26d91f4bdc22cb74 +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/.doctrees/contributing/building.doctree b/docs/.doctrees/contributing/building.doctree new file mode 100644 index 0000000000000000000000000000000000000000..2b679628e58f6d796ae1d390226c3b95564bbfb2 GIT binary patch literal 20390 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 literal 0 HcmV?d00001 diff --git a/docs/.doctrees/contributing/coding-conventions.doctree b/docs/.doctrees/contributing/coding-conventions.doctree new file mode 100644 index 0000000000000000000000000000000000000000..01458d8eb28df0f299a2cc790ebabfa52b5b4c24 GIT binary patch literal 33900 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 literal 0 HcmV?d00001 diff --git a/docs/.doctrees/contributing/contributing.doctree b/docs/.doctrees/contributing/contributing.doctree new file mode 100644 index 0000000000000000000000000000000000000000..94476aa22fb16544f94d619394945e3af1f8378b GIT binary patch literal 15467 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 literal 0 HcmV?d00001 diff --git a/docs/.doctrees/contributing/reporting-a-bug.doctree b/docs/.doctrees/contributing/reporting-a-bug.doctree new file mode 100644 index 0000000000000000000000000000000000000000..6ae96e53affb63379db7ad7264bba6ab0db7bb47 GIT binary patch literal 4792 zcmd5=&yOQV6`t9h@z~z+%?CDH7%wmA?15sI{Zh;rl~;EcF&iTFGCs@mPQCm>DONMyCv*xl7t?|tuk z-+Qm$-TB?0kG8@;caX`{8lLNckQvpbYx@f`Dopv?^4@#pFUu3RC&-NQOotz>2{+6p zrE9(%Dq2WoxR^vFO6;U`t1Erd_gAcIDLSsUaJ`fpVz?ABuK7*ferlD%k#WuiEl2JS zu||%iG(s9$t$I|tE-^;T3C&1z|BRZ2_uo8g?OVa}7`J5)@$(8GmPQ(cgh4u2Zf z41RoRm=sYzdS&TdFkqN!>^P-El4TN)RU7t;uy_a{u3oAZ3{xp8OW^ac@xJnPptLF7 zP46pg-u2LhZ|%$$&5yk_Ct5FWBqW^%Bpv~$HojHMfJ-}NJkNj(wqjduPt(-nwu;P7 z0PO6B>nO6Q;n*tOo*@&zOUa&dt%7)LOLmiOvzrZS?3f(^MfMGB{dIiq;`0sh99>EqjinV?#li_=Z*Onpe-^2b$a z=u^+F*HNDMy+eo5wfw(b7T=(INu)Cfut8Hts;BE#}N_H>cRr4st5>> z-5Yd$zWr~3?s-*vVgu@Y|J$`d`~uEf0s9XC`}Z2yO({HtZ{2f7#MCR+v$c_%nfjTA zu<6)NHy&P{_%EFJX*dzb5qG3*qR}#9sz8fh_p%7cw(Iy`KFvb|&-Na(&d9n0v~`-s z=#w>>R6X$#A}_R;;f>3;xyU%u+{9I73XOGWwS6bsW`cFu3+SPF7Hh09C{pgWzMLg8 zkLz(FJoD8n7n>R5`09=2K4?BSHaMs!mSxjDa&1kGpMfw!-Dzg3vBIQ4MFv@WgXC!D z8rgEUswe%(GsVcWuf}PdpkIxx%1d{*uJA@m%x0XL@j$A{keOLNEL{&L_%an=c#MLZ zbe2GowYkixW)xNX1K0D@O%d0##>itK47rFIpRgPs3@SUh6qwjL6Dqu@O9fkYGwO%7 zkvlGE5s!HujEbSUMGoDET;qEG`EP#*ejQ3{3Tt9?N-~4{7DoJ-Jvn_v)T44_OLa_N!Jt&gq=yB_^yxbV3FLON{m%lcgyi zyTdr+nxL}anizAB*i!*5jGz<)G3ZZ)zn@`o&qyEObm{{RlI&t8QYxH7o^#DBc066NilU&x1&tF8TjN*<$+xQY z2cFi=*})Z1ck{?DBRNL@3g}(e%ZZp+C;@=U5YrnNf89+g=5XFAn)k?BP2dw`JgiWdp3@)G;2o=X_gnly#K%AeQ|Ip{x zfqzL7uh4ckIP!7d8@Y}F5Or)zvMfus^HCH{Togr{rVT9h&_fX*r{-qVDcYd7fZ*;@A|o!jCAqeI z2+#rz5Cgo0{l9(OFUb-&j}~l#+L8B zdHw3O4N(F6`)}APdTPZVLhZ6&P&jabpZFo^BI0|#-vn~$_oYxQT$Ty-htxSElG5P< zG2lIsSp???sif9Ii1(hNdHr^fmBo6I&~$0oJnEEw;OHW51wP?l@DYE^_xKb4@9c`2 znH0(F9aBr8?Ce^br7dX6W`9(;On(s%oqcU9V_`_C*WmuLmUSmL?K|bTl|>B{d!Vfo0ACIZ*jD z5~t$!+yGOivf%rFQdxorEmXd*OIMUGT=L1KA1;_;hB|Em78wPh9L)HR&9%wH zM?ZTZp3^I+Bhrof^>WYs+B;1ibhcx4IWpLis>=+Yf)iYnQ5}hBb!dxs?e5^&65>H zQb(?Y6*XUvNhT~!WV}cd<)Ez-)Z7s+V^JAZ(ZT4rQ6qC9>&Ez5e1j9qOzdAsOth9E z-y=+bZh3LfpT=SXZPWrRlp+@{{Ce`8pA@VhC=rGdO)J2Tq9mb+J=TT)oI6+87qc0} zc3OABsWuCg)1#paB<+zK**eQmDyc@R4qQ-`V)Jj99MD*`e^9p))GnAPR3=axjyP%-46O;H^%OyYSq{AxtjXdqeUDamM_LbD zh+%EsE&8#aVpc;wh{F1vzvM5hA4Y+@DG=fNz+c{4{uTaT@R9Z7&0JNd$EiTZqkCAa zC9x!1y*kWINv((Ak=s1cvP*xZ`fy9wX%FvM9JXGoL-+64M{6}MpjIAj+iG?&;m|Nr zUB-5Ragu5&0W9u-c`^8es*LZimcD%uH?5JgeJ)7*#Mp2?fiyR0fA&HeG3IT-=(_7PBGu5*_ z-JP!P-5o&`BNW6+#f5Z)fs-h0=_-}%SVnEt2c+|WrA&zG$rbh*sb6gBjDkYsOXi$BQT$eL<8 zW?M2$V~1yI3?m%j`EJaE>{=$q)THE2;)OvuUW|(gF?lU(qH{d)5}(())Wox!m|SKw z0t1e}%C~8$vi+^hEIJV}ERkelUQOF2P2!lE$VpjK$9*s0*;?9Ws=<;Z_S$KJEfC4a zJXeA|HR8!_+Dm{d(BtV>;)m=ov3330zTCeEuLu57Y+ z#rN7PJsxa$fn3=N;|&=xhp&81bEft3AQ53;Ka+Eh5ldDa392^u3Ul2M9~sJ*BRzBl zn;LC016EwV$^9_$g6;}_fm^Luf)f|69!=Y#VNRvu^2wq>&AbpKapOcBj0uo2rlxU1tQ)gP)Xw*{ z`J-cF=7=pEpcTboo3;Ic6$ac2J60mN)emK2dHpDi6BZ;^5{ACCwgeBXL6}-wrp?-l zy@Xq=5&3D?3#?8UTg>X>Xj;~*n1p^=9WUmR=ImP-A|vj29nZ0(m!$dtq}AlDZp%zg zQ?UV$v4XTj8YfGZ>v7k@#6(pbrh#k8gvAMW7cGXDp`*1tX<;WE^fr7?CLlKn_1Z1# z>A=zlW%a$TNNCfWp35x=jTfde@1r-GKrVqE&k>dr1_|?mMn43jyZ}4wYpStKn1U}L zO3&J|o~2Ec@76`L5t}w~(PI7<8^~f&*`RT$#6Dkmrr3Bs^wLVr_Yepsyv4RdZ5e=T@6Zu$*tRegx(?Vd}ejO4o=G$#Q zbT;b9bmhp{SSJqqMyX_uK$ZrpM&pb6|K{Zy^DZwoT;2h4*|o+d0gtWqa&fg`;ooPi zS2$oEP5Y~s9!N^*xz-hpU1o}JUp9@GuQd)aSE0swXz?;KU(sC57{$=vre1~s;o|q+ zxL5+9)gD;I_@eW2%ivJc5VlkfSX?aB_)|vSE+dV+LvFt+4=}xIdb{thYA*v`R|HeX z<4yQr<2WJsVmoTeXF)e*U9?RYry^5x0w%~OGi0;4OWqJ!@RxF3nXl=}Q-$B~+Er-A z3jqwF3ljmvugn`Pffn^8ZJGrm8HYvCwp&a4s&=qe*YzmbdY0Ukb*POK#w-bAW2?(o zE9S4K+GaD0ysX0Fz_gN8qNc)R=?Q7oM&S^YRKe=_zM;!&$Vu)YLXgcf*icn)jC0lcrcuPuwC? zvkDL0Iv%Q%G7?^}-GV=vyX!L%4_r8k_BLGD8rrFak!_kS7H;=sj*_)6#OsB_sP~hf zWsQ`yPRg*u*i^^$`s!#jAWVd6KD_ zp`DZ7^mDy=0Cc;sFAM7ZyIZ(x=QSicA}F+7-8Ui`l>!*)NQ#l-y<8&ZbH0=#Ypc9} zfK-S#4!UK5$xy_3C9`T36x3-(cEe&B_xaBWEJD%a+C z5GF%+>9|7;UV-0LK6o~c!+72DIvQo^vX;aH zKuHbe3i#LFs=53KmRN4cWpFtG)Z!jw;7*j*MBPPHHEUx3;9;0GssVq!LZbZ^9Sup`wa#DU4kHfpz&{RSe|M- z|De9}8skqDcvH&UD3|}0b9t&5QJeL{`m7^X=aBgF&s$(K zV&F5ktZ_H4zgy~D1uH{rKOC$OF~2*ADMa~ia?|%<4TFALm<9!FdT8k3Ng5+q0tauC z`6-1u^b4781S^0i0s)yeM?eMFErj&kVuTh?ICds1hG-9hC%fS06Q<;LA*QzkLHnpE z(`(U3IySji{H|Fj#(_Z7dkB*pBn71}Hf(x(PY$cb9e|sM#kt-kO&vV0ujh#KF^f^D zL3*V+GY_XkMB~MqaImgNi#0t0vXEa2V_S2;)thv!>Eb$42J;Z0>~uKA!SkR+3o%LD zkqmC<(MD~B5v4$&C;xn@fk-&%*g#)jB;xyi8F(6*vNY|xHS6x6XW^6QOC>7nIPkit z3>&1;+fL!eJpxhr&do)o_br;;1hra~v{d4#W)RD%0{pCq)$eMr#qOsuQJ%&qWA_K7 z5YE0#@gnj94fvL~T4S>p)cyl1F1`7YxP(MY@B8H!n#jlDYE%y84U&1pr=b^=ATTlZ zA}XNcTUzu-2rgpXUTn;cY&D)k#vu(@!u`P#sRxDK5!AO<5d@3(aHGr3uTvDvMf{q2A^8hg{0(UZTWXcmLJxoAsa^A-_u#{y@N?^ z#fJS7-__i^<9dZdxXcG_t?utV0ih=TYM=Sei%+F{qla3dM}Zdg%wB;|L~fyjAbG9y z^Rj&-=DH&?>X!!u&D-t7(#;ID7<;RfoEDR|i#%1c3`DEDlQ?r0VCb)L{s+Z(#WnF= zVeg3bGI}f8!{OS`4;@Q&le{f(irB1B{zY3Q0)Xlf~hkIID5 zNn&0P0OfuArS4(*m70X}h~yMiH#FDOXLbcuSK2;vdG;fOLKpVv>`UEs@9r)~c0=8F z-(G#X?qR=K-O$~yOZboKu004vS3lC7dr;#)=9&-B?xsc;8umHb&Bej zbdeQ|CaNi*;A-L<6bq51rmG3md_-xIt%*5gCAvI778@BfN>R9QSy7k*>0g735{3y# zg(Plg>c~o_P8bqwth<2$jr=u@eZ0-$cx_6MQ7=dtCka80=5z@qsv3g% z3GJ#$9rYk?vu@gt>{2AbSlxiT9*+a&(}X8=i&h9a{i-RFJat1G z$!Lt4M}94o+^&DArNl|>O%Ihf-U?Vw|lZC24?PjnUL?v()qryQ*O+L&n z;8opAzpw~W-ZTbhL$kR!@)Ll$^7ZNwb&B*2k`r_xh`!fH=I^EX%W5v-kxl79Xem;* zSOlrk2+|JPNj212ktC5^U0Ff1Y?<_VD~!9)s0A9S3BX7jX%rj}GB3y*@@V;Uk30r` z&cz*PWO{0;roU8759MVfvM9f5c|7UpH2?@JBI)~BY&v0WXpswpaCJ&ufK2x7QaQ^F z*rp6%N6pIts>ZhMGR>c%4l*RspOJmkuGz1r&}s=r-J{>ltBqn9W-OPw;0P4%IXHNu zZ{V_KA->*7BN!d33DuS*hXI%&v`~Rsi3_I*C}i3m8Rqp-jDWS6QAR4z+@PczOqL4` z9)JSDk!jsg3l2tY*c`cB-$pu{a92}(DlaF6toj{;X*=o|4>qaLQ%xB(f%-xc;r5}H z0CH#Yx4Ovl6o`UkC4gH<4eT|cxjH@6YDz!RjM+Nn3niYZY8360)M$P;dsoPGuhL@x zL)hD-$Dir(M|wO?9gpIXs%iR)g4)`E=U#jvl*{3JaB%dO~qR&nA}4RCNE+ zQ)%ZnRkL*|&~(irt!+#dXf-XQ?8P|4fO-o_sBVSS^xL6d3YKm>GtyX&o*tTUx>!|z zbb4rhT`rkH3l~P`%6s6X0E$o*NI(Ny<%GVEBg5gq7)^dTZ+{zHe=Bp_`9#^Qh2cc*C_(tTRP0-1={3HPXOOmA{{zCwl?4C* literal 0 HcmV?d00001 diff --git a/docs/.doctrees/developing/events/blade.doctree b/docs/.doctrees/developing/events/blade.doctree new file mode 100644 index 0000000000000000000000000000000000000000..f97c90e4fba84027cd0e2c2a6a8c2642647ff5b4 GIT binary patch literal 193527 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 literal 0 HcmV?d00001 diff --git a/docs/.doctrees/developing/events/csgo.doctree b/docs/.doctrees/developing/events/csgo.doctree new file mode 100644 index 0000000000000000000000000000000000000000..a27bb7f53cbb69cf3ad93a569ed4bb7f48631d2c GIT binary patch literal 636825 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
3vgdON;eGlKMTJADPIf50~C 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

6-KgR}8@>gDOu&HYUs2b*w0OigR7eI~J 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

6&7yN59XGgEm2+okywWTw8 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 YX`Fob;5>MA8W)Y6^%Yzb?dzKTe?a`6%K!iX literal 0 HcmV?d00001 diff --git a/docs/.doctrees/developing/events/dod.doctree b/docs/.doctrees/developing/events/dod.doctree new file mode 100644 index 0000000000000000000000000000000000000000..d6eebd126aa3c512fcca0199ac15b3a9cf028a84 GIT binary patch literal 276062 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∓JGKlt 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

2h#t-Q%s%IJJnD4!}{=riBRVsZv>i((efz-Wo z{?vWDo_Ggk`8rgFF${G_W8_8Mub9MgeD`iZ-7jK>!oK@CoyoTN?oZ_5e%P*Xz0|$r zTAZmJOCjcSg6c|K4w*R|#1L>eg9tkJm!o zw-V9~zB@@}N$SQYeUVKI5t~}(ZY5MNaU(@~h2TcUOQ z!-N~Dx>B@m5p2iS5JxwQF7OoadU9lIvyg>L{{^A+pjW!|?(tgm>O{i8pjS!0PU;m% zgkECA`$UCUM67Umbi}J*s0rU$Ck!MUlG+3+90 z36yQmD8m>=t)emVQmYG1VmWGcD3Hf_n4z#*4e3m_MXhd>hkISS!u6`v{qg|sWd-P_ zm{_gOB8&%W70s})TBSrPwE6Qkem+|?GIa}Q2?)D{8445j44uig5cYBMaF1?RxL(3OS03QmtN`6q5)*bO zVLTx0Xoj%~+xl+r&jsBj%195)usaC|7N~Z2U^})nIJ!0An&Eln>x*(+&#`cYD}5Vb zJP;vWY4><7BD57@U=X1sJtsv7-`1vgzd#$T1f}G`D?mv29syb&Rt-wy8ud=~4Y&EF zT4#5$uh?VmTR8u2MQQnUxuUd;>4Bouo0}*t4wv+SD$i5YCuS9;3}YBkipI!Gl=d}= z<%m)hC}S_oP*{}q(3xzDC{^U)&TLn>UQs$;9^f&o0NvCQi_&g{@j#TK8I}?y*5m$T zij785{mh4X+l4)0ulk>hQgZ}MwVx57fI3})?bzz%=w{U^u-o;39NC{($ihYciOvAy z!T*jVeaDBkZf}Xu)u3*#6Vbh@qfS#qXr1clMy}h~^*A~d-)lr<9jYs3|5b;WN8J|J zb?fX=&kUG#VDhA`;rb$^b*SOGM5JqBJNC8b=w@r^{UX3_a$GyJaOF|KG2IpAqx!py zb+RXH_teD8lYXavvbM`vDsd1>Be@=#7a& zv_X z-B-;phS?E`#>i_&k^CZkFS^frX1&HGeyBhnim9?ONR74+y*s?l9?zLhdj!VLo?gnt0ye zh|Y`V4)q-E)SKn;0<_5;CjV~T;oGblgFAfF^gwrbTK?|vGn`D>++l_>j600R$jcqB z`xS{~p8+(omg-88?8(@!g+?qNFx=rb@^HW2u5i8XaDRD#`>+CZ(@pFSS0#)G?l78R zxx2$-M5*~cOtm8kP!_0mbFp2^R15hGM>jh|1N%^y$dO&hLKZH1LuY{F4?|Alw<2_B zLfw8%ME5HlHP;_Hy4kvUUH$WNTz_ZbqE^k{4xEO*RNd`boW>^vO9W0Msjp6_p{GhA z68vGEMpE;=`%tLj9;bm1nl?(szRr4ARedKdb{H+^t+QBm1CE@5vslXXKxc7wZq8z2 z{3Oo0>Jzg*iIZUr<1C^v@^Th?o5XVVoz4Z?*b_4p-go+z&SaW4?DfxZ7CrKCyW176 z*I67Z5AY~ffNpw;oy9JM@xWO`Gc1d<7+>t|t(5BU{#|qZC(hYx|0+>}&W8#2Qvx9H z7nfl>w!d(6v-33IFYc2gyN87=T>2mD3^4q~#HfP$9)>Am`n0X%8zQt9KpkHrqJ3GT zNE1iMCpx;>I(q%a=nXmA6hEDVxJIh3l%u?u2vK?8-@~Gh0;=D?dN1M*r>h*{)UIf+aCSojNJ9hOP-N@BD zRgUZ=7P365w>VZW#i7ZQwuV=UkX{Tm{3#LXW!R2gLq|7TLob8gC&zUU3s)W$)K^R=5wR=N^@e))&BF2}o9lLgpZnky-_8eW1=pP~*sk)N%50O!;=Whq=ZEaxP?ON8` zYY_|xthbY^&g6O*JsJYJ+ocmde_%i%LBZU6`-3=;`Q|rgz;c~9nG*T>+4a-F|nhMj_mdRh$tyn z!6bW#0Ahh^_aL@otC6Fdots`K@tz#lzgW1!#lBzTXRN5b-

Rid(2L&YYlt`wCW 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 literal 0 HcmV?d00001 diff --git a/docs/.doctrees/developing/events/hl2.doctree b/docs/.doctrees/developing/events/hl2.doctree new file mode 100644 index 0000000000000000000000000000000000000000..823cbb85804f2c07c39027405849af5369f109b7 GIT binary patch literal 2507 zcmZ8jU2hyU6it)vZZ?~2lYSsX8&siE3RQM!#RK9M9*`m;1c*1VydKZmtj8W~PqKNa z1P>LB-%}`z4>eK?|O0Io; zA3y&)zKJiw*wPDUYRh;GTaaKvs@!rNe~V%(j2vfP8r{o_ff$NWb2sqPD}Li9?0rvF zp=80IzK)&H-Cy`BS-W-jHnz5h6@?`q#bFqe-ZilkhMh-e;jWUJ$Fq7)!yfhC%6aV( zN%DM0<_=zl5mVGTfcPG0TDD)id0kx}=9DchFOp0hMxHLxRTNY4k(h|bVn;j)|77RX zW=hVpKe%2>?XnAFm#(6WXFoRyn*Dg`h0)}@E{QZ{CSwj>EqO-s+~85``AOA?W(aB% zY6Y^KpL1m@sTUc(w0D_MuV>aF8^@>Hh*x}!AjMMzwI{l?p1h7!e1haZyNM#%R6Gaz z0>Ozd#27*Cv_XlNo66SD*AMzsimu-KIwB-xCj(d+-!NH?c=!TSqHQIBX$1wbrsv33cSvfSduWBF9#PlqT z7hH2oy|EF8oPq$JmK6>YYmA4hypXFH?qo4cS{DfHE+Mej9c!y_I`D>(M1^zmGFc zJPZ4lSH^mxQt{*Ic2nB^I0#34C6Pr>eeKplgD}YXyk5ZE^nzNAEJDI^S^^oP9E_)s zl7CVoXM}5Ja!AE6u6=Rx^@)@CescSgaBGbvg6dpxiwY!HnUCRKoB11B291^&jyG;L zREXchv{icTz<@d?C5+#`*mxNZQve{I6UdK3KrtLBsuwj~aHKoOc^eZcJg}S@o0FVZ zpbgAOaONxwnb8GeL^@=?W`h`pDXqOB*HGA&;Mzf6mlf&xh^#h%1Qo5ODk;3zAPv(~ z>93*6@j5qTRVFqa@>OLVCpTX<6k(p6OD9{t-Xpnmbgoh$otL9^pP=XV5sX7;G))Jk z2b~xxq-qD*2k8q&9JguSpfE{Wj(Sfpy8Gklop6+z4Ybhj+fT@x!uQk{;X~nl<-W->z;4z~u9>k5w9}&`**E}6;(3Ykc$8xo_{pbVeuaEa zZNWCwC*)fF^R;?(E=_!0ayygU7mW=}gG~5R!PwZ-Ia(<9BA)JsV-T_=eP{LokY*&u zt8nNpwWlj0Rb;S#DB@ z*UP$siL^kQE!WL}E3n5fsS9wR8w&T+lyLQYLrj*5yUNhE6Vn=7Mo^}l^BnDa2@eG4 z9yT5^NG%C3sZ<0@Bn{oh>!WV>f~%@%2ijHG;rcwS!?4?q67(*ZD0ME;8=iP-7aXGr z`{4*qfmt527OctB@_U0(cMEM7Bw%PO`ol2IQ|wmYqXf3!;+2@WFiwEKtl;6BC|+GT z@f3e&V&cNV&000D512&7lX+-tk<^lFxz^2_NGk{DQQLBERA2r^^x+2BOOJ199Ivf5 zkM7^nkI`ySr&b;68NNGxK&z8HPm;qMXr+xQd6kN;rMM);q@ mq28^*es0`?Cq3MhY$7#Nb)G1)NY&cQ(`f6aKw94QeD*(&1nma^ literal 0 HcmV?d00001 diff --git a/docs/.doctrees/developing/events/hl2mp.doctree b/docs/.doctrees/developing/events/hl2mp.doctree new file mode 100644 index 0000000000000000000000000000000000000000..af98f465d1ded0d42107df62f1a8813215c3d879 GIT binary patch literal 195824 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 diff --git a/docs/_modules/auth/base.html b/docs/_modules/auth/base.html index f01cd8bba..49a9bca39 100644 --- a/docs/_modules/auth/base.html +++ b/docs/_modules/auth/base.html @@ -4,11 +4,11 @@ - auth.base — Source.Python v742 documentation + auth.base — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

Navigation

  • modules |
  • - + @@ -144,7 +144,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/auth/manager.html b/docs/_modules/auth/manager.html index 44656b672..46dd18114 100644 --- a/docs/_modules/auth/manager.html +++ b/docs/_modules/auth/manager.html @@ -4,11 +4,11 @@ - auth.manager — Source.Python v742 documentation + auth.manager — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -511,7 +511,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/autodoc.html b/docs/_modules/autodoc.html index 9d70a97ba..42ccefc10 100644 --- a/docs/_modules/autodoc.html +++ b/docs/_modules/autodoc.html @@ -4,11 +4,11 @@ - autodoc — Source.Python v742 documentation + autodoc — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -343,7 +343,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/commands/client.html b/docs/_modules/commands/client.html index 082cb17a3..59bfd95db 100644 --- a/docs/_modules/commands/client.html +++ b/docs/_modules/commands/client.html @@ -4,11 +4,11 @@ - commands.client — Source.Python v742 documentation + commands.client — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -138,7 +138,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/commands/say.html b/docs/_modules/commands/say.html index bc257ad06..2a08b8f2b 100644 --- a/docs/_modules/commands/say.html +++ b/docs/_modules/commands/say.html @@ -4,11 +4,11 @@ - commands.say — Source.Python v742 documentation + commands.say — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -138,7 +138,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/commands/server.html b/docs/_modules/commands/server.html index f6be9010e..ae37dac1d 100644 --- a/docs/_modules/commands/server.html +++ b/docs/_modules/commands/server.html @@ -4,11 +4,11 @@ - commands.server — Source.Python v742 documentation + commands.server — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -123,7 +123,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/commands/typed.html b/docs/_modules/commands/typed.html index b7c2200fd..571f2d30b 100644 --- a/docs/_modules/commands/typed.html +++ b/docs/_modules/commands/typed.html @@ -4,11 +4,11 @@ - commands.typed — Source.Python v742 documentation + commands.typed — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -908,7 +908,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/config/manager.html b/docs/_modules/config/manager.html index 7e1f66f5d..171c04d01 100644 --- a/docs/_modules/config/manager.html +++ b/docs/_modules/config/manager.html @@ -4,11 +4,11 @@ - config.manager — Source.Python v742 documentation + config.manager — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -700,7 +700,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/core.html b/docs/_modules/core.html index 307509bd1..ead4ba053 100644 --- a/docs/_modules/core.html +++ b/docs/_modules/core.html @@ -4,11 +4,11 @@ - core — Source.Python v742 documentation + core — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -554,7 +554,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/core/cache.html b/docs/_modules/core/cache.html index 7058749f0..b18e33ac1 100644 --- a/docs/_modules/core/cache.html +++ b/docs/_modules/core/cache.html @@ -4,11 +4,11 @@ - core.cache — Source.Python v742 documentation + core.cache — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -159,7 +159,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/core/command.html b/docs/_modules/core/command.html index 32ab353bc..721240e59 100644 --- a/docs/_modules/core/command.html +++ b/docs/_modules/core/command.html @@ -4,11 +4,11 @@ - core.command — Source.Python v742 documentation + core.command — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -214,6 +214,7 @@

    Source code for core.command

         """Update Source.Python to the latest version. A restart of the server is
         required.
         """
    +    
         if not is_unversioned() and VERSION >= get_last_successful_build_number():
             core_command_logger.log_message('No new version available.')
             return
    @@ -260,7 +261,7 @@ 

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/core/command/docs.html b/docs/_modules/core/command/docs.html index b4ba97d9f..a036cfa6a 100644 --- a/docs/_modules/core/command/docs.html +++ b/docs/_modules/core/command/docs.html @@ -4,11 +4,11 @@ - core.command.docs — Source.Python v742 documentation + core.command.docs — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -543,7 +543,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/core/dumps.html b/docs/_modules/core/dumps.html index 14d37b28c..660be3512 100644 --- a/docs/_modules/core/dumps.html +++ b/docs/_modules/core/dumps.html @@ -4,11 +4,11 @@ - core.dumps — Source.Python v742 documentation + core.dumps — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -509,7 +509,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/core/table.html b/docs/_modules/core/table.html index 9aca3e7a7..55bdb7e4d 100644 --- a/docs/_modules/core/table.html +++ b/docs/_modules/core/table.html @@ -4,11 +4,11 @@ - core.table — Source.Python v742 documentation + core.table — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -273,7 +273,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/core/update.html b/docs/_modules/core/update.html index 966317155..f748e1437 100644 --- a/docs/_modules/core/update.html +++ b/docs/_modules/core/update.html @@ -4,11 +4,11 @@ - core.update — Source.Python v742 documentation + core.update — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -111,7 +111,8 @@

    Source code for core.update

     DATA_URL = f'{BASE_DATA_URL}/source-python-data.zip'
     
     BASE_DOWNLOAD_URL = 'http://downloads.sourcepython.com'
    -ARTIFACTS_URL = f'{BASE_DOWNLOAD_URL}/artifacts.txt'
    +
    +LATEST_RELEASE_URL = "https://api.github.com/repos/Source-Python-Dev-Team/Source.Python/releases/latest"
     
     DEFAULT_TIMEOUT = 3
     
    @@ -189,8 +190,10 @@ 

    Source code for core.update

             Number of seconds that need to pass until a timeout occurs.
         """
         update_logger.log_debug('Getting artifacts...')
    -    with urlopen(ARTIFACTS_URL, timeout=timeout) as url:
    -        return url.read().decode('utf-8').split('\n')
    + with urlopen(LATEST_RELEASE_URL, timeout=timeout) as url: + data = json.load(url) + + return [asset['browser_download_url'] for asset in data.get('assets', [])]
    @@ -206,9 +209,9 @@

    Source code for core.update

         :raise ValueError:
             Raised if the game wasn't found.
         """
    -    for relative_path in get_build_artifacts(timeout):
    -        if f'-{game}-' in relative_path:
    -            return f'{BASE_DOWNLOAD_URL}/{relative_path}'
    +    for download_url in get_build_artifacts(timeout):
    +        if f'-{game}-' in download_url:
    +            return download_url
     
         raise ValueError(f'Unable to find a download URL for game "{game}".')
    @@ -409,7 +412,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/core/version.html b/docs/_modules/core/version.html index 30c891097..da388db6c 100644 --- a/docs/_modules/core/version.html +++ b/docs/_modules/core/version.html @@ -4,11 +4,11 @@ - core.version — Source.Python v742 documentation + core.version — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -46,6 +46,7 @@

    Source code for core.version

     # >> IMPORTS
     # =============================================================================
     # Python Imports
    +import json
     from urllib.request import urlopen
     # Source.Python Imports
     #   Cvars
    @@ -66,14 +67,13 @@ 

    Source code for core.version

     # >> CONSTANTS
     # =============================================================================
     #: Version of the Source.Python intallation.
    -VERSION = 742
    +VERSION = 743
     
     #: The Github commit this Source.Python version was built with.
    -GIT_COMMIT = '3e5dd5de0323db803d0e3499a229ba2529fc463a'
    +GIT_COMMIT = '4cad55d4145ff7bf24aea6df9a53a9683df81700'
     
     LAST_SUCCESSFUL_BUILD_NUMBER_URL = (
    -    'http://downloads.sourcepython.com/version.txt')
    -
    +    'https://api.github.com/repos/Source-Python-Dev-Team/Source.Python/releases/latest')
     
     # =============================================================================
     # >> GLOBAL VARIABLES
    @@ -94,7 +94,9 @@ 

    Source code for core.version

         :rtype: int
         """
         with urlopen(LAST_SUCCESSFUL_BUILD_NUMBER_URL, timeout=timeout) as url:
    -        return int(url.read().decode('utf-8'))
    + data = json.load(url) + tag_name = data['tag_name'] + return int(tag_name[1:])
    @@ -145,7 +147,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/cvars/flags.html b/docs/_modules/cvars/flags.html index b971f8eb8..9f88b5848 100644 --- a/docs/_modules/cvars/flags.html +++ b/docs/_modules/cvars/flags.html @@ -4,11 +4,11 @@ - cvars.flags — Source.Python v742 documentation + cvars.flags — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -152,7 +152,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/cvars/public.html b/docs/_modules/cvars/public.html index 3afe8e5f4..511aa3273 100644 --- a/docs/_modules/cvars/public.html +++ b/docs/_modules/cvars/public.html @@ -4,11 +4,11 @@ - cvars.public — Source.Python v742 documentation + cvars.public — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -131,7 +131,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/effects.html b/docs/_modules/effects.html index 6797f6e79..e43dccc3d 100644 --- a/docs/_modules/effects.html +++ b/docs/_modules/effects.html @@ -4,11 +4,11 @@ - effects — Source.Python v742 documentation + effects — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -367,7 +367,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/effects/base.html b/docs/_modules/effects/base.html index 991cc2c79..f1e2e8e4a 100644 --- a/docs/_modules/effects/base.html +++ b/docs/_modules/effects/base.html @@ -4,11 +4,11 @@ - effects.base — Source.Python v742 documentation + effects.base — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -727,7 +727,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/effects/hooks.html b/docs/_modules/effects/hooks.html index b147f07f3..3f167b14f 100644 --- a/docs/_modules/effects/hooks.html +++ b/docs/_modules/effects/hooks.html @@ -4,11 +4,11 @@ - effects.hooks — Source.Python v742 documentation + effects.hooks — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -181,7 +181,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/effects/templates.html b/docs/_modules/effects/templates.html index a589580ee..759719533 100644 --- a/docs/_modules/effects/templates.html +++ b/docs/_modules/effects/templates.html @@ -4,11 +4,11 @@ - effects.templates — Source.Python v742 documentation + effects.templates — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -395,7 +395,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/engines/precache.html b/docs/_modules/engines/precache.html index 7d947da21..8ca8b03da 100644 --- a/docs/_modules/engines/precache.html +++ b/docs/_modules/engines/precache.html @@ -4,11 +4,11 @@ - engines.precache — Source.Python v742 documentation + engines.precache — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -236,7 +236,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/engines/sound.html b/docs/_modules/engines/sound.html index b1f5154d4..233c201e1 100644 --- a/docs/_modules/engines/sound.html +++ b/docs/_modules/engines/sound.html @@ -4,11 +4,11 @@ - engines.sound — Source.Python v742 documentation + engines.sound — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -454,7 +454,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/engines/trace.html b/docs/_modules/engines/trace.html index 009a96ecb..0dd8eada7 100644 --- a/docs/_modules/engines/trace.html +++ b/docs/_modules/engines/trace.html @@ -4,11 +4,11 @@ - engines.trace — Source.Python v742 documentation + engines.trace — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -314,7 +314,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/entities/_base.html b/docs/_modules/entities/_base.html index 6bae85732..7dfaba7f7 100644 --- a/docs/_modules/entities/_base.html +++ b/docs/_modules/entities/_base.html @@ -4,11 +4,11 @@ - entities._base — Source.Python v742 documentation + entities._base — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -988,7 +988,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/entities/collisions.html b/docs/_modules/entities/collisions.html index 7fd0067b0..1a0f11370 100644 --- a/docs/_modules/entities/collisions.html +++ b/docs/_modules/entities/collisions.html @@ -4,11 +4,11 @@ - entities.collisions — Source.Python v742 documentation + entities.collisions — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -164,7 +164,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/entities/constants.html b/docs/_modules/entities/constants.html index 818df8a19..71d4e3871 100644 --- a/docs/_modules/entities/constants.html +++ b/docs/_modules/entities/constants.html @@ -4,11 +4,11 @@ - entities.constants — Source.Python v742 documentation + entities.constants — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -388,7 +388,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/entities/datamaps.html b/docs/_modules/entities/datamaps.html index 58847bc1e..ac151c036 100644 --- a/docs/_modules/entities/datamaps.html +++ b/docs/_modules/entities/datamaps.html @@ -4,11 +4,11 @@ - entities.datamaps — Source.Python v742 documentation + entities.datamaps — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -212,7 +212,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/entities/dictionary.html b/docs/_modules/entities/dictionary.html index 3fcc5ab79..2e8376390 100644 --- a/docs/_modules/entities/dictionary.html +++ b/docs/_modules/entities/dictionary.html @@ -4,11 +4,11 @@ - entities.dictionary — Source.Python v742 documentation + entities.dictionary — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -327,7 +327,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/entities/engines/csgo.html b/docs/_modules/entities/engines/csgo.html index 31468bb83..45b8cc844 100644 --- a/docs/_modules/entities/engines/csgo.html +++ b/docs/_modules/entities/engines/csgo.html @@ -4,11 +4,11 @@ - entities.engines.csgo — Source.Python v742 documentation + entities.engines.csgo — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -90,7 +90,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/entities/engines/csgo/csgo.html b/docs/_modules/entities/engines/csgo/csgo.html index fb68866c9..06ba1f297 100644 --- a/docs/_modules/entities/engines/csgo/csgo.html +++ b/docs/_modules/entities/engines/csgo/csgo.html @@ -4,11 +4,11 @@ - entities.engines.csgo.csgo — Source.Python v742 documentation + entities.engines.csgo.csgo — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -170,7 +170,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/entities/helpers.html b/docs/_modules/entities/helpers.html index 9d05f416b..4da9c52fa 100644 --- a/docs/_modules/entities/helpers.html +++ b/docs/_modules/entities/helpers.html @@ -4,11 +4,11 @@ - entities.helpers — Source.Python v742 documentation + entities.helpers — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -210,7 +210,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/entities/hooks.html b/docs/_modules/entities/hooks.html index f4d08bd94..589db3150 100644 --- a/docs/_modules/entities/hooks.html +++ b/docs/_modules/entities/hooks.html @@ -4,11 +4,11 @@ - entities.hooks — Source.Python v742 documentation + entities.hooks — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -323,7 +323,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/entities/props.html b/docs/_modules/entities/props.html index ba516cab0..ce4208ee4 100644 --- a/docs/_modules/entities/props.html +++ b/docs/_modules/entities/props.html @@ -4,11 +4,11 @@ - entities.props — Source.Python v742 documentation + entities.props — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -150,7 +150,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/entities/transmit.html b/docs/_modules/entities/transmit.html index 787241e1a..ba63b0541 100644 --- a/docs/_modules/entities/transmit.html +++ b/docs/_modules/entities/transmit.html @@ -4,11 +4,11 @@ - entities.transmit — Source.Python v742 documentation + entities.transmit — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -167,7 +167,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/events.html b/docs/_modules/events.html index 0209a620d..aa2524e39 100644 --- a/docs/_modules/events.html +++ b/docs/_modules/events.html @@ -4,11 +4,11 @@ - events — Source.Python v742 documentation + events — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -163,7 +163,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/events/custom.html b/docs/_modules/events/custom.html index 748e0a73d..162215ea9 100644 --- a/docs/_modules/events/custom.html +++ b/docs/_modules/events/custom.html @@ -4,11 +4,11 @@ - events.custom — Source.Python v742 documentation + events.custom — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -254,7 +254,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/events/hooks.html b/docs/_modules/events/hooks.html index 5750068ad..62951d8c5 100644 --- a/docs/_modules/events/hooks.html +++ b/docs/_modules/events/hooks.html @@ -4,11 +4,11 @@ - events.hooks — Source.Python v742 documentation + events.hooks — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -339,7 +339,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/events/resource.html b/docs/_modules/events/resource.html index eeb3fdd21..29955625a 100644 --- a/docs/_modules/events/resource.html +++ b/docs/_modules/events/resource.html @@ -4,11 +4,11 @@ - events.resource — Source.Python v742 documentation + events.resource — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -213,7 +213,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/events/variable.html b/docs/_modules/events/variable.html index 9f7aa4ead..1caaeec6a 100644 --- a/docs/_modules/events/variable.html +++ b/docs/_modules/events/variable.html @@ -4,11 +4,11 @@ - events.variable — Source.Python v742 documentation + events.variable — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -193,7 +193,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/filesystem.html b/docs/_modules/filesystem.html index d6dfe884d..54cb435eb 100644 --- a/docs/_modules/filesystem.html +++ b/docs/_modules/filesystem.html @@ -4,11 +4,11 @@ - filesystem — Source.Python v742 documentation + filesystem — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -158,7 +158,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/filters/entities.html b/docs/_modules/filters/entities.html index d0c41e2d3..d2292aa6a 100644 --- a/docs/_modules/filters/entities.html +++ b/docs/_modules/filters/entities.html @@ -4,11 +4,11 @@ - filters.entities — Source.Python v742 documentation + filters.entities — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -165,7 +165,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/filters/players.html b/docs/_modules/filters/players.html index 306c3b290..12cfb2725 100644 --- a/docs/_modules/filters/players.html +++ b/docs/_modules/filters/players.html @@ -4,11 +4,11 @@ - filters.players — Source.Python v742 documentation + filters.players — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -258,7 +258,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/filters/recipients.html b/docs/_modules/filters/recipients.html index ae5892f76..3b8000acc 100644 --- a/docs/_modules/filters/recipients.html +++ b/docs/_modules/filters/recipients.html @@ -4,11 +4,11 @@ - filters.recipients — Source.Python v742 documentation + filters.recipients — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -205,7 +205,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/filters/weapons.html b/docs/_modules/filters/weapons.html index 449e7ffc0..254fcbe3d 100644 --- a/docs/_modules/filters/weapons.html +++ b/docs/_modules/filters/weapons.html @@ -4,11 +4,11 @@ - filters.weapons — Source.Python v742 documentation + filters.weapons — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -198,7 +198,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/hooks/exceptions.html b/docs/_modules/hooks/exceptions.html index 60cd31a3c..aeacb60f4 100644 --- a/docs/_modules/hooks/exceptions.html +++ b/docs/_modules/hooks/exceptions.html @@ -4,11 +4,11 @@ - hooks.exceptions — Source.Python v742 documentation + hooks.exceptions — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -196,7 +196,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/hooks/warnings.html b/docs/_modules/hooks/warnings.html index c6292c8ff..cc1561adf 100644 --- a/docs/_modules/hooks/warnings.html +++ b/docs/_modules/hooks/warnings.html @@ -4,11 +4,11 @@ - hooks.warnings — Source.Python v742 documentation + hooks.warnings — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -170,7 +170,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/index.html b/docs/_modules/index.html index 6ffe6ff82..358269364 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -4,11 +4,11 @@ - Overview: module code — Source.Python v742 documentation + Overview: module code — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - +
    @@ -207,7 +207,7 @@

    Navigation

  • modules |
  • - +
    diff --git a/docs/_modules/listeners.html b/docs/_modules/listeners.html index dd59f4b53..902a265f6 100644 --- a/docs/_modules/listeners.html +++ b/docs/_modules/listeners.html @@ -4,11 +4,11 @@ - listeners — Source.Python v742 documentation + listeners — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -936,7 +936,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/listeners/tick.html b/docs/_modules/listeners/tick.html index d7bf26def..88d931793 100644 --- a/docs/_modules/listeners/tick.html +++ b/docs/_modules/listeners/tick.html @@ -4,11 +4,11 @@ - listeners.tick — Source.Python v742 documentation + listeners.tick — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -746,7 +746,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/loggers.html b/docs/_modules/loggers.html index 6ee69cb43..122889d21 100644 --- a/docs/_modules/loggers.html +++ b/docs/_modules/loggers.html @@ -4,11 +4,11 @@ - loggers — Source.Python v742 documentation + loggers — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -554,7 +554,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/memory.html b/docs/_modules/memory.html index 455963062..2f869a488 100644 --- a/docs/_modules/memory.html +++ b/docs/_modules/memory.html @@ -4,11 +4,11 @@ - memory — Source.Python v742 documentation + memory — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -311,7 +311,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/memory/helpers.html b/docs/_modules/memory/helpers.html index 872baaa9f..b0d613762 100644 --- a/docs/_modules/memory/helpers.html +++ b/docs/_modules/memory/helpers.html @@ -4,11 +4,11 @@ - memory.helpers — Source.Python v742 documentation + memory.helpers — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -541,7 +541,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/memory/hooks.html b/docs/_modules/memory/hooks.html index e802f8b86..e159c297a 100644 --- a/docs/_modules/memory/hooks.html +++ b/docs/_modules/memory/hooks.html @@ -4,11 +4,11 @@ - memory.hooks — Source.Python v742 documentation + memory.hooks — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -259,7 +259,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/memory/manager.html b/docs/_modules/memory/manager.html index 77afb05bf..23bc72adc 100644 --- a/docs/_modules/memory/manager.html +++ b/docs/_modules/memory/manager.html @@ -4,11 +4,11 @@ - memory.manager — Source.Python v742 documentation + memory.manager — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -964,7 +964,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/menus/base.html b/docs/_modules/menus/base.html index 65ea03d93..a9813cb54 100644 --- a/docs/_modules/menus/base.html +++ b/docs/_modules/menus/base.html @@ -4,11 +4,11 @@ - menus.base — Source.Python v742 documentation + menus.base — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -520,7 +520,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/menus/esc.html b/docs/_modules/menus/esc.html index 645c713ee..c6433b47d 100644 --- a/docs/_modules/menus/esc.html +++ b/docs/_modules/menus/esc.html @@ -4,11 +4,11 @@ - menus.esc — Source.Python v742 documentation + menus.esc — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -495,7 +495,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/menus/radio.html b/docs/_modules/menus/radio.html index dde87b86e..798fc768c 100644 --- a/docs/_modules/menus/radio.html +++ b/docs/_modules/menus/radio.html @@ -4,11 +4,11 @@ - menus.radio — Source.Python v742 documentation + menus.radio — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -532,7 +532,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/messages/base.html b/docs/_modules/messages/base.html index 02838b922..85a8c931a 100644 --- a/docs/_modules/messages/base.html +++ b/docs/_modules/messages/base.html @@ -4,11 +4,11 @@ - messages.base — Source.Python v742 documentation + messages.base — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -783,7 +783,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/messages/dialog.html b/docs/_modules/messages/dialog.html index 56d6d4d67..0fd16d48f 100644 --- a/docs/_modules/messages/dialog.html +++ b/docs/_modules/messages/dialog.html @@ -4,11 +4,11 @@ - messages.dialog — Source.Python v742 documentation + messages.dialog — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -422,7 +422,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/messages/hooks.html b/docs/_modules/messages/hooks.html index ba5b2841d..b196fcafc 100644 --- a/docs/_modules/messages/hooks.html +++ b/docs/_modules/messages/hooks.html @@ -4,11 +4,11 @@ - messages.hooks — Source.Python v742 documentation + messages.hooks — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -373,7 +373,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/messages/impl.html b/docs/_modules/messages/impl.html index c188886f2..ac8270f38 100644 --- a/docs/_modules/messages/impl.html +++ b/docs/_modules/messages/impl.html @@ -4,11 +4,11 @@ - messages.impl — Source.Python v742 documentation + messages.impl — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -433,7 +433,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/net_channel.html b/docs/_modules/net_channel.html index ac0c45abe..d69e36c60 100644 --- a/docs/_modules/net_channel.html +++ b/docs/_modules/net_channel.html @@ -4,11 +4,11 @@ - net_channel — Source.Python v742 documentation + net_channel — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -119,7 +119,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/players/_language/base.html b/docs/_modules/players/_language/base.html index 613f30de7..86e44daa3 100644 --- a/docs/_modules/players/_language/base.html +++ b/docs/_modules/players/_language/base.html @@ -4,11 +4,11 @@ - players._language.base — Source.Python v742 documentation + players._language.base — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -99,7 +99,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/players/constants.html b/docs/_modules/players/constants.html index eaae16b17..eb772a2bc 100644 --- a/docs/_modules/players/constants.html +++ b/docs/_modules/players/constants.html @@ -4,11 +4,11 @@ - players.constants — Source.Python v742 documentation + players.constants — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -311,7 +311,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/players/dictionary.html b/docs/_modules/players/dictionary.html index 87a577d3e..9da308c2d 100644 --- a/docs/_modules/players/dictionary.html +++ b/docs/_modules/players/dictionary.html @@ -4,11 +4,11 @@ - players.dictionary — Source.Python v742 documentation + players.dictionary — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -130,7 +130,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/players/engines/bms.html b/docs/_modules/players/engines/bms.html index 99386d7f3..cc5eac146 100644 --- a/docs/_modules/players/engines/bms.html +++ b/docs/_modules/players/engines/bms.html @@ -4,11 +4,11 @@ - players.engines.bms — Source.Python v742 documentation + players.engines.bms — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -102,7 +102,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/players/engines/l4d2.html b/docs/_modules/players/engines/l4d2.html index ed3a671e4..870c6b0cd 100644 --- a/docs/_modules/players/engines/l4d2.html +++ b/docs/_modules/players/engines/l4d2.html @@ -4,11 +4,11 @@ - players.engines.l4d2 — Source.Python v742 documentation + players.engines.l4d2 — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -102,7 +102,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/players/engines/orangebox.html b/docs/_modules/players/engines/orangebox.html index 700a0a592..a23af5d0b 100644 --- a/docs/_modules/players/engines/orangebox.html +++ b/docs/_modules/players/engines/orangebox.html @@ -4,11 +4,11 @@ - players.engines.orangebox — Source.Python v742 documentation + players.engines.orangebox — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -101,7 +101,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/players/engines/orangebox/cstrike.html b/docs/_modules/players/engines/orangebox/cstrike.html index bdf2c5f38..485637840 100644 --- a/docs/_modules/players/engines/orangebox/cstrike.html +++ b/docs/_modules/players/engines/orangebox/cstrike.html @@ -4,11 +4,11 @@ - players.engines.orangebox.cstrike — Source.Python v742 documentation + players.engines.orangebox.cstrike — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -152,7 +152,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/plugins/command.html b/docs/_modules/plugins/command.html index a123c9608..065cc5d5a 100644 --- a/docs/_modules/plugins/command.html +++ b/docs/_modules/plugins/command.html @@ -4,11 +4,11 @@ - plugins.command — Source.Python v742 documentation + plugins.command — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -373,7 +373,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/plugins/info.html b/docs/_modules/plugins/info.html index e37dea14f..f18cf4397 100644 --- a/docs/_modules/plugins/info.html +++ b/docs/_modules/plugins/info.html @@ -4,11 +4,11 @@ - plugins.info — Source.Python v742 documentation + plugins.info — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -223,7 +223,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/plugins/instance.html b/docs/_modules/plugins/instance.html index be731e49a..d6073d3b2 100644 --- a/docs/_modules/plugins/instance.html +++ b/docs/_modules/plugins/instance.html @@ -4,11 +4,11 @@ - plugins.instance — Source.Python v742 documentation + plugins.instance — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -174,7 +174,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/plugins/manager.html b/docs/_modules/plugins/manager.html index ce40fe5ce..0f84b5b2e 100644 --- a/docs/_modules/plugins/manager.html +++ b/docs/_modules/plugins/manager.html @@ -4,11 +4,11 @@ - plugins.manager — Source.Python v742 documentation + plugins.manager — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -555,7 +555,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/public.html b/docs/_modules/public.html index db23e8184..23dd4c084 100644 --- a/docs/_modules/public.html +++ b/docs/_modules/public.html @@ -4,11 +4,11 @@ - public — Source.Python v742 documentation + public — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -114,7 +114,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/settings/player.html b/docs/_modules/settings/player.html index d5bd140a0..5593a1164 100644 --- a/docs/_modules/settings/player.html +++ b/docs/_modules/settings/player.html @@ -4,11 +4,11 @@ - settings.player — Source.Python v742 documentation + settings.player — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -248,7 +248,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/settings/types.html b/docs/_modules/settings/types.html index d903ad983..f9bbae149 100644 --- a/docs/_modules/settings/types.html +++ b/docs/_modules/settings/types.html @@ -4,11 +4,11 @@ - settings.types — Source.Python v742 documentation + settings.types — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -492,7 +492,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/stringtables/downloads.html b/docs/_modules/stringtables/downloads.html index 9ff595551..7b03eab30 100644 --- a/docs/_modules/stringtables/downloads.html +++ b/docs/_modules/stringtables/downloads.html @@ -4,11 +4,11 @@ - stringtables.downloads — Source.Python v742 documentation + stringtables.downloads — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -227,7 +227,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/studio/constants.html b/docs/_modules/studio/constants.html index 6240588be..30871d4f1 100644 --- a/docs/_modules/studio/constants.html +++ b/docs/_modules/studio/constants.html @@ -4,11 +4,11 @@ - studio.constants — Source.Python v742 documentation + studio.constants — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -136,7 +136,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/translations/strings.html b/docs/_modules/translations/strings.html index 6f31a310b..6ecb96f11 100644 --- a/docs/_modules/translations/strings.html +++ b/docs/_modules/translations/strings.html @@ -4,11 +4,11 @@ - translations.strings — Source.Python v742 documentation + translations.strings — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -421,7 +421,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/weapons/_base.html b/docs/_modules/weapons/_base.html index 76583be34..b7674a445 100644 --- a/docs/_modules/weapons/_base.html +++ b/docs/_modules/weapons/_base.html @@ -4,11 +4,11 @@ - weapons._base — Source.Python v742 documentation + weapons._base — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -288,7 +288,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/weapons/constants.html b/docs/_modules/weapons/constants.html index 46626da59..df1bb5651 100644 --- a/docs/_modules/weapons/constants.html +++ b/docs/_modules/weapons/constants.html @@ -4,11 +4,11 @@ - weapons.constants — Source.Python v742 documentation + weapons.constants — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -172,7 +172,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/weapons/default.html b/docs/_modules/weapons/default.html index 80a7faeea..cd4a84149 100644 --- a/docs/_modules/weapons/default.html +++ b/docs/_modules/weapons/default.html @@ -4,11 +4,11 @@ - weapons.default — Source.Python v742 documentation + weapons.default — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -108,7 +108,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/weapons/dictionary.html b/docs/_modules/weapons/dictionary.html index 6e3547660..55c7a7cf7 100644 --- a/docs/_modules/weapons/dictionary.html +++ b/docs/_modules/weapons/dictionary.html @@ -4,11 +4,11 @@ - weapons.dictionary — Source.Python v742 documentation + weapons.dictionary — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -118,7 +118,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/weapons/engines/csgo.html b/docs/_modules/weapons/engines/csgo.html index a4bc05d9e..e9a76d023 100644 --- a/docs/_modules/weapons/engines/csgo.html +++ b/docs/_modules/weapons/engines/csgo.html @@ -4,11 +4,11 @@ - weapons.engines.csgo — Source.Python v742 documentation + weapons.engines.csgo — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -90,7 +90,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/weapons/engines/csgo/csgo.html b/docs/_modules/weapons/engines/csgo/csgo.html index 663c26741..b96549dc5 100644 --- a/docs/_modules/weapons/engines/csgo/csgo.html +++ b/docs/_modules/weapons/engines/csgo/csgo.html @@ -4,11 +4,11 @@ - weapons.engines.csgo.csgo — Source.Python v742 documentation + weapons.engines.csgo.csgo — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -161,7 +161,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/weapons/instance.html b/docs/_modules/weapons/instance.html index c29f81145..081cf3bff 100644 --- a/docs/_modules/weapons/instance.html +++ b/docs/_modules/weapons/instance.html @@ -4,11 +4,11 @@ - weapons.instance — Source.Python v742 documentation + weapons.instance — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -281,7 +281,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_modules/weapons/restrictions.html b/docs/_modules/weapons/restrictions.html index 6b5105f29..dc2b27ca8 100644 --- a/docs/_modules/weapons/restrictions.html +++ b/docs/_modules/weapons/restrictions.html @@ -4,11 +4,11 @@ - weapons.restrictions — Source.Python v742 documentation + weapons.restrictions — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -533,7 +533,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/_sources/general/installation.rst.txt b/docs/_sources/general/installation.rst.txt index 117128f75..877831613 100644 --- a/docs/_sources/general/installation.rst.txt +++ b/docs/_sources/general/installation.rst.txt @@ -27,7 +27,7 @@ There are no special requirements. Installation steps ------------------ -1. Download the latest Source.Python version from our `download page `_. +1. Download the latest Source.Python version from our `download page `_. 2. Extract the archive in your server's game folder. E.g. ``../my_servers/css/cstrike/`` 3. Start/restart your server and validate the installation by typing ``sp info`` into the server console (use ``rcon`` if you are not working directly on your server). It should print something like this: @@ -49,4 +49,4 @@ Installation steps 4. If you validated the installation, you successfully installed Source.Python! 5. You can now edit your server's ``../cfg/source-python/core_settings.ini`` file to your liking. -If you are having problems installing Source.Python (e. g. ``Unknown command "sp"``), please let us know on our `forums `_! +If you are having problems installing Source.Python (e. g. ``Unknown command "sp"``), please let us know on `GitHub `_! diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 690e5dee9..c57bb2422 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -5,11 +5,7 @@ Welcome to the Source.Python documentation! Source.Python is an open-source project that uses Boost.Python to allow scripters to interact with Valve's Source-engine. In this wiki, you will find -documentation on how to install, update, and use Source.Python. If you have -any questions, please search for an answer on our -`forums `_. If you cannot find the -answer to your question, please post a question of your own in the appropriate -forum. +documentation on how to install, update, and use Source.Python. Source.Python is currently embedding Python 3.13 and will be upgraded from time to time. @@ -67,7 +63,8 @@ Other helpful links ------------------- * Source.Python - * `Source.Python forums `_ + * `Source.Python discussions `_ + * `Source.Python forums (old) `_ * `Source.Python repository `_ * `Source.Python issue list `_ diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index ad13f10d9..48db6b1d2 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: ' v742', + VERSION: ' v743', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/contributing/building.html b/docs/contributing/building.html index 682b6a08f..9108a1b46 100644 --- a/docs/contributing/building.html +++ b/docs/contributing/building.html @@ -5,11 +5,11 @@ - Building — Source.Python v742 documentation + Building — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - +
    @@ -175,7 +175,7 @@

    Navigation

  • previous |
  • - +
    diff --git a/docs/contributing/coding-conventions.html b/docs/contributing/coding-conventions.html index 7b776e31a..52bd88a94 100644 --- a/docs/contributing/coding-conventions.html +++ b/docs/contributing/coding-conventions.html @@ -5,11 +5,11 @@ - Coding conventions — Source.Python v742 documentation + Coding conventions — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -348,7 +348,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/contributing/contributing.html b/docs/contributing/contributing.html index 236e0950b..a58498acd 100644 --- a/docs/contributing/contributing.html +++ b/docs/contributing/contributing.html @@ -5,11 +5,11 @@ - Contributing — Source.Python v742 documentation + Contributing — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -182,7 +182,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/contributing/todos.html b/docs/contributing/todos.html index a3b6c6441..aa0a9c6c6 100644 --- a/docs/contributing/todos.html +++ b/docs/contributing/todos.html @@ -5,11 +5,11 @@ - TODOs — Source.Python v742 documentation + TODOs — Source.Python v743 documentation - + @@ -30,7 +30,7 @@

    Navigation

  • previous |
  • - + @@ -97,7 +97,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events.html b/docs/developing/events.html index d203169fc..d71c878a2 100644 --- a/docs/developing/events.html +++ b/docs/developing/events.html @@ -5,11 +5,11 @@ - Events — Source.Python v742 documentation + Events — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -192,7 +192,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events/blade.html b/docs/developing/events/blade.html index ba541a03a..c2a6ebb8e 100644 --- a/docs/developing/events/blade.html +++ b/docs/developing/events/blade.html @@ -5,11 +5,11 @@ - Blade Symphony — Source.Python v742 documentation + Blade Symphony — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -2063,7 +2063,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events/bms.html b/docs/developing/events/bms.html index 34e445e26..8a9e34b01 100644 --- a/docs/developing/events/bms.html +++ b/docs/developing/events/bms.html @@ -5,11 +5,11 @@ - Black Mesa: Source — Source.Python v742 documentation + Black Mesa: Source — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -2033,7 +2033,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events/csgo.html b/docs/developing/events/csgo.html index a9b2b426b..91cfede80 100644 --- a/docs/developing/events/csgo.html +++ b/docs/developing/events/csgo.html @@ -5,11 +5,11 @@ - Counter-Strike: Global Offensive — Source.Python v742 documentation + Counter-Strike: Global Offensive — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -6003,7 +6003,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events/cstrike.html b/docs/developing/events/cstrike.html index bf0bfb286..630fec09b 100644 --- a/docs/developing/events/cstrike.html +++ b/docs/developing/events/cstrike.html @@ -5,11 +5,11 @@ - Counter-Strike: Source — Source.Python v742 documentation + Counter-Strike: Source — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -3313,7 +3313,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events/dod.html b/docs/developing/events/dod.html index 97cab238b..70b3d3913 100644 --- a/docs/developing/events/dod.html +++ b/docs/developing/events/dod.html @@ -5,11 +5,11 @@ - Day of Defeat: Source — Source.Python v742 documentation + Day of Defeat: Source — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -2933,7 +2933,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events/hl2.html b/docs/developing/events/hl2.html index 980765563..4c6b83ad4 100644 --- a/docs/developing/events/hl2.html +++ b/docs/developing/events/hl2.html @@ -5,11 +5,11 @@ - Halflife 2 — Source.Python v742 documentation + Halflife 2 — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -105,7 +105,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events/hl2mp.html b/docs/developing/events/hl2mp.html index 8753bb06f..de503717d 100644 --- a/docs/developing/events/hl2mp.html +++ b/docs/developing/events/hl2mp.html @@ -5,11 +5,11 @@ - Half-Life 2 DeathMatch — Source.Python v742 documentation + Half-Life 2 DeathMatch — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -2101,7 +2101,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events/l4d2.html b/docs/developing/events/l4d2.html index ba8458d71..a94065700 100644 --- a/docs/developing/events/l4d2.html +++ b/docs/developing/events/l4d2.html @@ -5,11 +5,11 @@ - Left 4 Dead 2 — Source.Python v742 documentation + Left 4 Dead 2 — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -8531,7 +8531,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events/portal.html b/docs/developing/events/portal.html index 64e590bf6..f4858c437 100644 --- a/docs/developing/events/portal.html +++ b/docs/developing/events/portal.html @@ -5,11 +5,11 @@ - Portal — Source.Python v742 documentation + Portal — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -105,7 +105,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events/portal2.html b/docs/developing/events/portal2.html index aeb0dd9fc..3699416c1 100644 --- a/docs/developing/events/portal2.html +++ b/docs/developing/events/portal2.html @@ -5,11 +5,11 @@ - Portal 2 — Source.Python v742 documentation + Portal 2 — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -105,7 +105,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/events/tf.html b/docs/developing/events/tf.html index 13853eb27..97a65324d 100644 --- a/docs/developing/events/tf.html +++ b/docs/developing/events/tf.html @@ -5,11 +5,11 @@ - Team Fortress 2 — Source.Python v742 documentation + Team Fortress 2 — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -8959,7 +8959,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/getting-started.html b/docs/developing/getting-started.html index 85924a1d8..eaad31057 100644 --- a/docs/developing/getting-started.html +++ b/docs/developing/getting-started.html @@ -5,11 +5,11 @@ - Getting started — Source.Python v742 documentation + Getting started — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -262,7 +262,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials.html b/docs/developing/module_tutorials.html index 358c4e660..3958f5f54 100644 --- a/docs/developing/module_tutorials.html +++ b/docs/developing/module_tutorials.html @@ -5,11 +5,11 @@ - Module tutorials — Source.Python v742 documentation + Module tutorials — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -120,7 +120,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials/auth.html b/docs/developing/module_tutorials/auth.html index f57c14269..e8144b0f1 100644 --- a/docs/developing/module_tutorials/auth.html +++ b/docs/developing/module_tutorials/auth.html @@ -5,11 +5,11 @@ - auth — Source.Python v742 documentation + auth — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -165,7 +165,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials/colors.html b/docs/developing/module_tutorials/colors.html index 73f9e9522..416f3de36 100644 --- a/docs/developing/module_tutorials/colors.html +++ b/docs/developing/module_tutorials/colors.html @@ -5,11 +5,11 @@ - colors — Source.Python v742 documentation + colors — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -152,7 +152,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials/commands.html b/docs/developing/module_tutorials/commands.html index 8aa291811..f0f316e9c 100644 --- a/docs/developing/module_tutorials/commands.html +++ b/docs/developing/module_tutorials/commands.html @@ -5,11 +5,11 @@ - commands — Source.Python v742 documentation + commands — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -555,7 +555,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials/config.html b/docs/developing/module_tutorials/config.html index cf30d63b4..aeb7118a0 100644 --- a/docs/developing/module_tutorials/config.html +++ b/docs/developing/module_tutorials/config.html @@ -5,11 +5,11 @@ - config — Source.Python v742 documentation + config — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -355,7 +355,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials/entities.html b/docs/developing/module_tutorials/entities.html index 3b4785eb5..9be09faa6 100644 --- a/docs/developing/module_tutorials/entities.html +++ b/docs/developing/module_tutorials/entities.html @@ -5,11 +5,11 @@ - entities — Source.Python v742 documentation + entities — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -274,7 +274,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials/events.html b/docs/developing/module_tutorials/events.html index a99894d86..c80babeab 100644 --- a/docs/developing/module_tutorials/events.html +++ b/docs/developing/module_tutorials/events.html @@ -5,11 +5,11 @@ - events — Source.Python v742 documentation + events — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -188,7 +188,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials/listeners.html b/docs/developing/module_tutorials/listeners.html index 9706c407a..7652744fe 100644 --- a/docs/developing/module_tutorials/listeners.html +++ b/docs/developing/module_tutorials/listeners.html @@ -5,11 +5,11 @@ - listeners — Source.Python v742 documentation + listeners — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -716,7 +716,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials/memory.html b/docs/developing/module_tutorials/memory.html index 71c1bae57..f25afe7f6 100644 --- a/docs/developing/module_tutorials/memory.html +++ b/docs/developing/module_tutorials/memory.html @@ -5,11 +5,11 @@ - memory — Source.Python v742 documentation + memory — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -226,7 +226,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials/menus.html b/docs/developing/module_tutorials/menus.html index 0cf6466e7..73bffc308 100644 --- a/docs/developing/module_tutorials/menus.html +++ b/docs/developing/module_tutorials/menus.html @@ -5,11 +5,11 @@ - menus — Source.Python v742 documentation + menus — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -246,7 +246,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials/plugins.html b/docs/developing/module_tutorials/plugins.html index 8ea07afbe..924af21cf 100644 --- a/docs/developing/module_tutorials/plugins.html +++ b/docs/developing/module_tutorials/plugins.html @@ -5,11 +5,11 @@ - plugins — Source.Python v742 documentation + plugins — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -331,7 +331,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/module_tutorials/stringtables.html b/docs/developing/module_tutorials/stringtables.html index a6f190594..7ff5d8f3e 100644 --- a/docs/developing/module_tutorials/stringtables.html +++ b/docs/developing/module_tutorials/stringtables.html @@ -5,11 +5,11 @@ - stringtables — Source.Python v742 documentation + stringtables — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -148,7 +148,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/developing/modules/auth.base.html b/docs/developing/modules/auth.base.html index b0a48aa70..51110f33d 100644 --- a/docs/developing/modules/auth.base.html +++ b/docs/developing/modules/auth.base.html @@ -5,11 +5,11 @@ - auth.base module — Source.Python v742 documentation + auth.base module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -161,7 +161,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/auth.html b/docs/developing/modules/auth.html index 5b15364f1..db36085cc 100644 --- a/docs/developing/modules/auth.html +++ b/docs/developing/modules/auth.html @@ -5,11 +5,11 @@ - auth package — Source.Python v742 documentation + auth package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -104,7 +104,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/auth.manager.html b/docs/developing/modules/auth.manager.html index 4a3bffc2b..9d97b09b1 100644 --- a/docs/developing/modules/auth.manager.html +++ b/docs/developing/modules/auth.manager.html @@ -5,11 +5,11 @@ - auth.manager module — Source.Python v742 documentation + auth.manager module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -259,7 +259,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/autodoc.html b/docs/developing/modules/autodoc.html index 514488899..f03699c48 100644 --- a/docs/developing/modules/autodoc.html +++ b/docs/developing/modules/autodoc.html @@ -5,11 +5,11 @@ - autodoc module — Source.Python v742 documentation + autodoc module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -308,7 +308,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/bitbuffers.html b/docs/developing/modules/bitbuffers.html index 558b5c1ae..f243da3dd 100644 --- a/docs/developing/modules/bitbuffers.html +++ b/docs/developing/modules/bitbuffers.html @@ -5,11 +5,11 @@ - bitbuffers module — Source.Python v742 documentation + bitbuffers module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -564,7 +564,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/colors.html b/docs/developing/modules/colors.html index e50106485..d8741ca7b 100644 --- a/docs/developing/modules/colors.html +++ b/docs/developing/modules/colors.html @@ -5,11 +5,11 @@ - colors module — Source.Python v742 documentation + colors module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -343,7 +343,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/commands.auth.html b/docs/developing/modules/commands.auth.html index e38d9e153..0b55eece7 100644 --- a/docs/developing/modules/commands.auth.html +++ b/docs/developing/modules/commands.auth.html @@ -5,11 +5,11 @@ - commands.auth module — Source.Python v742 documentation + commands.auth module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/commands.client.html b/docs/developing/modules/commands.client.html index 3477a554f..9a517befe 100644 --- a/docs/developing/modules/commands.client.html +++ b/docs/developing/modules/commands.client.html @@ -5,11 +5,11 @@ - commands.client package — Source.Python v742 documentation + commands.client package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -180,7 +180,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/commands.command.html b/docs/developing/modules/commands.command.html index 79e8e9bc8..a85b89818 100644 --- a/docs/developing/modules/commands.command.html +++ b/docs/developing/modules/commands.command.html @@ -5,11 +5,11 @@ - commands.command module — Source.Python v742 documentation + commands.command module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/commands.filter.html b/docs/developing/modules/commands.filter.html index d7b864151..6d9476757 100644 --- a/docs/developing/modules/commands.filter.html +++ b/docs/developing/modules/commands.filter.html @@ -5,11 +5,11 @@ - commands.filter module — Source.Python v742 documentation + commands.filter module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/commands.html b/docs/developing/modules/commands.html index 2c8888cbb..e0b4231fa 100644 --- a/docs/developing/modules/commands.html +++ b/docs/developing/modules/commands.html @@ -5,11 +5,11 @@ - commands package — Source.Python v742 documentation + commands package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -304,7 +304,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/commands.manager.html b/docs/developing/modules/commands.manager.html index 36d80bbcf..be6fc87a7 100644 --- a/docs/developing/modules/commands.manager.html +++ b/docs/developing/modules/commands.manager.html @@ -5,11 +5,11 @@ - commands.manager module — Source.Python v742 documentation + commands.manager module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/commands.player.html b/docs/developing/modules/commands.player.html index 3210c6167..2be0f3f64 100644 --- a/docs/developing/modules/commands.player.html +++ b/docs/developing/modules/commands.player.html @@ -5,11 +5,11 @@ - commands.player module — Source.Python v742 documentation + commands.player module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/commands.say.html b/docs/developing/modules/commands.say.html index 357569ee5..4ac294be9 100644 --- a/docs/developing/modules/commands.say.html +++ b/docs/developing/modules/commands.say.html @@ -5,11 +5,11 @@ - commands.say package — Source.Python v742 documentation + commands.say package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -180,7 +180,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/commands.server.html b/docs/developing/modules/commands.server.html index 7d7602e7e..36b988dbc 100644 --- a/docs/developing/modules/commands.server.html +++ b/docs/developing/modules/commands.server.html @@ -5,11 +5,11 @@ - commands.server package — Source.Python v742 documentation + commands.server package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -158,7 +158,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/commands.typed.html b/docs/developing/modules/commands.typed.html index 0feb4b381..e998c92dc 100644 --- a/docs/developing/modules/commands.typed.html +++ b/docs/developing/modules/commands.typed.html @@ -5,11 +5,11 @@ - commands.typed module — Source.Python v742 documentation + commands.typed module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -606,7 +606,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/config.command.html b/docs/developing/modules/config.command.html index 6d3e04c8d..007607232 100644 --- a/docs/developing/modules/config.command.html +++ b/docs/developing/modules/config.command.html @@ -5,11 +5,11 @@ - config.command module — Source.Python v742 documentation + config.command module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/config.cvar.html b/docs/developing/modules/config.cvar.html index 65e8a95e7..a7a498668 100644 --- a/docs/developing/modules/config.cvar.html +++ b/docs/developing/modules/config.cvar.html @@ -5,11 +5,11 @@ - config.cvar module — Source.Python v742 documentation + config.cvar module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/config.html b/docs/developing/modules/config.html index e58ca32c8..bc9587ab2 100644 --- a/docs/developing/modules/config.html +++ b/docs/developing/modules/config.html @@ -5,11 +5,11 @@ - config package — Source.Python v742 documentation + config package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -106,7 +106,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/config.manager.html b/docs/developing/modules/config.manager.html index fd7064d8a..7dd5ec37e 100644 --- a/docs/developing/modules/config.manager.html +++ b/docs/developing/modules/config.manager.html @@ -5,11 +5,11 @@ - config.manager module — Source.Python v742 documentation + config.manager module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -266,7 +266,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/config.section.html b/docs/developing/modules/config.section.html index 45c464d2c..39ab2a822 100644 --- a/docs/developing/modules/config.section.html +++ b/docs/developing/modules/config.section.html @@ -5,11 +5,11 @@ - config.section module — Source.Python v742 documentation + config.section module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.cache.html b/docs/developing/modules/core.cache.html index 190a8d088..ffba7ffce 100644 --- a/docs/developing/modules/core.cache.html +++ b/docs/developing/modules/core.cache.html @@ -5,11 +5,11 @@ - core.cache module — Source.Python v742 documentation + core.cache module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -711,7 +711,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.command.auth.html b/docs/developing/modules/core.command.auth.html index 4a43b2faf..3e809a19a 100644 --- a/docs/developing/modules/core.command.auth.html +++ b/docs/developing/modules/core.command.auth.html @@ -5,11 +5,11 @@ - core.command.auth module — Source.Python v742 documentation + core.command.auth module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.command.docs.html b/docs/developing/modules/core.command.docs.html index bdfcc1287..71e365d12 100644 --- a/docs/developing/modules/core.command.docs.html +++ b/docs/developing/modules/core.command.docs.html @@ -5,11 +5,11 @@ - core.command.docs module — Source.Python v742 documentation + core.command.docs module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -111,7 +111,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.command.dump.html b/docs/developing/modules/core.command.dump.html index 1d4933190..1b5131a5a 100644 --- a/docs/developing/modules/core.command.dump.html +++ b/docs/developing/modules/core.command.dump.html @@ -5,11 +5,11 @@ - core.command.dump module — Source.Python v742 documentation + core.command.dump module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.command.html b/docs/developing/modules/core.command.html index 4fd28b6c0..8ebfbb6f5 100644 --- a/docs/developing/modules/core.command.html +++ b/docs/developing/modules/core.command.html @@ -5,11 +5,11 @@ - core.command package — Source.Python v742 documentation + core.command package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -125,7 +125,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.command.plugin.html b/docs/developing/modules/core.command.plugin.html index 730836477..de707f1fa 100644 --- a/docs/developing/modules/core.command.plugin.html +++ b/docs/developing/modules/core.command.plugin.html @@ -5,11 +5,11 @@ - core.command.plugin module — Source.Python v742 documentation + core.command.plugin module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.dumps.html b/docs/developing/modules/core.dumps.html index 9419aec83..24f25f1c5 100644 --- a/docs/developing/modules/core.dumps.html +++ b/docs/developing/modules/core.dumps.html @@ -5,11 +5,11 @@ - core.dumps module — Source.Python v742 documentation + core.dumps module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -132,7 +132,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.html b/docs/developing/modules/core.html index b0044a966..8d9d6765f 100644 --- a/docs/developing/modules/core.html +++ b/docs/developing/modules/core.html @@ -5,11 +5,11 @@ - core package — Source.Python v742 documentation + core package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -422,7 +422,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.settings.html b/docs/developing/modules/core.settings.html index b3ce847e3..681edcec7 100644 --- a/docs/developing/modules/core.settings.html +++ b/docs/developing/modules/core.settings.html @@ -5,11 +5,11 @@ - core.settings module — Source.Python v742 documentation + core.settings module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.table.html b/docs/developing/modules/core.table.html index a2577c56d..e01f3d89a 100644 --- a/docs/developing/modules/core.table.html +++ b/docs/developing/modules/core.table.html @@ -5,11 +5,11 @@ - core.table module — Source.Python v742 documentation + core.table module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -218,7 +218,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.update.html b/docs/developing/modules/core.update.html index 639608515..5f57dbf0e 100644 --- a/docs/developing/modules/core.update.html +++ b/docs/developing/modules/core.update.html @@ -5,11 +5,11 @@ - core.update module — Source.Python v742 documentation + core.update module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -189,7 +189,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/core.version.html b/docs/developing/modules/core.version.html index b6cf2f280..4b5950b0a 100644 --- a/docs/developing/modules/core.version.html +++ b/docs/developing/modules/core.version.html @@ -5,11 +5,11 @@ - core.version module — Source.Python v742 documentation + core.version module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -71,13 +71,13 @@

    Navigation

    -core.version.GIT_COMMIT = '3e5dd5de0323db803d0e3499a229ba2529fc463a'
    +core.version.GIT_COMMIT = '4cad55d4145ff7bf24aea6df9a53a9683df81700'

    The Github commit this Source.Python version was built with.

    -core.version.VERSION = 742
    +core.version.VERSION = 743

    Version of the Source.Python intallation.

    @@ -136,7 +136,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/cvars.flags.html b/docs/developing/modules/cvars.flags.html index d9d2e9a0a..59b37dd0e 100644 --- a/docs/developing/modules/cvars.flags.html +++ b/docs/developing/modules/cvars.flags.html @@ -5,11 +5,11 @@ - cvars.flags module — Source.Python v742 documentation + cvars.flags module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -238,7 +238,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/cvars.html b/docs/developing/modules/cvars.html index b2adc818c..7e5643aef 100644 --- a/docs/developing/modules/cvars.html +++ b/docs/developing/modules/cvars.html @@ -5,11 +5,11 @@ - cvars package — Source.Python v742 documentation + cvars package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -382,7 +382,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/cvars.public.html b/docs/developing/modules/cvars.public.html index 1c8ecec70..248f29c8f 100644 --- a/docs/developing/modules/cvars.public.html +++ b/docs/developing/modules/cvars.public.html @@ -5,11 +5,11 @@ - cvars.public module — Source.Python v742 documentation + cvars.public module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -120,7 +120,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/cvars.tags.html b/docs/developing/modules/cvars.tags.html index 9675ada4a..c2b832aaa 100644 --- a/docs/developing/modules/cvars.tags.html +++ b/docs/developing/modules/cvars.tags.html @@ -5,11 +5,11 @@ - cvars.tags module — Source.Python v742 documentation + cvars.tags module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -97,7 +97,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/effects.base.html b/docs/developing/modules/effects.base.html index c47cb6ec4..660c69986 100644 --- a/docs/developing/modules/effects.base.html +++ b/docs/developing/modules/effects.base.html @@ -5,11 +5,11 @@ - effects.base module — Source.Python v742 documentation + effects.base module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -379,7 +379,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/effects.hooks.html b/docs/developing/modules/effects.hooks.html index 571ddf0c9..e38e91bec 100644 --- a/docs/developing/modules/effects.hooks.html +++ b/docs/developing/modules/effects.hooks.html @@ -5,11 +5,11 @@ - effects.hooks module — Source.Python v742 documentation + effects.hooks module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -112,7 +112,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/effects.html b/docs/developing/modules/effects.html index fbce18d4e..4376ea0e0 100644 --- a/docs/developing/modules/effects.html +++ b/docs/developing/modules/effects.html @@ -5,11 +5,11 @@ - effects package — Source.Python v742 documentation + effects package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -285,7 +285,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/effects.templates.html b/docs/developing/modules/effects.templates.html index 6ffcc0a31..2033e4462 100644 --- a/docs/developing/modules/effects.templates.html +++ b/docs/developing/modules/effects.templates.html @@ -5,11 +5,11 @@ - effects.templates module — Source.Python v742 documentation + effects.templates module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -210,7 +210,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/engines.gamerules.html b/docs/developing/modules/engines.gamerules.html index 4d2d8cbd8..28fab7e64 100644 --- a/docs/developing/modules/engines.gamerules.html +++ b/docs/developing/modules/engines.gamerules.html @@ -5,11 +5,11 @@ - engines.gamerules module — Source.Python v742 documentation + engines.gamerules module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -573,7 +573,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/engines.html b/docs/developing/modules/engines.html index 835a17ce7..9e32fa400 100644 --- a/docs/developing/modules/engines.html +++ b/docs/developing/modules/engines.html @@ -5,11 +5,11 @@ - engines package — Source.Python v742 documentation + engines package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -106,7 +106,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/engines.precache.html b/docs/developing/modules/engines.precache.html index 329bce5f3..31c54f77b 100644 --- a/docs/developing/modules/engines.precache.html +++ b/docs/developing/modules/engines.precache.html @@ -5,11 +5,11 @@ - engines.precache module — Source.Python v742 documentation + engines.precache module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -138,7 +138,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/engines.server.html b/docs/developing/modules/engines.server.html index 7f79b0e1c..611f4f99a 100644 --- a/docs/developing/modules/engines.server.html +++ b/docs/developing/modules/engines.server.html @@ -5,11 +5,11 @@ - engines.server module — Source.Python v742 documentation + engines.server module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -589,7 +589,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/engines.sound.html b/docs/developing/modules/engines.sound.html index dbb59d822..bf60a378e 100644 --- a/docs/developing/modules/engines.sound.html +++ b/docs/developing/modules/engines.sound.html @@ -5,11 +5,11 @@ - engines.sound module — Source.Python v742 documentation + engines.sound module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -425,7 +425,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/engines.trace.html b/docs/developing/modules/engines.trace.html index d97965583..019457d52 100644 --- a/docs/developing/modules/engines.trace.html +++ b/docs/developing/modules/engines.trace.html @@ -5,11 +5,11 @@ - engines.trace module — Source.Python v742 documentation + engines.trace module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -952,7 +952,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.classes.html b/docs/developing/modules/entities.classes.html index c93507cf1..c819c63cd 100644 --- a/docs/developing/modules/entities.classes.html +++ b/docs/developing/modules/entities.classes.html @@ -5,11 +5,11 @@ - entities.classes module — Source.Python v742 documentation + entities.classes module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.collisions.html b/docs/developing/modules/entities.collisions.html index 1feff32a7..56fbbcd88 100644 --- a/docs/developing/modules/entities.collisions.html +++ b/docs/developing/modules/entities.collisions.html @@ -5,11 +5,11 @@ - entities.collisions module — Source.Python v742 documentation + entities.collisions module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -504,7 +504,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.constants.html b/docs/developing/modules/entities.constants.html index c294a1d47..a52ed0a69 100644 --- a/docs/developing/modules/entities.constants.html +++ b/docs/developing/modules/entities.constants.html @@ -5,11 +5,11 @@ - entities.constants module — Source.Python v742 documentation + entities.constants module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -1515,7 +1515,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.datamaps.html b/docs/developing/modules/entities.datamaps.html index 312c3ebd5..73a449ced 100644 --- a/docs/developing/modules/entities.datamaps.html +++ b/docs/developing/modules/entities.datamaps.html @@ -5,11 +5,11 @@ - entities.datamaps module — Source.Python v742 documentation + entities.datamaps module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -1011,7 +1011,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.dictionary.html b/docs/developing/modules/entities.dictionary.html index 0a926f3b5..eab50ace4 100644 --- a/docs/developing/modules/entities.dictionary.html +++ b/docs/developing/modules/entities.dictionary.html @@ -5,11 +5,11 @@ - entities.dictionary module — Source.Python v742 documentation + entities.dictionary module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -197,7 +197,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.engines.csgo.csgo.html b/docs/developing/modules/entities.engines.csgo.csgo.html index a91479990..770eaaad4 100644 --- a/docs/developing/modules/entities.engines.csgo.csgo.html +++ b/docs/developing/modules/entities.engines.csgo.csgo.html @@ -5,11 +5,11 @@ - entities.engines.csgo.csgo module — Source.Python v742 documentation + entities.engines.csgo.csgo module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -136,7 +136,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.engines.csgo.html b/docs/developing/modules/entities.engines.csgo.html index 87594bc2d..2eb148d14 100644 --- a/docs/developing/modules/entities.engines.csgo.html +++ b/docs/developing/modules/entities.engines.csgo.html @@ -5,11 +5,11 @@ - entities.engines.csgo package — Source.Python v742 documentation + entities.engines.csgo package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -104,7 +104,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.engines.html b/docs/developing/modules/entities.engines.html index b2389e45c..cad63d5a0 100644 --- a/docs/developing/modules/entities.engines.html +++ b/docs/developing/modules/entities.engines.html @@ -5,11 +5,11 @@ - entities.engines package — Source.Python v742 documentation + entities.engines package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -103,7 +103,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.entity.html b/docs/developing/modules/entities.entity.html index 14cb485d5..7341f1748 100644 --- a/docs/developing/modules/entities.entity.html +++ b/docs/developing/modules/entities.entity.html @@ -5,11 +5,11 @@ - entities.entity module — Source.Python v742 documentation + entities.entity module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -2578,7 +2578,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.factories.html b/docs/developing/modules/entities.factories.html index 61016e3fe..3ba6b1c44 100644 --- a/docs/developing/modules/entities.factories.html +++ b/docs/developing/modules/entities.factories.html @@ -5,11 +5,11 @@ - entities.factories module — Source.Python v742 documentation + entities.factories module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -143,7 +143,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.helpers.html b/docs/developing/modules/entities.helpers.html index 1b1a5582b..b9e61fb75 100644 --- a/docs/developing/modules/entities.helpers.html +++ b/docs/developing/modules/entities.helpers.html @@ -5,11 +5,11 @@ - entities.helpers module — Source.Python v742 documentation + entities.helpers module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -345,7 +345,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.hooks.html b/docs/developing/modules/entities.hooks.html index d2beb95aa..c62065fba 100644 --- a/docs/developing/modules/entities.hooks.html +++ b/docs/developing/modules/entities.hooks.html @@ -5,11 +5,11 @@ - entities.hooks module — Source.Python v742 documentation + entities.hooks module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -208,7 +208,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.html b/docs/developing/modules/entities.html index 5a158714e..3d65c0936 100644 --- a/docs/developing/modules/entities.html +++ b/docs/developing/modules/entities.html @@ -5,11 +5,11 @@ - entities package — Source.Python v742 documentation + entities package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -861,7 +861,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.props.html b/docs/developing/modules/entities.props.html index 5a0fc0b92..4b0fa6a2c 100644 --- a/docs/developing/modules/entities.props.html +++ b/docs/developing/modules/entities.props.html @@ -5,11 +5,11 @@ - entities.props module — Source.Python v742 documentation + entities.props module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -717,7 +717,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/entities.transmit.html b/docs/developing/modules/entities.transmit.html index 1ccf23166..01f8f0e90 100644 --- a/docs/developing/modules/entities.transmit.html +++ b/docs/developing/modules/entities.transmit.html @@ -5,11 +5,11 @@ - entities.transmit module — Source.Python v742 documentation + entities.transmit module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -490,7 +490,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/events.custom.html b/docs/developing/modules/events.custom.html index 742a36874..a57444b7d 100644 --- a/docs/developing/modules/events.custom.html +++ b/docs/developing/modules/events.custom.html @@ -5,11 +5,11 @@ - events.custom module — Source.Python v742 documentation + events.custom module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -128,7 +128,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/events.hooks.html b/docs/developing/modules/events.hooks.html index 211682c50..5eece954a 100644 --- a/docs/developing/modules/events.hooks.html +++ b/docs/developing/modules/events.hooks.html @@ -5,11 +5,11 @@ - events.hooks module — Source.Python v742 documentation + events.hooks module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -170,7 +170,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/events.html b/docs/developing/modules/events.html index da08a980f..67cbd1b75 100644 --- a/docs/developing/modules/events.html +++ b/docs/developing/modules/events.html @@ -5,11 +5,11 @@ - events package — Source.Python v742 documentation + events package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -418,7 +418,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/events.listener.html b/docs/developing/modules/events.listener.html index 07c6059a5..7d7c127f3 100644 --- a/docs/developing/modules/events.listener.html +++ b/docs/developing/modules/events.listener.html @@ -5,11 +5,11 @@ - events.listener module — Source.Python v742 documentation + events.listener module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -120,7 +120,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/events.manager.html b/docs/developing/modules/events.manager.html index ff3389e71..bb31d50ae 100644 --- a/docs/developing/modules/events.manager.html +++ b/docs/developing/modules/events.manager.html @@ -5,11 +5,11 @@ - events.manager module — Source.Python v742 documentation + events.manager module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -97,7 +97,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/events.resource.html b/docs/developing/modules/events.resource.html index 85e4c0ba5..d09490a20 100644 --- a/docs/developing/modules/events.resource.html +++ b/docs/developing/modules/events.resource.html @@ -5,11 +5,11 @@ - events.resource module — Source.Python v742 documentation + events.resource module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -135,7 +135,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/events.variable.html b/docs/developing/modules/events.variable.html index 7773ca5f0..f2e78c949 100644 --- a/docs/developing/modules/events.variable.html +++ b/docs/developing/modules/events.variable.html @@ -5,11 +5,11 @@ - events.variable module — Source.Python v742 documentation + events.variable module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -186,7 +186,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/filesystem.html b/docs/developing/modules/filesystem.html index 6bb5c43dd..17af7d5f8 100644 --- a/docs/developing/modules/filesystem.html +++ b/docs/developing/modules/filesystem.html @@ -5,11 +5,11 @@ - filesystem module — Source.Python v742 documentation + filesystem module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -300,7 +300,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/filters.entities.html b/docs/developing/modules/filters.entities.html index 2ca73b69d..3691c46a6 100644 --- a/docs/developing/modules/filters.entities.html +++ b/docs/developing/modules/filters.entities.html @@ -5,11 +5,11 @@ - filters.entities module — Source.Python v742 documentation + filters.entities module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -131,7 +131,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/filters.html b/docs/developing/modules/filters.html index 1ae98d232..0909585be 100644 --- a/docs/developing/modules/filters.html +++ b/docs/developing/modules/filters.html @@ -5,11 +5,11 @@ - filters package — Source.Python v742 documentation + filters package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -107,7 +107,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/filters.iterator.html b/docs/developing/modules/filters.iterator.html index 64d213d61..8aa7dd9b7 100644 --- a/docs/developing/modules/filters.iterator.html +++ b/docs/developing/modules/filters.iterator.html @@ -5,11 +5,11 @@ - filters.iterator module — Source.Python v742 documentation + filters.iterator module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/filters.players.html b/docs/developing/modules/filters.players.html index 19cc0cdb6..6d9d7c93f 100644 --- a/docs/developing/modules/filters.players.html +++ b/docs/developing/modules/filters.players.html @@ -5,11 +5,11 @@ - filters.players module — Source.Python v742 documentation + filters.players module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -140,7 +140,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/filters.recipients.html b/docs/developing/modules/filters.recipients.html index f309eea1a..543d1e405 100644 --- a/docs/developing/modules/filters.recipients.html +++ b/docs/developing/modules/filters.recipients.html @@ -5,11 +5,11 @@ - filters.recipients module — Source.Python v742 documentation + filters.recipients module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -159,7 +159,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/filters.weapons.html b/docs/developing/modules/filters.weapons.html index 1db4eb058..6ee90c11d 100644 --- a/docs/developing/modules/filters.weapons.html +++ b/docs/developing/modules/filters.weapons.html @@ -5,11 +5,11 @@ - filters.weapons module — Source.Python v742 documentation + filters.weapons module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -124,7 +124,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/hooks.base.html b/docs/developing/modules/hooks.base.html index 0d4965e45..ee294c645 100644 --- a/docs/developing/modules/hooks.base.html +++ b/docs/developing/modules/hooks.base.html @@ -5,11 +5,11 @@ - hooks.base module — Source.Python v742 documentation + hooks.base module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/hooks.exceptions.html b/docs/developing/modules/hooks.exceptions.html index 8bf0ae7a0..afb61ffe4 100644 --- a/docs/developing/modules/hooks.exceptions.html +++ b/docs/developing/modules/hooks.exceptions.html @@ -5,11 +5,11 @@ - hooks.exceptions module — Source.Python v742 documentation + hooks.exceptions module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -129,7 +129,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/hooks.html b/docs/developing/modules/hooks.html index 18fde3b5d..4ad2722d0 100644 --- a/docs/developing/modules/hooks.html +++ b/docs/developing/modules/hooks.html @@ -5,11 +5,11 @@ - hooks package — Source.Python v742 documentation + hooks package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -105,7 +105,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/hooks.warnings.html b/docs/developing/modules/hooks.warnings.html index 4fd6bad98..861416544 100644 --- a/docs/developing/modules/hooks.warnings.html +++ b/docs/developing/modules/hooks.warnings.html @@ -5,11 +5,11 @@ - hooks.warnings module — Source.Python v742 documentation + hooks.warnings module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -130,7 +130,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/keyvalues.html b/docs/developing/modules/keyvalues.html index 9f8fc6e4c..09e606a9b 100644 --- a/docs/developing/modules/keyvalues.html +++ b/docs/developing/modules/keyvalues.html @@ -5,11 +5,11 @@ - keyvalues module — Source.Python v742 documentation + keyvalues module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -457,7 +457,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/listeners.html b/docs/developing/modules/listeners.html index 6c44e94e3..36bf5cca2 100644 --- a/docs/developing/modules/listeners.html +++ b/docs/developing/modules/listeners.html @@ -5,11 +5,11 @@ - listeners package — Source.Python v742 documentation + listeners package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -937,7 +937,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/listeners.tick.html b/docs/developing/modules/listeners.tick.html index f70820443..c99c79b13 100644 --- a/docs/developing/modules/listeners.tick.html +++ b/docs/developing/modules/listeners.tick.html @@ -5,11 +5,11 @@ - listeners.tick package — Source.Python v742 documentation + listeners.tick package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -514,7 +514,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/loggers.html b/docs/developing/modules/loggers.html index 62546a0ac..cb613bf1f 100644 --- a/docs/developing/modules/loggers.html +++ b/docs/developing/modules/loggers.html @@ -5,11 +5,11 @@ - loggers module — Source.Python v742 documentation + loggers module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -144,7 +144,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/mathlib.html b/docs/developing/modules/mathlib.html index 353085139..a875046eb 100644 --- a/docs/developing/modules/mathlib.html +++ b/docs/developing/modules/mathlib.html @@ -5,11 +5,11 @@ - mathlib module — Source.Python v742 documentation + mathlib module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -639,7 +639,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/memory.helpers.html b/docs/developing/modules/memory.helpers.html index 245dd6f2c..2414c857a 100644 --- a/docs/developing/modules/memory.helpers.html +++ b/docs/developing/modules/memory.helpers.html @@ -5,11 +5,11 @@ - memory.helpers module — Source.Python v742 documentation + memory.helpers module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -468,7 +468,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/memory.hooks.html b/docs/developing/modules/memory.hooks.html index e88f8d627..5b5d42feb 100644 --- a/docs/developing/modules/memory.hooks.html +++ b/docs/developing/modules/memory.hooks.html @@ -5,11 +5,11 @@ - memory.hooks module — Source.Python v742 documentation + memory.hooks module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -251,7 +251,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/memory.html b/docs/developing/modules/memory.html index d011a724b..3b8133938 100644 --- a/docs/developing/modules/memory.html +++ b/docs/developing/modules/memory.html @@ -5,11 +5,11 @@ - memory package — Source.Python v742 documentation + memory package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -1959,7 +1959,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/memory.manager.html b/docs/developing/modules/memory.manager.html index d23360dcb..9dabf156e 100644 --- a/docs/developing/modules/memory.manager.html +++ b/docs/developing/modules/memory.manager.html @@ -5,11 +5,11 @@ - memory.manager module — Source.Python v742 documentation + memory.manager module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -398,7 +398,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/menus.base.html b/docs/developing/modules/menus.base.html index 323ab9836..7a2fb94b5 100644 --- a/docs/developing/modules/menus.base.html +++ b/docs/developing/modules/menus.base.html @@ -5,11 +5,11 @@ - menus.base module — Source.Python v742 documentation + menus.base module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -98,7 +98,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/menus.esc.html b/docs/developing/modules/menus.esc.html index f47bb5181..6a49d889c 100644 --- a/docs/developing/modules/menus.esc.html +++ b/docs/developing/modules/menus.esc.html @@ -5,11 +5,11 @@ - menus.esc module — Source.Python v742 documentation + menus.esc module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -265,7 +265,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/menus.html b/docs/developing/modules/menus.html index fd4e13ef2..45e42eee1 100644 --- a/docs/developing/modules/menus.html +++ b/docs/developing/modules/menus.html @@ -5,11 +5,11 @@ - menus package — Source.Python v742 documentation + menus package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -158,7 +158,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/menus.queue.html b/docs/developing/modules/menus.queue.html index e4944c3cc..da24fbaea 100644 --- a/docs/developing/modules/menus.queue.html +++ b/docs/developing/modules/menus.queue.html @@ -5,11 +5,11 @@ - menus.queue module — Source.Python v742 documentation + menus.queue module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/menus.radio.html b/docs/developing/modules/menus.radio.html index 528ca426c..968dfcc26 100644 --- a/docs/developing/modules/menus.radio.html +++ b/docs/developing/modules/menus.radio.html @@ -5,11 +5,11 @@ - menus.radio module — Source.Python v742 documentation + menus.radio module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -248,7 +248,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/messages.base.html b/docs/developing/modules/messages.base.html index 0208f6f50..5c474cb96 100644 --- a/docs/developing/modules/messages.base.html +++ b/docs/developing/modules/messages.base.html @@ -5,11 +5,11 @@ - messages.base module — Source.Python v742 documentation + messages.base module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -680,7 +680,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/messages.dialog.html b/docs/developing/modules/messages.dialog.html index f9763f63c..a3eb23b51 100644 --- a/docs/developing/modules/messages.dialog.html +++ b/docs/developing/modules/messages.dialog.html @@ -5,11 +5,11 @@ - messages.base module — Source.Python v742 documentation + messages.base module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/messages.hooks.html b/docs/developing/modules/messages.hooks.html index 9c7eccec3..3f8a74b7e 100644 --- a/docs/developing/modules/messages.hooks.html +++ b/docs/developing/modules/messages.hooks.html @@ -5,11 +5,11 @@ - messages.hooks module — Source.Python v742 documentation + messages.hooks module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -195,7 +195,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/messages.html b/docs/developing/modules/messages.html index 474f85970..163394294 100644 --- a/docs/developing/modules/messages.html +++ b/docs/developing/modules/messages.html @@ -5,11 +5,11 @@ - messages package — Source.Python v742 documentation + messages package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -1169,7 +1169,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/messages.impl.html b/docs/developing/modules/messages.impl.html index 19b12f67a..5b7ef28ed 100644 --- a/docs/developing/modules/messages.impl.html +++ b/docs/developing/modules/messages.impl.html @@ -5,11 +5,11 @@ - messages.impl module — Source.Python v742 documentation + messages.impl module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -453,7 +453,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/net_channel.html b/docs/developing/modules/net_channel.html index 9faca20b1..cf6395d97 100644 --- a/docs/developing/modules/net_channel.html +++ b/docs/developing/modules/net_channel.html @@ -5,11 +5,11 @@ - net_channel module — Source.Python v742 documentation + net_channel module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -465,7 +465,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/paths.html b/docs/developing/modules/paths.html index 607110de1..867e2b489 100644 --- a/docs/developing/modules/paths.html +++ b/docs/developing/modules/paths.html @@ -5,11 +5,11 @@ - paths module — Source.Python v742 documentation + paths module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -230,7 +230,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/physics.html b/docs/developing/modules/physics.html index 6a9413555..05179956b 100644 --- a/docs/developing/modules/physics.html +++ b/docs/developing/modules/physics.html @@ -5,11 +5,11 @@ - physics module — Source.Python v742 documentation + physics module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -382,7 +382,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players._base.html b/docs/developing/modules/players._base.html index f3ed3a9f8..36085ca0b 100644 --- a/docs/developing/modules/players._base.html +++ b/docs/developing/modules/players._base.html @@ -5,11 +5,11 @@ - players._base module — Source.Python v742 documentation + players._base module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -826,7 +826,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.bots.html b/docs/developing/modules/players.bots.html index b6da86166..522b4e6ef 100644 --- a/docs/developing/modules/players.bots.html +++ b/docs/developing/modules/players.bots.html @@ -5,11 +5,11 @@ - players.bots module — Source.Python v742 documentation + players.bots module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -283,7 +283,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.constants.html b/docs/developing/modules/players.constants.html index d595835f4..51019b300 100644 --- a/docs/developing/modules/players.constants.html +++ b/docs/developing/modules/players.constants.html @@ -5,11 +5,11 @@ - players.constants module — Source.Python v742 documentation + players.constants module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -679,7 +679,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.dictionary.html b/docs/developing/modules/players.dictionary.html index ff74d4a27..cfa4b4cf5 100644 --- a/docs/developing/modules/players.dictionary.html +++ b/docs/developing/modules/players.dictionary.html @@ -5,11 +5,11 @@ - players.dictionary module — Source.Python v742 documentation + players.dictionary module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -134,7 +134,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.engines.bms.html b/docs/developing/modules/players.engines.bms.html index c689ff08f..4e65457b8 100644 --- a/docs/developing/modules/players.engines.bms.html +++ b/docs/developing/modules/players.engines.bms.html @@ -5,11 +5,11 @@ - players.engines.bms package — Source.Python v742 documentation + players.engines.bms package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -119,7 +119,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.engines.csgo.html b/docs/developing/modules/players.engines.csgo.html index c5ebcb24d..762e58250 100644 --- a/docs/developing/modules/players.engines.csgo.html +++ b/docs/developing/modules/players.engines.csgo.html @@ -5,11 +5,11 @@ - players.engines.csgo package — Source.Python v742 documentation + players.engines.csgo package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -93,7 +93,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.engines.html b/docs/developing/modules/players.engines.html index 5fe1ce9e6..338bf95a6 100644 --- a/docs/developing/modules/players.engines.html +++ b/docs/developing/modules/players.engines.html @@ -5,11 +5,11 @@ - players.engines package — Source.Python v742 documentation + players.engines package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -107,7 +107,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.engines.l4d2.html b/docs/developing/modules/players.engines.l4d2.html index 995f8439e..d7c293f7f 100644 --- a/docs/developing/modules/players.engines.l4d2.html +++ b/docs/developing/modules/players.engines.l4d2.html @@ -5,11 +5,11 @@ - players.engines.l4d2 package — Source.Python v742 documentation + players.engines.l4d2 package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -119,7 +119,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.engines.orangebox.cstrike.html b/docs/developing/modules/players.engines.orangebox.cstrike.html index dffa897d6..ac56a4ffb 100644 --- a/docs/developing/modules/players.engines.orangebox.cstrike.html +++ b/docs/developing/modules/players.engines.orangebox.cstrike.html @@ -5,11 +5,11 @@ - players.engines.orangebox.cstrike module — Source.Python v742 documentation + players.engines.orangebox.cstrike module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -125,7 +125,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.engines.orangebox.html b/docs/developing/modules/players.engines.orangebox.html index 89d38d841..8ec1d89d2 100644 --- a/docs/developing/modules/players.engines.orangebox.html +++ b/docs/developing/modules/players.engines.orangebox.html @@ -5,11 +5,11 @@ - players.engines.orangebox package — Source.Python v742 documentation + players.engines.orangebox package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -128,7 +128,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.entity.html b/docs/developing/modules/players.entity.html index df2c16c37..da9297b66 100644 --- a/docs/developing/modules/players.entity.html +++ b/docs/developing/modules/players.entity.html @@ -5,11 +5,11 @@ - players.entity module — Source.Python v742 documentation + players.entity module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -125,7 +125,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.helpers.html b/docs/developing/modules/players.helpers.html index fc4a5be3c..f5b4d5721 100644 --- a/docs/developing/modules/players.helpers.html +++ b/docs/developing/modules/players.helpers.html @@ -5,11 +5,11 @@ - players.helpers module — Source.Python v742 documentation + players.helpers module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -326,7 +326,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.html b/docs/developing/modules/players.html index d33190b5e..13d57eccc 100644 --- a/docs/developing/modules/players.html +++ b/docs/developing/modules/players.html @@ -5,11 +5,11 @@ - players package — Source.Python v742 documentation + players package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -610,7 +610,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.teams.html b/docs/developing/modules/players.teams.html index c189a5a37..6f2bae5da 100644 --- a/docs/developing/modules/players.teams.html +++ b/docs/developing/modules/players.teams.html @@ -5,11 +5,11 @@ - players.teams module — Source.Python v742 documentation + players.teams module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/players.voice.html b/docs/developing/modules/players.voice.html index 1226e10d8..522f91cb4 100644 --- a/docs/developing/modules/players.voice.html +++ b/docs/developing/modules/players.voice.html @@ -5,11 +5,11 @@ - players.voice module — Source.Python v742 documentation + players.voice module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -97,7 +97,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/plugins.command.html b/docs/developing/modules/plugins.command.html index af26e2a92..4571c09b5 100644 --- a/docs/developing/modules/plugins.command.html +++ b/docs/developing/modules/plugins.command.html @@ -5,11 +5,11 @@ - plugins.command module — Source.Python v742 documentation + plugins.command module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -257,7 +257,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/plugins.html b/docs/developing/modules/plugins.html index cb727b487..c25ef7a38 100644 --- a/docs/developing/modules/plugins.html +++ b/docs/developing/modules/plugins.html @@ -5,11 +5,11 @@ - plugins package — Source.Python v742 documentation + plugins package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -106,7 +106,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/plugins.info.html b/docs/developing/modules/plugins.info.html index d7920732c..d0e5cb43e 100644 --- a/docs/developing/modules/plugins.info.html +++ b/docs/developing/modules/plugins.info.html @@ -5,11 +5,11 @@ - plugins.info module — Source.Python v742 documentation + plugins.info module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -197,7 +197,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/plugins.instance.html b/docs/developing/modules/plugins.instance.html index 4d78a05bf..97f85ee67 100644 --- a/docs/developing/modules/plugins.instance.html +++ b/docs/developing/modules/plugins.instance.html @@ -5,11 +5,11 @@ - plugins.instance module — Source.Python v742 documentation + plugins.instance module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -179,7 +179,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/plugins.manager.html b/docs/developing/modules/plugins.manager.html index 6af0ecc75..4f9c7d2ad 100644 --- a/docs/developing/modules/plugins.manager.html +++ b/docs/developing/modules/plugins.manager.html @@ -5,11 +5,11 @@ - plugins.manager module — Source.Python v742 documentation + plugins.manager module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -374,7 +374,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/public.html b/docs/developing/modules/public.html index a8a2a3486..34a60689a 100644 --- a/docs/developing/modules/public.html +++ b/docs/developing/modules/public.html @@ -5,11 +5,11 @@ - public module — Source.Python v742 documentation + public module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -97,7 +97,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/settings.html b/docs/developing/modules/settings.html index 24bfc10d5..0c22d7934 100644 --- a/docs/developing/modules/settings.html +++ b/docs/developing/modules/settings.html @@ -5,11 +5,11 @@ - settings package — Source.Python v742 documentation + settings package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -106,7 +106,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/settings.menu.html b/docs/developing/modules/settings.menu.html index acc4a4b9e..2260d41a4 100644 --- a/docs/developing/modules/settings.menu.html +++ b/docs/developing/modules/settings.menu.html @@ -5,11 +5,11 @@ - settings.menu module — Source.Python v742 documentation + settings.menu module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/settings.player.html b/docs/developing/modules/settings.player.html index c6b8d8a9b..a998769a9 100644 --- a/docs/developing/modules/settings.player.html +++ b/docs/developing/modules/settings.player.html @@ -5,11 +5,11 @@ - settings.player module — Source.Python v742 documentation + settings.player module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -114,7 +114,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/settings.storage.html b/docs/developing/modules/settings.storage.html index 132de7612..4ec50eadb 100644 --- a/docs/developing/modules/settings.storage.html +++ b/docs/developing/modules/settings.storage.html @@ -5,11 +5,11 @@ - settings.storage module — Source.Python v742 documentation + settings.storage module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -81,7 +81,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/settings.types.html b/docs/developing/modules/settings.types.html index 4d8868465..455f390c4 100644 --- a/docs/developing/modules/settings.types.html +++ b/docs/developing/modules/settings.types.html @@ -5,11 +5,11 @@ - settings.types module — Source.Python v742 documentation + settings.types module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -197,7 +197,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/source-python.html b/docs/developing/modules/source-python.html index c23fb7f16..2cdd0e596 100644 --- a/docs/developing/modules/source-python.html +++ b/docs/developing/modules/source-python.html @@ -5,11 +5,11 @@ - source-python package — Source.Python v742 documentation + source-python package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -4943,7 +4943,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/steam.html b/docs/developing/modules/steam.html index f8c39702a..0baa17d8a 100644 --- a/docs/developing/modules/steam.html +++ b/docs/developing/modules/steam.html @@ -5,11 +5,11 @@ - steam module — Source.Python v742 documentation + steam module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -504,7 +504,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/stringtables.downloads.html b/docs/developing/modules/stringtables.downloads.html index 69dba0c32..440aa3889 100644 --- a/docs/developing/modules/stringtables.downloads.html +++ b/docs/developing/modules/stringtables.downloads.html @@ -5,11 +5,11 @@ - stringtables.downloads module — Source.Python v742 documentation + stringtables.downloads module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -149,7 +149,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/stringtables.html b/docs/developing/modules/stringtables.html index 625c4898e..226714c52 100644 --- a/docs/developing/modules/stringtables.html +++ b/docs/developing/modules/stringtables.html @@ -5,11 +5,11 @@ - stringtables package — Source.Python v742 documentation + stringtables package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -204,7 +204,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/studio.cache.html b/docs/developing/modules/studio.cache.html index 848079597..9228cf9c7 100644 --- a/docs/developing/modules/studio.cache.html +++ b/docs/developing/modules/studio.cache.html @@ -5,11 +5,11 @@ - studio.cache module — Source.Python v742 documentation + studio.cache module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -206,7 +206,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/studio.constants.html b/docs/developing/modules/studio.constants.html index da10cf557..0f35278f1 100644 --- a/docs/developing/modules/studio.constants.html +++ b/docs/developing/modules/studio.constants.html @@ -5,11 +5,11 @@ - studio.constants module — Source.Python v742 documentation + studio.constants module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -217,7 +217,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/studio.html b/docs/developing/modules/studio.html index 0b564e194..796371ae1 100644 --- a/docs/developing/modules/studio.html +++ b/docs/developing/modules/studio.html @@ -5,11 +5,11 @@ - studio package — Source.Python v742 documentation + studio package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -1171,7 +1171,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/translations.html b/docs/developing/modules/translations.html index 45a87e853..056a0a498 100644 --- a/docs/developing/modules/translations.html +++ b/docs/developing/modules/translations.html @@ -5,11 +5,11 @@ - translations package — Source.Python v742 documentation + translations package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -104,7 +104,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/translations.manager.html b/docs/developing/modules/translations.manager.html index b5acc7944..44781f82a 100644 --- a/docs/developing/modules/translations.manager.html +++ b/docs/developing/modules/translations.manager.html @@ -5,11 +5,11 @@ - translations.manager module — Source.Python v742 documentation + translations.manager module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -97,7 +97,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/translations.strings.html b/docs/developing/modules/translations.strings.html index e7d31ef52..b32279032 100644 --- a/docs/developing/modules/translations.strings.html +++ b/docs/developing/modules/translations.strings.html @@ -5,11 +5,11 @@ - translations.strings module — Source.Python v742 documentation + translations.strings module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -163,7 +163,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.constants.html b/docs/developing/modules/weapons.constants.html index 434831246..2e671adcd 100644 --- a/docs/developing/modules/weapons.constants.html +++ b/docs/developing/modules/weapons.constants.html @@ -5,11 +5,11 @@ - weapons.constants module — Source.Python v742 documentation + weapons.constants module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -728,7 +728,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.default.html b/docs/developing/modules/weapons.default.html index a746be792..2949d1fbd 100644 --- a/docs/developing/modules/weapons.default.html +++ b/docs/developing/modules/weapons.default.html @@ -5,11 +5,11 @@ - weapons.default module — Source.Python v742 documentation + weapons.default module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -98,7 +98,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.dictionary.html b/docs/developing/modules/weapons.dictionary.html index 5a83a7cc2..74f5824a4 100644 --- a/docs/developing/modules/weapons.dictionary.html +++ b/docs/developing/modules/weapons.dictionary.html @@ -5,11 +5,11 @@ - weapons.dictionary module — Source.Python v742 documentation + weapons.dictionary module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -119,7 +119,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.engines.csgo.csgo.html b/docs/developing/modules/weapons.engines.csgo.csgo.html index 2e85cdc84..23c308c34 100644 --- a/docs/developing/modules/weapons.engines.csgo.csgo.html +++ b/docs/developing/modules/weapons.engines.csgo.csgo.html @@ -5,11 +5,11 @@ - weapons.engines.csgo.csgo module — Source.Python v742 documentation + weapons.engines.csgo.csgo module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -144,7 +144,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.engines.csgo.html b/docs/developing/modules/weapons.engines.csgo.html index 4b7b83984..7d46a76ff 100644 --- a/docs/developing/modules/weapons.engines.csgo.html +++ b/docs/developing/modules/weapons.engines.csgo.html @@ -5,11 +5,11 @@ - weapons.engines.csgo package — Source.Python v742 documentation + weapons.engines.csgo package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -104,7 +104,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.engines.html b/docs/developing/modules/weapons.engines.html index 649f9552c..257f53721 100644 --- a/docs/developing/modules/weapons.engines.html +++ b/docs/developing/modules/weapons.engines.html @@ -5,11 +5,11 @@ - weapons.engines package — Source.Python v742 documentation + weapons.engines package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -103,7 +103,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.entity.html b/docs/developing/modules/weapons.entity.html index c452f26b3..af825eddf 100644 --- a/docs/developing/modules/weapons.entity.html +++ b/docs/developing/modules/weapons.entity.html @@ -5,11 +5,11 @@ - weapons.entity module — Source.Python v742 documentation + weapons.entity module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -383,7 +383,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.html b/docs/developing/modules/weapons.html index 2a4d1729d..3107580a6 100644 --- a/docs/developing/modules/weapons.html +++ b/docs/developing/modules/weapons.html @@ -5,11 +5,11 @@ - weapons package — Source.Python v742 documentation + weapons package — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -114,7 +114,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.instance.html b/docs/developing/modules/weapons.instance.html index 52da7ad4b..6041a0e52 100644 --- a/docs/developing/modules/weapons.instance.html +++ b/docs/developing/modules/weapons.instance.html @@ -5,11 +5,11 @@ - weapons.instance module — Source.Python v742 documentation + weapons.instance module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -281,7 +281,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.manager.html b/docs/developing/modules/weapons.manager.html index c515cf86f..b72bc3dd9 100644 --- a/docs/developing/modules/weapons.manager.html +++ b/docs/developing/modules/weapons.manager.html @@ -5,11 +5,11 @@ - weapons.manager module — Source.Python v742 documentation + weapons.manager module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -99,7 +99,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.restrictions.html b/docs/developing/modules/weapons.restrictions.html index 120136c67..7c8931947 100644 --- a/docs/developing/modules/weapons.restrictions.html +++ b/docs/developing/modules/weapons.restrictions.html @@ -5,11 +5,11 @@ - weapons.restrictions module — Source.Python v742 documentation + weapons.restrictions module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -314,7 +314,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/developing/modules/weapons.scripts.html b/docs/developing/modules/weapons.scripts.html index b03772b06..77d3ba8b2 100644 --- a/docs/developing/modules/weapons.scripts.html +++ b/docs/developing/modules/weapons.scripts.html @@ -5,11 +5,11 @@ - weapons.scripts module — Source.Python v742 documentation + weapons.scripts module — Source.Python v743 documentation - + @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -827,7 +827,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/general/config-auth.html b/docs/general/config-auth.html index 40b05fb2c..8c801451c 100644 --- a/docs/general/config-auth.html +++ b/docs/general/config-auth.html @@ -5,11 +5,11 @@ - Configuring authorization — Source.Python v742 documentation + Configuring authorization — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -356,7 +356,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/general/credits.html b/docs/general/credits.html index f1352de5c..8a8bec93d 100644 --- a/docs/general/credits.html +++ b/docs/general/credits.html @@ -5,11 +5,11 @@ - Credits — Source.Python v742 documentation + Credits — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -287,7 +287,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/general/installation.html b/docs/general/installation.html index 8c6cdb250..411159ad5 100644 --- a/docs/general/installation.html +++ b/docs/general/installation.html @@ -5,11 +5,11 @@ - Installation — Source.Python v742 documentation + Installation — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -77,7 +77,7 @@

    Windows

    Installation steps

      -
    1. Download the latest Source.Python version from our download page.

    2. +
    3. Download the latest Source.Python version from our download page.

    4. Extract the archive in your server’s game folder. E.g. ../my_servers/css/cstrike/

    5. Start/restart your server and validate the installation by typing sp info into the server console (use rcon if you are not working directly on your server). It should print something like this:

    @@ -99,7 +99,7 @@

    Installation steps../cfg/source-python/core_settings.ini file to your liking.

    -

    If you are having problems installing Source.Python (e. g. Unknown command "sp"), please let us know on our forums!

    +

    If you are having problems installing Source.Python (e. g. Unknown command "sp"), please let us know on GitHub!

    @@ -174,7 +174,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/general/known-issues.html b/docs/general/known-issues.html index 6a207edeb..1e1c646eb 100644 --- a/docs/general/known-issues.html +++ b/docs/general/known-issues.html @@ -5,11 +5,11 @@ - Known issues — Source.Python v742 documentation + Known issues — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -129,7 +129,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/general/reporting-a-bug.html b/docs/general/reporting-a-bug.html index dd753840d..0ed6be6ee 100644 --- a/docs/general/reporting-a-bug.html +++ b/docs/general/reporting-a-bug.html @@ -5,11 +5,11 @@ - Reporting a bug — Source.Python v742 documentation + Reporting a bug — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -116,7 +116,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/general/sp-commands.html b/docs/general/sp-commands.html index 331abbdc0..ffb24797b 100644 --- a/docs/general/sp-commands.html +++ b/docs/general/sp-commands.html @@ -5,11 +5,11 @@ - Console commands — Source.Python v742 documentation + Console commands — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -561,7 +561,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/general/updating.html b/docs/general/updating.html index ac80f7e9d..6e6eb4c71 100644 --- a/docs/general/updating.html +++ b/docs/general/updating.html @@ -5,11 +5,11 @@ - Updating — Source.Python v742 documentation + Updating — Source.Python v743 documentation - + @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -133,7 +133,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/genindex.html b/docs/genindex.html index 82027304a..44bbe8424 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -4,11 +4,11 @@ - Index — Source.Python v742 documentation + Index — Source.Python v743 documentation - + @@ -25,7 +25,7 @@

    Navigation

  • modules |
  • - + @@ -9806,7 +9806,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/index.html b/docs/index.html index db045a469..becc4fde1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,11 +5,11 @@ - Source.Python documentation — Source.Python v742 documentation + Source.Python documentation — Source.Python v743 documentation - + @@ -30,7 +30,7 @@

    Navigation

  • next |
  • - + @@ -45,11 +45,7 @@

    Source.Python documentationforums. If you cannot find the -answer to your question, please post a question of your own in the appropriate -forum.

    +documentation on how to install, update, and use Source.Python.

    Source.Python is currently embedding Python 3.13 and will be upgraded from time to time.

    @@ -139,7 +135,8 @@

    Other helpful links
  • Source.Python

    @@ -215,7 +212,7 @@

    Navigation

  • next |
  • - + diff --git a/docs/objects.inv b/docs/objects.inv index aa15474bee9833393f31989e529321963a381138..5899bc395cd12f273b681d80313f05afed40c103 100644 GIT binary patch delta 14 VcmZqs#@P0aae^D8@kaOkRRAzk1~vcy delta 14 VcmZqs#@P0aae^D8(MI?ERRAzf1~mWx diff --git a/docs/py-modindex.html b/docs/py-modindex.html index cdc6c7eb4..e5668c64d 100644 --- a/docs/py-modindex.html +++ b/docs/py-modindex.html @@ -4,11 +4,11 @@ - Python Module Index — Source.Python v742 documentation + Python Module Index — Source.Python v743 documentation - + @@ -28,7 +28,7 @@

    Navigation

  • modules |
  • - + @@ -907,7 +907,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/search.html b/docs/search.html index db86dd389..8bf78e3d1 100644 --- a/docs/search.html +++ b/docs/search.html @@ -4,12 +4,12 @@ - Search — Source.Python v742 documentation + Search — Source.Python v743 documentation - + @@ -32,7 +32,7 @@

    Navigation

  • modules |
  • - + @@ -92,7 +92,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/searchindex.js b/docs/searchindex.js index 9e5db113b..c7809f27a 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles":{"Accessing entities":[[22,"accessing-entities"]],"Adding additional documentation to console variables":[[21,"adding-additional-documentation-to-console-variables"]],"Adding sections":[[21,"adding-sections"]],"Adding sub-plugins":[[27,"adding-sub-plugins"]],"Adding value validation":[[20,"adding-value-validation"]],"Adding, modifying and deleting permissions and parents":[[179,"adding-modifying-and-deleting-permissions-and-parents"]],"Assigning permissions to guests":[[179,"assigning-permissions-to-guests"]],"Automatically":[[185,"automatically"]],"Available events":[[4,"available-events"]],"Backends":[[179,"backends"]],"Black Mesa: Source":[[6,null]],"Blade Symphony":[[5,null]],"Building":[[0,null]],"Calling a virtual function":[[25,"calling-a-virtual-function"]],"Calling a virtual function with non atomic arguments":[[25,"calling-a-virtual-function-with-non-atomic-arguments"]],"Check if a player is granted a permission":[[18,"check-if-a-player-is-granted-a-permission"]],"Coding conventions":[[1,null]],"Configuring authorization":[[179,null]],"Console commands":[[184,null]],"Contributing":[[2,null]],"Contributing to Source.Python":[[186,"contributing-to-source-python"]],"Contributing to the source code":[[2,"contributing-to-the-source-code"]],"Contributing to the wiki":[[2,"contributing-to-the-wiki"]],"Contributors":[[180,"contributors"]],"Counter-Strike: Global Offensive":[[7,null]],"Counter-Strike: Source":[[8,null]],"Creating ListMenu":[[26,"creating-listmenu"]],"Creating PagedMenu":[[26,"creating-pagedmenu"]],"Creating SimpleMenu":[[26,"creating-simplemenu"]],"Creating a configuration file with a single variable":[[21,"creating-a-configuration-file-with-a-single-variable"]],"Creating a custom event":[[23,"creating-a-custom-event"]],"Creating custom validators":[[20,"creating-custom-validators"]],"Creating new entities":[[22,"creating-new-entities"]],"Creating optional arguments":[[20,"creating-optional-arguments"]],"Creating sub-commands":[[20,"creating-sub-commands"]],"Creating variadic commands":[[20,"creating-variadic-commands"]],"Credits":[[180,null]],"Day of Defeat: Source":[[9,null]],"Developers":[[180,"developers"]],"Developing with Source.Python":[[186,"developing-with-source-python"]],"Documentation":[[1,"documentation"]],"Do\u2019s and Don\u2019ts":[[19,"do-s-and-don-ts"]],"Do\u2019s and don\u2019ts of importing":[[1,"do-s-and-don-ts-of-importing"]],"EventScripts/Source.Python incompatibility on Linux":[[182,"eventscripts-source-python-incompatibility-on-linux"]],"Events":[[4,null]],"Flatfile":[[179,"flatfile"]],"Formatting":[[1,"formatting"]],"General":[[186,"general"]],"Getting started":[[16,null]],"Granting a permission":[[18,"granting-a-permission"]],"Half-Life 2 DeathMatch":[[11,null]],"Halflife 2":[[10,null]],"Import comments":[[1,"import-comments"]],"Indices and tables":[[186,"indices-and-tables"]],"Installation":[[181,null]],"Installation steps":[[181,"installation-steps"]],"Introduction":[[4,"introduction"],[179,"introduction"]],"Known issues":[[182,null]],"Left 4 Dead 2":[[12,null]],"Linux":[[0,"linux"],[181,"linux"]],"Manually":[[185,"manually"]],"Modifying entities":[[22,"modifying-entities"]],"Modifying your first plugin":[[16,"modifying-your-first-plugin"]],"Module contents":[[29,"module-auth"],[35,"module-commands"],[45,"module-config"],[50,"module-core"],[52,"module-core.command"],[62,"module-cvars"],[66,"module-effects"],[70,"module-engines"],[76,"module-entities"],[82,"module-entities.engines"],[83,"module-entities.engines.csgo"],[91,"module-events"],[99,"module-filters"],[105,"module-hooks"],[110,"module-listeners"],[114,"module-memory"],[118,"module-menus"],[123,"module-messages"],[131,"module-players"],[136,"module-players.engines"],[137,"module-players.engines.bms"],[138,"module-contents"],[139,"module-players.engines.l4d2"],[140,"module-players.engines.orangebox"],[146,"module-plugins"],[152,"module-settings"],[157,"module-__init__"],[159,"module-stringtables"],[161,"module-studio"],[164,"module-translations"],[167,"module-weapons"],[171,"module-weapons.engines"],[172,"module-weapons.engines.csgo"]],"Module tutorials":[[17,null]],"MySQL configuration":[[179,"mysql-configuration"]],"Naming convention on permissions":[[18,"naming-convention-on-permissions"]],"Naming conventions":[[1,"naming-conventions"]],"OnButtonStateChanged":[[24,"onbuttonstatechanged"]],"OnClientActive":[[24,"onclientactive"]],"OnClientConnect":[[24,"onclientconnect"]],"OnClientDisconnect":[[24,"onclientdisconnect"]],"OnClientFullyConnect":[[24,"onclientfullyconnect"]],"OnClientPutInServer":[[24,"onclientputinserver"]],"OnClientSettingsChanged":[[24,"onclientsettingschanged"]],"OnCombinerPreCache":[[24,"oncombinerprecache"]],"OnConVarChanged":[[24,"onconvarchanged"]],"OnDataLoaded":[[24,"ondataloaded"]],"OnDataUnloaded":[[24,"ondataunloaded"]],"OnEdictAllocated":[[24,"onedictallocated"]],"OnEdictFreed":[[24,"onedictfreed"]],"OnEntityCollision":[[24,"onentitycollision"]],"OnEntityCreated":[[24,"onentitycreated"]],"OnEntityDeleted":[[24,"onentitydeleted"]],"OnEntityOutput":[[24,"onentityoutput"]],"OnEntityPreSpawned":[[24,"onentityprespawned"]],"OnEntitySpawned":[[24,"onentityspawned"]],"OnEntityTransmit":[[24,"onentitytransmit"]],"OnLevelEnd":[[24,"onlevelend"]],"OnLevelInit":[[24,"onlevelinit"]],"OnLevelShutdown":[[24,"onlevelshutdown"]],"OnNetworkedEntityCreated":[[24,"onnetworkedentitycreated"]],"OnNetworkedEntityDeleted":[[24,"onnetworkedentitydeleted"]],"OnNetworkedEntityPreSpawned":[[24,"onnetworkedentityprespawned"]],"OnNetworkedEntitySpawned":[[24,"onnetworkedentityspawned"]],"OnNetworkidValidated":[[24,"onnetworkidvalidated"]],"OnPlayerCollision":[[24,"onplayercollision"]],"OnPlayerPostRunCommand":[[24,"onplayerpostruncommand"]],"OnPlayerRunCommand":[[24,"onplayerruncommand"]],"OnPlayerTransmit":[[24,"onplayertransmit"]],"OnPluginLoaded":[[24,"onpluginloaded"]],"OnPluginLoading":[[24,"onpluginloading"]],"OnPluginUnloaded":[[24,"onpluginunloaded"]],"OnPluginUnloading":[[24,"onpluginunloading"]],"OnQueryCvarValueFinished":[[24,"onquerycvarvaluefinished"]],"OnServerActivate":[[24,"onserveractivate"]],"OnServerOutput":[[24,"onserveroutput"]],"OnTick":[[24,"ontick"]],"OnVersionUpdate":[[24,"onversionupdate"]],"Other helpful links":[[186,"other-helpful-links"]],"PluginInfo":[[27,"plugininfo"]],"Portal":[[13,null]],"Portal 2":[[14,null]],"Printing event variables":[[4,"printing-event-variables"]],"Printing out all available string tables":[[28,"printing-out-all-available-string-tables"]],"Project Leaders":[[180,"project-leaders"]],"Removing a permission":[[18,"removing-a-permission"]],"Reporting a bug":[[183,null]],"Requirements":[[181,"requirements"]],"Retrieving a PluginInfo instance":[[27,"retrieving-a-plugininfo-instance"]],"SQL":[[179,"sql"]],"SQLite configuration":[[179,"sqlite-configuration"]],"Source.Python documentation":[[186,null]],"SourceMod\u2019s Accelerator incompatibility":[[182,"sourcemod-s-accelerator-incompatibility"]],"Special Thanks":[[180,"special-thanks"]],"Submodules":[[29,"submodules"],[35,"submodules"],[45,"submodules"],[50,"submodules"],[52,"submodules"],[62,"submodules"],[66,"submodules"],[70,"submodules"],[76,"submodules"],[91,"submodules"],[99,"submodules"],[105,"submodules"],[114,"submodules"],[118,"submodules"],[123,"submodules"],[131,"submodules"],[140,"submodules"],[146,"submodules"],[152,"submodules"],[157,"submodules"],[159,"submodules"],[161,"submodules"],[164,"submodules"],[167,"submodules"]],"Subpackages":[[82,"subpackages"],[110,"subpackages"],[131,"subpackages"],[136,"subpackages"],[157,"subpackages"],[171,"subpackages"]],"TODOs":[[3,null]],"Team Fortress 2":[[15,null]],"Todo":[[3,null],[7,"id1"]],"Translators":[[180,"translators"]],"Typed commands":[[20,"typed-commands"]],"Updating":[[185,null]],"Using context management":[[21,"using-context-management"]],"Using custom error messages":[[20,"using-custom-error-messages"]],"Using events in your first plugin":[[16,"using-events-in-your-first-plugin"]],"Using permissions":[[20,"using-permissions"]],"Web Administrators/Designers":[[180,"web-administrators-designers"]],"What\u2019s next?":[[16,"what-s-next"]],"Windows":[[0,"windows"],[181,"windows"]],"Writing your first plugin":[[16,"writing-your-first-plugin"]],"ability_out_of_range":[[12,"ability-out-of-range"]],"ability_use":[[12,"ability-use"]],"achievement_earned":[[5,"achievement-earned"],[6,"achievement-earned"],[7,"achievement-earned"],[8,"achievement-earned"],[9,"achievement-earned"],[11,"achievement-earned"],[12,"achievement-earned"],[15,"achievement-earned"]],"achievement_earned_local":[[7,"achievement-earned-local"],[8,"achievement-earned-local"],[15,"achievement-earned-local"]],"achievement_event":[[5,"achievement-event"],[6,"achievement-event"],[7,"achievement-event"],[8,"achievement-event"],[9,"achievement-event"],[11,"achievement-event"],[12,"achievement-event"],[15,"achievement-event"]],"achievement_increment":[[7,"achievement-increment"],[8,"achievement-increment"],[9,"achievement-increment"],[11,"achievement-increment"],[15,"achievement-increment"]],"achievement_info_loaded":[[7,"achievement-info-loaded"]],"achievement_write_failed":[[7,"achievement-write-failed"],[12,"achievement-write-failed"]],"add":[[184,"add"],[184,"id1"]],"add_bullet_hit_marker":[[7,"add-bullet-hit-marker"]],"add_parent":[[184,"add-parent"],[184,"id2"]],"add_player_sonar_icon":[[7,"add-player-sonar-icon"]],"adrenaline_used":[[12,"adrenaline-used"]],"air_dash":[[15,"air-dash"]],"all_weapons_out_of_ammo":[[12,"all-weapons-out-of-ammo"]],"ammo_pack_used":[[12,"ammo-pack-used"]],"ammo_pack_used_fail_doesnt_use_ammo":[[12,"ammo-pack-used-fail-doesnt-use-ammo"]],"ammo_pack_used_fail_full":[[12,"ammo-pack-used-fail-full"]],"ammo_pack_used_fail_no_weapon":[[12,"ammo-pack-used-fail-no-weapon"]],"ammo_pickup":[[7,"ammo-pickup"],[12,"ammo-pickup"]],"ammo_pile_weapon_cant_use_ammo":[[12,"ammo-pile-weapon-cant-use-ammo"]],"announce_phase_end":[[7,"announce-phase-end"]],"area_cleared":[[12,"area-cleared"]],"arena_match_maxstreak":[[15,"arena-match-maxstreak"]],"arena_player_notification":[[15,"arena-player-notification"]],"arena_round_start":[[15,"arena-round-start"]],"arena_win_panel":[[15,"arena-win-panel"]],"arrow_impact":[[15,"arrow-impact"]],"assassination_target_killed":[[7,"assassination-target-killed"]],"auth":[[18,null],[184,"auth"]],"auth package":[[29,null]],"auth.base module":[[30,null]],"auth.manager module":[[31,null]],"autodoc module":[[32,null]],"award_earned":[[12,"award-earned"]],"backend":[[184,"backend"]],"base_player_teleported":[[6,"base-player-teleported"],[8,"base-player-teleported"],[9,"base-player-teleported"],[11,"base-player-teleported"],[15,"base-player-teleported"]],"begin_new_match":[[7,"begin-new-match"]],"begin_scavenge_overtime":[[12,"begin-scavenge-overtime"]],"begin_xp_lerp":[[15,"begin-xp-lerp"]],"berimbau_action_started":[[5,"berimbau-action-started"]],"berimbau_attack_started":[[5,"berimbau-attack-started"]],"berimbau_blocked":[[5,"berimbau-blocked"]],"berimbau_break_block":[[5,"berimbau-break-block"]],"berimbau_character_change":[[5,"berimbau-character-change"]],"berimbau_grab":[[5,"berimbau-grab"]],"berimbau_intercepted":[[5,"berimbau-intercepted"]],"berimbau_jumped":[[5,"berimbau-jumped"]],"berimbau_map_change":[[5,"berimbau-map-change"]],"berimbau_parried":[[5,"berimbau-parried"]],"berimbau_wallrun":[[5,"berimbau-wallrun"]],"bitbuffers module":[[33,null]],"bomb_abortdefuse":[[7,"bomb-abortdefuse"],[8,"bomb-abortdefuse"]],"bomb_abortplant":[[7,"bomb-abortplant"],[8,"bomb-abortplant"]],"bomb_beep":[[7,"bomb-beep"],[8,"bomb-beep"]],"bomb_begindefuse":[[7,"bomb-begindefuse"],[8,"bomb-begindefuse"]],"bomb_beginplant":[[7,"bomb-beginplant"],[8,"bomb-beginplant"]],"bomb_defused":[[7,"bomb-defused"],[8,"bomb-defused"]],"bomb_dropped":[[7,"bomb-dropped"],[8,"bomb-dropped"]],"bomb_exploded":[[7,"bomb-exploded"],[8,"bomb-exploded"]],"bomb_pickup":[[7,"bomb-pickup"],[8,"bomb-pickup"]],"bomb_planted":[[7,"bomb-planted"],[8,"bomb-planted"]],"bonus_updated":[[5,"bonus-updated"],[6,"bonus-updated"],[7,"bonus-updated"],[8,"bonus-updated"],[9,"bonus-updated"],[11,"bonus-updated"],[12,"bonus-updated"],[15,"bonus-updated"]],"boomer_exploded":[[12,"boomer-exploded"]],"boomer_near":[[12,"boomer-near"]],"bot_player_replace":[[12,"bot-player-replace"]],"bot_takeover":[[7,"bot-takeover"]],"break_breakable":[[5,"break-breakable"],[6,"break-breakable"],[7,"break-breakable"],[8,"break-breakable"],[9,"break-breakable"],[11,"break-breakable"],[12,"break-breakable"],[15,"break-breakable"]],"break_prop":[[5,"break-prop"],[6,"break-prop"],[7,"break-prop"],[8,"break-prop"],[9,"break-prop"],[11,"break-prop"],[12,"break-prop"],[15,"break-prop"]],"broadcast_killstreak":[[6,"broadcast-killstreak"]],"broadcast_playersound":[[6,"broadcast-playersound"]],"broadcast_teamsound":[[6,"broadcast-teamsound"]],"browse_replays":[[8,"browse-replays"],[9,"browse-replays"],[11,"browse-replays"],[15,"browse-replays"]],"build":[[184,"build"]],"building_healed":[[15,"building-healed"]],"building_info_changed":[[15,"building-info-changed"]],"bullet_impact":[[7,"bullet-impact"],[8,"bullet-impact"],[12,"bullet-impact"]],"buymenu_close":[[7,"buymenu-close"]],"buymenu_open":[[7,"buymenu-open"]],"buytime_ended":[[7,"buytime-ended"]],"c1m4_scavenge_instructions":[[12,"c1m4-scavenge-instructions"]],"cart_updated":[[7,"cart-updated"],[8,"cart-updated"],[9,"cart-updated"],[11,"cart-updated"],[15,"cart-updated"]],"chair_charged":[[12,"chair-charged"]],"charger_carry_end":[[12,"charger-carry-end"]],"charger_carry_start":[[12,"charger-carry-start"]],"charger_charge_end":[[12,"charger-charge-end"]],"charger_charge_start":[[12,"charger-charge-start"]],"charger_impact":[[12,"charger-impact"]],"charger_killed":[[12,"charger-killed"]],"charger_pummel_end":[[12,"charger-pummel-end"]],"charger_pummel_start":[[12,"charger-pummel-start"]],"choke_end":[[12,"choke-end"]],"choke_start":[[12,"choke-start"]],"choke_stopped":[[12,"choke-stopped"]],"christmas_gift_grab":[[8,"christmas-gift-grab"],[9,"christmas-gift-grab"],[12,"christmas-gift-grab"],[15,"christmas-gift-grab"]],"cl_drawline":[[15,"cl-drawline"]],"class_info":[[184,"class-info"]],"client_beginconnect":[[6,"client-beginconnect"],[8,"client-beginconnect"],[9,"client-beginconnect"],[11,"client-beginconnect"],[15,"client-beginconnect"]],"client_connected":[[6,"client-connected"],[8,"client-connected"],[9,"client-connected"],[11,"client-connected"],[15,"client-connected"]],"client_disconnect":[[6,"client-disconnect"],[7,"client-disconnect"],[8,"client-disconnect"],[9,"client-disconnect"],[11,"client-disconnect"],[15,"client-disconnect"]],"client_fullconnect":[[6,"client-fullconnect"],[8,"client-fullconnect"],[9,"client-fullconnect"],[11,"client-fullconnect"],[15,"client-fullconnect"]],"client_loadout_changed":[[7,"client-loadout-changed"]],"colors":[[19,null]],"colors module":[[34,null]],"commands":[[20,null]],"commands package":[[35,null]],"commands.auth module":[[36,null]],"commands.client package":[[37,null]],"commands.command module":[[38,null]],"commands.filter module":[[39,null]],"commands.manager module":[[40,null]],"commands.player module":[[41,null]],"commands.say package":[[42,null]],"commands.server package":[[43,null]],"commands.typed module":[[44,null]],"competitive_state_changed":[[15,"competitive-state-changed"]],"competitive_stats_update":[[15,"competitive-stats-update"]],"competitive_victory":[[15,"competitive-victory"]],"config":[[21,null]],"config package":[[45,null]],"config.command module":[[46,null]],"config.cvar module":[[47,null]],"config.manager module":[[48,null]],"config.section module":[[49,null]],"conga_kill":[[15,"conga-kill"]],"controlpoint_endtouch":[[15,"controlpoint-endtouch"]],"controlpoint_fake_capture":[[15,"controlpoint-fake-capture"]],"controlpoint_fake_capture_mult":[[15,"controlpoint-fake-capture-mult"]],"controlpoint_initialized":[[15,"controlpoint-initialized"]],"controlpoint_pulse_element":[[15,"controlpoint-pulse-element"]],"controlpoint_starttouch":[[15,"controlpoint-starttouch"]],"controlpoint_timer_updated":[[15,"controlpoint-timer-updated"]],"controlpoint_unlock_updated":[[15,"controlpoint-unlock-updated"]],"controlpoint_updatecapping":[[15,"controlpoint-updatecapping"]],"controlpoint_updateimages":[[15,"controlpoint-updateimages"]],"controlpoint_updatelayout":[[15,"controlpoint-updatelayout"]],"controlpoint_updateowner":[[15,"controlpoint-updateowner"]],"convars":[[184,"convars"]],"core package":[[50,null]],"core.cache module":[[51,null]],"core.command package":[[52,null]],"core.command.auth module":[[53,null]],"core.command.docs module":[[54,null]],"core.command.dump module":[[55,null]],"core.command.plugin module":[[56,null]],"core.dumps module":[[57,null]],"core.settings module":[[58,null]],"core.table module":[[59,null]],"core.update module":[[60,null]],"core.version module":[[61,null]],"create":[[184,"create"]],"create_panic_event":[[12,"create-panic-event"]],"credits":[[184,"credits"]],"cross_spectral_bridge":[[15,"cross-spectral-bridge"]],"crossbow_heal":[[15,"crossbow-heal"]],"cs_game_disconnected":[[7,"cs-game-disconnected"]],"cs_handle_ime_event":[[7,"cs-handle-ime-event"]],"cs_intermission":[[7,"cs-intermission"]],"cs_match_end_restart":[[7,"cs-match-end-restart"]],"cs_pre_restart":[[7,"cs-pre-restart"]],"cs_prev_next_spectator":[[7,"cs-prev-next-spectator"]],"cs_round_final_beep":[[7,"cs-round-final-beep"]],"cs_round_start_beep":[[7,"cs-round-start-beep"]],"cs_win_panel_match":[[7,"cs-win-panel-match"],[8,"cs-win-panel-match"]],"cs_win_panel_round":[[7,"cs-win-panel-round"],[8,"cs-win-panel-round"]],"ctf_flag_captured":[[15,"ctf-flag-captured"]],"cvars package":[[62,null]],"cvars.flags module":[[63,null]],"cvars.public module":[[64,null]],"cvars.tags module":[[65,null]],"damage_indicator":[[6,"damage-indicator"]],"damage_mitigated":[[15,"damage-mitigated"]],"damage_prevented":[[15,"damage-prevented"]],"damage_resisted":[[15,"damage-resisted"]],"datamaps":[[184,"datamaps"]],"dead_survivor_visible":[[12,"dead-survivor-visible"]],"deadringer_cheat_death":[[15,"deadringer-cheat-death"]],"decoy_detonate":[[7,"decoy-detonate"]],"decoy_firing":[[7,"decoy-firing"]],"decoy_started":[[7,"decoy-started"]],"defibrillator_begin":[[12,"defibrillator-begin"]],"defibrillator_interrupted":[[12,"defibrillator-interrupted"]],"defibrillator_used":[[12,"defibrillator-used"]],"defibrillator_used_fail":[[12,"defibrillator-used-fail"]],"defuser_dropped":[[7,"defuser-dropped"]],"defuser_pickup":[[7,"defuser-pickup"]],"delay":[[184,"delay"]],"demoman_det_stickies":[[15,"demoman-det-stickies"]],"deploy_buff_banner":[[15,"deploy-buff-banner"]],"difficulty_changed":[[7,"difficulty-changed"],[12,"difficulty-changed"]],"dm_bonus_weapon_start":[[7,"dm-bonus-weapon-start"]],"docs":[[184,"docs"]],"dod_allies_ready":[[9,"dod-allies-ready"]],"dod_axis_ready":[[9,"dod-axis-ready"]],"dod_bomb_defused":[[9,"dod-bomb-defused"]],"dod_bomb_exploded":[[9,"dod-bomb-exploded"]],"dod_bomb_planted":[[9,"dod-bomb-planted"]],"dod_broadcast_audio":[[9,"dod-broadcast-audio"]],"dod_capture_blocked":[[9,"dod-capture-blocked"]],"dod_game_over":[[9,"dod-game-over"]],"dod_hint":[[9,"dod-hint"]],"dod_kill_defuser":[[9,"dod-kill-defuser"]],"dod_kill_planter":[[9,"dod-kill-planter"]],"dod_map_time_remaining":[[9,"dod-map-time-remaining"]],"dod_point_captured":[[9,"dod-point-captured"]],"dod_ready_restart":[[9,"dod-ready-restart"]],"dod_restart_round":[[9,"dod-restart-round"]],"dod_round_active":[[9,"dod-round-active"]],"dod_round_restart_seconds":[[9,"dod-round-restart-seconds"]],"dod_round_start":[[9,"dod-round-start"]],"dod_round_win":[[9,"dod-round-win"]],"dod_stats_player_damage":[[9,"dod-stats-player-damage"]],"dod_stats_player_killed":[[9,"dod-stats-player-killed"]],"dod_stats_weapon_attack":[[9,"dod-stats-weapon-attack"]],"dod_team_scores":[[9,"dod-team-scores"]],"dod_tick_points":[[9,"dod-tick-points"]],"dod_timer_flash":[[9,"dod-timer-flash"]],"dod_timer_time_added":[[9,"dod-timer-time-added"]],"dod_tnt_pickup":[[9,"dod-tnt-pickup"]],"dod_warmup_begins":[[9,"dod-warmup-begins"]],"dod_warmup_ends":[[9,"dod-warmup-ends"]],"dod_win_panel":[[9,"dod-win-panel"]],"doomsday_rocket_open":[[15,"doomsday-rocket-open"]],"door_close":[[12,"door-close"]],"door_moving":[[7,"door-moving"],[8,"door-moving"],[12,"door-moving"]],"door_open":[[12,"door-open"]],"door_unlocked":[[12,"door-unlocked"]],"drag_begin":[[12,"drag-begin"]],"drag_end":[[12,"drag-end"]],"drastic_music_change":[[12,"drastic-music-change"]],"ds_screenshot":[[15,"ds-screenshot"]],"ds_stop":[[15,"ds-stop"]],"duck_xp_level_up":[[15,"duck-xp-level-up"]],"duel_status":[[15,"duel-status"]],"dump":[[184,"dump"]],"effects package":[[66,null]],"effects.base module":[[67,null]],"effects.hooks module":[[68,null]],"effects.templates module":[[69,null]],"enable_restart_voting":[[7,"enable-restart-voting"]],"endmatch_cmm_start_reveal_items":[[7,"endmatch-cmm-start-reveal-items"]],"endmatch_mapvote_selecting_map":[[7,"endmatch-mapvote-selecting-map"]],"engines package":[[70,null]],"engines.gamerules module":[[71,null]],"engines.precache module":[[72,null]],"engines.server module":[[73,null]],"engines.sound module":[[74,null]],"engines.trace module":[[75,null]],"enter_bombzone":[[7,"enter-bombzone"]],"enter_buyzone":[[7,"enter-buyzone"]],"enter_rescue_zone":[[7,"enter-rescue-zone"]],"entered_performance_mode":[[8,"entered-performance-mode"],[9,"entered-performance-mode"],[11,"entered-performance-mode"],[15,"entered-performance-mode"]],"entered_spit":[[12,"entered-spit"]],"entities":[[22,null]],"entities package":[[76,null]],"entities.classes module":[[77,null]],"entities.collisions module":[[78,null]],"entities.constants module":[[79,null]],"entities.datamaps module":[[80,null]],"entities.dictionary module":[[81,null]],"entities.engines package":[[82,null]],"entities.engines.csgo package":[[83,null]],"entities.engines.csgo.csgo module":[[84,null]],"entities.entity module":[[85,null]],"entities.factories module":[[86,null]],"entities.helpers module":[[87,null]],"entities.hooks module":[[88,null]],"entities.props module":[[89,null]],"entities.transmit module":[[90,null]],"entity_killed":[[5,"entity-killed"],[6,"entity-killed"],[7,"entity-killed"],[8,"entity-killed"],[9,"entity-killed"],[11,"entity-killed"],[12,"entity-killed"],[15,"entity-killed"]],"entity_shoved":[[12,"entity-shoved"]],"entity_visible":[[5,"entity-visible"],[7,"entity-visible"],[12,"entity-visible"]],"environmental_death":[[15,"environmental-death"]],"escape_hell":[[15,"escape-hell"]],"escaped_loot_island":[[15,"escaped-loot-island"]],"escort_progress":[[15,"escort-progress"]],"escort_recede":[[15,"escort-recede"]],"escort_speed":[[15,"escort-speed"]],"events":[[23,null]],"events package":[[91,null]],"events.custom module":[[92,null]],"events.hooks module":[[93,null]],"events.listener module":[[94,null]],"events.manager module":[[95,null]],"events.resource module":[[96,null]],"events.variable module":[[97,null]],"exit_bombzone":[[7,"exit-bombzone"]],"exit_buyzone":[[7,"exit-buyzone"]],"exit_rescue_zone":[[7,"exit-rescue-zone"]],"experience_changed":[[15,"experience-changed"]],"explain_DLC3barrels":[[12,"explain-dlc3barrels"]],"explain_DLC3door":[[12,"explain-dlc3door"]],"explain_DLC3generator_button":[[12,"explain-dlc3generator-button"]],"explain_DLC3howitzer":[[12,"explain-dlc3howitzer"]],"explain_DLC3lift_lever":[[12,"explain-dlc3lift-lever"]],"explain_DLC3radio":[[12,"explain-dlc3radio"]],"explain_bodyshots_reduced":[[12,"explain-bodyshots-reduced"]],"explain_bridge":[[12,"explain-bridge"]],"explain_bridge_button":[[12,"explain-bridge-button"]],"explain_burger_sign":[[12,"explain-burger-sign"]],"explain_c1m4_finale":[[12,"explain-c1m4-finale"]],"explain_c2m4_ticketbooth":[[12,"explain-c2m4-ticketbooth"]],"explain_c3m4_radio1":[[12,"explain-c3m4-radio1"]],"explain_c3m4_radio2":[[12,"explain-c3m4-radio2"]],"explain_c3m4_rescue":[[12,"explain-c3m4-rescue"]],"explain_c6m3_finale":[[12,"explain-c6m3-finale"]],"explain_carousel_button":[[12,"explain-carousel-button"]],"explain_carousel_destination":[[12,"explain-carousel-destination"]],"explain_church_door":[[12,"explain-church-door"]],"explain_coaster":[[12,"explain-coaster"]],"explain_coaster_stop":[[12,"explain-coaster-stop"]],"explain_crane":[[12,"explain-crane"]],"explain_deactivate_alarm":[[12,"explain-deactivate-alarm"]],"explain_decon":[[12,"explain-decon"]],"explain_decon_wait":[[12,"explain-decon-wait"]],"explain_disturbance":[[12,"explain-disturbance"]],"explain_drawbridge":[[12,"explain-drawbridge"]],"explain_elevator_button":[[12,"explain-elevator-button"]],"explain_emergency_door":[[12,"explain-emergency-door"]],"explain_ferry_button":[[12,"explain-ferry-button"]],"explain_float":[[12,"explain-float"]],"explain_freighter":[[12,"explain-freighter"]],"explain_gas_can_panic":[[12,"explain-gas-can-panic"]],"explain_gas_truck":[[12,"explain-gas-truck"]],"explain_gates_are_open":[[12,"explain-gates-are-open"]],"explain_gun_shop":[[12,"explain-gun-shop"]],"explain_gun_shop_tanker":[[12,"explain-gun-shop-tanker"]],"explain_hatch_button":[[12,"explain-hatch-button"]],"explain_highrise_finale2":[[12,"explain-highrise-finale2"]],"explain_hotel_elevator_doors":[[12,"explain-hotel-elevator-doors"]],"explain_impound_lot":[[12,"explain-impound-lot"]],"explain_item_glows_disabled":[[12,"explain-item-glows-disabled"]],"explain_lift_button":[[12,"explain-lift-button"]],"explain_mainstreet":[[12,"explain-mainstreet"]],"explain_mall_alarm":[[12,"explain-mall-alarm"]],"explain_mall_window":[[12,"explain-mall-window"]],"explain_need_gnome_to_continue":[[12,"explain-need-gnome-to-continue"]],"explain_onslaught":[[12,"explain-onslaught"]],"explain_panic_button":[[12,"explain-panic-button"]],"explain_perimeter":[[12,"explain-perimeter"]],"explain_pills":[[12,"explain-pills"]],"explain_pre_drawbridge":[[12,"explain-pre-drawbridge"]],"explain_pre_radio":[[12,"explain-pre-radio"]],"explain_radio":[[12,"explain-radio"]],"explain_rescue_disabled":[[12,"explain-rescue-disabled"]],"explain_restart_generator":[[12,"explain-restart-generator"]],"explain_return_item":[[12,"explain-return-item"]],"explain_save_items":[[12,"explain-save-items"]],"explain_scavenge_goal":[[12,"explain-scavenge-goal"]],"explain_scavenge_leave_area":[[12,"explain-scavenge-leave-area"]],"explain_sewer_gate":[[12,"explain-sewer-gate"]],"explain_sewer_run":[[12,"explain-sewer-run"]],"explain_shack_button":[[12,"explain-shack-button"]],"explain_stage_finale_start":[[12,"explain-stage-finale-start"]],"explain_stage_lighting":[[12,"explain-stage-lighting"]],"explain_stage_pyrotechnics":[[12,"explain-stage-pyrotechnics"]],"explain_stage_survival_start":[[12,"explain-stage-survival-start"]],"explain_start_generator":[[12,"explain-start-generator"]],"explain_store_alarm":[[12,"explain-store-alarm"]],"explain_store_item":[[12,"explain-store-item"]],"explain_store_item_stop":[[12,"explain-store-item-stop"]],"explain_survival_alarm":[[12,"explain-survival-alarm"]],"explain_survival_carousel":[[12,"explain-survival-carousel"]],"explain_survival_generic":[[12,"explain-survival-generic"]],"explain_survival_radio":[[12,"explain-survival-radio"]],"explain_survivor_glows_disabled":[[12,"explain-survivor-glows-disabled"]],"explain_train_boss":[[12,"explain-train-boss"]],"explain_train_exit":[[12,"explain-train-exit"]],"explain_train_lever":[[12,"explain-train-lever"]],"explain_van_panic":[[12,"explain-van-panic"]],"explain_vehicle_arrival":[[12,"explain-vehicle-arrival"]],"explain_weapons":[[12,"explain-weapons"]],"explain_witch_instant_kill":[[12,"explain-witch-instant-kill"]],"eyeball_boss_escape_imminent":[[15,"eyeball-boss-escape-imminent"]],"eyeball_boss_escaped":[[15,"eyeball-boss-escaped"]],"eyeball_boss_killed":[[15,"eyeball-boss-killed"]],"eyeball_boss_killer":[[15,"eyeball-boss-killer"]],"eyeball_boss_stunned":[[15,"eyeball-boss-stunned"]],"eyeball_boss_summoned":[[15,"eyeball-boss-summoned"]],"fatal_vomit":[[12,"fatal-vomit"]],"filesystem module":[[98,null]],"filters package":[[99,null]],"filters.entities module":[[100,null]],"filters.iterator module":[[101,null]],"filters.players module":[[102,null]],"filters.recipients module":[[103,null]],"filters.weapons module":[[104,null]],"final_reportscreen":[[12,"final-reportscreen"]],"finale_bridge_lowering":[[12,"finale-bridge-lowering"]],"finale_bridge_ready":[[12,"finale-bridge-ready"]],"finale_elevator_ready":[[12,"finale-elevator-ready"]],"finale_escape_start":[[12,"finale-escape-start"]],"finale_radio_damaged":[[12,"finale-radio-damaged"]],"finale_radio_start":[[12,"finale-radio-start"]],"finale_rush":[[12,"finale-rush"]],"finale_start":[[7,"finale-start"],[12,"finale-start"]],"finale_vehicle_incoming":[[12,"finale-vehicle-incoming"]],"finale_vehicle_leaving":[[12,"finale-vehicle-leaving"]],"finale_vehicle_ready":[[12,"finale-vehicle-ready"]],"finale_win":[[12,"finale-win"]],"fire_mortar":[[6,"fire-mortar"]],"fish_notice":[[15,"fish-notice"]],"fish_notice__arm":[[15,"fish-notice-arm"]],"flag_carried_in_detection_zone":[[15,"flag-carried-in-detection-zone"]],"flagstatus_update":[[15,"flagstatus-update"]],"flare_ignite_npc":[[5,"flare-ignite-npc"],[6,"flare-ignite-npc"],[7,"flare-ignite-npc"],[8,"flare-ignite-npc"],[9,"flare-ignite-npc"],[11,"flare-ignite-npc"],[12,"flare-ignite-npc"],[15,"flare-ignite-npc"]],"flashbang_detonate":[[7,"flashbang-detonate"],[8,"flashbang-detonate"]],"foot_locker_opened":[[12,"foot-locker-opened"]],"freezecam_started":[[6,"freezecam-started"],[7,"freezecam-started"],[8,"freezecam-started"],[9,"freezecam-started"],[15,"freezecam-started"]],"friendly_fire":[[12,"friendly-fire"]],"game_end":[[5,"game-end"],[6,"game-end"],[7,"game-end"],[8,"game-end"],[9,"game-end"],[11,"game-end"],[12,"game-end"],[15,"game-end"]],"game_init":[[5,"game-init"],[6,"game-init"],[7,"game-init"],[8,"game-init"],[9,"game-init"],[11,"game-init"],[12,"game-init"],[15,"game-init"]],"game_message":[[5,"game-message"],[6,"game-message"],[7,"game-message"],[8,"game-message"],[9,"game-message"],[11,"game-message"],[12,"game-message"],[15,"game-message"]],"game_newmap":[[5,"game-newmap"],[6,"game-newmap"],[7,"game-newmap"],[8,"game-newmap"],[9,"game-newmap"],[11,"game-newmap"],[12,"game-newmap"],[15,"game-newmap"]],"game_shutdown":[[5,"game-shutdown"]],"game_start":[[5,"game-start"],[6,"game-start"],[7,"game-start"],[8,"game-start"],[9,"game-start"],[11,"game-start"],[12,"game-start"],[15,"game-start"]],"gameinstructor_draw":[[5,"gameinstructor-draw"],[7,"gameinstructor-draw"],[12,"gameinstructor-draw"]],"gameinstructor_nodraw":[[5,"gameinstructor-nodraw"],[7,"gameinstructor-nodraw"],[12,"gameinstructor-nodraw"]],"gameui_activated":[[15,"gameui-activated"]],"gameui_hidden":[[7,"gameui-hidden"],[15,"gameui-hidden"]],"gas_can_forced_drop":[[12,"gas-can-forced-drop"]],"gascan_dropped":[[12,"gascan-dropped"]],"gascan_pour_blocked":[[12,"gascan-pour-blocked"]],"gascan_pour_completed":[[12,"gascan-pour-completed"]],"gascan_pour_interrupted":[[12,"gascan-pour-interrupted"]],"gauntlet_finale_start":[[12,"gauntlet-finale-start"]],"gc_connected":[[7,"gc-connected"],[8,"gc-connected"],[9,"gc-connected"],[11,"gc-connected"],[15,"gc-connected"]],"generate":[[184,"generate"]],"generator_started":[[12,"generator-started"]],"gg_bonus_grenade_achieved":[[7,"gg-bonus-grenade-achieved"]],"gg_final_weapon_achieved":[[7,"gg-final-weapon-achieved"]],"gg_killed_enemy":[[7,"gg-killed-enemy"]],"gg_leader":[[7,"gg-leader"]],"gg_player_impending_upgrade":[[7,"gg-player-impending-upgrade"]],"gg_player_levelup":[[7,"gg-player-levelup"]],"gg_reset_round_start_sounds":[[7,"gg-reset-round-start-sounds"]],"gg_team_leader":[[7,"gg-team-leader"]],"ggprogressive_player_levelup":[[7,"ggprogressive-player-levelup"]],"ggtr_player_levelup":[[7,"ggtr-player-levelup"]],"ghost_spawn_time":[[12,"ghost-spawn-time"]],"give_weapon":[[12,"give-weapon"]],"global_war_data_updated":[[15,"global-war-data-updated"]],"grenade_bounce":[[7,"grenade-bounce"],[8,"grenade-bounce"],[12,"grenade-bounce"]],"halloween_boss_killed":[[15,"halloween-boss-killed"]],"halloween_duck_collected":[[15,"halloween-duck-collected"]],"halloween_pumpkin_grab":[[15,"halloween-pumpkin-grab"]],"halloween_skeleton_killed":[[15,"halloween-skeleton-killed"]],"halloween_soul_collected":[[15,"halloween-soul-collected"]],"heal_begin":[[12,"heal-begin"]],"heal_end":[[12,"heal-end"]],"heal_interrupted":[[12,"heal-interrupted"]],"heal_success":[[12,"heal-success"]],"hegrenade_detonate":[[7,"hegrenade-detonate"],[8,"hegrenade-detonate"],[12,"hegrenade-detonate"]],"helicopter_grenade_punt_miss":[[5,"helicopter-grenade-punt-miss"],[6,"helicopter-grenade-punt-miss"],[7,"helicopter-grenade-punt-miss"],[8,"helicopter-grenade-punt-miss"],[9,"helicopter-grenade-punt-miss"],[11,"helicopter-grenade-punt-miss"],[12,"helicopter-grenade-punt-miss"],[15,"helicopter-grenade-punt-miss"]],"help":[[184,"help"]],"hide_annotation":[[15,"hide-annotation"]],"hide_freezepanel":[[6,"hide-freezepanel"],[7,"hide-freezepanel"],[8,"hide-freezepanel"],[9,"hide-freezepanel"],[15,"hide-freezepanel"]],"hit_safe_room":[[12,"hit-safe-room"]],"hltv_cameraman":[[5,"hltv-cameraman"],[6,"hltv-cameraman"],[7,"hltv-cameraman"],[8,"hltv-cameraman"],[9,"hltv-cameraman"],[11,"hltv-cameraman"],[12,"hltv-cameraman"],[15,"hltv-cameraman"]],"hltv_changed_mode":[[7,"hltv-changed-mode"],[8,"hltv-changed-mode"],[9,"hltv-changed-mode"],[11,"hltv-changed-mode"],[15,"hltv-changed-mode"]],"hltv_changed_target":[[7,"hltv-changed-target"],[8,"hltv-changed-target"],[9,"hltv-changed-target"],[11,"hltv-changed-target"],[15,"hltv-changed-target"]],"hltv_chase":[[5,"hltv-chase"],[6,"hltv-chase"],[7,"hltv-chase"],[8,"hltv-chase"],[9,"hltv-chase"],[11,"hltv-chase"],[12,"hltv-chase"],[15,"hltv-chase"]],"hltv_chat":[[5,"hltv-chat"],[6,"hltv-chat"],[7,"hltv-chat"],[8,"hltv-chat"],[9,"hltv-chat"],[11,"hltv-chat"],[12,"hltv-chat"],[15,"hltv-chat"]],"hltv_fixed":[[5,"hltv-fixed"],[6,"hltv-fixed"],[7,"hltv-fixed"],[8,"hltv-fixed"],[9,"hltv-fixed"],[11,"hltv-fixed"],[12,"hltv-fixed"],[15,"hltv-fixed"]],"hltv_message":[[5,"hltv-message"],[6,"hltv-message"],[7,"hltv-message"],[8,"hltv-message"],[9,"hltv-message"],[11,"hltv-message"],[12,"hltv-message"],[15,"hltv-message"]],"hltv_rank_camera":[[5,"hltv-rank-camera"],[6,"hltv-rank-camera"],[7,"hltv-rank-camera"],[8,"hltv-rank-camera"],[9,"hltv-rank-camera"],[11,"hltv-rank-camera"],[12,"hltv-rank-camera"],[15,"hltv-rank-camera"]],"hltv_rank_entity":[[5,"hltv-rank-entity"],[6,"hltv-rank-entity"],[7,"hltv-rank-entity"],[8,"hltv-rank-entity"],[9,"hltv-rank-entity"],[11,"hltv-rank-entity"],[12,"hltv-rank-entity"],[15,"hltv-rank-entity"]],"hltv_status":[[5,"hltv-status"],[6,"hltv-status"],[7,"hltv-status"],[8,"hltv-status"],[9,"hltv-status"],[11,"hltv-status"],[12,"hltv-status"],[15,"hltv-status"]],"hltv_title":[[5,"hltv-title"],[6,"hltv-title"],[7,"hltv-title"],[8,"hltv-title"],[9,"hltv-title"],[11,"hltv-title"],[12,"hltv-title"],[15,"hltv-title"]],"hooks package":[[105,null]],"hooks.base module":[[106,null]],"hooks.exceptions module":[[107,null]],"hooks.warnings module":[[108,null]],"host_quit":[[6,"host-quit"],[8,"host-quit"],[9,"host-quit"],[11,"host-quit"],[15,"host-quit"]],"hostage_call_for_help":[[7,"hostage-call-for-help"],[8,"hostage-call-for-help"]],"hostage_follows":[[7,"hostage-follows"],[8,"hostage-follows"]],"hostage_hurt":[[7,"hostage-hurt"],[8,"hostage-hurt"]],"hostage_killed":[[7,"hostage-killed"],[8,"hostage-killed"]],"hostage_rescued":[[7,"hostage-rescued"],[8,"hostage-rescued"]],"hostage_rescued_all":[[7,"hostage-rescued-all"],[8,"hostage-rescued-all"]],"hostage_stops_following":[[7,"hostage-stops-following"],[8,"hostage-stops-following"]],"hostname_changed":[[7,"hostname-changed"],[12,"hostname-changed"]],"hunter_headshot":[[12,"hunter-headshot"]],"hunter_punched":[[12,"hunter-punched"]],"infected_death":[[12,"infected-death"]],"infected_decapitated":[[12,"infected-decapitated"]],"infected_explosive_barrel_kill":[[12,"infected-explosive-barrel-kill"]],"infected_hurt":[[12,"infected-hurt"]],"inferno_expire":[[7,"inferno-expire"]],"inferno_extinguish":[[7,"inferno-extinguish"]],"inferno_startburn":[[7,"inferno-startburn"]],"info":[[184,"info"]],"inspect_weapon":[[7,"inspect-weapon"]],"instructor_server_hint_create":[[5,"instructor-server-hint-create"],[7,"instructor-server-hint-create"],[12,"instructor-server-hint-create"]],"instructor_server_hint_stop":[[5,"instructor-server-hint-stop"],[7,"instructor-server-hint-stop"],[12,"instructor-server-hint-stop"]],"intro_finish":[[15,"intro-finish"]],"intro_nextcamera":[[15,"intro-nextcamera"]],"inventory_updated":[[7,"inventory-updated"],[8,"inventory-updated"],[9,"inventory-updated"],[11,"inventory-updated"],[15,"inventory-updated"]],"item_equip":[[7,"item-equip"]],"item_found":[[7,"item-found"],[15,"item-found"]],"item_pickup":[[6,"item-pickup"],[7,"item-pickup"],[8,"item-pickup"],[12,"item-pickup"],[15,"item-pickup"]],"item_purchase":[[7,"item-purchase"]],"item_schema_initialized":[[7,"item-schema-initialized"],[8,"item-schema-initialized"],[9,"item-schema-initialized"],[11,"item-schema-initialized"],[15,"item-schema-initialized"]],"items_gifted":[[7,"items-gifted"]],"jockey_killed":[[12,"jockey-killed"]],"jockey_ride":[[12,"jockey-ride"]],"jockey_ride_end":[[12,"jockey-ride-end"]],"jointeam_failed":[[7,"jointeam-failed"]],"keyvalues module":[[109,null]],"kill_in_hell":[[15,"kill-in-hell"]],"kill_refills_meter":[[15,"kill-refills-meter"]],"killed_capping_player":[[15,"killed-capping-player"]],"landed":[[15,"landed"]],"list":[[184,"list"],[184,"id5"]],"listeners":[[24,null]],"listeners package":[[110,null]],"listeners.tick package":[[111,null]],"load":[[184,"load"]],"lobby_updated":[[15,"lobby-updated"]],"localplayer_becameobserver":[[15,"localplayer-becameobserver"]],"localplayer_changeclass":[[15,"localplayer-changeclass"]],"localplayer_changedisguise":[[15,"localplayer-changedisguise"]],"localplayer_changeteam":[[15,"localplayer-changeteam"]],"localplayer_chargeready":[[15,"localplayer-chargeready"]],"localplayer_healed":[[15,"localplayer-healed"]],"localplayer_pickup_weapon":[[15,"localplayer-pickup-weapon"]],"localplayer_respawn":[[15,"localplayer-respawn"]],"localplayer_score_changed":[[15,"localplayer-score-changed"]],"localplayer_winddown":[[15,"localplayer-winddown"]],"loggers module":[[112,null]],"lunge_pounce":[[12,"lunge-pounce"]],"lunge_shove":[[12,"lunge-shove"]],"m60_streak_ended":[[12,"m60-streak-ended"]],"map_transition":[[5,"map-transition"],[7,"map-transition"],[12,"map-transition"]],"match_end_conditions":[[7,"match-end-conditions"],[8,"match-end-conditions"]],"matchmaker_stats_updated":[[15,"matchmaker-stats-updated"]],"material_default_complete":[[7,"material-default-complete"]],"mathlib module":[[113,null]],"mb_input_lock_cancel":[[7,"mb-input-lock-cancel"]],"mb_input_lock_success":[[7,"mb-input-lock-success"]],"medic_death":[[15,"medic-death"]],"medic_defended":[[15,"medic-defended"]],"medigun_shield_blocked_damage":[[15,"medigun-shield-blocked-damage"]],"melee_kill":[[12,"melee-kill"]],"memory":[[25,null]],"memory package":[[114,null]],"memory.helpers module":[[115,null]],"memory.hooks module":[[116,null]],"memory.manager module":[[117,null]],"menus":[[26,null]],"menus package":[[118,null]],"menus.base module":[[119,null]],"menus.esc module":[[120,null]],"menus.queue module":[[121,null]],"menus.radio module":[[122,null]],"merasmus_escape_warning":[[15,"merasmus-escape-warning"]],"merasmus_escaped":[[15,"merasmus-escaped"]],"merasmus_killed":[[15,"merasmus-killed"]],"merasmus_prop_found":[[15,"merasmus-prop-found"]],"merasmus_stunned":[[15,"merasmus-stunned"]],"merasmus_summoned":[[15,"merasmus-summoned"]],"messages package":[[123,null]],"messages.base module":[[124,null],[125,null]],"messages.hooks module":[[126,null]],"messages.impl module":[[127,null]],"minigame_win":[[15,"minigame-win"]],"minigame_won":[[15,"minigame-won"]],"mission_lost":[[12,"mission-lost"]],"mm_lobby_chat":[[15,"mm-lobby-chat"]],"mm_lobby_member_join":[[15,"mm-lobby-member-join"]],"mm_lobby_member_leave":[[15,"mm-lobby-member-leave"]],"molotov_detonate":[[7,"molotov-detonate"]],"molotov_thrown":[[12,"molotov-thrown"]],"mounted_gun_overheated":[[12,"mounted-gun-overheated"]],"mounted_gun_start":[[12,"mounted-gun-start"]],"mvm_adv_wave_complete_no_gates":[[15,"mvm-adv-wave-complete-no-gates"]],"mvm_adv_wave_killed_stun_radio":[[15,"mvm-adv-wave-killed-stun-radio"]],"mvm_begin_wave":[[15,"mvm-begin-wave"]],"mvm_bomb_alarm_triggered":[[15,"mvm-bomb-alarm-triggered"]],"mvm_bomb_carrier_killed":[[15,"mvm-bomb-carrier-killed"]],"mvm_bomb_deploy_reset_by_player":[[15,"mvm-bomb-deploy-reset-by-player"]],"mvm_bomb_reset_by_player":[[15,"mvm-bomb-reset-by-player"]],"mvm_creditbonus_all":[[15,"mvm-creditbonus-all"]],"mvm_creditbonus_all_advanced":[[15,"mvm-creditbonus-all-advanced"]],"mvm_creditbonus_wave":[[15,"mvm-creditbonus-wave"]],"mvm_kill_robot_delivering_bomb":[[15,"mvm-kill-robot-delivering-bomb"]],"mvm_mannhattan_pit":[[15,"mvm-mannhattan-pit"]],"mvm_medic_powerup_shared":[[15,"mvm-medic-powerup-shared"]],"mvm_mission_complete":[[15,"mvm-mission-complete"]],"mvm_mission_update":[[15,"mvm-mission-update"]],"mvm_pickup_currency":[[15,"mvm-pickup-currency"]],"mvm_quick_sentry_upgrade":[[15,"mvm-quick-sentry-upgrade"]],"mvm_reset_stats":[[15,"mvm-reset-stats"]],"mvm_scout_marked_for_death":[[15,"mvm-scout-marked-for-death"]],"mvm_sentrybuster_detonate":[[15,"mvm-sentrybuster-detonate"]],"mvm_sentrybuster_killed":[[15,"mvm-sentrybuster-killed"]],"mvm_sniper_headshot_currency":[[15,"mvm-sniper-headshot-currency"]],"mvm_tank_destroyed_by_players":[[15,"mvm-tank-destroyed-by-players"]],"mvm_wave_complete":[[15,"mvm-wave-complete"]],"mvm_wave_failed":[[15,"mvm-wave-failed"]],"nav_blocked":[[7,"nav-blocked"],[8,"nav-blocked"],[12,"nav-blocked"],[15,"nav-blocked"]],"nav_generate":[[7,"nav-generate"],[8,"nav-generate"],[12,"nav-generate"]],"net_channel module":[[128,null]],"nextlevel":[[6,"nextlevel"]],"nextlevel_changed":[[7,"nextlevel-changed"]],"non_melee_fired":[[12,"non-melee-fired"]],"non_pistol_fired":[[12,"non-pistol-fired"]],"npc_barnacle_grab_victim":[[6,"npc-barnacle-grab-victim"]],"npc_hurt":[[15,"npc-hurt"]],"num_cappers_changed":[[15,"num-cappers-changed"]],"object_deflected":[[15,"object-deflected"]],"object_destroyed":[[15,"object-destroyed"]],"object_detonated":[[15,"object-detonated"]],"object_removed":[[15,"object-removed"]],"on_cooldown_begin":[[12,"on-cooldown-begin"]],"on_cooldown_end":[[12,"on-cooldown-end"]],"on_helicopter_begin":[[12,"on-helicopter-begin"]],"on_helicopter_end":[[12,"on-helicopter-end"]],"on_resources_changed":[[12,"on-resources-changed"]],"other_death":[[7,"other-death"]],"overtime_nag":[[15,"overtime-nag"]],"panic_event_finished":[[12,"panic-event-finished"]],"parachute_deploy":[[15,"parachute-deploy"]],"parachute_holster":[[15,"parachute-holster"]],"parent":[[184,"parent"]],"party_updated":[[15,"party-updated"]],"pass_ball_blocked":[[15,"pass-ball-blocked"]],"pass_ball_stolen":[[15,"pass-ball-stolen"]],"pass_free":[[15,"pass-free"]],"pass_get":[[15,"pass-get"]],"pass_pass_caught":[[15,"pass-pass-caught"]],"pass_score":[[15,"pass-score"]],"path_track_passed":[[15,"path-track-passed"]],"paths module":[[129,null]],"payload_pushed":[[15,"payload-pushed"]],"permission":[[184,"permission"]],"physgun_pickup":[[5,"physgun-pickup"],[6,"physgun-pickup"],[7,"physgun-pickup"],[8,"physgun-pickup"],[9,"physgun-pickup"],[11,"physgun-pickup"],[12,"physgun-pickup"],[15,"physgun-pickup"]],"physics module":[[130,null]],"pills_used":[[12,"pills-used"]],"pills_used_fail":[[12,"pills-used-fail"]],"ping_updated":[[15,"ping-updated"]],"player":[[184,"player"]],"player_abandoned_match":[[15,"player-abandoned-match"]],"player_account_changed":[[15,"player-account-changed"]],"player_activate":[[5,"player-activate"],[6,"player-activate"],[7,"player-activate"],[8,"player-activate"],[9,"player-activate"],[11,"player-activate"],[12,"player-activate"],[15,"player-activate"]],"player_afk":[[12,"player-afk"]],"player_askedforball":[[15,"player-askedforball"]],"player_avenged_teammate":[[7,"player-avenged-teammate"],[8,"player-avenged-teammate"]],"player_begin_sacrifice_run":[[12,"player-begin-sacrifice-run"]],"player_biofeedback_scl":[[12,"player-biofeedback-scl"]],"player_blind":[[7,"player-blind"],[8,"player-blind"],[12,"player-blind"]],"player_blocked":[[12,"player-blocked"]],"player_bonuspoints":[[15,"player-bonuspoints"]],"player_bot_replace":[[12,"player-bot-replace"]],"player_buff":[[15,"player-buff"]],"player_builtobject":[[15,"player-builtobject"]],"player_buyback":[[15,"player-buyback"]],"player_calledformedic":[[15,"player-calledformedic"]],"player_carryobject":[[15,"player-carryobject"]],"player_changeclass":[[9,"player-changeclass"],[15,"player-changeclass"]],"player_changename":[[5,"player-changename"],[6,"player-changename"],[7,"player-changename"],[8,"player-changename"],[9,"player-changename"],[11,"player-changename"],[12,"player-changename"],[15,"player-changename"]],"player_chargedeployed":[[15,"player-chargedeployed"]],"player_chat":[[5,"player-chat"],[6,"player-chat"],[7,"player-chat"],[8,"player-chat"],[9,"player-chat"],[11,"player-chat"],[12,"player-chat"],[15,"player-chat"]],"player_class":[[5,"player-class"],[6,"player-class"],[7,"player-class"],[8,"player-class"],[9,"player-class"],[11,"player-class"],[12,"player-class"],[15,"player-class"]],"player_complete_sacrifice":[[12,"player-complete-sacrifice"]],"player_connect":[[5,"player-connect"],[6,"player-connect"],[7,"player-connect"],[8,"player-connect"],[9,"player-connect"],[11,"player-connect"],[12,"player-connect"],[15,"player-connect"]],"player_connect_client":[[8,"player-connect-client"],[9,"player-connect-client"],[11,"player-connect-client"],[15,"player-connect-client"]],"player_connect_full":[[5,"player-connect-full"],[7,"player-connect-full"],[12,"player-connect-full"]],"player_currency_changed":[[15,"player-currency-changed"]],"player_damage_dodged":[[15,"player-damage-dodged"]],"player_damaged":[[15,"player-damaged"]],"player_death":[[5,"player-death"],[6,"player-death"],[7,"player-death"],[8,"player-death"],[9,"player-death"],[11,"player-death"],[12,"player-death"],[15,"player-death"]],"player_decal":[[7,"player-decal"],[8,"player-decal"]],"player_destroyed_pipebomb":[[15,"player-destroyed-pipebomb"]],"player_directhit_stun":[[15,"player-directhit-stun"]],"player_disconnect":[[5,"player-disconnect"],[6,"player-disconnect"],[7,"player-disconnect"],[8,"player-disconnect"],[9,"player-disconnect"],[11,"player-disconnect"],[12,"player-disconnect"],[15,"player-disconnect"]],"player_dominated":[[6,"player-dominated"]],"player_drop":[[5,"player-drop"]],"player_dropobject":[[15,"player-dropobject"]],"player_entered_checkpoint":[[12,"player-entered-checkpoint"]],"player_entered_start_area":[[12,"player-entered-start-area"]],"player_escort_score":[[15,"player-escort-score"]],"player_extinguished":[[15,"player-extinguished"]],"player_falldamage":[[7,"player-falldamage"],[8,"player-falldamage"],[12,"player-falldamage"]],"player_first_spawn":[[12,"player-first-spawn"]],"player_footstep":[[7,"player-footstep"],[8,"player-footstep"],[12,"player-footstep"]],"player_fullyjoined":[[5,"player-fullyjoined"]],"player_given_c4":[[7,"player-given-c4"]],"player_healed":[[15,"player-healed"]],"player_healedbymedic":[[15,"player-healedbymedic"]],"player_healedmediccall":[[15,"player-healedmediccall"]],"player_healonhit":[[15,"player-healonhit"]],"player_highfive_cancel":[[15,"player-highfive-cancel"]],"player_highfive_start":[[15,"player-highfive-start"]],"player_highfive_success":[[15,"player-highfive-success"]],"player_hintmessage":[[5,"player-hintmessage"],[6,"player-hintmessage"],[7,"player-hintmessage"],[8,"player-hintmessage"],[9,"player-hintmessage"],[11,"player-hintmessage"],[12,"player-hintmessage"],[15,"player-hintmessage"]],"player_hit":[[5,"player-hit"]],"player_hurt":[[5,"player-hurt"],[6,"player-hurt"],[7,"player-hurt"],[8,"player-hurt"],[9,"player-hurt"],[11,"player-hurt"],[12,"player-hurt"],[15,"player-hurt"]],"player_hurt_concise":[[12,"player-hurt-concise"]],"player_ignited":[[15,"player-ignited"]],"player_ignited_inv":[[15,"player-ignited-inv"]],"player_incapacitated":[[12,"player-incapacitated"]],"player_incapacitated_start":[[12,"player-incapacitated-start"]],"player_info":[[5,"player-info"],[6,"player-info"],[7,"player-info"],[8,"player-info"],[9,"player-info"],[11,"player-info"],[12,"player-info"],[15,"player-info"]],"player_initial_spawn":[[15,"player-initial-spawn"]],"player_invulned":[[15,"player-invulned"]],"player_jarated":[[15,"player-jarated"]],"player_jarated_fade":[[15,"player-jarated-fade"]],"player_jump":[[7,"player-jump"],[8,"player-jump"],[12,"player-jump"]],"player_jump_apex":[[12,"player-jump-apex"]],"player_killed_achievement_zone":[[15,"player-killed-achievement-zone"]],"player_ledge_grab":[[12,"player-ledge-grab"]],"player_ledge_release":[[12,"player-ledge-release"]],"player_left_checkpoint":[[12,"player-left-checkpoint"]],"player_left_start_area":[[12,"player-left-start-area"]],"player_lost":[[5,"player-lost"]],"player_mvp":[[15,"player-mvp"]],"player_next_map_vote_change":[[15,"player-next-map-vote-change"]],"player_no_longer_it":[[12,"player-no-longer-it"]],"player_now_it":[[12,"player-now-it"]],"player_pinned":[[15,"player-pinned"]],"player_radio":[[7,"player-radio"],[8,"player-radio"]],"player_regenerate":[[15,"player-regenerate"]],"player_rematch_change":[[15,"player-rematch-change"]],"player_reset_vote":[[7,"player-reset-vote"]],"player_revenge":[[6,"player-revenge"]],"player_sapped_object":[[15,"player-sapped-object"]],"player_say":[[5,"player-say"],[6,"player-say"],[7,"player-say"],[8,"player-say"],[9,"player-say"],[11,"player-say"],[12,"player-say"],[15,"player-say"]],"player_score":[[5,"player-score"],[6,"player-score"],[7,"player-score"],[8,"player-score"],[9,"player-score"],[11,"player-score"],[12,"player-score"],[15,"player-score"]],"player_score_changed":[[15,"player-score-changed"]],"player_shield_blocked":[[15,"player-shield-blocked"]],"player_shoot":[[5,"player-shoot"],[6,"player-shoot"],[7,"player-shoot"],[8,"player-shoot"],[9,"player-shoot"],[11,"player-shoot"],[12,"player-shoot"],[15,"player-shoot"]],"player_shoved":[[12,"player-shoved"]],"player_soda_machine":[[6,"player-soda-machine"]],"player_spawn":[[5,"player-spawn"],[6,"player-spawn"],[7,"player-spawn"],[8,"player-spawn"],[9,"player-spawn"],[11,"player-spawn"],[12,"player-spawn"],[15,"player-spawn"]],"player_spawned":[[7,"player-spawned"]],"player_stats_updated":[[7,"player-stats-updated"],[8,"player-stats-updated"],[15,"player-stats-updated"]],"player_stealsandvich":[[15,"player-stealsandvich"]],"player_stunned":[[15,"player-stunned"]],"player_talking_state":[[12,"player-talking-state"]],"player_team":[[5,"player-team"],[6,"player-team"],[7,"player-team"],[8,"player-team"],[9,"player-team"],[11,"player-team"],[12,"player-team"],[15,"player-team"]],"player_teleported":[[15,"player-teleported"]],"player_transitioned":[[12,"player-transitioned"]],"player_turned_to_ghost":[[15,"player-turned-to-ghost"]],"player_upgraded":[[15,"player-upgraded"]],"player_upgradedobject":[[15,"player-upgradedobject"]],"player_use":[[5,"player-use"],[6,"player-use"],[7,"player-use"],[8,"player-use"],[9,"player-use"],[11,"player-use"],[12,"player-use"],[15,"player-use"]],"player_used_powerup_bottle":[[15,"player-used-powerup-bottle"]],"player_was_blocked":[[5,"player-was-blocked"]],"player_won":[[5,"player-won"]],"players package":[[131,null]],"players._base module":[[132,null]],"players.bots module":[[133,null]],"players.constants module":[[134,null]],"players.dictionary module":[[135,null]],"players.engines package":[[136,null]],"players.engines.bms package":[[137,null]],"players.engines.csgo package":[[138,null]],"players.engines.l4d2 package":[[139,null]],"players.engines.orangebox package":[[140,null]],"players.engines.orangebox.cstrike module":[[141,null]],"players.entity module":[[142,null]],"players.helpers module":[[143,null]],"players.teams module":[[144,null]],"players.voice module":[[145,null]],"playing_commentary":[[15,"playing-commentary"]],"plugin":[[184,"plugin"]],"plugins":[[27,null]],"plugins package":[[146,null]],"plugins.command module":[[147,null]],"plugins.info module":[[148,null]],"plugins.instance module":[[149,null]],"plugins.manager module":[[150,null]],"post_inventory_application":[[15,"post-inventory-application"]],"pounce_end":[[12,"pounce-end"]],"pounce_fail":[[12,"pounce-fail"]],"pounce_stopped":[[12,"pounce-stopped"]],"projectile_direct_hit":[[15,"projectile-direct-hit"]],"public module":[[151,null]],"pumpkin_lord_killed":[[15,"pumpkin-lord-killed"]],"pumpkin_lord_summoned":[[15,"pumpkin-lord-summoned"]],"punched_clown":[[12,"punched-clown"]],"pve_win_panel":[[15,"pve-win-panel"]],"quest_objective_completed":[[15,"quest-objective-completed"]],"questlog_opened":[[15,"questlog-opened"]],"ragdoll_dissolved":[[5,"ragdoll-dissolved"],[6,"ragdoll-dissolved"],[7,"ragdoll-dissolved"],[8,"ragdoll-dissolved"],[9,"ragdoll-dissolved"],[11,"ragdoll-dissolved"],[12,"ragdoll-dissolved"],[15,"ragdoll-dissolved"]],"raid_spawn_mob":[[15,"raid-spawn-mob"]],"raid_spawn_squad":[[15,"raid-spawn-squad"]],"rd_player_score_points":[[15,"rd-player-score-points"]],"rd_robot_impact":[[15,"rd-robot-impact"]],"rd_robot_killed":[[15,"rd-robot-killed"]],"rd_rules_state_changed":[[15,"rd-rules-state-changed"]],"rd_team_points_changed":[[15,"rd-team-points-changed"]],"read_game_titledata":[[7,"read-game-titledata"]],"recalculate_holidays":[[15,"recalculate-holidays"]],"recalculate_truce":[[15,"recalculate-truce"]],"receive_upgrade":[[12,"receive-upgrade"]],"reload":[[184,"reload"]],"relocated":[[12,"relocated"]],"rematch_failed_to_create":[[15,"rematch-failed-to-create"]],"rematch_vote_period_over":[[15,"rematch-vote-period-over"]],"remove":[[184,"remove"],[184,"id3"]],"remove_nemesis_relationships":[[15,"remove-nemesis-relationships"]],"remove_parent":[[184,"remove-parent"],[184,"id4"]],"replay_endrecord":[[15,"replay-endrecord"]],"replay_replaysavailable":[[15,"replay-replaysavailable"]],"replay_saved":[[8,"replay-saved"],[9,"replay-saved"],[11,"replay-saved"],[15,"replay-saved"]],"replay_servererror":[[15,"replay-servererror"]],"replay_sessioninfo":[[15,"replay-sessioninfo"]],"replay_startrecord":[[15,"replay-startrecord"]],"replay_youtube_stats":[[8,"replay-youtube-stats"],[9,"replay-youtube-stats"],[11,"replay-youtube-stats"],[15,"replay-youtube-stats"]],"repost_xbox_achievements":[[7,"repost-xbox-achievements"]],"request_weapon_stats":[[12,"request-weapon-stats"]],"rescue_door_open":[[12,"rescue-door-open"]],"reset_game_titledata":[[7,"reset-game-titledata"]],"reset_player_controls":[[7,"reset-player-controls"]],"respawn_ghost":[[15,"respawn-ghost"]],"respawning":[[12,"respawning"]],"restart_timer_time":[[15,"restart-timer-time"]],"revive_begin":[[12,"revive-begin"]],"revive_end":[[12,"revive-end"]],"revive_player_complete":[[15,"revive-player-complete"]],"revive_player_notify":[[15,"revive-player-notify"]],"revive_player_stopped":[[15,"revive-player-stopped"]],"revive_success":[[12,"revive-success"]],"rocket_jump":[[15,"rocket-jump"]],"rocket_jump_landed":[[15,"rocket-jump-landed"]],"round_announce_final":[[7,"round-announce-final"]],"round_announce_last_round_half":[[7,"round-announce-last-round-half"]],"round_announce_match_point":[[7,"round-announce-match-point"]],"round_announce_match_start":[[7,"round-announce-match-start"]],"round_announce_warmup":[[7,"round-announce-warmup"]],"round_end":[[5,"round-end"],[6,"round-end"],[7,"round-end"],[8,"round-end"],[9,"round-end"],[11,"round-end"],[12,"round-end"],[15,"round-end"]],"round_end_message":[[12,"round-end-message"]],"round_end_upload_stats":[[7,"round-end-upload-stats"]],"round_freeze_end":[[7,"round-freeze-end"],[8,"round-freeze-end"],[12,"round-freeze-end"]],"round_mvp":[[7,"round-mvp"],[8,"round-mvp"]],"round_officially_ended":[[7,"round-officially-ended"]],"round_poststart":[[7,"round-poststart"]],"round_prestart":[[7,"round-prestart"]],"round_start":[[5,"round-start"],[6,"round-start"],[7,"round-start"],[8,"round-start"],[9,"round-start"],[11,"round-start"],[12,"round-start"],[15,"round-start"]],"round_start_post_nav":[[12,"round-start-post-nav"]],"round_start_pre_entity":[[7,"round-start-pre-entity"],[12,"round-start-pre-entity"]],"round_time_warning":[[7,"round-time-warning"]],"rps_taunt_event":[[15,"rps-taunt-event"]],"scavenge_gas_can_destroyed":[[12,"scavenge-gas-can-destroyed"]],"scavenge_match_finished":[[12,"scavenge-match-finished"]],"scavenge_round_finished":[[12,"scavenge-round-finished"]],"scavenge_round_halftime":[[12,"scavenge-round-halftime"]],"scavenge_round_start":[[12,"scavenge-round-start"]],"scavenge_score_tied":[[12,"scavenge-score-tied"]],"schema_updated":[[15,"schema-updated"]],"scorestats_accumulated_reset":[[15,"scorestats-accumulated-reset"]],"scorestats_accumulated_update":[[15,"scorestats-accumulated-update"]],"scout_grand_slam":[[15,"scout-grand-slam"]],"scout_slamdoll_landed":[[15,"scout-slamdoll-landed"]],"scriptedmode_reloadhud":[[12,"scriptedmode-reloadhud"]],"seasoncoin_levelup":[[7,"seasoncoin-levelup"]],"sentry_on_go_active":[[15,"sentry-on-go-active"]],"server_addban":[[5,"server-addban"],[6,"server-addban"],[7,"server-addban"],[8,"server-addban"],[9,"server-addban"],[11,"server-addban"],[12,"server-addban"],[15,"server-addban"]],"server_changelevel_failed":[[8,"server-changelevel-failed"],[9,"server-changelevel-failed"],[11,"server-changelevel-failed"],[15,"server-changelevel-failed"]],"server_classes":[[184,"server-classes"]],"server_cvar":[[5,"server-cvar"],[6,"server-cvar"],[7,"server-cvar"],[8,"server-cvar"],[9,"server-cvar"],[11,"server-cvar"],[12,"server-cvar"],[15,"server-cvar"]],"server_message":[[5,"server-message"],[6,"server-message"],[7,"server-message"],[8,"server-message"],[9,"server-message"],[11,"server-message"],[12,"server-message"],[15,"server-message"]],"server_pre_shutdown":[[5,"server-pre-shutdown"],[7,"server-pre-shutdown"],[12,"server-pre-shutdown"]],"server_removeban":[[5,"server-removeban"],[6,"server-removeban"],[7,"server-removeban"],[8,"server-removeban"],[9,"server-removeban"],[11,"server-removeban"],[12,"server-removeban"],[15,"server-removeban"]],"server_shutdown":[[5,"server-shutdown"],[6,"server-shutdown"],[7,"server-shutdown"],[8,"server-shutdown"],[9,"server-shutdown"],[11,"server-shutdown"],[12,"server-shutdown"],[15,"server-shutdown"]],"server_spawn":[[5,"server-spawn"],[6,"server-spawn"],[7,"server-spawn"],[8,"server-spawn"],[9,"server-spawn"],[11,"server-spawn"],[12,"server-spawn"],[15,"server-spawn"]],"set":[[184,"set"]],"set_instructor_group_enabled":[[5,"set-instructor-group-enabled"],[7,"set-instructor-group-enabled"],[12,"set-instructor-group-enabled"]],"settings package":[[152,null]],"settings.menu module":[[153,null]],"settings.player module":[[154,null]],"settings.storage module":[[155,null]],"settings.types module":[[156,null]],"sfuievent":[[7,"sfuievent"]],"show_annotation":[[15,"show-annotation"]],"show_class_layout":[[15,"show-class-layout"]],"show_freezepanel":[[6,"show-freezepanel"],[7,"show-freezepanel"],[8,"show-freezepanel"],[9,"show-freezepanel"],[15,"show-freezepanel"]],"show_match_summary":[[15,"show-match-summary"]],"show_vs_panel":[[15,"show-vs-panel"]],"silencer_detach":[[7,"silencer-detach"]],"silencer_off":[[7,"silencer-off"]],"silencer_on":[[7,"silencer-on"]],"smokegrenade_detonate":[[7,"smokegrenade-detonate"],[8,"smokegrenade-detonate"]],"smokegrenade_expired":[[7,"smokegrenade-expired"]],"song_played":[[12,"song-played"]],"source-python package":[[157,null]],"spawned_as_tank":[[12,"spawned-as-tank"]],"spawner_give_item":[[12,"spawner-give-item"]],"spec_mode_updated":[[7,"spec-mode-updated"]],"spec_target_updated":[[5,"spec-target-updated"],[6,"spec-target-updated"],[7,"spec-target-updated"],[8,"spec-target-updated"],[9,"spec-target-updated"],[11,"spec-target-updated"],[12,"spec-target-updated"],[15,"spec-target-updated"]],"special_score":[[15,"special-score"]],"spit_burst":[[12,"spit-burst"]],"spitter_killed":[[12,"spitter-killed"]],"spy_pda_reset":[[15,"spy-pda-reset"]],"start_halftime":[[7,"start-halftime"]],"start_holdout":[[12,"start-holdout"]],"start_score_animation":[[12,"start-score-animation"]],"start_vote":[[7,"start-vote"]],"started_pre_radio":[[12,"started-pre-radio"]],"stashwhacker_game_won":[[12,"stashwhacker-game-won"]],"stats_resetround":[[15,"stats-resetround"]],"steam module":[[158,null]],"sticky_jump":[[15,"sticky-jump"]],"sticky_jump_landed":[[15,"sticky-jump-landed"]],"stop_watch_changed":[[15,"stop-watch-changed"]],"store_pricesheet_updated":[[7,"store-pricesheet-updated"],[8,"store-pricesheet-updated"],[9,"store-pricesheet-updated"],[11,"store-pricesheet-updated"],[15,"store-pricesheet-updated"]],"string_tables":[[184,"string-tables"]],"stringtables":[[28,null]],"stringtables package":[[159,null]],"stringtables.downloads module":[[160,null]],"strongman_bell_knocked_off":[[12,"strongman-bell-knocked-off"]],"studio package":[[161,null]],"studio.cache module":[[162,null]],"studio.constants module":[[163,null]],"success_checkpoint_button_used":[[12,"success-checkpoint-button-used"]],"survival_announce_phase":[[7,"survival-announce-phase"]],"survival_at_30min":[[12,"survival-at-30min"]],"survival_goal_reached":[[12,"survival-goal-reached"]],"survival_round_start":[[12,"survival-round-start"]],"survivor_call_for_help":[[12,"survivor-call-for-help"]],"survivor_rescue_abandoned":[[12,"survivor-rescue-abandoned"]],"survivor_rescued":[[12,"survivor-rescued"]],"switch_team":[[7,"switch-team"]],"tagged_player_as_it":[[15,"tagged-player-as-it"]],"tagrenade_detonate":[[7,"tagrenade-detonate"]],"tank_frustrated":[[12,"tank-frustrated"]],"tank_killed":[[12,"tank-killed"]],"tank_spawn":[[12,"tank-spawn"]],"team_info":[[5,"team-info"],[6,"team-info"],[7,"team-info"],[8,"team-info"],[9,"team-info"],[11,"team-info"],[12,"team-info"],[15,"team-info"]],"team_leader_killed":[[15,"team-leader-killed"]],"team_score":[[5,"team-score"],[6,"team-score"],[7,"team-score"],[8,"team-score"],[9,"team-score"],[11,"team-score"],[12,"team-score"],[15,"team-score"]],"teamchange_pending":[[7,"teamchange-pending"]],"teamplay_alert":[[15,"teamplay-alert"]],"teamplay_broadcast_audio":[[5,"teamplay-broadcast-audio"],[6,"teamplay-broadcast-audio"],[7,"teamplay-broadcast-audio"],[8,"teamplay-broadcast-audio"],[9,"teamplay-broadcast-audio"],[11,"teamplay-broadcast-audio"],[12,"teamplay-broadcast-audio"],[15,"teamplay-broadcast-audio"]],"teamplay_capture_blocked":[[15,"teamplay-capture-blocked"]],"teamplay_capture_broken":[[15,"teamplay-capture-broken"]],"teamplay_flag_event":[[15,"teamplay-flag-event"]],"teamplay_game_over":[[15,"teamplay-game-over"]],"teamplay_map_time_remaining":[[15,"teamplay-map-time-remaining"]],"teamplay_overtime_begin":[[15,"teamplay-overtime-begin"]],"teamplay_overtime_end":[[15,"teamplay-overtime-end"]],"teamplay_point_captured":[[15,"teamplay-point-captured"]],"teamplay_point_locked":[[15,"teamplay-point-locked"]],"teamplay_point_startcapture":[[15,"teamplay-point-startcapture"]],"teamplay_point_unlocked":[[15,"teamplay-point-unlocked"]],"teamplay_pre_round_time_left":[[15,"teamplay-pre-round-time-left"]],"teamplay_ready_restart":[[15,"teamplay-ready-restart"]],"teamplay_restart_round":[[15,"teamplay-restart-round"]],"teamplay_round_active":[[15,"teamplay-round-active"]],"teamplay_round_restart_seconds":[[15,"teamplay-round-restart-seconds"]],"teamplay_round_selected":[[15,"teamplay-round-selected"]],"teamplay_round_stalemate":[[15,"teamplay-round-stalemate"]],"teamplay_round_start":[[7,"teamplay-round-start"],[8,"teamplay-round-start"],[11,"teamplay-round-start"],[15,"teamplay-round-start"]],"teamplay_round_win":[[15,"teamplay-round-win"]],"teamplay_setup_finished":[[15,"teamplay-setup-finished"]],"teamplay_suddendeath_begin":[[15,"teamplay-suddendeath-begin"]],"teamplay_suddendeath_end":[[15,"teamplay-suddendeath-end"]],"teamplay_team_ready":[[15,"teamplay-team-ready"]],"teamplay_teambalanced_player":[[15,"teamplay-teambalanced-player"]],"teamplay_timer_flash":[[15,"teamplay-timer-flash"]],"teamplay_timer_time_added":[[15,"teamplay-timer-time-added"]],"teamplay_update_timer":[[15,"teamplay-update-timer"]],"teamplay_waiting_abouttoend":[[15,"teamplay-waiting-abouttoend"]],"teamplay_waiting_begins":[[15,"teamplay-waiting-begins"]],"teamplay_waiting_ends":[[15,"teamplay-waiting-ends"]],"teamplay_win_panel":[[15,"teamplay-win-panel"]],"teams_changed":[[15,"teams-changed"]],"temp_c4m1_getgas":[[12,"temp-c4m1-getgas"]],"temp_c4m3_return_to_boat":[[12,"temp-c4m3-return-to-boat"]],"test":[[184,"test"]],"tf_game_over":[[15,"tf-game-over"]],"tf_map_time_remaining":[[15,"tf-map-time-remaining"]],"throwable_hit":[[15,"throwable-hit"]],"tongue_broke_bent":[[12,"tongue-broke-bent"]],"tongue_grab":[[12,"tongue-grab"]],"tongue_pull_stopped":[[12,"tongue-pull-stopped"]],"tongue_release":[[12,"tongue-release"]],"top_streams_request_finished":[[15,"top-streams-request-finished"]],"total_ammo_below_40":[[12,"total-ammo-below-40"]],"tournament_enablecountdown":[[15,"tournament-enablecountdown"]],"tournament_reward":[[7,"tournament-reward"]],"tournament_stateupdate":[[15,"tournament-stateupdate"]],"tr_exit_hint_trigger":[[7,"tr-exit-hint-trigger"]],"tr_mark_best_time":[[7,"tr-mark-best-time"]],"tr_mark_complete":[[7,"tr-mark-complete"]],"tr_player_flashbanged":[[7,"tr-player-flashbanged"]],"tr_show_exit_msgbox":[[7,"tr-show-exit-msgbox"]],"tr_show_finish_msgbox":[[7,"tr-show-finish-msgbox"]],"training_complete":[[15,"training-complete"]],"tram_accelerate":[[6,"tram-accelerate"]],"tram_client_state_change":[[6,"tram-client-state-change"]],"tram_control_state":[[6,"tram-control-state"]],"translations package":[[164,null]],"translations.manager module":[[165,null]],"translations.strings module":[[166,null]],"trial_time_expired":[[7,"trial-time-expired"]],"triggered_car_alarm":[[12,"triggered-car-alarm"]],"ugc_file_download_finished":[[7,"ugc-file-download-finished"]],"ugc_file_download_start":[[7,"ugc-file-download-start"]],"ugc_map_download_error":[[7,"ugc-map-download-error"]],"ugc_map_info_received":[[7,"ugc-map-info-received"]],"ugc_map_unsubscribed":[[7,"ugc-map-unsubscribed"]],"unload":[[184,"unload"]],"update":[[184,"update"]],"update_matchmaking_stats":[[7,"update-matchmaking-stats"]],"update_status_item":[[15,"update-status-item"]],"upgrade_explosive_ammo":[[12,"upgrade-explosive-ammo"]],"upgrade_failed_no_primary":[[12,"upgrade-failed-no-primary"]],"upgrade_incendiary_ammo":[[12,"upgrade-incendiary-ammo"]],"upgrade_item_already_used":[[12,"upgrade-item-already-used"]],"upgrade_pack_added":[[12,"upgrade-pack-added"]],"upgrade_pack_begin":[[12,"upgrade-pack-begin"]],"upgrade_pack_used":[[12,"upgrade-pack-used"]],"upgrades_file_changed":[[15,"upgrades-file-changed"]],"use_target":[[12,"use-target"]],"user_data_downloaded":[[5,"user-data-downloaded"],[6,"user-data-downloaded"],[7,"user-data-downloaded"],[8,"user-data-downloaded"],[9,"user-data-downloaded"],[11,"user-data-downloaded"],[12,"user-data-downloaded"],[15,"user-data-downloaded"]],"verify_client_hit":[[7,"verify-client-hit"]],"versus_marker_reached":[[12,"versus-marker-reached"]],"versus_match_finished":[[12,"versus-match-finished"]],"versus_round_start":[[12,"versus-round-start"]],"vip_escaped":[[7,"vip-escaped"],[8,"vip-escaped"]],"vip_killed":[[7,"vip-killed"],[8,"vip-killed"]],"vomit_bomb_tank":[[12,"vomit-bomb-tank"]],"vote_cast":[[7,"vote-cast"],[8,"vote-cast"],[9,"vote-cast"],[11,"vote-cast"],[15,"vote-cast"]],"vote_cast_no":[[12,"vote-cast-no"]],"vote_cast_yes":[[12,"vote-cast-yes"]],"vote_changed":[[7,"vote-changed"],[8,"vote-changed"],[9,"vote-changed"],[11,"vote-changed"],[12,"vote-changed"],[15,"vote-changed"]],"vote_ended":[[7,"vote-ended"],[8,"vote-ended"],[9,"vote-ended"],[11,"vote-ended"],[12,"vote-ended"],[15,"vote-ended"]],"vote_failed":[[7,"vote-failed"],[8,"vote-failed"],[9,"vote-failed"],[11,"vote-failed"],[12,"vote-failed"],[15,"vote-failed"]],"vote_maps_changed":[[15,"vote-maps-changed"]],"vote_options":[[7,"vote-options"],[8,"vote-options"],[9,"vote-options"],[11,"vote-options"],[15,"vote-options"]],"vote_passed":[[7,"vote-passed"],[8,"vote-passed"],[9,"vote-passed"],[11,"vote-passed"],[12,"vote-passed"],[15,"vote-passed"]],"vote_started":[[7,"vote-started"],[8,"vote-started"],[9,"vote-started"],[11,"vote-started"],[12,"vote-started"],[15,"vote-started"]],"waiting_checkpoint_button_used":[[12,"waiting-checkpoint-button-used"]],"waiting_checkpoint_door_used":[[12,"waiting-checkpoint-door-used"]],"waiting_door_used_versus":[[12,"waiting-door-used-versus"]],"weapon_drop":[[12,"weapon-drop"]],"weapon_fire":[[7,"weapon-fire"],[8,"weapon-fire"],[12,"weapon-fire"]],"weapon_fire_at_40":[[12,"weapon-fire-at-40"]],"weapon_fire_on_empty":[[7,"weapon-fire-on-empty"],[8,"weapon-fire-on-empty"],[12,"weapon-fire-on-empty"]],"weapon_given":[[12,"weapon-given"]],"weapon_gluon_fired":[[6,"weapon-gluon-fired"]],"weapon_out_of_ammo":[[12,"weapon-out-of-ammo"]],"weapon_outofammo":[[7,"weapon-outofammo"]],"weapon_pickup":[[6,"weapon-pickup"],[12,"weapon-pickup"]],"weapon_reload":[[7,"weapon-reload"],[8,"weapon-reload"],[12,"weapon-reload"]],"weapon_reload_database":[[7,"weapon-reload-database"]],"weapon_scripts":[[184,"weapon-scripts"]],"weapon_spawn_visible":[[12,"weapon-spawn-visible"]],"weapon_tau_overcharged":[[6,"weapon-tau-overcharged"]],"weapon_zoom":[[7,"weapon-zoom"],[8,"weapon-zoom"],[12,"weapon-zoom"]],"weapon_zoom_rifle":[[7,"weapon-zoom-rifle"]],"weapons package":[[167,null]],"weapons.constants module":[[168,null]],"weapons.default module":[[169,null]],"weapons.dictionary module":[[170,null]],"weapons.engines package":[[171,null]],"weapons.engines.csgo package":[[172,null]],"weapons.engines.csgo.csgo module":[[173,null]],"weapons.entity module":[[174,null]],"weapons.instance module":[[175,null]],"weapons.manager module":[[176,null]],"weapons.restrictions module":[[177,null]],"weapons.scripts module":[[178,null]],"winlimit_changed":[[15,"winlimit-changed"]],"winpanel_show_scores":[[15,"winpanel-show-scores"]],"witch_harasser_set":[[12,"witch-harasser-set"]],"witch_killed":[[12,"witch-killed"]],"witch_spawn":[[12,"witch-spawn"]],"write_game_titledata":[[7,"write-game-titledata"]],"write_profile_data":[[7,"write-profile-data"]],"zombie_death":[[12,"zombie-death"]],"zombie_ignited":[[12,"zombie-ignited"]]},"docnames":["contributing/building","contributing/coding-conventions","contributing/contributing","contributing/todos","developing/events","developing/events/blade","developing/events/bms","developing/events/csgo","developing/events/cstrike","developing/events/dod","developing/events/hl2","developing/events/hl2mp","developing/events/l4d2","developing/events/portal","developing/events/portal2","developing/events/tf","developing/getting-started","developing/module_tutorials","developing/module_tutorials/auth","developing/module_tutorials/colors","developing/module_tutorials/commands","developing/module_tutorials/config","developing/module_tutorials/entities","developing/module_tutorials/events","developing/module_tutorials/listeners","developing/module_tutorials/memory","developing/module_tutorials/menus","developing/module_tutorials/plugins","developing/module_tutorials/stringtables","developing/modules/auth","developing/modules/auth.base","developing/modules/auth.manager","developing/modules/autodoc","developing/modules/bitbuffers","developing/modules/colors","developing/modules/commands","developing/modules/commands.auth","developing/modules/commands.client","developing/modules/commands.command","developing/modules/commands.filter","developing/modules/commands.manager","developing/modules/commands.player","developing/modules/commands.say","developing/modules/commands.server","developing/modules/commands.typed","developing/modules/config","developing/modules/config.command","developing/modules/config.cvar","developing/modules/config.manager","developing/modules/config.section","developing/modules/core","developing/modules/core.cache","developing/modules/core.command","developing/modules/core.command.auth","developing/modules/core.command.docs","developing/modules/core.command.dump","developing/modules/core.command.plugin","developing/modules/core.dumps","developing/modules/core.settings","developing/modules/core.table","developing/modules/core.update","developing/modules/core.version","developing/modules/cvars","developing/modules/cvars.flags","developing/modules/cvars.public","developing/modules/cvars.tags","developing/modules/effects","developing/modules/effects.base","developing/modules/effects.hooks","developing/modules/effects.templates","developing/modules/engines","developing/modules/engines.gamerules","developing/modules/engines.precache","developing/modules/engines.server","developing/modules/engines.sound","developing/modules/engines.trace","developing/modules/entities","developing/modules/entities.classes","developing/modules/entities.collisions","developing/modules/entities.constants","developing/modules/entities.datamaps","developing/modules/entities.dictionary","developing/modules/entities.engines","developing/modules/entities.engines.csgo","developing/modules/entities.engines.csgo.csgo","developing/modules/entities.entity","developing/modules/entities.factories","developing/modules/entities.helpers","developing/modules/entities.hooks","developing/modules/entities.props","developing/modules/entities.transmit","developing/modules/events","developing/modules/events.custom","developing/modules/events.hooks","developing/modules/events.listener","developing/modules/events.manager","developing/modules/events.resource","developing/modules/events.variable","developing/modules/filesystem","developing/modules/filters","developing/modules/filters.entities","developing/modules/filters.iterator","developing/modules/filters.players","developing/modules/filters.recipients","developing/modules/filters.weapons","developing/modules/hooks","developing/modules/hooks.base","developing/modules/hooks.exceptions","developing/modules/hooks.warnings","developing/modules/keyvalues","developing/modules/listeners","developing/modules/listeners.tick","developing/modules/loggers","developing/modules/mathlib","developing/modules/memory","developing/modules/memory.helpers","developing/modules/memory.hooks","developing/modules/memory.manager","developing/modules/menus","developing/modules/menus.base","developing/modules/menus.esc","developing/modules/menus.queue","developing/modules/menus.radio","developing/modules/messages","developing/modules/messages.base","developing/modules/messages.dialog","developing/modules/messages.hooks","developing/modules/messages.impl","developing/modules/net_channel","developing/modules/paths","developing/modules/physics","developing/modules/players","developing/modules/players._base","developing/modules/players.bots","developing/modules/players.constants","developing/modules/players.dictionary","developing/modules/players.engines","developing/modules/players.engines.bms","developing/modules/players.engines.csgo","developing/modules/players.engines.l4d2","developing/modules/players.engines.orangebox","developing/modules/players.engines.orangebox.cstrike","developing/modules/players.entity","developing/modules/players.helpers","developing/modules/players.teams","developing/modules/players.voice","developing/modules/plugins","developing/modules/plugins.command","developing/modules/plugins.info","developing/modules/plugins.instance","developing/modules/plugins.manager","developing/modules/public","developing/modules/settings","developing/modules/settings.menu","developing/modules/settings.player","developing/modules/settings.storage","developing/modules/settings.types","developing/modules/source-python","developing/modules/steam","developing/modules/stringtables","developing/modules/stringtables.downloads","developing/modules/studio","developing/modules/studio.cache","developing/modules/studio.constants","developing/modules/translations","developing/modules/translations.manager","developing/modules/translations.strings","developing/modules/weapons","developing/modules/weapons.constants","developing/modules/weapons.default","developing/modules/weapons.dictionary","developing/modules/weapons.engines","developing/modules/weapons.engines.csgo","developing/modules/weapons.engines.csgo.csgo","developing/modules/weapons.entity","developing/modules/weapons.instance","developing/modules/weapons.manager","developing/modules/weapons.restrictions","developing/modules/weapons.scripts","general/config-auth","general/credits","general/installation","general/known-issues","general/reporting-a-bug","general/sp-commands","general/updating","index"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,"sphinx.ext.todo":2,"sphinx.ext.viewcode":1},"filenames":["contributing/building.rst","contributing/coding-conventions.rst","contributing/contributing.rst","contributing/todos.rst","developing/events.rst","developing/events/blade.rst","developing/events/bms.rst","developing/events/csgo.rst","developing/events/cstrike.rst","developing/events/dod.rst","developing/events/hl2.rst","developing/events/hl2mp.rst","developing/events/l4d2.rst","developing/events/portal.rst","developing/events/portal2.rst","developing/events/tf.rst","developing/getting-started.rst","developing/module_tutorials.rst","developing/module_tutorials/auth.rst","developing/module_tutorials/colors.rst","developing/module_tutorials/commands.rst","developing/module_tutorials/config.rst","developing/module_tutorials/entities.rst","developing/module_tutorials/events.rst","developing/module_tutorials/listeners.rst","developing/module_tutorials/memory.rst","developing/module_tutorials/menus.rst","developing/module_tutorials/plugins.rst","developing/module_tutorials/stringtables.rst","developing/modules/auth.rst","developing/modules/auth.base.rst","developing/modules/auth.manager.rst","developing/modules/autodoc.rst","developing/modules/bitbuffers.rst","developing/modules/colors.rst","developing/modules/commands.rst","developing/modules/commands.auth.rst","developing/modules/commands.client.rst","developing/modules/commands.command.rst","developing/modules/commands.filter.rst","developing/modules/commands.manager.rst","developing/modules/commands.player.rst","developing/modules/commands.say.rst","developing/modules/commands.server.rst","developing/modules/commands.typed.rst","developing/modules/config.rst","developing/modules/config.command.rst","developing/modules/config.cvar.rst","developing/modules/config.manager.rst","developing/modules/config.section.rst","developing/modules/core.rst","developing/modules/core.cache.rst","developing/modules/core.command.rst","developing/modules/core.command.auth.rst","developing/modules/core.command.docs.rst","developing/modules/core.command.dump.rst","developing/modules/core.command.plugin.rst","developing/modules/core.dumps.rst","developing/modules/core.settings.rst","developing/modules/core.table.rst","developing/modules/core.update.rst","developing/modules/core.version.rst","developing/modules/cvars.rst","developing/modules/cvars.flags.rst","developing/modules/cvars.public.rst","developing/modules/cvars.tags.rst","developing/modules/effects.rst","developing/modules/effects.base.rst","developing/modules/effects.hooks.rst","developing/modules/effects.templates.rst","developing/modules/engines.rst","developing/modules/engines.gamerules.rst","developing/modules/engines.precache.rst","developing/modules/engines.server.rst","developing/modules/engines.sound.rst","developing/modules/engines.trace.rst","developing/modules/entities.rst","developing/modules/entities.classes.rst","developing/modules/entities.collisions.rst","developing/modules/entities.constants.rst","developing/modules/entities.datamaps.rst","developing/modules/entities.dictionary.rst","developing/modules/entities.engines.rst","developing/modules/entities.engines.csgo.rst","developing/modules/entities.engines.csgo.csgo.rst","developing/modules/entities.entity.rst","developing/modules/entities.factories.rst","developing/modules/entities.helpers.rst","developing/modules/entities.hooks.rst","developing/modules/entities.props.rst","developing/modules/entities.transmit.rst","developing/modules/events.rst","developing/modules/events.custom.rst","developing/modules/events.hooks.rst","developing/modules/events.listener.rst","developing/modules/events.manager.rst","developing/modules/events.resource.rst","developing/modules/events.variable.rst","developing/modules/filesystem.rst","developing/modules/filters.rst","developing/modules/filters.entities.rst","developing/modules/filters.iterator.rst","developing/modules/filters.players.rst","developing/modules/filters.recipients.rst","developing/modules/filters.weapons.rst","developing/modules/hooks.rst","developing/modules/hooks.base.rst","developing/modules/hooks.exceptions.rst","developing/modules/hooks.warnings.rst","developing/modules/keyvalues.rst","developing/modules/listeners.rst","developing/modules/listeners.tick.rst","developing/modules/loggers.rst","developing/modules/mathlib.rst","developing/modules/memory.rst","developing/modules/memory.helpers.rst","developing/modules/memory.hooks.rst","developing/modules/memory.manager.rst","developing/modules/menus.rst","developing/modules/menus.base.rst","developing/modules/menus.esc.rst","developing/modules/menus.queue.rst","developing/modules/menus.radio.rst","developing/modules/messages.rst","developing/modules/messages.base.rst","developing/modules/messages.dialog.rst","developing/modules/messages.hooks.rst","developing/modules/messages.impl.rst","developing/modules/net_channel.rst","developing/modules/paths.rst","developing/modules/physics.rst","developing/modules/players.rst","developing/modules/players._base.rst","developing/modules/players.bots.rst","developing/modules/players.constants.rst","developing/modules/players.dictionary.rst","developing/modules/players.engines.rst","developing/modules/players.engines.bms.rst","developing/modules/players.engines.csgo.rst","developing/modules/players.engines.l4d2.rst","developing/modules/players.engines.orangebox.rst","developing/modules/players.engines.orangebox.cstrike.rst","developing/modules/players.entity.rst","developing/modules/players.helpers.rst","developing/modules/players.teams.rst","developing/modules/players.voice.rst","developing/modules/plugins.rst","developing/modules/plugins.command.rst","developing/modules/plugins.info.rst","developing/modules/plugins.instance.rst","developing/modules/plugins.manager.rst","developing/modules/public.rst","developing/modules/settings.rst","developing/modules/settings.menu.rst","developing/modules/settings.player.rst","developing/modules/settings.storage.rst","developing/modules/settings.types.rst","developing/modules/source-python.rst","developing/modules/steam.rst","developing/modules/stringtables.rst","developing/modules/stringtables.downloads.rst","developing/modules/studio.rst","developing/modules/studio.cache.rst","developing/modules/studio.constants.rst","developing/modules/translations.rst","developing/modules/translations.manager.rst","developing/modules/translations.strings.rst","developing/modules/weapons.rst","developing/modules/weapons.constants.rst","developing/modules/weapons.default.rst","developing/modules/weapons.dictionary.rst","developing/modules/weapons.engines.rst","developing/modules/weapons.engines.csgo.rst","developing/modules/weapons.engines.csgo.csgo.rst","developing/modules/weapons.entity.rst","developing/modules/weapons.instance.rst","developing/modules/weapons.manager.rst","developing/modules/weapons.restrictions.rst","developing/modules/weapons.scripts.rst","general/config-auth.rst","general/credits.rst","general/installation.rst","general/known-issues.rst","general/reporting-a-bug.rst","general/sp-commands.rst","general/updating.rst","index.rst"],"indexentries":{"__eq__() (colors.color method)":[[34,"colors.Color.__eq__",false]],"__getitem__() (colors.color method)":[[34,"colors.Color.__getitem__",false]],"__getitem__() (events.gameevent method)":[[91,"events.GameEvent.__getitem__",false]],"__init__":[[157,"module-__init__",false]],"__init__() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.__init__",false]],"__init__() (_players.playermixin method)":[[132,"players.PlayerMixin.__init__",false]],"__init__() (_weapons._entity.weaponmixin method)":[[174,"weapons._entity.WeaponMixin.__init__",false]],"__init__() (auth.manager.parentpermissions method)":[[31,"auth.manager.ParentPermissions.__init__",false]],"__init__() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.__init__",false]],"__init__() (auth.manager.playerpermissions method)":[[31,"auth.manager.PlayerPermissions.__init__",false]],"__init__() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.__init__",false]],"__init__() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.__init__",false]],"__init__() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.__init__",false]],"__init__() (colors.color method)":[[34,"colors.Color.__init__",false]],"__init__() (commands.client.clientcommanddispatcher method)":[[37,"commands.client.ClientCommandDispatcher.__init__",false]],"__init__() (commands.client.clientcommandgenerator method)":[[37,"commands.client.ClientCommandGenerator.__init__",false]],"__init__() (commands.command method)":[[35,"commands.Command.__init__",false]],"__init__() (commands.concommand method)":[[35,"commands.ConCommand.__init__",false]],"__init__() (commands.concommandbase method)":[[35,"commands.ConCommandBase.__init__",false]],"__init__() (commands.say.saycommanddispatcher method)":[[42,"commands.say.SayCommandDispatcher.__init__",false]],"__init__() (commands.say.saycommandgenerator method)":[[42,"commands.say.SayCommandGenerator.__init__",false]],"__init__() (commands.server.servercommanddispatcher method)":[[43,"commands.server.ServerCommandDispatcher.__init__",false]],"__init__() (commands.server.servercommandgenerator method)":[[43,"commands.server.ServerCommandGenerator.__init__",false]],"__init__() (commands.typed.commandinfo method)":[[44,"commands.typed.CommandInfo.__init__",false]],"__init__() (commands.typed.commandnode method)":[[44,"commands.typed.CommandNode.__init__",false]],"__init__() (commands.typed.node method)":[[44,"commands.typed.Node.__init__",false]],"__init__() (commands.typed.store method)":[[44,"commands.typed.Store.__init__",false]],"__init__() (commands.typed.validationerror method)":[[44,"commands.typed.ValidationError.__init__",false]],"__init__() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.__init__",false]],"__init__() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.__init__",false]],"__init__() (core.configfile method)":[[50,"core.ConfigFile.__init__",false]],"__init__() (core.gameconfigobj method)":[[50,"core.GameConfigObj.__init__",false]],"__init__() (core.table.asciitable method)":[[59,"core.table.AsciiTable.__init__",false]],"__init__() (core.table.column method)":[[59,"core.table.Column.__init__",false]],"__init__() (core.table.item method)":[[59,"core.table.Item.__init__",false]],"__init__() (core.tokenize method)":[[50,"core.Tokenize.__init__",false]],"__init__() (cvars._cvar method)":[[62,"cvars._Cvar.__init__",false]],"__init__() (cvars.convar method)":[[62,"cvars.ConVar.__init__",false]],"__init__() (cvars.public.publicconvar method)":[[64,"cvars.public.PublicConVar.__init__",false]],"__init__() (effects.base.basetempentity method)":[[67,"effects.base.BaseTempEntity.__init__",false]],"__init__() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.__init__",false]],"__init__() (effects.hooks.tempentityprehook method)":[[68,"effects.hooks.TempEntityPreHook.__init__",false]],"__init__() (effects.templates.tempentitytemplate method)":[[69,"effects.templates.TempEntityTemplate.__init__",false]],"__init__() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.__init__",false]],"__init__() (engines.server.connectionlesspackethandler method)":[[73,"engines.server.ConnectionlessPacketHandler.__init__",false]],"__init__() (engines.server.server method)":[[73,"engines.server.Server.__init__",false]],"__init__() (engines.trace.basetrace method)":[[75,"engines.trace.BaseTrace.__init__",false]],"__init__() (engines.trace.entityenumerator method)":[[75,"engines.trace.EntityEnumerator.__init__",false]],"__init__() (engines.trace.gametrace method)":[[75,"engines.trace.GameTrace.__init__",false]],"__init__() (engines.trace.ray method)":[[75,"engines.trace.Ray.__init__",false]],"__init__() (engines.trace.surface method)":[[75,"engines.trace.Surface.__init__",false]],"__init__() (engines.trace.tracefilter method)":[[75,"engines.trace.TraceFilter.__init__",false]],"__init__() (engines.trace.tracefiltersimple method)":[[75,"engines.trace.TraceFilterSimple.__init__",false]],"__init__() (entities.baseentitygenerator method)":[[76,"entities.BaseEntityGenerator.__init__",false]],"__init__() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.__init__",false]],"__init__() (entities.baseentityoutput method)":[[76,"entities.BaseEntityOutput.__init__",false]],"__init__() (entities.checktransmitinfo method)":[[76,"entities.CheckTransmitInfo.__init__",false]],"__init__() (entities.collideable method)":[[76,"entities.Collideable.__init__",false]],"__init__() (entities.collisions.basecollisionrules method)":[[78,"entities.collisions.BaseCollisionRules.__init__",false]],"__init__() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.__init__",false]],"__init__() (entities.collisions.collisionhook method)":[[78,"entities.collisions.CollisionHook.__init__",false]],"__init__() (entities.collisions.collisionmanager method)":[[78,"entities.collisions.CollisionManager.__init__",false]],"__init__() (entities.collisions.collisionmap method)":[[78,"entities.collisions.CollisionMap.__init__",false]],"__init__() (entities.collisions.collisionset method)":[[78,"entities.collisions.CollisionSet.__init__",false]],"__init__() (entities.datamaps.datamap method)":[[80,"entities.datamaps.DataMap.__init__",false]],"__init__() (entities.datamaps.entityproperty method)":[[80,"entities.datamaps.EntityProperty.__init__",false]],"__init__() (entities.datamaps.inputdata method)":[[80,"entities.datamaps.InputData.__init__",false]],"__init__() (entities.datamaps.inputfunction method)":[[80,"entities.datamaps.InputFunction.__init__",false]],"__init__() (entities.datamaps.interval method)":[[80,"entities.datamaps.Interval.__init__",false]],"__init__() (entities.datamaps.typedescription method)":[[80,"entities.datamaps.TypeDescription.__init__",false]],"__init__() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.__init__",false]],"__init__() (entities.dictionary.entitydictionary method)":[[81,"entities.dictionary.EntityDictionary.__init__",false]],"__init__() (entities.dictionary.syncedentitydictionary method)":[[81,"entities.dictionary.SyncedEntityDictionary.__init__",false]],"__init__() (entities.edict method)":[[76,"entities.Edict.__init__",false]],"__init__() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.__init__",false]],"__init__() (entities.entity.entity method)":[[85,"entities.entity.Entity.__init__",false]],"__init__() (entities.entitygenerator method)":[[76,"entities.EntityGenerator.__init__",false]],"__init__() (entities.entitylistener method)":[[76,"entities.EntityListener.__init__",false]],"__init__() (entities.eventaction method)":[[76,"entities.EventAction.__init__",false]],"__init__() (entities.eventactiongenerator method)":[[76,"entities.EventActionGenerator.__init__",false]],"__init__() (entities.factories.entityfactory method)":[[86,"entities.factories.EntityFactory.__init__",false]],"__init__() (entities.factories.entityfactorydictionary method)":[[86,"entities.factories.EntityFactoryDictionary.__init__",false]],"__init__() (entities.globalentitylist method)":[[76,"entities.GlobalEntityList.__init__",false]],"__init__() (entities.handleentity method)":[[76,"entities.HandleEntity.__init__",false]],"__init__() (entities.helpers.entitymemfuncwrapper method)":[[87,"entities.helpers.EntityMemFuncWrapper.__init__",false]],"__init__() (entities.props.sendprop method)":[[89,"entities.props.SendProp.__init__",false]],"__init__() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.__init__",false]],"__init__() (entities.props.sendproxyrecipients method)":[[89,"entities.props.SendProxyRecipients.__init__",false]],"__init__() (entities.props.sendtable method)":[[89,"entities.props.SendTable.__init__",false]],"__init__() (entities.props.serverclass method)":[[89,"entities.props.ServerClass.__init__",false]],"__init__() (entities.serverclassgenerator method)":[[76,"entities.ServerClassGenerator.__init__",false]],"__init__() (entities.serverentity method)":[[76,"entities.ServerEntity.__init__",false]],"__init__() (entities.servernetworkable method)":[[76,"entities.ServerNetworkable.__init__",false]],"__init__() (entities.serverunknown method)":[[76,"entities.ServerUnknown.__init__",false]],"__init__() (entities.takedamageinfo method)":[[76,"entities.TakeDamageInfo.__init__",false]],"__init__() (entities.transmit.basetransmitrules method)":[[90,"entities.transmit.BaseTransmitRules.__init__",false]],"__init__() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.__init__",false]],"__init__() (entities.transmit.transmithook method)":[[90,"entities.transmit.TransmitHook.__init__",false]],"__init__() (entities.transmit.transmitmanager method)":[[90,"entities.transmit.TransmitManager.__init__",false]],"__init__() (entities.transmit.transmitmap method)":[[90,"entities.transmit.TransmitMap.__init__",false]],"__init__() (entities.transmit.transmitset method)":[[90,"entities.transmit.TransmitSet.__init__",false]],"__init__() (entities.transmit.transmitstates method)":[[90,"entities.transmit.TransmitStates.__init__",false]],"__init__() (events.custom.customevent method)":[[92,"events.custom.CustomEvent.__init__",false]],"__init__() (events.gameevent method)":[[91,"events.GameEvent.__init__",false]],"__init__() (events.gameeventdescriptor method)":[[91,"events.GameEventDescriptor.__init__",false]],"__init__() (events.listener.gameeventlistener method)":[[94,"events.listener.GameEventListener.__init__",false]],"__init__() (events.resource.resourcefile method)":[[96,"events.resource.ResourceFile.__init__",false]],"__init__() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.__init__",false]],"__init__() (filters.entities.baseentityiter method)":[[100,"filters.entities.BaseEntityIter.__init__",false]],"__init__() (filters.recipients.baserecipientfilter method)":[[103,"filters.recipients.BaseRecipientFilter.__init__",false]],"__init__() (filters.recipients.recipientfilter method)":[[103,"filters.recipients.RecipientFilter.__init__",false]],"__init__() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.__init__",false]],"__init__() (keyvalues.keyvaluesiter method)":[[109,"keyvalues.KeyValuesIter.__init__",false]],"__init__() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.__init__",false]],"__init__() (listeners.listenermanagerdecorator method)":[[110,"listeners.ListenerManagerDecorator.__init__",false]],"__init__() (listeners.tick.delay method)":[[111,"listeners.tick.Delay.__init__",false]],"__init__() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.__init__",false]],"__init__() (loggers.logmanager method)":[[112,"loggers.LogManager.__init__",false]],"__init__() (mathlib.matrix3x4 method)":[[113,"mathlib.Matrix3x4.__init__",false]],"__init__() (mathlib.plane method)":[[113,"mathlib.Plane.__init__",false]],"__init__() (mathlib.qangle method)":[[113,"mathlib.QAngle.__init__",false]],"__init__() (mathlib.quaternion method)":[[113,"mathlib.Quaternion.__init__",false]],"__init__() (mathlib.radianeuler method)":[[113,"mathlib.RadianEuler.__init__",false]],"__init__() (mathlib.vector method)":[[113,"mathlib.Vector.__init__",false]],"__init__() (memory.binaryfile method)":[[114,"memory.BinaryFile.__init__",false]],"__init__() (memory.callback method)":[[114,"memory.Callback.__init__",false]],"__init__() (memory.callingconvention method)":[[114,"memory.CallingConvention.__init__",false]],"__init__() (memory.function method)":[[114,"memory.Function.__init__",false]],"__init__() (memory.functioninfo method)":[[114,"memory.FunctionInfo.__init__",false]],"__init__() (memory.helpers.array method)":[[115,"memory.helpers.Array.__init__",false]],"__init__() (memory.helpers.memberfunction method)":[[115,"memory.helpers.MemberFunction.__init__",false]],"__init__() (memory.manager.customtype method)":[[117,"memory.manager.CustomType.__init__",false]],"__init__() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.__init__",false]],"__init__() (memory.pointer method)":[[114,"memory.Pointer.__init__",false]],"__init__() (memory.processorregister method)":[[114,"memory.ProcessorRegister.__init__",false]],"__init__() (memory.registers method)":[[114,"memory.Registers.__init__",false]],"__init__() (memory.stackdata method)":[[114,"memory.StackData.__init__",false]],"__init__() (menus.esc.listescmenu method)":[[120,"menus.esc.ListESCMenu.__init__",false]],"__init__() (menus.esc.listescoption method)":[[120,"menus.esc.ListESCOption.__init__",false]],"__init__() (menus.esc.pagedescmenu method)":[[120,"menus.esc.PagedESCMenu.__init__",false]],"__init__() (menus.esc.simpleescmenu method)":[[120,"menus.esc.SimpleESCMenu.__init__",false]],"__init__() (menus.esc.simpleescoption method)":[[120,"menus.esc.SimpleESCOption.__init__",false]],"__init__() (menus.radio.listradiomenu method)":[[122,"menus.radio.ListRadioMenu.__init__",false]],"__init__() (menus.radio.listradiooption method)":[[122,"menus.radio.ListRadioOption.__init__",false]],"__init__() (menus.radio.pagedradiomenu method)":[[122,"menus.radio.PagedRadioMenu.__init__",false]],"__init__() (menus.radio.simpleradiooption method)":[[122,"menus.radio.SimpleRadioOption.__init__",false]],"__init__() (messages.base.fade method)":[[124,"messages.base.Fade.__init__",false]],"__init__() (messages.base.hinttext method)":[[124,"messages.base.HintText.__init__",false]],"__init__() (messages.base.hudmsg method)":[[124,"messages.base.HudMsg.__init__",false]],"__init__() (messages.base.keyhinttext method)":[[124,"messages.base.KeyHintText.__init__",false]],"__init__() (messages.base.resethud method)":[[124,"messages.base.ResetHUD.__init__",false]],"__init__() (messages.base.saytext method)":[[124,"messages.base.SayText.__init__",false]],"__init__() (messages.base.saytext2 method)":[[124,"messages.base.SayText2.__init__",false]],"__init__() (messages.base.shake method)":[[124,"messages.base.Shake.__init__",false]],"__init__() (messages.base.showmenu method)":[[124,"messages.base.ShowMenu.__init__",false]],"__init__() (messages.base.textmsg method)":[[124,"messages.base.TextMsg.__init__",false]],"__init__() (messages.base.usermessagecreator method)":[[124,"messages.base.UserMessageCreator.__init__",false]],"__init__() (messages.base.vguimenu method)":[[124,"messages.base.VGUIMenu.__init__",false]],"__init__() (messages.dialogaskconnect method)":[[123,"messages.DialogAskConnect.__init__",false]],"__init__() (messages.dialogentry method)":[[123,"messages.DialogEntry.__init__",false]],"__init__() (messages.dialogmenu method)":[[123,"messages.DialogMenu.__init__",false]],"__init__() (messages.dialogmsg method)":[[123,"messages.DialogMsg.__init__",false]],"__init__() (messages.dialogtext method)":[[123,"messages.DialogText.__init__",false]],"__init__() (messages.fade method)":[[123,"messages.Fade.__init__",false]],"__init__() (messages.hinttext method)":[[123,"messages.HintText.__init__",false]],"__init__() (messages.hooks.hookusermessage method)":[[126,"messages.hooks.HookUserMessage.__init__",false]],"__init__() (messages.hooks.hookusermessagebase method)":[[126,"messages.hooks.HookUserMessageBase.__init__",false]],"__init__() (messages.hudmsg method)":[[123,"messages.HudMsg.__init__",false]],"__init__() (messages.impl.usermessagedata method)":[[127,"messages.impl.UserMessageData.__init__",false]],"__init__() (messages.keyhinttext method)":[[123,"messages.KeyHintText.__init__",false]],"__init__() (messages.resethud method)":[[123,"messages.ResetHUD.__init__",false]],"__init__() (messages.saytext method)":[[123,"messages.SayText.__init__",false]],"__init__() (messages.saytext2 method)":[[123,"messages.SayText2.__init__",false]],"__init__() (messages.shake method)":[[123,"messages.Shake.__init__",false]],"__init__() (messages.showmenu method)":[[123,"messages.ShowMenu.__init__",false]],"__init__() (messages.textmsg method)":[[123,"messages.TextMsg.__init__",false]],"__init__() (messages.usermessage method)":[[123,"messages.UserMessage.__init__",false]],"__init__() (messages.usermessagecreator method)":[[123,"messages.UserMessageCreator.__init__",false]],"__init__() (messages.vguimenu method)":[[123,"messages.VGUIMenu.__init__",false]],"__init__() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.__init__",false]],"__init__() (net_channel.netchannelhandler method)":[[128,"net_channel.NetChannelHandler.__init__",false]],"__init__() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.__init__",false]],"__init__() (net_channel.netmessage method)":[[128,"net_channel.NetMessage.__init__",false]],"__init__() (physics.physics method)":[[130,"physics.Physics.__init__",false]],"__init__() (physics.physicsenvironment method)":[[130,"physics.PhysicsEnvironment.__init__",false]],"__init__() (physics.physicsobject method)":[[130,"physics.PhysicsObject.__init__",false]],"__init__() (players.bots.botcmd method)":[[133,"players.bots.BotCmd.__init__",false]],"__init__() (players.bots.botcontroller method)":[[133,"players.bots.BotController.__init__",false]],"__init__() (players.client method)":[[131,"players.Client.__init__",false]],"__init__() (players.dictionary.playerdictionary method)":[[135,"players.dictionary.PlayerDictionary.__init__",false]],"__init__() (players.playergenerator method)":[[131,"players.PlayerGenerator.__init__",false]],"__init__() (players.playerinfo method)":[[131,"players.PlayerInfo.__init__",false]],"__init__() (players.usercmd method)":[[131,"players.UserCmd.__init__",false]],"__init__() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.__init__",false]],"__init__() (plugins.info.plugininfo method)":[[148,"plugins.info.PluginInfo.__init__",false]],"__init__() (plugins.instance.plugin method)":[[149,"plugins.instance.Plugin.__init__",false]],"__init__() (plugins.instance.serverplugin method)":[[149,"plugins.instance.ServerPlugin.__init__",false]],"__init__() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.__init__",false]],"__init__() (plugins.manager.serverpluginmanager method)":[[150,"plugins.manager.ServerPluginManager.__init__",false]],"__init__() (settings.player.playersettings method)":[[154,"settings.player.PlayerSettings.__init__",false]],"__init__() (settings.types.boolsetting method)":[[156,"settings.types.BoolSetting.__init__",false]],"__init__() (settings.types.integersetting method)":[[156,"settings.types.IntegerSetting.__init__",false]],"__init__() (settings.types.settingstype method)":[[156,"settings.types.SettingsType.__init__",false]],"__init__() (settings.types.stringsetting method)":[[156,"settings.types.StringSetting.__init__",false]],"__init__() (steam.steamid method)":[[158,"steam.SteamID.__init__",false]],"__init__() (stringtables.downloads.downloadables method)":[[160,"stringtables.downloads.Downloadables.__init__",false]],"__init__() (stringtables.stringtable method)":[[159,"stringtables.StringTable.__init__",false]],"__init__() (studio.animation method)":[[161,"studio.Animation.__init__",false]],"__init__() (studio.animsections method)":[[161,"studio.AnimSections.__init__",false]],"__init__() (studio.bonecontroller method)":[[161,"studio.BoneController.__init__",false]],"__init__() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.__init__",false]],"__init__() (studio.hierarchy method)":[[161,"studio.Hierarchy.__init__",false]],"__init__() (studio.hitbox method)":[[161,"studio.Hitbox.__init__",false]],"__init__() (studio.hitboxset method)":[[161,"studio.HitboxSet.__init__",false]],"__init__() (studio.modelattachment method)":[[161,"studio.ModelAttachment.__init__",false]],"__init__() (studio.modelbone method)":[[161,"studio.ModelBone.__init__",false]],"__init__() (studio.modelheader method)":[[161,"studio.ModelHeader.__init__",false]],"__init__() (studio.movement method)":[[161,"studio.Movement.__init__",false]],"__init__() (studio.sequence method)":[[161,"studio.Sequence.__init__",false]],"__init__() (studio.sequenceevent method)":[[161,"studio.SequenceEvent.__init__",false]],"__init__() (translations.strings.langstrings method)":[[166,"translations.strings.LangStrings.__init__",false]],"__init__() (translations.strings.translationstrings method)":[[166,"translations.strings.TranslationStrings.__init__",false]],"__init__() (weapons.dictionary.weapondictionary method)":[[170,"weapons.dictionary.WeaponDictionary.__init__",false]],"__init__() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.__init__",false]],"__init__() (weapons.instance.weaponclass method)":[[175,"weapons.instance.WeaponClass.__init__",false]],"__init__() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.__init__",false]],"__ne__() (colors.color method)":[[34,"colors.Color.__ne__",false]],"__reduce__() (colors.color method)":[[34,"colors.Color.__reduce__",false]],"__reduce__() (events.gameevent method)":[[91,"events.GameEvent.__reduce__",false]],"__reduce__() (events.gameeventdescriptor method)":[[91,"events.GameEventDescriptor.__reduce__",false]],"__repr__() (colors.color method)":[[34,"colors.Color.__repr__",false]],"__setitem__() (colors.color method)":[[34,"colors.Color.__setitem__",false]],"__setitem__() (events.gameevent method)":[[91,"events.GameEvent.__setitem__",false]],"__str__() (colors.color method)":[[34,"colors.Color.__str__",false]],"_cvar (class in cvars)":[[62,"cvars._Cvar",false]],"a (colors.color property)":[[34,"colors.Color.a",false]],"absolute (players.constants.fixangle attribute)":[[134,"players.constants.FixAngle.ABSOLUTE",false]],"accessor (memory.helpers.key attribute)":[[115,"memory.helpers.Key.ACCESSOR",false]],"accessor_offset (memory.helpers.key attribute)":[[115,"memory.helpers.Key.ACCESSOR_OFFSET",false]],"account_id (steam.steamid property)":[[158,"steam.SteamID.account_id",false]],"account_instance (steam.steamid property)":[[158,"steam.SteamID.account_instance",false]],"account_type (steam.steamid property)":[[158,"steam.SteamID.account_type",false]],"accounttype (class in steam)":[[158,"steam.AccountType",false]],"accuracy_divisor (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.accuracy_divisor",false]],"accuracy_offset (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.accuracy_offset",false]],"accuracy_quadratic (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.accuracy_quadratic",false]],"acid (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.ACID",false]],"act_weight (studio.sequence property)":[[161,"studio.Sequence.act_weight",false]],"activator (entities.datamaps.inputdata property)":[[80,"entities.datamaps.InputData.activator",false]],"active_devices (_players.playermixin property)":[[132,"players.PlayerMixin.active_devices",false]],"active_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.active_icon",false]],"active_weapon_handle (_players.playermixin property)":[[132,"players.PlayerMixin.active_weapon_handle",false]],"activity (studio.sequence property)":[[161,"studio.Sequence.activity",false]],"activity_index (studio.sequence property)":[[161,"studio.Sequence.activity_index",false]],"activity_offset (studio.sequence property)":[[161,"studio.Sequence.activity_offset",false]],"add() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.add",false]],"add() (entities.collisions.collisionset method)":[[78,"entities.collisions.CollisionSet.add",false]],"add() (entities.transmit.transmitset method)":[[90,"entities.transmit.TransmitSet.add",false]],"add() (stringtables.downloads.downloadables method)":[[160,"stringtables.downloads.Downloadables.add",false]],"add_callback() (commands.client.clientcommanddispatcher method)":[[37,"commands.client.ClientCommandDispatcher.add_callback",false]],"add_callback() (commands.say.saycommanddispatcher method)":[[42,"commands.say.SayCommandDispatcher.add_callback",false]],"add_callback() (commands.server.servercommanddispatcher method)":[[43,"commands.server.ServerCommandDispatcher.add_callback",false]],"add_command() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.add_command",false]],"add_directory() (stringtables.downloads.downloadables method)":[[160,"stringtables.downloads.Downloadables.add_directory",false]],"add_entity_listener() (entities.globalentitylist method)":[[76,"entities.GlobalEntityList.add_entity_listener",false]],"add_flags() (commands.concommandbase method)":[[35,"commands.ConCommandBase.add_flags",false]],"add_hook() (effects.templates.tempentitytemplate method)":[[69,"effects.templates.TempEntityTemplate.add_hook",false]],"add_hook() (memory.function method)":[[114,"memory.Function.add_hook",false]],"add_option() (settings.types.stringsetting method)":[[156,"settings.types.StringSetting.add_option",false]],"add_pair() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.add_pair",false]],"add_pair() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.add_pair",false]],"add_parent() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.add_parent",false]],"add_player_restrictions() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.add_player_restrictions",false]],"add_post_hook() (memory.function method)":[[114,"memory.Function.add_post_hook",false]],"add_pre_hook() (memory.function method)":[[114,"memory.Function.add_pre_hook",false]],"add_reference() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.add_reference",false]],"add_row() (core.table.asciitable method)":[[59,"core.table.AsciiTable.add_row",false]],"add_string() (stringtables.stringtable method)":[[159,"stringtables.StringTable.add_string",false]],"add_sub_key() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.add_sub_key",false]],"add_team_restrictions() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.add_team_restrictions",false]],"addon_model (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.addon_model",false]],"address (memory.pointer property)":[[114,"memory.Pointer.address",false]],"address (memory.processorregister property)":[[114,"memory.ProcessorRegister.address",false]],"address (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.address",false]],"address_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.address_from_playerinfo",false]],"adjusted_loops (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.adjusted_loops",false]],"ah (memory.register attribute)":[[114,"memory.Register.AH",false]],"ah (memory.registers property)":[[114,"memory.Registers.ah",false]],"ai_addon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.ai_addon",false]],"aim (entities.constants.takedamage attribute)":[[79,"entities.constants.TakeDamage.AIM",false]],"aim_direction (players.usercmd property)":[[131,"players.UserCmd.aim_direction",false]],"aimtarget (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.AIMTARGET",false]],"air_density (physics.physicsenvironment property)":[[130,"physics.PhysicsEnvironment.air_density",false]],"airboat (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.AIRBOAT",false]],"ak47 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.AK47",false]],"al (memory.register attribute)":[[114,"memory.Register.AL",false]],"al (memory.registers property)":[[114,"memory.Registers.al",false]],"aliases (effects.templates.tempentitytemplate property)":[[69,"effects.templates.TempEntityTemplate.aliases",false]],"alignment (class in core.table)":[[59,"core.table.Alignment",false]],"alignment (memory.callingconvention property)":[[114,"memory.CallingConvention.alignment",false]],"alignment (studio.modelbone property)":[[161,"studio.ModelBone.alignment",false]],"alive (players.constants.lifestate attribute)":[[134,"players.constants.LifeState.ALIVE",false]],"all (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.ALL",false]],"all (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.ALL",false]],"all_solid (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.all_solid",false]],"all_visible (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.ALL_VISIBLE",false]],"alloc() (in module memory)":[[114,"memory.alloc",false]],"allow (entities.collisions.collisionmode attribute)":[[78,"entities.collisions.CollisionMode.ALLOW",false]],"allow (entities.transmit.transmitmode attribute)":[[90,"entities.transmit.TransmitMode.ALLOW",false]],"alt1 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.ALT1",false]],"alt2 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.ALT2",false]],"alternate_inaccuracy_crouch (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_crouch",false]],"alternate_inaccuracy_fire (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_fire",false]],"alternate_inaccuracy_jump (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_jump",false]],"alternate_inaccuracy_ladder (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_ladder",false]],"alternate_inaccuracy_land (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_land",false]],"alternate_inaccuracy_move (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_move",false]],"alternate_inaccuracy_reload (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_reload",false]],"alternate_inaccuracy_stand (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_stand",false]],"alternate_spread (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_spread",false]],"alwaysgib (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.ALWAYSGIB",false]],"ammo (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.ammo",false]],"ammo (weapons.engines.csgo.csgo.weapon property)":[[173,"weapons.engines.csgo.csgo.Weapon.ammo",false]],"ammo (weapons.entity.weapon property)":[[174,"weapons.entity.Weapon.ammo",false]],"ammoprop (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.ammoprop",false]],"ammoprop (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.ammoprop",false]],"amplitude (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.AMPLITUDE",false]],"angle (studio.movement property)":[[161,"studio.Movement.angle",false]],"angles (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.angles",false]],"angles (mathlib.matrix3x4 property)":[[113,"mathlib.Matrix3x4.angles",false]],"angles (players.playerinfo property)":[[131,"players.PlayerInfo.angles",false]],"anim_block (studio.animation property)":[[161,"studio.Animation.anim_block",false]],"anim_offset (studio.animation property)":[[161,"studio.Animation.anim_offset",false]],"animation (class in studio)":[[161,"studio.Animation",false]],"animation_offset (studio.sequence property)":[[161,"studio.Sequence.animation_offset",false]],"animation_prefix (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.animation_prefix",false]],"animations_offset (studio.modelheader property)":[[161,"studio.ModelHeader.animations_offset",false]],"animblock (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.ANIMBLOCK",false]],"animsections (class in studio)":[[161,"studio.AnimSections",false]],"anonymous_game_server (steam.accounttype attribute)":[[158,"steam.AccountType.ANONYMOUS_GAME_SERVER",false]],"anonymous_user (steam.accounttype attribute)":[[158,"steam.AccountType.ANONYMOUS_USER",false]],"apply_force_center() (physics.physicsobject method)":[[130,"physics.PhysicsObject.apply_force_center",false]],"archive (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.ARCHIVE",false]],"archive_xbox (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.ARCHIVE_XBOX",false]],"area_num() (entities.servernetworkable method)":[[76,"entities.ServerNetworkable.area_num",false]],"areaportal (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.AREAPORTAL",false]],"areas (loggers.logmanager property)":[[112,"loggers.LogManager.areas",false]],"areas_networked (entities.checktransmitinfo property)":[[76,"entities.CheckTransmitInfo.areas_networked",false]],"arg_string (commands.command property)":[[35,"commands.Command.arg_string",false]],"args (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.args",false]],"args (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.args",false]],"args (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.args",false]],"args (memory.helpers.key attribute)":[[115,"memory.helpers.Key.ARGS",false]],"argument_ptr_changed() (memory.callingconvention method)":[[114,"memory.CallingConvention.argument_ptr_changed",false]],"argument_types (memory.callingconvention property)":[[114,"memory.CallingConvention.argument_types",false]],"argument_types (memory.functioninfo property)":[[114,"memory.FunctionInfo.argument_types",false]],"argumenterror":[[44,"commands.typed.ArgumentError",false]],"argumentnumbermismatch":[[44,"commands.typed.ArgumentNumberMismatch",false]],"arguments (memory.function property)":[[114,"memory.Function.arguments",false]],"armor (_players.playermixin property)":[[132,"players.PlayerMixin.armor",false]],"armor (players.playerinfo property)":[[131,"players.PlayerInfo.armor",false]],"array (class in memory.helpers)":[[115,"memory.helpers.Array",false]],"array (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.ARRAY",false]],"array_length_proxy_function (entities.props.sendprop property)":[[89,"entities.props.SendProp.array_length_proxy_function",false]],"array_prop (entities.props.sendprop property)":[[89,"entities.props.SendProp.array_prop",false]],"as_args_tuple() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_args_tuple",false]],"as_attribute_type() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_attribute_type",false]],"as_bool() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_bool",false]],"as_convention() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_convention",false]],"as_dict() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.as_dict",false]],"as_identifier() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_identifier",false]],"as_int() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_int",false]],"as_return_type() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_return_type",false]],"as_str() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_str",false]],"as_vector_2d() (mathlib.vector method)":[[113,"mathlib.Vector.as_vector_2D",false]],"asciitable (class in core.table)":[[59,"core.table.AsciiTable",false]],"askconnect (messages.dialogtype attribute)":[[123,"messages.DialogType.ASKCONNECT",false]],"asleep (physics.physicsobject property)":[[130,"physics.PhysicsObject.asleep",false]],"assaultsuit (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.ASSAULTSUIT",false]],"atcontrols (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.ATCONTROLS",false]],"attachments_count (studio.modelheader property)":[[161,"studio.ModelHeader.attachments_count",false]],"attack (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.ATTACK",false]],"attack1 (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.ATTACK1",false]],"attack2 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.ATTACK2",false]],"attacker (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.attacker",false]],"attenuation (class in engines.sound)":[[74,"engines.sound.Attenuation",false]],"attrdict (class in messages.base)":[[124,"messages.base.AttrDict",false]],"aug (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.AUG",false]],"auth":[[29,"module-auth",false]],"auth.base":[[30,"module-auth.base",false]],"auth.manager":[[31,"module-auth.manager",false]],"auth_manager (in module auth.manager)":[[31,"auth.manager.auth_manager",false]],"auto (engines.sound.channel attribute)":[[74,"engines.sound.Channel.AUTO",false]],"auto_command_return (commands.typed.commandinfo property)":[[44,"commands.typed.CommandInfo.auto_command_return",false]],"auto_dealloc (memory.pointer property)":[[114,"memory.Pointer.auto_dealloc",false]],"auto_switch_from (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.auto_switch_from",false]],"auto_switch_to (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.auto_switch_to",false]],"autoaim_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.autoaim_icon",false]],"autodoc":[[32,"module-autodoc",false]],"autounload (class in core)":[[50,"core.AutoUnload",false]],"aux (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.AUX",false]],"avelocity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.avelocity",false]],"average (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.AVERAGE",false]],"awp (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.AWP",false]],"ax (memory.register attribute)":[[114,"memory.Register.AX",false]],"ax (memory.registers property)":[[114,"memory.Registers.ax",false]],"b (colors.color property)":[[34,"colors.Color.b",false]],"back (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.BACK",false]],"backend (class in auth.base)":[[30,"auth.base.Backend",false]],"background (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.Background",false]],"bad (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.BAD",false]],"ball() (in module effects)":[[66,"effects.ball",false]],"base (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.base",false]],"base (memory.binaryfile property)":[[114,"memory.BinaryFile.base",false]],"base_damage (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.base_damage",false]],"base_entity (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.base_entity",false]],"base_entity (entities.serverunknown property)":[[76,"entities.ServerUnknown.base_entity",false]],"base_import (plugins.manager.pluginmanager property)":[[150,"plugins.manager.PluginManager.base_import",false]],"base_path (in module paths)":[[129,"paths.BASE_PATH",false]],"base_velocity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.base_velocity",false]],"baseclient (class in players)":[[131,"players.BaseClient",false]],"basecollisionrules (class in entities.collisions)":[[78,"entities.collisions.BaseCollisionRules",false]],"baseentity (class in entities.entity)":[[85,"entities.entity.BaseEntity",false]],"baseentity_from_basehandle() (in module entities.helpers)":[[87,"entities.helpers.baseentity_from_basehandle",false]],"baseentity_from_edict() (in module entities.helpers)":[[87,"entities.helpers.baseentity_from_edict",false]],"baseentity_from_index() (in module entities.helpers)":[[87,"entities.helpers.baseentity_from_index",false]],"baseentity_from_inthandle() (in module entities.helpers)":[[87,"entities.helpers.baseentity_from_inthandle",false]],"baseentity_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.baseentity_from_playerinfo",false]],"baseentity_from_pointer() (in module entities.helpers)":[[87,"entities.helpers.baseentity_from_pointer",false]],"baseentity_from_userid() (in module players.helpers)":[[143,"players.helpers.baseentity_from_userid",false]],"baseentitygenerator (class in entities)":[[76,"entities.BaseEntityGenerator",false]],"baseentityhandle (class in entities)":[[76,"entities.BaseEntityHandle",false]],"baseentityiter (class in filters.entities)":[[100,"filters.entities.BaseEntityIter",false]],"baseentityoutput (class in entities)":[[76,"entities.BaseEntityOutput",false]],"basehandle (entities.handleentity property)":[[76,"entities.HandleEntity.basehandle",false]],"basehandle_from_baseentity() (in module entities.helpers)":[[87,"entities.helpers.basehandle_from_baseentity",false]],"basehandle_from_edict() (in module entities.helpers)":[[87,"entities.helpers.basehandle_from_edict",false]],"basehandle_from_index() (in module entities.helpers)":[[87,"entities.helpers.basehandle_from_index",false]],"basehandle_from_inthandle() (in module entities.helpers)":[[87,"entities.helpers.basehandle_from_inthandle",false]],"basehandle_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.basehandle_from_playerinfo",false]],"basehandle_from_pointer() (in module entities.helpers)":[[87,"entities.helpers.basehandle_from_pointer",false]],"basehandle_from_userid() (in module players.helpers)":[[143,"players.helpers.basehandle_from_userid",false]],"basename (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.basename",false]],"basepointer (class in memory.helpers)":[[115,"memory.helpers.BasePointer",false]],"baserecipientfilter (class in filters.recipients)":[[103,"filters.recipients.BaseRecipientFilter",false]],"basetempentity (class in effects.base)":[[67,"effects.base.BaseTempEntity",false]],"basetrace (class in engines.trace)":[[75,"engines.trace.BaseTrace",false]],"basetransmitrules (class in entities.transmit)":[[90,"entities.transmit.BaseTransmitRules",false]],"basevelocity (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.BASEVELOCITY",false]],"bbox (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.BBOX",false]],"beam() (in module effects)":[[66,"effects.beam",false]],"beta (steam.universe attribute)":[[158,"steam.Universe.BETA",false]],"bh (memory.register attribute)":[[114,"memory.Register.BH",false]],"bh (memory.registers property)":[[114,"memory.Registers.bh",false]],"binary (memory.helpers.key attribute)":[[115,"memory.helpers.Key.BINARY",false]],"binaryfile (class in memory)":[[114,"memory.BinaryFile",false]],"bind() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.bind",false]],"bind() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.bind",false]],"bitbuf() (messages.base.fade method)":[[124,"messages.base.Fade.bitbuf",false]],"bitbuf() (messages.base.hinttext method)":[[124,"messages.base.HintText.bitbuf",false]],"bitbuf() (messages.base.hudmsg method)":[[124,"messages.base.HudMsg.bitbuf",false]],"bitbuf() (messages.base.keyhinttext method)":[[124,"messages.base.KeyHintText.bitbuf",false]],"bitbuf() (messages.base.resethud method)":[[124,"messages.base.ResetHUD.bitbuf",false]],"bitbuf() (messages.base.saytext method)":[[124,"messages.base.SayText.bitbuf",false]],"bitbuf() (messages.base.saytext2 method)":[[124,"messages.base.SayText2.bitbuf",false]],"bitbuf() (messages.base.shake method)":[[124,"messages.base.Shake.bitbuf",false]],"bitbuf() (messages.base.showmenu method)":[[124,"messages.base.ShowMenu.bitbuf",false]],"bitbuf() (messages.base.textmsg method)":[[124,"messages.base.TextMsg.bitbuf",false]],"bitbuf() (messages.base.usermessagecreator method)":[[124,"messages.base.UserMessageCreator.bitbuf",false]],"bitbuf() (messages.base.vguimenu method)":[[124,"messages.base.VGUIMenu.bitbuf",false]],"bitbuf() (messages.fade method)":[[123,"messages.Fade.bitbuf",false]],"bitbuf() (messages.hinttext method)":[[123,"messages.HintText.bitbuf",false]],"bitbuf() (messages.hudmsg method)":[[123,"messages.HudMsg.bitbuf",false]],"bitbuf() (messages.keyhinttext method)":[[123,"messages.KeyHintText.bitbuf",false]],"bitbuf() (messages.resethud method)":[[123,"messages.ResetHUD.bitbuf",false]],"bitbuf() (messages.saytext method)":[[123,"messages.SayText.bitbuf",false]],"bitbuf() (messages.saytext2 method)":[[123,"messages.SayText2.bitbuf",false]],"bitbuf() (messages.shake method)":[[123,"messages.Shake.bitbuf",false]],"bitbuf() (messages.showmenu method)":[[123,"messages.ShowMenu.bitbuf",false]],"bitbuf() (messages.textmsg method)":[[123,"messages.TextMsg.bitbuf",false]],"bitbuf() (messages.usermessagecreator method)":[[123,"messages.UserMessageCreator.bitbuf",false]],"bitbuf() (messages.vguimenu method)":[[123,"messages.VGUIMenu.bitbuf",false]],"bitbufferread (class in bitbuffers)":[[33,"bitbuffers.BitBufferRead",false]],"bitbuffers":[[33,"module-bitbuffers",false]],"bitbufferwrite (class in bitbuffers)":[[33,"bitbuffers.BitBufferWrite",false]],"bits (entities.props.sendprop property)":[[89,"entities.props.SendProp.bits",false]],"bl (memory.register attribute)":[[114,"memory.Register.BL",false]],"bl (memory.registers property)":[[114,"memory.Registers.bl",false]],"black (in module colors)":[[34,"colors.BLACK",false]],"blast (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.BLAST",false]],"blast_surface (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.BLAST_SURFACE",false]],"blends_count (studio.sequence property)":[[161,"studio.Sequence.blends_count",false]],"block (commands.commandreturn attribute)":[[35,"commands.CommandReturn.BLOCK",false]],"block (core.outputreturn attribute)":[[50,"core.OutputReturn.BLOCK",false]],"block (studio.animsections property)":[[161,"studio.AnimSections.block",false]],"blocklos (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.BLOCKLOS",false]],"blocklos (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.BLOCKLOS",false]],"blocklos_and_npcs (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.BLOCKLOS_AND_NPCS",false]],"bloodcolor (class in effects)":[[66,"effects.BloodColor",false]],"blue (in module colors)":[[34,"colors.BLUE",false]],"body (engines.sound.channel attribute)":[[74,"engines.sound.Channel.BODY",false]],"bone (studio.bonecontroller property)":[[161,"studio.BoneController.bone",false]],"bone (studio.hierarchy property)":[[161,"studio.Hierarchy.bone",false]],"bone (studio.hitbox property)":[[161,"studio.Hitbox.bone",false]],"bone_controllers_count (studio.modelheader property)":[[161,"studio.ModelHeader.bone_controllers_count",false]],"bone_controllers_offset (studio.modelheader property)":[[161,"studio.ModelHeader.bone_controllers_offset",false]],"bonecontroller (class in studio)":[[161,"studio.BoneController",false]],"bonemerge (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.BONEMERGE",false]],"bonemerge_fastcull (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.BONEMERGE_FASTCULL",false]],"bones_count (studio.modelheader property)":[[161,"studio.ModelHeader.bones_count",false]],"bones_offset (studio.modelheader property)":[[161,"studio.ModelHeader.bones_offset",false]],"bonus_progress (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.BONUS_PROGRESS",false]],"bool (events.eventvartype attribute)":[[91,"events.EventVarType.BOOL",false]],"bool (memory.datatype attribute)":[[114,"memory.DataType.BOOL",false]],"bool (memory.helpers.type attribute)":[[115,"memory.helpers.Type.BOOL",false]],"boolean (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.BOOLEAN",false]],"boolsetting (class in settings.types)":[[156,"settings.types.BoolSetting",false]],"boolvariable (class in events.variable)":[[97,"events.variable.BoolVariable",false]],"boostpythonclass (in module core)":[[50,"core.BoostPythonClass",false]],"bot_audible_range (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.bot_audible_range",false]],"bot_frozen (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.BOT_FROZEN",false]],"botcmd (class in players.bots)":[[133,"players.bots.BotCmd",false]],"botcontroller (class in players.bots)":[[133,"players.bots.BotController",false]],"box() (in module effects)":[[66,"effects.box",false]],"bp (memory.register attribute)":[[114,"memory.Register.BP",false]],"bp (memory.registers property)":[[114,"memory.Registers.bp",false]],"breakable_glass (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.BREAKABLE_GLASS",false]],"brightlight (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.BRIGHTLIGHT",false]],"broadcast_message() (engines.server.server method)":[[73,"engines.server.Server.broadcast_message",false]],"brown (in module colors)":[[34,"colors.BROWN",false]],"brush (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.BRUSH",false]],"bsp (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.BSP",false]],"buckshot (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.BUCKSHOT",false]],"buffer (messages.usermessage property)":[[123,"messages.UserMessage.buffer",false]],"buffer_size (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.buffer_size",false]],"build() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.build",false]],"buildable (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.BUILDABLE",false]],"bullet (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.BULLET",false]],"bullet (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.bullet",false]],"bullrush (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.BULLRUSH",false]],"bumplight (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.BUMPLIGHT",false]],"burn (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.BURN",false]],"burst (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.BURST",false]],"burst_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.burst_sound",false]],"buttons (_players.playermixin property)":[[132,"players.PlayerMixin.buttons",false]],"buttons (players.bots.botcmd property)":[[133,"players.bots.BotCmd.buttons",false]],"buttons (players.usercmd property)":[[131,"players.UserCmd.buttons",false]],"buttonstatus (class in listeners)":[[110,"listeners.ButtonStatus",false]],"bx (memory.register attribute)":[[114,"memory.Register.BX",false]],"bx (memory.registers property)":[[114,"memory.Registers.bx",false]],"byte (events.eventvartype attribute)":[[91,"events.EventVarType.BYTE",false]],"bytevariable (class in events.variable)":[[97,"events.variable.ByteVariable",false]],"c4 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.C4",false]],"c4 (weapons.constants.weaponslot attribute)":[[168,"weapons.constants.WeaponSlot.C4",false]],"c4 (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.C4",false]],"cached_property() (in module core.cache)":[[51,"core.cache.cached_property",false]],"cached_result() (in module core.cache)":[[51,"core.cache.cached_result",false]],"cachedproperty (class in _core._cache)":[[51,"core._cache.CachedProperty",false]],"cachedproperty (class in core.cache)":[[51,"core.cache.CachedProperty",false]],"caching (entities.engines.csgo.csgo.entity attribute)":[[84,"entities.engines.csgo.csgo.Entity.caching",false]],"caching (players.engines.bms.player attribute)":[[137,"players.engines.bms.Player.caching",false]],"caching (players.engines.l4d2.player attribute)":[[139,"players.engines.l4d2.Player.caching",false]],"caching (players.engines.orangebox.cstrike.player attribute)":[[141,"players.engines.orangebox.cstrike.Player.caching",false]],"caching (players.engines.orangebox.player attribute)":[[140,"players.engines.orangebox.Player.caching",false]],"caching (players.entity.player attribute)":[[142,"players.entity.Player.caching",false]],"caching (weapons.engines.csgo.csgo.weapon attribute)":[[173,"weapons.engines.csgo.csgo.Weapon.caching",false]],"call_global_change_callbacks() (cvars._cvar method)":[[62,"cvars._Cvar.call_global_change_callbacks",false]],"call_input() (entities.entity.entity method)":[[85,"entities.entity.Entity.call_input",false]],"call_trampoline() (entities.helpers.entitymemfuncwrapper method)":[[87,"entities.helpers.EntityMemFuncWrapper.call_trampoline",false]],"call_trampoline() (memory.function method)":[[114,"memory.Function.call_trampoline",false]],"call_trampoline() (memory.helpers.memberfunction method)":[[115,"memory.helpers.MemberFunction.call_trampoline",false]],"callback (class in memory)":[[114,"memory.Callback",false]],"callback (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.callback",false]],"callback_flags (physics.physicsobject property)":[[130,"physics.PhysicsObject.callback_flags",false]],"caller (entities.datamaps.inputdata property)":[[80,"entities.datamaps.InputData.caller",false]],"calling_convention (memory.functioninfo property)":[[114,"memory.FunctionInfo.calling_convention",false]],"callingconvention (class in memory)":[[114,"memory.CallingConvention",false]],"can_equip_with_shield (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.can_equip_with_shield",false]],"cancel (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.CANCEL",false]],"cancel() (listeners.tick.delay method)":[[111,"listeners.tick.Delay.cancel",false]],"cancel_on_level_end (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.cancel_on_level_end",false]],"cash (_players.playermixin property)":[[132,"players.PlayerMixin.cash",false]],"cdecl (memory.convention attribute)":[[114,"memory.Convention.CDECL",false]],"center (messages.huddestination attribute)":[[123,"messages.HudDestination.CENTER",false]],"center() (core.table.alignment method)":[[59,"core.table.Alignment.CENTER",false]],"cfg_path (in module paths)":[[129,"paths.CFG_PATH",false]],"ch (memory.register attribute)":[[114,"memory.Register.CH",false]],"ch (memory.registers property)":[[114,"memory.Registers.ch",false]],"chains_validated (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.chains_validated",false]],"change_pitch (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.CHANGE_PITCH",false]],"change_vol (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.CHANGE_VOL",false]],"changed_since_tick() (stringtables.stringtable method)":[[159,"stringtables.StringTable.changed_since_tick",false]],"changes_often (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.CHANGES_OFTEN",false]],"channel (class in engines.sound)":[[74,"engines.sound.Channel",false]],"char (memory.datatype attribute)":[[114,"memory.DataType.CHAR",false]],"char (memory.helpers.type attribute)":[[115,"memory.helpers.Type.CHAR",false]],"character (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.CHARACTER",false]],"chase (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.CHASE",false]],"chat (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.CHAT",false]],"chat (steam.accounttype attribute)":[[158,"steam.AccountType.CHAT",false]],"cheat (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.CHEAT",false]],"check_for_overflow() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.check_for_overflow",false]],"check_info_output() (in module core)":[[50,"core.check_info_output",false]],"check_untouch (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.CHECK_UNTOUCH",false]],"checksum (players.usercmd property)":[[131,"players.UserCmd.checksum",false]],"checksum (studio.modelheader property)":[[161,"studio.ModelHeader.checksum",false]],"checktransmitinfo (class in entities)":[[76,"entities.CheckTransmitInfo",false]],"chest (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.CHEST",false]],"chunk_size (messages.base.showmenu attribute)":[[124,"messages.base.ShowMenu.chunk_size",false]],"chunk_size (messages.showmenu attribute)":[[123,"messages.ShowMenu.chunk_size",false]],"cl (memory.register attribute)":[[114,"memory.Register.CL",false]],"cl (memory.registers property)":[[114,"memory.Registers.cl",false]],"clamp_min_scale (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.CLAMP_MIN_SCALE",false]],"clan (steam.accounttype attribute)":[[158,"steam.AccountType.CLAN",false]],"class_bits (engines.server.server property)":[[73,"engines.server.Server.class_bits",false]],"class_index (entities.props.serverclass property)":[[89,"entities.props.ServerClass.class_index",false]],"class_name (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.class_name",false]],"class_name (entities.serverunknown property)":[[76,"entities.ServerUnknown.class_name",false]],"class_name (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.class_name",false]],"classname (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.classname",false]],"classname (entities.serverunknown property)":[[76,"entities.ServerUnknown.classname",false]],"classptr (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.CLASSPTR",false]],"clean_command() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.clean_command",false]],"clear() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.clear",false]],"clear() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.clear",false]],"clear() (entities.collisions.collisionmap method)":[[78,"entities.collisions.CollisionMap.clear",false]],"clear() (entities.collisions.collisionset method)":[[78,"entities.collisions.CollisionSet.clear",false]],"clear() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.clear",false]],"clear() (entities.transmit.transmitmap method)":[[90,"entities.transmit.TransmitMap.clear",false]],"clear() (entities.transmit.transmitset method)":[[90,"entities.transmit.TransmitSet.clear",false]],"clear() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.clear",false]],"clear() (steam.steamid method)":[[158,"steam.SteamID.clear",false]],"clear() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.clear",false]],"clear_all_recipients() (entities.props.sendproxyrecipients method)":[[89,"entities.props.SendProxyRecipients.clear_all_recipients",false]],"clear_individual_instance() (steam.steamid method)":[[158,"steam.SteamID.clear_individual_instance",false]],"client (class in players)":[[131,"players.Client",false]],"client (entities.checktransmitinfo property)":[[76,"entities.CheckTransmitInfo.client",false]],"client (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.CLIENT",false]],"client_command_manager (in module commands.client)":[[37,"commands.client.client_command_manager",false]],"client_count (engines.server.server property)":[[73,"engines.server.Server.client_count",false]],"client_sub_command() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.client_sub_command",false]],"clientcmd_can_execute (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.CLIENTCMD_CAN_EXECUTE",false]],"clientcommand (class in commands.client)":[[37,"commands.client.ClientCommand",false]],"clientcommanddispatcher (class in commands.client)":[[37,"commands.client.ClientCommandDispatcher",false]],"clientcommandfilter (class in commands.client)":[[37,"commands.client.ClientCommandFilter",false]],"clientcommandgenerator (class in commands.client)":[[37,"commands.client.ClientCommandGenerator",false]],"clientdll (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.CLIENTDLL",false]],"clip (weapons.entity.weapon property)":[[174,"weapons.entity.Weapon.clip",false]],"clip (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.clip",false]],"close() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.close",false]],"closed (filesystem.sourcefile property)":[[98,"filesystem.SourceFile.closed",false]],"club (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.CLUB",false]],"collapsible (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.COLLAPSIBLE",false]],"collideable (class in entities)":[[76,"entities.Collideable",false]],"collideable (entities.edict property)":[[76,"entities.Edict.collideable",false]],"collideable (entities.serverunknown property)":[[76,"entities.ServerUnknown.collideable",false]],"collision_enabled (physics.physicsobject property)":[[130,"physics.PhysicsObject.collision_enabled",false]],"collision_group (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.collision_group",false]],"collisiongroup (class in entities.constants)":[[79,"entities.constants.CollisionGroup",false]],"collisionhash (class in entities.collisions)":[[78,"entities.collisions.CollisionHash",false]],"collisionhook (class in entities.collisions)":[[78,"entities.collisions.CollisionHook",false]],"collisionmanager (class in entities.collisions)":[[78,"entities.collisions.CollisionManager",false]],"collisionmap (class in entities.collisions)":[[78,"entities.collisions.CollisionMap",false]],"collisionmode (class in entities.collisions)":[[78,"entities.collisions.CollisionMode",false]],"collisionset (class in entities.collisions)":[[78,"entities.collisions.CollisionSet",false]],"color (class in colors)":[[34,"colors.Color",false]],"color (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.color",false]],"color (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.COLOR",false]],"color32 (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.COLOR32",false]],"colors":[[34,"module-colors",false]],"column (class in core.table)":[[59,"core.table.Column",false]],"command (class in commands)":[[35,"commands.Command",false]],"command (messages.dialogentry property)":[[123,"messages.DialogEntry.command",false]],"command (messages.dialogmenu property)":[[123,"messages.DialogMenu.command",false]],"command (plugins.command.subcommandmanager property)":[[147,"plugins.command.SubCommandManager.command",false]],"command() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.command",false]],"command_number (players.bots.botcmd property)":[[133,"players.bots.BotCmd.command_number",false]],"command_number (players.usercmd property)":[[131,"players.UserCmd.command_number",false]],"command_string (commands.command property)":[[35,"commands.Command.command_string",false]],"commandinfo (class in commands.typed)":[[44,"commands.typed.CommandInfo",false]],"commandnode (class in commands.typed)":[[44,"commands.typed.CommandNode",false]],"commandparser (class in commands.typed)":[[44,"commands.typed.CommandParser",false]],"commandreturn (class in commands)":[[35,"commands.CommandReturn",false]],"commands":[[35,"module-commands",false]],"commands (cvars._cvar property)":[[62,"cvars._Cvar.commands",false]],"commands.auth":[[36,"module-commands.auth",false]],"commands.client":[[37,"module-commands.client",false]],"commands.command":[[38,"module-commands.command",false]],"commands.filter":[[39,"module-commands.filter",false]],"commands.manager":[[40,"module-commands.manager",false]],"commands.player":[[41,"module-commands.player",false]],"commands.say":[[42,"module-commands.say",false]],"commands.server":[[43,"module-commands.server",false]],"commands.typed":[[44,"module-commands.typed",false]],"compare() (memory.pointer method)":[[114,"memory.Pointer.compare",false]],"concommand (class in commands)":[[35,"commands.ConCommand",false]],"concommandbase (class in commands)":[[35,"commands.ConCommandBase",false]],"config":[[45,"module-config",false]],"config.command":[[46,"module-config.command",false]],"config.cvar":[[47,"module-config.cvar",false]],"config.manager":[[48,"module-config.manager",false]],"config.section":[[49,"module-config.section",false]],"configfile (class in core)":[[50,"core.ConfigFile",false]],"configmanager (class in config.manager)":[[48,"config.manager.ConfigManager",false]],"connectionlesspackethandler (class in engines.server)":[[73,"engines.server.ConnectionlessPacketHandler",false]],"console (messages.huddestination attribute)":[[123,"messages.HudDestination.CONSOLE",false]],"console_message() (in module core)":[[50,"core.console_message",false]],"console_user (steam.accounttype attribute)":[[158,"steam.AccountType.CONSOLE_USER",false]],"content_server (steam.accounttype attribute)":[[158,"steam.AccountType.CONTENT_SERVER",false]],"contentflags (class in engines.trace)":[[75,"engines.trace.ContentFlags",false]],"contentmasks (class in engines.trace)":[[75,"engines.trace.ContentMasks",false]],"contents (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.contents",false]],"contents (physics.physicsobject property)":[[130,"physics.PhysicsObject.contents",false]],"contents (studio.modelbone property)":[[161,"studio.ModelBone.contents",false]],"contents (studio.modelheader property)":[[161,"studio.ModelHeader.contents",false]],"continue (commands.commandreturn attribute)":[[35,"commands.CommandReturn.CONTINUE",false]],"continue (core.outputreturn attribute)":[[50,"core.OutputReturn.CONTINUE",false]],"convar (class in cvars)":[[62,"cvars.ConVar",false]],"convar (settings.types.settingstype property)":[[156,"settings.types.SettingsType.convar",false]],"convarflags (class in cvars.flags)":[[63,"cvars.flags.ConVarFlags",false]],"convention (class in memory)":[[114,"memory.Convention",false]],"convention (memory.function property)":[[114,"memory.Function.convention",false]],"convention (memory.helpers.key attribute)":[[115,"memory.helpers.Key.CONVENTION",false]],"convert() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.convert",false]],"converter (memory.function property)":[[114,"memory.Function.converter",false]],"conveyor (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.CONVEYOR",false]],"coord (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.COORD",false]],"coord_mp (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.COORD_MP",false]],"coord_mp_integral (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.COORD_MP_INTEGRAL",false]],"coord_mp_low_precision (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.COORD_MP_LOW_PRECISION",false]],"copy() (mathlib.vector method)":[[113,"mathlib.Vector.copy",false]],"copy() (memory.pointer method)":[[114,"memory.Pointer.copy",false]],"core":[[50,"module-core",false]],"core (entities.constants.dissolvetype attribute)":[[79,"entities.constants.DissolveType.CORE",false]],"core.cache":[[51,"module-core.cache",false]],"core.command":[[52,"module-core.command",false]],"core.command.auth":[[53,"module-core.command.auth",false]],"core.command.docs":[[54,"module-core.command.docs",false]],"core.command.dump":[[55,"module-core.command.dump",false]],"core.command.plugin":[[56,"module-core.command.plugin",false]],"core.dumps":[[57,"module-core.dumps",false]],"core.settings":[[58,"module-core.settings",false]],"core.table":[[59,"module-core.table",false]],"core.update":[[60,"module-core.update",false]],"core.version":[[61,"module-core.version",false]],"core_plugin_manager (in module core)":[[50,"core.core_plugin_manager",false]],"corecommandmanager (class in core.command)":[[52,"core.command.CoreCommandManager",false]],"cost (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.cost",false]],"count (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.COUNT",false]],"create() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.create",false]],"create() (effects.base.basetempentity method)":[[67,"effects.base.BaseTempEntity.create",false]],"create() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.create",false]],"create() (entities.engines.csgo.csgo.entity class method)":[[84,"entities.engines.csgo.csgo.Entity.create",false]],"create() (entities.entity.baseentity class method)":[[85,"entities.entity.BaseEntity.create",false]],"create() (entities.factories.entityfactory method)":[[86,"entities.factories.EntityFactory.create",false]],"create_blank_anonymous_logon() (steam.steamid method)":[[158,"steam.SteamID.create_blank_anonymous_logon",false]],"create_blank_anonymous_user_account() (steam.steamid method)":[[158,"steam.SteamID.create_blank_anonymous_user_account",false]],"create_checksum() (in module core)":[[50,"core.create_checksum",false]],"create_converter() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_converter",false]],"create_function_typedefs_from_file() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_function_typedefs_from_file",false]],"create_global_pointers_from_file() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_global_pointers_from_file",false]],"create_new_key() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.create_new_key",false]],"create_pipe() (memory.manager.typemanager static method)":[[117,"memory.manager.TypeManager.create_pipe",false]],"create_pipe_from_dict() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_pipe_from_dict",false]],"create_pipe_from_file() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_pipe_from_file",false]],"create_type() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_type",false]],"create_type_from_dict() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_type_from_dict",false]],"create_type_from_file() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_type_from_file",false]],"cross() (mathlib.vector method)":[[113,"mathlib.Vector.cross",false]],"crosshair (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.CROSSHAIR",false]],"crosshair_delta_distance (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.crosshair_delta_distance",false]],"crosshair_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.crosshair_icon",false]],"crosshair_minimum_distance (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.crosshair_minimum_distance",false]],"crush (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.CRUSH",false]],"cs (memory.register attribute)":[[114,"memory.Register.CS",false]],"cs (memory.registers property)":[[114,"memory.Registers.cs",false]],"current (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.CURRENT",false]],"current (filesystem.seektype attribute)":[[98,"filesystem.SeekType.CURRENT",false]],"current_0 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_0",false]],"current_180 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_180",false]],"current_270 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_270",false]],"current_90 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_90",false]],"current_bit (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.current_bit",false]],"current_bit (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.current_bit",false]],"current_down (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_DOWN",false]],"current_up (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_UP",false]],"custom (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.CUSTOM",false]],"custom (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.CUSTOM",false]],"custom (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.CUSTOM",false]],"custom (memory.convention attribute)":[[114,"memory.Convention.CUSTOM",false]],"custom_calling_convention() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.custom_calling_convention",false]],"custom_convention (memory.function property)":[[114,"memory.Function.custom_convention",false]],"custom_data_path (in module paths)":[[129,"paths.CUSTOM_DATA_PATH",false]],"custom_packages_docs_path (in module paths)":[[129,"paths.CUSTOM_PACKAGES_DOCS_PATH",false]],"custom_packages_path (in module paths)":[[129,"paths.CUSTOM_PACKAGES_PATH",false]],"customboxtest (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.CUSTOMBOXTEST",false]],"customevent (class in events.custom)":[[92,"events.custom.CustomEvent",false]],"customraytest (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.CUSTOMRAYTEST",false]],"customtype (class in memory.manager)":[[117,"memory.manager.CustomType",false]],"cvar (in module cvars)":[[62,"cvars.cvar",false]],"cvar() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.cvar",false]],"cvar_prefix (config.manager.configmanager property)":[[48,"config.manager.ConfigManager.cvar_prefix",false]],"cvars":[[62,"module-cvars",false]],"cvars.flags":[[63,"module-cvars.flags",false]],"cvars.public":[[64,"module-cvars.public",false]],"cvars.tags":[[65,"module-cvars.tags",false]],"cx (memory.register attribute)":[[114,"memory.Register.CX",false]],"cx (memory.registers property)":[[114,"memory.Registers.cx",false]],"cyan (in module colors)":[[34,"colors.CYAN",false]],"cycle (studio.sequenceevent property)":[[161,"studio.SequenceEvent.cycle",false]],"cycle_time (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.cycle_time",false]],"damage (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.damage",false]],"damage (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.damage",false]],"damage_filter (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.damage_filter",false]],"damaged_other_players (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.damaged_other_players",false]],"damagetypes (class in entities.constants)":[[79,"entities.constants.DamageTypes",false]],"dark_blue (in module colors)":[[34,"colors.DARK_BLUE",false]],"dark_gray (in module colors)":[[34,"colors.DARK_GRAY",false]],"dark_green (in module colors)":[[34,"colors.DARK_GREEN",false]],"dark_red (in module colors)":[[34,"colors.DARK_RED",false]],"data (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.data",false]],"data (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.data",false]],"data_bits_count (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.data_bits_count",false]],"data_bits_count (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.data_bits_count",false]],"data_bytes_count (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.data_bytes_count",false]],"data_bytes_count (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.data_bytes_count",false]],"data_path (in module paths)":[[129,"paths.DATA_PATH",false]],"data_rate (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.data_rate",false]],"data_table (entities.props.sendprop property)":[[89,"entities.props.SendProp.data_table",false]],"data_table_proxy_function (entities.props.sendprop property)":[[89,"entities.props.SendProp.data_table_proxy_function",false]],"datamap (class in entities.datamaps)":[[80,"entities.datamaps.DataMap",false]],"datamap (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.datamap",false]],"datatable (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.DATATABLE",false]],"datatype (class in memory)":[[114,"memory.DataType",false]],"dead (_players.playermixin property)":[[132,"players.PlayerMixin.dead",false]],"dead (players.constants.lifestate attribute)":[[134,"players.constants.LifeState.DEAD",false]],"dead_solid (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.DEAD_SOLID",false]],"deagle (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.DEAGLE",false]],"dealloc() (memory.pointer method)":[[114,"memory.Pointer.dealloc",false]],"deathcam (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.DEATHCAM",false]],"deaths (_players.playermixin property)":[[132,"players.PlayerMixin.deaths",false]],"deaths (players.playerinfo property)":[[131,"players.PlayerInfo.deaths",false]],"debris (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.DEBRIS",false]],"debris (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.DEBRIS",false]],"debris_block_projectile (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.DEBRIS_BLOCK_PROJECTILE",false]],"debris_trigger (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.DEBRIS_TRIGGER",false]],"decal (class in engines.precache)":[[72,"engines.precache.Decal",false]],"decodedanimblock (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.DECODEDANIMBLOCK",false]],"default (cvars.convar property)":[[62,"cvars.ConVar.default",false]],"default (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.DEFAULT",false]],"default_fov (_players.playermixin property)":[[132,"players.PlayerMixin.default_fov",false]],"default_price (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.default_price",false]],"default_primary_clip (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.default_primary_clip",false]],"default_secondary_clip (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.default_secondary_clip",false]],"delay (class in listeners.tick)":[[111,"listeners.tick.Delay",false]],"delay (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.DELAY",false]],"delay (entities.eventaction property)":[[76,"entities.EventAction.delay",false]],"delay (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.delay",false]],"delay() (entities.entity.entity method)":[[85,"entities.entity.Entity.delay",false]],"delay_time_elapsed (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.delay_time_elapsed",false]],"delay_time_remaining (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.delay_time_remaining",false]],"delete_cached_value() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.delete_cached_value",false]],"delete_cached_value() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.delete_cached_value",false]],"deleter() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.deleter",false]],"deleter() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.deleter",false]],"demo (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.DEMO",false]],"deny_file() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.deny_file",false]],"descriptor (events.gameevent property)":[[91,"events.GameEvent.descriptor",false]],"desired_player_class (_players.playermixin property)":[[132,"players.PlayerMixin.desired_player_class",false]],"destroy() (entities.factories.entityfactory method)":[[86,"entities.factories.EntityFactory.destroy",false]],"detail (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.DETAIL",false]],"dev (steam.universe attribute)":[[158,"steam.Universe.DEV",false]],"developmentonly (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.DEVELOPMENTONLY",false]],"dh (memory.register attribute)":[[114,"memory.Register.DH",false]],"dh (memory.registers property)":[[114,"memory.Registers.dh",false]],"di (memory.register attribute)":[[114,"memory.Register.DI",false]],"di (memory.registers property)":[[114,"memory.Registers.di",false]],"dialogaskconnect (class in messages)":[[123,"messages.DialogAskConnect",false]],"dialogentry (class in messages)":[[123,"messages.DialogEntry",false]],"dialogmenu (class in messages)":[[123,"messages.DialogMenu",false]],"dialogmsg (class in messages)":[[123,"messages.DialogMsg",false]],"dialogtext (class in messages)":[[123,"messages.DialogText",false]],"dialogtype (class in messages)":[[123,"messages.DialogType",false]],"did_hit() (engines.trace.gametrace method)":[[75,"engines.trace.GameTrace.did_hit",false]],"did_hit_world() (engines.trace.gametrace method)":[[75,"engines.trace.GameTrace.did_hit_world",false]],"die (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.DIE",false]],"dimlight (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.DIMLIGHT",false]],"direct (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.DIRECT",false]],"dirty_absangvelocity (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_ABSANGVELOCITY",false]],"dirty_abstransform (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_ABSTRANSFORM",false]],"dirty_absvelocity (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_ABSVELOCITY",false]],"dirty_shadowupdate (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_SHADOWUPDATE",false]],"dirty_spatial_partition (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_SPATIAL_PARTITION",false]],"dirty_surrounding_collision_bounds (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_SURROUNDING_COLLISION_BOUNDS",false]],"discardbody (players.constants.lifestate attribute)":[[134,"players.constants.LifeState.DISCARDBODY",false]],"disconnect() (players.client method)":[[131,"players.Client.disconnect",false]],"disconnect_client() (engines.server.server method)":[[73,"engines.server.Server.disconnect_client",false]],"dispatch() (commands.concommand method)":[[35,"commands.ConCommand.dispatch",false]],"displacement_flags (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.displacement_flags",false]],"displacementflags (class in engines.trace)":[[75,"engines.trace.DisplacementFlags",false]],"dissolve (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.DISSOLVE",false]],"dissolvetype (class in entities.constants)":[[79,"entities.constants.DissolveType",false]],"dissolving (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.DISSOLVING",false]],"dissolving (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.DISSOLVING",false]],"dist (mathlib.plane property)":[[113,"mathlib.Plane.dist",false]],"distort (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.DISTORT",false]],"dl (memory.register attribute)":[[114,"memory.Register.DL",false]],"dl (memory.registers property)":[[114,"memory.Registers.dl",false]],"dll_identifier (commands.concommandbase property)":[[35,"commands.ConCommandBase.dll_identifier",false]],"doc (memory.helpers.key attribute)":[[115,"memory.helpers.Key.DOC",false]],"docs_path (in module paths)":[[129,"paths.DOCS_PATH",false]],"dohitlocationdmg (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.DOHITLOCATIONDMG",false]],"dont_bleed (effects.bloodcolor attribute)":[[66,"effects.BloodColor.DONT_BLEED",false]],"dontblocklos (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DONTBLOCKLOS",false]],"dontrecord (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.DONTRECORD",false]],"donttouch (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.DONTTOUCH",false]],"dontwalkon (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DONTWALKON",false]],"door_blocker (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.DOOR_BLOCKER",false]],"dormant (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DORMANT",false]],"dot() (mathlib.vector method)":[[113,"mathlib.Vector.dot",false]],"double (memory.datatype attribute)":[[114,"memory.DataType.DOUBLE",false]],"double (memory.helpers.type attribute)":[[115,"memory.helpers.Type.DOUBLE",false]],"double (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.DOUBLE",false]],"double_npc (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.DOUBLE_NPC",false]],"double_npc_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.double_npc_sound",false]],"double_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.double_sound",false]],"download_file() (in module core.update)":[[60,"core.update.download_file",false]],"downloadables (class in stringtables.downloads)":[[160,"stringtables.downloads.Downloadables",false]],"drag_enabled (physics.physicsobject property)":[[130,"physics.PhysicsObject.drag_enabled",false]],"draw_view_model (_players.playermixin property)":[[132,"players.PlayerMixin.draw_view_model",false]],"drawtranslucentsubmodels (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.DRAWTRANSLUCENTSUBMODELS",false]],"dropped_model (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.dropped_model",false]],"drown (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.DROWN",false]],"drownrecover (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.DROWNRECOVER",false]],"ds (memory.register attribute)":[[114,"memory.Register.DS",false]],"ds (memory.registers property)":[[114,"memory.Registers.ds",false]],"duck (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.DUCK",false]],"ducking (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.DUCKING",false]],"dump_class_info() (in module core.dumps)":[[57,"core.dumps.dump_class_info",false]],"dump_convars() (in module core.dumps)":[[57,"core.dumps.dump_convars",false]],"dump_datamaps() (in module core.dumps)":[[57,"core.dumps.dump_datamaps",false]],"dump_server_classes() (in module core.dumps)":[[57,"core.dumps.dump_server_classes",false]],"dump_string_tables() (in module core.dumps)":[[57,"core.dumps.dump_string_tables",false]],"dump_weapon_scripts() (in module core.dumps)":[[57,"core.dumps.dump_weapon_scripts",false]],"dx (memory.register attribute)":[[114,"memory.Register.DX",false]],"dx (memory.registers property)":[[114,"memory.Registers.dx",false]],"dying (players.constants.lifestate attribute)":[[134,"players.constants.LifeState.DYING",false]],"dynamic_attributes (entities.entity.entity attribute)":[[85,"entities.entity.Entity.dynamic_attributes",false]],"dynamic_instance_array() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.dynamic_instance_array",false]],"dynamic_pointer_array() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.dynamic_pointer_array",false]],"eax (memory.register attribute)":[[114,"memory.Register.EAX",false]],"eax (memory.registers property)":[[114,"memory.Registers.eax",false]],"ebp (memory.register attribute)":[[114,"memory.Register.EBP",false]],"ebp (memory.registers property)":[[114,"memory.Registers.ebp",false]],"ebx (memory.register attribute)":[[114,"memory.Register.EBX",false]],"ebx (memory.registers property)":[[114,"memory.Registers.ebx",false]],"echo_console() (in module core)":[[50,"core.echo_console",false]],"ecx (memory.register attribute)":[[114,"memory.Register.ECX",false]],"ecx (memory.registers property)":[[114,"memory.Registers.ecx",false]],"edi (memory.register attribute)":[[114,"memory.Register.EDI",false]],"edi (memory.registers property)":[[114,"memory.Registers.edi",false]],"edict (class in entities)":[[76,"entities.Edict",false]],"edict (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.EDICT",false]],"edict (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.edict",false]],"edict (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.edict",false]],"edict_from_baseentity() (in module entities.helpers)":[[87,"entities.helpers.edict_from_baseentity",false]],"edict_from_basehandle() (in module entities.helpers)":[[87,"entities.helpers.edict_from_basehandle",false]],"edict_from_index() (in module entities.helpers)":[[87,"entities.helpers.edict_from_index",false]],"edict_from_inthandle() (in module entities.helpers)":[[87,"entities.helpers.edict_from_inthandle",false]],"edict_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.edict_from_playerinfo",false]],"edict_from_pointer() (in module entities.helpers)":[[87,"entities.helpers.edict_from_pointer",false]],"edict_from_userid() (in module players.helpers)":[[143,"players.helpers.edict_from_userid",false]],"edx (memory.register attribute)":[[114,"memory.Register.EDX",false]],"edx (memory.registers property)":[[114,"memory.Registers.edx",false]],"effects":[[66,"module-effects",false]],"effects (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.effects",false]],"effects.base":[[67,"module-effects.base",false]],"effects.hooks":[[68,"module-effects.hooks",false]],"effects.templates":[[69,"module-effects.templates",false]],"ehandle (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.EHANDLE",false]],"elasticity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.elasticity",false]],"electrical (entities.constants.dissolvetype attribute)":[[79,"entities.constants.DissolveType.ELECTRICAL",false]],"electrical_light (entities.constants.dissolvetype attribute)":[[79,"entities.constants.DissolveType.ELECTRICAL_LIGHT",false]],"element_stride (entities.props.sendprop property)":[[89,"entities.props.SendProp.element_stride",false]],"elite (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.ELITE",false]],"embedded (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.EMBEDDED",false]],"embedded_datamap (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.embedded_datamap",false]],"emit_sound() (entities.entity.entity method)":[[85,"entities.entity.Entity.emit_sound",false]],"empty (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.EMPTY",false]],"empty (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.EMPTY",false]],"empty_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.empty_sound",false]],"end (studio.bonecontroller property)":[[161,"studio.BoneController.end",false]],"end (studio.hierarchy property)":[[161,"studio.Hierarchy.end",false]],"end_frame (studio.movement property)":[[161,"studio.Movement.end_frame",false]],"end_position (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.end_position",false]],"energy (physics.physicsobject property)":[[130,"physics.PhysicsObject.energy",false]],"energybeam (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.ENERGYBEAM",false]],"engines":[[70,"module-engines",false]],"engines.gamerules":[[71,"module-engines.gamerules",false]],"engines.precache":[[72,"module-engines.precache",false]],"engines.server":[[73,"module-engines.server",false]],"engines.sound":[[74,"module-engines.sound",false]],"engines.trace":[[75,"module-engines.trace",false]],"entities":[[76,"module-entities",false]],"entities.classes":[[77,"module-entities.classes",false]],"entities.collisions":[[78,"module-entities.collisions",false]],"entities.constants":[[79,"module-entities.constants",false]],"entities.datamaps":[[80,"module-entities.datamaps",false]],"entities.dictionary":[[81,"module-entities.dictionary",false]],"entities.engines":[[82,"module-entities.engines",false]],"entities.engines.csgo":[[83,"module-entities.engines.csgo",false]],"entities.engines.csgo.csgo":[[84,"module-entities.engines.csgo.csgo",false]],"entities.entity":[[85,"module-entities.entity",false]],"entities.factories":[[86,"module-entities.factories",false]],"entities.helpers":[[87,"module-entities.helpers",false]],"entities.hooks":[[88,"module-entities.hooks",false]],"entities.props":[[89,"module-entities.props",false]],"entities.transmit":[[90,"module-entities.transmit",false]],"entities_only (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.ENTITIES_ONLY",false]],"entity (class in entities.engines.csgo)":[[83,"entities.engines.csgo.Entity",false]],"entity (class in entities.engines.csgo.csgo)":[[84,"entities.engines.csgo.csgo.Entity",false]],"entity (class in entities.entity)":[[85,"entities.entity.Entity",false]],"entity (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.entity",false]],"entity_flags (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.entity_flags",false]],"entity_handle (entities.collideable property)":[[76,"entities.Collideable.entity_handle",false]],"entity_handle (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.entity_handle",false]],"entity_index (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.entity_index",false]],"entitycondition (class in entities.hooks)":[[88,"entities.hooks.EntityCondition",false]],"entitydictionary (class in entities.dictionary)":[[81,"entities.dictionary.EntityDictionary",false]],"entityeffects (class in entities.constants)":[[79,"entities.constants.EntityEffects",false]],"entityenumerator (class in engines.trace)":[[75,"engines.trace.EntityEnumerator",false]],"entityfactory (class in entities.factories)":[[86,"entities.factories.EntityFactory",false]],"entityfactorydictionary (class in entities.factories)":[[86,"entities.factories.EntityFactoryDictionary",false]],"entityflags (class in entities.constants)":[[79,"entities.constants.EntityFlags",false]],"entitygenerator (class in entities)":[[76,"entities.EntityGenerator",false]],"entityiter (class in filters.entities)":[[100,"filters.entities.EntityIter",false]],"entitylistener (class in entities)":[[76,"entities.EntityListener",false]],"entitymemfuncwrapper (class in entities.helpers)":[[87,"entities.helpers.EntityMemFuncWrapper",false]],"entityposthook (class in entities.hooks)":[[88,"entities.hooks.EntityPostHook",false]],"entityprehook (class in entities.hooks)":[[88,"entities.hooks.EntityPreHook",false]],"entityproperty (class in entities.datamaps)":[[80,"entities.datamaps.EntityProperty",false]],"entitystates (class in entities.constants)":[[79,"entities.constants.EntityStates",false]],"entry (messages.dialogtype attribute)":[[123,"messages.DialogType.ENTRY",false]],"entry_bits (stringtables.stringtable property)":[[159,"stringtables.StringTable.entry_bits",false]],"entry_index (entities.baseentityhandle property)":[[76,"entities.BaseEntityHandle.entry_index",false]],"entry_phase (studio.sequence property)":[[161,"studio.Sequence.entry_phase",false]],"enum_entity() (engines.trace.entityenumerator method)":[[75,"engines.trace.EntityEnumerator.enum_entity",false]],"env_rain (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.ENV_RAIN",false]],"env_snow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.ENV_SNOW",false]],"environmental (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.ENVIRONMENTAL",false]],"eof (filesystem.sourcefile property)":[[98,"filesystem.SourceFile.eof",false]],"equals_datamap_classname() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.equals_datamap_classname",false]],"equals_entity_classname() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.equals_entity_classname",false]],"es (memory.register attribute)":[[114,"memory.Register.ES",false]],"es (memory.registers property)":[[114,"memory.Registers.es",false]],"esi (memory.register attribute)":[[114,"memory.Register.ESI",false]],"esi (memory.registers property)":[[114,"memory.Registers.esi",false]],"esp (memory.register attribute)":[[114,"memory.Register.ESP",false]],"esp (memory.registers property)":[[114,"memory.Registers.esp",false]],"event (studio.sequenceevent property)":[[161,"studio.SequenceEvent.event",false]],"event() (in module events)":[[91,"events.Event",false]],"event_action (entities.baseentityoutput property)":[[76,"entities.BaseEntityOutput.event_action",false]],"event_actions (entities.baseentityoutput property)":[[76,"entities.BaseEntityOutput.event_actions",false]],"event_debug_id (events.listener.gameeventlistener property)":[[94,"events.listener.GameEventListener.event_debug_id",false]],"event_id (events.gameeventdescriptor property)":[[91,"events.GameEventDescriptor.event_id",false]],"event_manager (in module events.manager)":[[95,"events.manager.event_manager",false]],"event_offset (studio.sequenceevent property)":[[161,"studio.SequenceEvent.event_offset",false]],"event_path (in module paths)":[[129,"paths.EVENT_PATH",false]],"eventaction (class in entities)":[[76,"entities.EventAction",false]],"eventaction (class in events.hooks)":[[93,"events.hooks.EventAction",false]],"eventactiongenerator (class in entities)":[[76,"entities.EventActionGenerator",false]],"events":[[91,"module-events",false]],"events.custom":[[92,"module-events.custom",false]],"events.hooks":[[93,"module-events.hooks",false]],"events.listener":[[94,"module-events.listener",false]],"events.manager":[[95,"module-events.manager",false]],"events.resource":[[96,"module-events.resource",false]],"events.variable":[[97,"module-events.variable",false]],"events_count (studio.sequence property)":[[161,"studio.Sequence.events_count",false]],"events_offset (studio.sequence property)":[[161,"studio.Sequence.events_offset",false]],"events_only (entities.constants.takedamage attribute)":[[79,"entities.constants.TakeDamage.EVENTS_ONLY",false]],"eventvartype (class in events)":[[91,"events.EventVarType",false]],"everything (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.EVERYTHING",false]],"everything_filter_props (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.EVERYTHING_FILTER_PROPS",false]],"except_hooks (in module hooks.exceptions)":[[107,"hooks.exceptions.except_hooks",false]],"excepthook() (in module hooks.exceptions)":[[107,"hooks.exceptions.ExceptHook",false]],"exclude (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.EXCLUDE",false]],"exclude_data_table_name (entities.props.sendprop property)":[[89,"entities.props.SendProp.exclude_data_table_name",false]],"exec_time (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.exec_time",false]],"execute() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.execute",false]],"execute() (listeners.tick.delay method)":[[111,"listeners.tick.Delay.execute",false]],"execute_server_command() (in module engines.server)":[[73,"engines.server.execute_server_command",false]],"exhaustible (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.EXHAUSTIBLE",false]],"exit_phase (studio.sequence property)":[[161,"studio.Sequence.exit_phase",false]],"explode (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.EXPLODE",false]],"explosive (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.EXPLOSIVE",false]],"extend() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.extend",false]],"external_name (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.external_name",false]],"eye_angle (_players.playermixin property)":[[132,"players.PlayerMixin.eye_angle",false]],"eye_position (studio.modelheader property)":[[161,"studio.ModelHeader.eye_position",false]],"factory (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.factory",false]],"fade (class in messages)":[[123,"messages.Fade",false]],"fade (class in messages.base)":[[124,"messages.base.Fade",false]],"fade_fast (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FADE_FAST",false]],"fade_in (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FADE_IN",false]],"fade_in_time (studio.sequence property)":[[161,"studio.Sequence.fade_in_time",false]],"fade_out (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FADE_OUT",false]],"fade_out_time (studio.sequence property)":[[161,"studio.Sequence.fade_out_time",false]],"fade_slow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FADE_SLOW",false]],"fadeflags (class in messages)":[[123,"messages.FadeFlags",false]],"fakeclient (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.FAKECLIENT",false]],"fall (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.FALL",false]],"fall_velocity (_players.playermixin property)":[[132,"players.PlayerMixin.fall_velocity",false]],"famas (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.FAMAS",false]],"fast_reload (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.FAST_RELOAD",false]],"fastcall (memory.convention attribute)":[[114,"memory.Convention.FASTCALL",false]],"fdel (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.fdel",false]],"fdel (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.fdel",false]],"fget (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.fget",false]],"fget (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.fget",false]],"fieldtype (class in entities.datamaps)":[[80,"entities.datamaps.FieldType",false]],"fileno() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.fileno",false]],"filepath (config.manager.configmanager property)":[[48,"config.manager.ConfigManager.filepath",false]],"filepath (events.resource.resourcefile property)":[[96,"events.resource.ResourceFile.filepath",false]],"filesystem":[[98,"module-filesystem",false]],"filter_str() (in module commands.typed)":[[44,"commands.typed.filter_str",false]],"filters":[[99,"module-filters",false]],"filters.entities":[[100,"module-filters.entities",false]],"filters.iterator":[[101,"module-filters.iterator",false]],"filters.players":[[102,"module-filters.players",false]],"filters.recipients":[[103,"module-filters.recipients",false]],"filters.weapons":[[104,"module-filters.weapons",false]],"finalize() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.finalize",false]],"finalize() (listeners.onentityoutputlistenermanager method)":[[110,"listeners.OnEntityOutputListenerManager.finalize",false]],"find() (entities.datamaps.datamap method)":[[80,"entities.datamaps.DataMap.find",false]],"find() (entities.engines.csgo.csgo.entity class method)":[[84,"entities.engines.csgo.csgo.Entity.find",false]],"find() (entities.entity.baseentity class method)":[[85,"entities.entity.BaseEntity.find",false]],"find_address() (memory.binaryfile method)":[[114,"memory.BinaryFile.find_address",false]],"find_base() (cvars._cvar method)":[[62,"cvars._Cvar.find_base",false]],"find_binary() (in module memory)":[[114,"memory.find_binary",false]],"find_command() (cvars._cvar method)":[[62,"cvars._Cvar.find_command",false]],"find_game_rules() (in module engines.gamerules)":[[71,"engines.gamerules.find_game_rules",false]],"find_game_rules_property_offset() (in module engines.gamerules)":[[71,"engines.gamerules.find_game_rules_property_offset",false]],"find_game_rules_proxy_name() (in module engines.gamerules)":[[71,"engines.gamerules.find_game_rules_proxy_name",false]],"find_key() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.find_key",false]],"find_key_by_symbol() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.find_key_by_symbol",false]],"find_model() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.find_model",false]],"find_offset() (entities.datamaps.datamap method)":[[80,"entities.datamaps.DataMap.find_offset",false]],"find_or_create() (entities.entity.baseentity class method)":[[85,"entities.entity.BaseEntity.find_or_create",false]],"find_output_name() (in module entities.helpers)":[[87,"entities.helpers.find_output_name",false]],"find_pointer() (memory.binaryfile method)":[[114,"memory.BinaryFile.find_pointer",false]],"find_server_class() (entities.props.serverclass static method)":[[89,"entities.props.ServerClass.find_server_class",false]],"find_var() (cvars._cvar method)":[[62,"cvars._Cvar.find_var",false]],"fire() (events.custom.customevent method)":[[92,"events.custom.CustomEvent.fire",false]],"fire_game_event (players.baseclient attribute)":[[131,"players.BaseClient.fire_game_event",false]],"fire_game_event() (events.listener.gameeventlistener method)":[[94,"events.listener.GameEventListener.fire_game_event",false]],"fire_output (entities.baseentityoutput attribute)":[[76,"entities.BaseEntityOutput.fire_output",false]],"fired_bullets (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.fired_bullets",false]],"first_sub_key (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.first_sub_key",false]],"first_true_sub_key (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.first_true_sub_key",false]],"first_value (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.first_value",false]],"fiveseven (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.FIVESEVEN",false]],"fixangle (class in players.constants)":[[134,"players.constants.FixAngle",false]],"fixed (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.FIXED",false]],"flags (_players.playermixin property)":[[132,"players.PlayerMixin.flags",false]],"flags (commands.concommandbase property)":[[35,"commands.ConCommandBase.flags",false]],"flags (engines.trace.surface property)":[[75,"engines.trace.Surface.flags",false]],"flags (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.flags",false]],"flags (entities.props.sendprop property)":[[89,"entities.props.SendProp.flags",false]],"flags (studio.animation property)":[[161,"studio.Animation.flags",false]],"flags (studio.modelattachment property)":[[161,"studio.ModelAttachment.flags",false]],"flags (studio.modelbone property)":[[161,"studio.ModelBone.flags",false]],"flags (studio.modelheader property)":[[161,"studio.ModelHeader.flags",false]],"flags (studio.sequence property)":[[161,"studio.Sequence.flags",false]],"flags (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.flags",false]],"flash_alpha (_players.playermixin property)":[[132,"players.PlayerMixin.flash_alpha",false]],"flash_duration (_players.playermixin property)":[[132,"players.PlayerMixin.flash_duration",false]],"flashbang (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.FLASHBANG",false]],"flashlight (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.FLASHLIGHT",false]],"flat_group (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.flat_group",false]],"flat_offset (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.flat_offset",false]],"flatten() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.flatten",false]],"flicker_fast (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FLICKER_FAST",false]],"flicker_slow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FLICKER_SLOW",false]],"flip_view_model (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.flip_view_model",false]],"float (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.FLOAT",false]],"float (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.FLOAT",false]],"float (events.eventvartype attribute)":[[91,"events.EventVarType.FLOAT",false]],"float (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.FLOAT",false]],"float (memory.datatype attribute)":[[114,"memory.DataType.FLOAT",false]],"float (memory.helpers.type attribute)":[[115,"memory.helpers.Type.FLOAT",false]],"floatvariable (class in events.variable)":[[97,"events.variable.FloatVariable",false]],"flush() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.flush",false]],"fly (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.FLY",false]],"fly (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.FLY",false]],"fly_bounce (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.FLY_BOUNCE",false]],"fly_custom (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.FLY_CUSTOM",false]],"fly_slide (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.FLY_SLIDE",false]],"flygravity (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.FLYGRAVITY",false]],"force (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.force",false]],"force_check_transmit (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.FORCE_CHECK_TRANSMIT",false]],"force_world_aligned (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.FORCE_WORLD_ALIGNED",false]],"format() (core.table.asciitable method)":[[59,"core.table.AsciiTable.format",false]],"forward (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.FORWARD",false]],"forward_move (players.bots.botcmd property)":[[133,"players.bots.BotCmd.forward_move",false]],"forward_move (players.usercmd property)":[[131,"players.UserCmd.forward_move",false]],"fov (_players.playermixin property)":[[132,"players.PlayerMixin.fov",false]],"fov_rate (_players.playermixin property)":[[132,"players.PlayerMixin.fov_rate",false]],"fov_start (_players.playermixin property)":[[132,"players.PlayerMixin.fov_start",false]],"fov_time (_players.playermixin property)":[[132,"players.PlayerMixin.fov_time",false]],"fraction (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.fraction",false]],"fraction_left_solid (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.fraction_left_solid",false]],"frames_count (studio.animation property)":[[161,"studio.Animation.frames_count",false]],"freezecam (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.FREEZECAM",false]],"frequency (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.FREQUENCY",false]],"friction (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.friction",false]],"from_buffer() (keyvalues.keyvalues static method)":[[109,"keyvalues.KeyValues.from_buffer",false]],"from_buffer_in_place() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.from_buffer_in_place",false]],"from_dict() (keyvalues.keyvalues static method)":[[109,"keyvalues.KeyValues.from_dict",false]],"from_file() (keyvalues.keyvalues static method)":[[109,"keyvalues.KeyValues.from_file",false]],"from_file_in_place() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.from_file_in_place",false]],"from_inthandle() (entities.dictionary.entitydictionary method)":[[81,"entities.dictionary.EntityDictionary.from_inthandle",false]],"from_inthandle() (entities.entity.entity class method)":[[85,"entities.entity.Entity.from_inthandle",false]],"from_userid() (players.dictionary.playerdictionary method)":[[135,"players.dictionary.PlayerDictionary.from_userid",false]],"frozen (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.FROZEN",false]],"fs (memory.register attribute)":[[114,"memory.Register.FS",false]],"fs (memory.registers property)":[[114,"memory.Registers.fs",false]],"fset (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.fset",false]],"fset (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.fset",false]],"full_auto (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.full_auto",false]],"full_set() (steam.steamid method)":[[158,"steam.SteamID.full_set",false]],"fullpath (config.manager.configmanager property)":[[48,"config.manager.ConfigManager.fullpath",false]],"fullpath (events.resource.resourcefile property)":[[96,"events.resource.ResourceFile.fullpath",false]],"function (class in memory)":[[114,"memory.Function",false]],"function (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.FUNCTION",false]],"function (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.function",false]],"function() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.function",false]],"function_typedef() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.function_typedef",false]],"functioninfo (class in memory)":[[114,"memory.FunctionInfo",false]],"functiontable (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.FUNCTIONTABLE",false]],"g (colors.color property)":[[34,"colors.Color.g",false]],"g3sg1 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.G3SG1",false]],"galil (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.GALIL",false]],"game_data (physics.physicsobject property)":[[130,"physics.PhysicsObject.game_data",false]],"game_flags (physics.physicsobject property)":[[130,"physics.PhysicsObject.game_flags",false]],"game_index (physics.physicsobject property)":[[130,"physics.PhysicsObject.game_index",false]],"game_path (in module paths)":[[129,"paths.GAME_PATH",false]],"game_server (steam.accounttype attribute)":[[158,"steam.AccountType.GAME_SERVER",false]],"gameconfigobj (class in core)":[[50,"core.GameConfigObj",false]],"gamedll (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.GAMEDLL",false]],"gameevent (class in events)":[[91,"events.GameEvent",false]],"gameeventdescriptor (class in events)":[[91,"events.GameEventDescriptor",false]],"gameeventlistener (class in events.listener)":[[94,"events.listener.GameEventListener",false]],"gamerules (class in engines.gamerules)":[[71,"engines.gamerules.GameRules",false]],"gamethread (class in listeners.tick)":[[111,"listeners.tick.GameThread",false]],"gametrace (class in engines.trace)":[[75,"engines.trace.GameTrace",false]],"gear (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.GEAR",false]],"generate_project_files() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.generate_project_files",false]],"generic (class in engines.precache)":[[72,"engines.precache.Generic",false]],"generic (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.GENERIC",false]],"generic (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.GENERIC",false]],"get_active_environment_by_index() (physics.physics method)":[[130,"physics.Physics.get_active_environment_by_index",false]],"get_active_object_by_index() (physics.physicsenvironment method)":[[130,"physics.PhysicsEnvironment.get_active_object_by_index",false]],"get_ammo() (weapons.engines.csgo.csgo.weapon method)":[[173,"weapons.engines.csgo.csgo.Weapon.get_ammo",false]],"get_ammo() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.get_ammo",false]],"get_angle_vectors() (mathlib.qangle method)":[[113,"mathlib.QAngle.get_angle_vectors",false]],"get_animation_index() (studio.sequence method)":[[161,"studio.Sequence.get_animation_index",false]],"get_argument_ptr() (memory.callingconvention method)":[[114,"memory.CallingConvention.get_argument_ptr",false]],"get_attachment() (studio.modelheader method)":[[161,"studio.ModelHeader.get_attachment",false]],"get_auto_command_return() (commands.typed.typedclientcommand class method)":[[44,"commands.typed.TypedClientCommand.get_auto_command_return",false]],"get_auto_command_return() (commands.typed.typedsaycommand class method)":[[44,"commands.typed.TypedSayCommand.get_auto_command_return",false]],"get_auto_command_return() (commands.typed.typedservercommand class method)":[[44,"commands.typed.TypedServerCommand.get_auto_command_return",false]],"get_avg_choke() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_avg_choke",false]],"get_avg_data() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_avg_data",false]],"get_avg_latency() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_avg_latency",false]],"get_avg_loss() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_avg_loss",false]],"get_avg_packets() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_avg_packets",false]],"get_bone() (studio.modelheader method)":[[161,"studio.ModelHeader.get_bone",false]],"get_bone_controller() (studio.modelheader method)":[[161,"studio.ModelHeader.get_bone_controller",false]],"get_bool() (cvars.convar method)":[[62,"cvars.ConVar.get_bool",false]],"get_bool() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_bool",false]],"get_bool() (events.gameevent method)":[[91,"events.GameEvent.get_bool",false]],"get_bool() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_bool",false]],"get_bool() (memory.pointer method)":[[114,"memory.Pointer.get_bool",false]],"get_build_artifacts() (in module core.update)":[[60,"core.update.get_build_artifacts",false]],"get_button_combination_status() (in module listeners)":[[110,"listeners.get_button_combination_status",false]],"get_cached_value() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.get_cached_value",false]],"get_cached_value() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.get_cached_value",false]],"get_char() (memory.pointer method)":[[114,"memory.Pointer.get_char",false]],"get_class() (in module memory)":[[114,"memory.get_class",false]],"get_class() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.get_class",false]],"get_class_info() (in module memory)":[[114,"memory.get_class_info",false]],"get_class_name() (in module memory)":[[114,"memory.get_class_name",false]],"get_client() (engines.server.server method)":[[73,"engines.server.Server.get_client",false]],"get_client_command() (in module commands.client)":[[37,"commands.client.get_client_command",false]],"get_client_language() (in module players.helpers)":[[143,"players.helpers.get_client_language",false]],"get_clip() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.get_clip",false]],"get_color() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_color",false]],"get_color() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_color",false]],"get_command() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.get_command",false]],"get_command_index() (in module commands)":[[35,"commands.get_command_index",false]],"get_command_interpolation_amount() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_command_interpolation_amount",false]],"get_core_modules() (in module core)":[[50,"core.get_core_modules",false]],"get_count() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.get_count",false]],"get_count() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.get_count",false]],"get_data() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_data",false]],"get_data_type() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_data_type",false]],"get_data_type_size() (in module memory)":[[114,"memory.get_data_type_size",false]],"get_datamap_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_bool",false]],"get_datamap_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_char",false]],"get_datamap_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_color",false]],"get_datamap_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_double",false]],"get_datamap_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_edict",false]],"get_datamap_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_float",false]],"get_datamap_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_int",false]],"get_datamap_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_interval",false]],"get_datamap_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_long",false]],"get_datamap_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_long_long",false]],"get_datamap_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_pointer",false]],"get_datamap_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_quaternion",false]],"get_datamap_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_short",false]],"get_datamap_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_string_array",false]],"get_datamap_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_string_pointer",false]],"get_datamap_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_uchar",false]],"get_datamap_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_uint",false]],"get_datamap_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_ulong",false]],"get_datamap_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_ulong_long",false]],"get_datamap_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_ushort",false]],"get_datamap_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_vector",false]],"get_default_filters() (in module filters.players)":[[102,"filters.players.get_default_filters",false]],"get_distance() (mathlib.vector method)":[[113,"mathlib.Vector.get_distance",false]],"get_distance_sqr() (mathlib.vector method)":[[113,"mathlib.Vector.get_distance_sqr",false]],"get_double() (memory.pointer method)":[[114,"memory.Pointer.get_double",false]],"get_download_url() (in module core.update)":[[60,"core.update.get_download_url",false]],"get_entity() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_entity",false]],"get_eye_location() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_eye_location",false]],"get_float() (cvars.convar method)":[[62,"cvars.ConVar.get_float",false]],"get_float() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_float",false]],"get_float() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_float",false]],"get_float() (events.gameevent method)":[[91,"events.GameEvent.get_float",false]],"get_float() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_float",false]],"get_float() (memory.pointer method)":[[114,"memory.Pointer.get_float",false]],"get_function_info() (in module memory)":[[114,"memory.get_function_info",false]],"get_global_pointer() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.get_global_pointer",false]],"get_hitbox() (studio.hitboxset method)":[[161,"studio.HitboxSet.get_hitbox",false]],"get_hitbox_set() (studio.modelheader method)":[[161,"studio.ModelHeader.get_hitbox_set",false]],"get_hooks_disabled() (in module memory.hooks)":[[116,"memory.hooks.get_hooks_disabled",false]],"get_input() (entities.entity.entity method)":[[85,"entities.entity.Entity.get_input",false]],"get_int() (cvars.convar method)":[[62,"cvars.ConVar.get_int",false]],"get_int() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_int",false]],"get_int() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_int",false]],"get_int() (events.gameevent method)":[[91,"events.GameEvent.get_int",false]],"get_int() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_int",false]],"get_int() (memory.pointer method)":[[114,"memory.Pointer.get_int",false]],"get_int64() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_int64",false]],"get_interface() (in module core)":[[50,"core.get_interface",false]],"get_key_value_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_bool",false]],"get_key_value_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_color",false]],"get_key_value_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_float",false]],"get_key_value_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_int",false]],"get_key_value_qangle() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_qangle",false]],"get_key_value_string() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_string",false]],"get_key_value_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_vector",false]],"get_language() (translations.strings.translationstrings method)":[[166,"translations.strings.TranslationStrings.get_language",false]],"get_last_successful_build_number() (in module core.version)":[[61,"core.version.get_last_successful_build_number",false]],"get_latency() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_latency",false]],"get_latest_data_checksum() (in module core.update)":[[60,"core.update.get_latest_data_checksum",false]],"get_local_animation() (studio.modelheader method)":[[161,"studio.ModelHeader.get_local_animation",false]],"get_long() (memory.pointer method)":[[114,"memory.Pointer.get_long",false]],"get_long_long() (memory.pointer method)":[[114,"memory.Pointer.get_long_long",false]],"get_message_index() (in module messages)":[[123,"messages.get_message_index",false]],"get_message_name() (in module messages)":[[123,"messages.get_message_name",false]],"get_message_size() (in module messages)":[[123,"messages.get_message_size",false]],"get_model() (entities.entity.entity method)":[[85,"entities.entity.Entity.get_model",false]],"get_model_header() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.get_model_header",false]],"get_model_name() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.get_model_name",false]],"get_movement() (studio.animation method)":[[161,"studio.Animation.get_movement",false]],"get_name() (studio.sequenceevent method)":[[161,"studio.SequenceEvent.get_name",false]],"get_network_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_bool",false]],"get_network_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_char",false]],"get_network_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_color",false]],"get_network_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_double",false]],"get_network_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_edict",false]],"get_network_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_float",false]],"get_network_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_int",false]],"get_network_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_interval",false]],"get_network_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_long",false]],"get_network_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_long_long",false]],"get_network_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_pointer",false]],"get_network_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_quaternion",false]],"get_network_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_short",false]],"get_network_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_string_array",false]],"get_network_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_string_pointer",false]],"get_network_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_uchar",false]],"get_network_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_uint",false]],"get_network_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_ulong",false]],"get_network_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_ulong_long",false]],"get_network_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_ushort",false]],"get_network_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_vector",false]],"get_node() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.get_node",false]],"get_object_pointer() (in module memory)":[[114,"memory.get_object_pointer",false]],"get_offset() (memory.helpers.array method)":[[115,"memory.helpers.Array.get_offset",false]],"get_output() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_output",false]],"get_output() (entities.entity.entity method)":[[85,"entities.entity.Entity.get_output",false]],"get_packet_bytes() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_packet_bytes",false]],"get_packet_response_latency() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_packet_response_latency",false]],"get_packet_time() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_packet_time",false]],"get_pairs() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.get_pairs",false]],"get_pairs() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.get_pairs",false]],"get_parent() (entities.entity.entity method)":[[85,"entities.entity.Entity.get_parent",false]],"get_player_info() (engines.server.server method)":[[73,"engines.server.Server.get_player_info",false]],"get_plugin_directory() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.get_plugin_directory",false]],"get_plugin_file_path() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.get_plugin_file_path",false]],"get_plugin_info() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.get_plugin_info",false]],"get_plugin_instance() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.get_plugin_instance",false]],"get_plugin_name() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.get_plugin_name",false]],"get_pointer() (memory.pointer method)":[[114,"memory.Pointer.get_pointer",false]],"get_pop_size() (memory.callingconvention method)":[[114,"memory.CallingConvention.get_pop_size",false]],"get_priority() (entities.props.sendprop method)":[[89,"entities.props.SendProp.get_priority",false]],"get_procedure() (studio.modelbone method)":[[161,"studio.ModelBone.get_procedure",false]],"get_prop() (entities.props.sendtable method)":[[89,"entities.props.SendTable.get_prop",false]],"get_property_array() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_array",false]],"get_property_bool() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_bool",false]],"get_property_bool() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_bool",false]],"get_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_bool",false]],"get_property_char() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_char",false]],"get_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_char",false]],"get_property_color() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_color",false]],"get_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_color",false]],"get_property_double() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_double",false]],"get_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_double",false]],"get_property_edict() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_edict",false]],"get_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_edict",false]],"get_property_float() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_float",false]],"get_property_float() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_float",false]],"get_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_float",false]],"get_property_int() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_int",false]],"get_property_int() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_int",false]],"get_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_int",false]],"get_property_interval() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_interval",false]],"get_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_interval",false]],"get_property_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_long",false]],"get_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_long",false]],"get_property_long_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_long_long",false]],"get_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_long_long",false]],"get_property_pointer() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_pointer",false]],"get_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_pointer",false]],"get_property_quaternion() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_quaternion",false]],"get_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_quaternion",false]],"get_property_short() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_short",false]],"get_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_short",false]],"get_property_string() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_string",false]],"get_property_string() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_string",false]],"get_property_string() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_string",false]],"get_property_string_array() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_string_array",false]],"get_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_string_array",false]],"get_property_string_pointer() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_string_pointer",false]],"get_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_string_pointer",false]],"get_property_uchar() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_uchar",false]],"get_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_uchar",false]],"get_property_uint() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_uint",false]],"get_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_uint",false]],"get_property_ulong() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_ulong",false]],"get_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_ulong",false]],"get_property_ulong_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_ulong_long",false]],"get_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_ulong_long",false]],"get_property_ushort() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_ushort",false]],"get_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_ushort",false]],"get_property_vector() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_vector",false]],"get_property_vector() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_vector",false]],"get_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_vector",false]],"get_public_ip() (in module core)":[[50,"core.get_public_ip",false]],"get_recipient_index() (filters.recipients.baserecipientfilter method)":[[103,"filters.recipients.BaseRecipientFilter.get_recipient_index",false]],"get_reference_count() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.get_reference_count",false]],"get_registers() (memory.callingconvention method)":[[114,"memory.CallingConvention.get_registers",false]],"get_remote_frame_rate() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_remote_frame_rate",false]],"get_return_ptr() (memory.callingconvention method)":[[114,"memory.CallingConvention.get_return_ptr",false]],"get_say_command() (in module commands.say)":[[42,"commands.say.get_say_command",false]],"get_secondary_fire_ammo() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.get_secondary_fire_ammo",false]],"get_secondary_fire_clip() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.get_secondary_fire_clip",false]],"get_sequence_number() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_sequence_number",false]],"get_server_command() (in module commands.server)":[[43,"commands.server.get_server_command",false]],"get_setting() (settings.types.settingstype method)":[[156,"settings.types.SettingsType.get_setting",false]],"get_short() (memory.pointer method)":[[114,"memory.Pointer.get_short",false]],"get_size() (in module memory)":[[114,"memory.get_size",false]],"get_stream_progress() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_stream_progress",false]],"get_string() (cvars.convar method)":[[62,"cvars.ConVar.get_string",false]],"get_string() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_string",false]],"get_string() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_string",false]],"get_string() (events.gameevent method)":[[91,"events.GameEvent.get_string",false]],"get_string() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_string",false]],"get_string() (translations.strings.translationstrings method)":[[166,"translations.strings.TranslationStrings.get_string",false]],"get_string_array() (memory.pointer method)":[[114,"memory.Pointer.get_string_array",false]],"get_string_pointer() (memory.pointer method)":[[114,"memory.Pointer.get_string_pointer",false]],"get_strings() (translations.strings.langstrings method)":[[166,"translations.strings.LangStrings.get_strings",false]],"get_total_data() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_total_data",false]],"get_trace_type() (engines.trace.tracefilter method)":[[75,"engines.trace.TraceFilter.get_trace_type",false]],"get_trace_type() (engines.trace.tracefiltersimple method)":[[75,"engines.trace.TraceFilterSimple.get_trace_type",false]],"get_uchar() (memory.pointer method)":[[114,"memory.Pointer.get_uchar",false]],"get_uint() (memory.pointer method)":[[114,"memory.Pointer.get_uint",false]],"get_uint64() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_uint64",false]],"get_ulong() (memory.pointer method)":[[114,"memory.Pointer.get_ulong",false]],"get_ulong_long() (memory.pointer method)":[[114,"memory.Pointer.get_ulong_long",false]],"get_user_data() (stringtables.stringtable method)":[[159,"stringtables.StringTable.get_user_data",false]],"get_user_data_length() (stringtables.stringtable method)":[[159,"stringtables.StringTable.get_user_data_length",false]],"get_user_message_impl() (in module messages.impl)":[[127,"messages.impl.get_user_message_impl",false]],"get_ushort() (memory.pointer method)":[[114,"memory.Pointer.get_ushort",false]],"get_vector() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_vector",false]],"get_vector() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_vector",false]],"get_vector_angles() (mathlib.vector method)":[[113,"mathlib.Vector.get_vector_angles",false]],"get_vector_vectors() (mathlib.vector method)":[[113,"mathlib.Vector.get_vector_vectors",false]],"get_verbose_name() (plugins.info.plugininfo method)":[[148,"plugins.info.PluginInfo.get_verbose_name",false]],"get_version() (plugins.info.plugininfo method)":[[148,"plugins.info.PluginInfo.get_version",false]],"get_view_angle() (_players.playermixin method)":[[132,"players.PlayerMixin.get_view_angle",false]],"get_virtual_func() (memory.pointer method)":[[114,"memory.Pointer.get_virtual_func",false]],"get_virtual_function() (in module memory)":[[114,"memory.get_virtual_function",false]],"get_weight() (studio.sequence method)":[[161,"studio.Sequence.get_weight",false]],"getter() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.getter",false]],"getter() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.getter",false]],"git_commit (in module core.version)":[[61,"core.version.GIT_COMMIT",false]],"give_named_item (players.engines.bms.player attribute)":[[137,"players.engines.bms.Player.give_named_item",false]],"give_named_item (players.engines.l4d2.player attribute)":[[139,"players.engines.l4d2.Player.give_named_item",false]],"give_named_item (players.engines.orangebox.player attribute)":[[140,"players.engines.orangebox.Player.give_named_item",false]],"glass (effects.shattersurface attribute)":[[66,"effects.ShatterSurface.GLASS",false]],"global (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.GLOBAL",false]],"global_name (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.global_name",false]],"global_pointer() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.global_pointer",false]],"globalentitylist (class in entities)":[[76,"entities.GlobalEntityList",false]],"glock (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.GLOCK",false]],"glow (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.GLOW",false]],"glow_shell (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.GLOW_SHELL",false]],"godmode (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.GODMODE",false]],"good (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.GOOD",false]],"graphed (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.GRAPHED",false]],"grate (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.GRATE",false]],"gravity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.gravity",false]],"gravity (physics.physicsenvironment property)":[[130,"physics.PhysicsEnvironment.gravity",false]],"gravity_enabled (physics.physicsobject property)":[[130,"physics.PhysicsObject.gravity_enabled",false]],"gray (in module colors)":[[34,"colors.GRAY",false]],"green (effects.bloodcolor attribute)":[[66,"effects.BloodColor.GREEN",false]],"green (in module colors)":[[34,"colors.GREEN",false]],"grenade (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.GRENADE",false]],"grenade (weapons.constants.weaponslot attribute)":[[168,"weapons.constants.WeaponSlot.GRENADE",false]],"grenade (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.GRENADE",false]],"grenade1 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.GRENADE1",false]],"grenade2 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.GRENADE2",false]],"ground_entity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.ground_entity",false]],"group (net_channel.netmessage property)":[[128,"net_channel.NetMessage.group",false]],"group (studio.hitbox property)":[[161,"studio.Hitbox.group",false]],"group_added() (auth.base.backend method)":[[30,"auth.base.Backend.group_added",false]],"group_removed() (auth.base.backend method)":[[30,"auth.base.Backend.group_removed",false]],"gs (memory.register attribute)":[[114,"memory.Register.GS",false]],"gs (memory.registers property)":[[114,"memory.Registers.gs",false]],"gun_offset (_players.playermixin property)":[[132,"players.PlayerMixin.gun_offset",false]],"gunfire (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.GUNFIRE",false]],"hammerid (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.hammerid",false]],"handle (filesystem.sourcefile property)":[[98,"filesystem.SourceFile.handle",false]],"handle_hook() (effects.templates.tempentitytemplate method)":[[69,"effects.templates.TempEntityTemplate.handle_hook",false]],"handleentity (class in entities)":[[76,"entities.HandleEntity",false]],"has_been_changed() (messages.impl.usermessagedata method)":[[127,"messages.impl.UserMessageData.has_been_changed",false]],"has_been_predicted (players.bots.botcmd property)":[[133,"players.bots.BotCmd.has_been_predicted",false]],"has_been_predicted (players.usercmd property)":[[131,"players.UserCmd.has_been_predicted",false]],"has_c4() (players.engines.orangebox.cstrike.player method)":[[141,"players.engines.orangebox.cstrike.Player.has_c4",false]],"has_c4() (players.entity.player method)":[[142,"players.entity.Player.has_c4",false]],"has_defuser (_players.playermixin property)":[[132,"players.PlayerMixin.has_defuser",false]],"has_helmet (_players.playermixin property)":[[132,"players.PlayerMixin.has_helmet",false]],"has_max() (cvars.convar method)":[[62,"cvars.ConVar.has_max",false]],"has_min() (cvars.convar method)":[[62,"cvars.ConVar.has_min",false]],"has_no_individual_instance() (steam.steamid method)":[[158,"steam.SteamID.has_no_individual_instance",false]],"has_pair() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.has_pair",false]],"has_pair() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.has_pair",false]],"has_player_child (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.HAS_PLAYER_CHILD",false]],"head (filesystem.seektype attribute)":[[98,"filesystem.SeekType.HEAD",false]],"head (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.HEAD",false]],"head_angles (players.usercmd property)":[[131,"players.UserCmd.head_angles",false]],"head_offset (players.usercmd property)":[[131,"players.UserCmd.head_offset",false]],"headshot (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.HEADSHOT",false]],"health (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.health",false]],"health (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.HEALTH",false]],"health (players.playerinfo property)":[[131,"players.PlayerInfo.health",false]],"hegrenade (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.HEGRENADE",false]],"help_text (commands.concommandbase property)":[[35,"commands.ConCommandBase.help_text",false]],"help_text (commands.typed.store property)":[[44,"commands.typed.Store.help_text",false]],"hidden (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.HIDDEN",false]],"hidden_huds (_players.playermixin property)":[[132,"players.PlayerMixin.hidden_huds",false]],"hidehudflags (class in players.constants)":[[134,"players.constants.HideHudFlags",false]],"hierarchy (class in studio)":[[161,"studio.Hierarchy",false]],"high (engines.sound.pitch attribute)":[[74,"engines.sound.Pitch.HIGH",false]],"high_low_mul (entities.props.sendprop property)":[[89,"entities.props.SendProp.high_low_mul",false]],"high_value (entities.props.sendprop property)":[[89,"entities.props.SendProp.high_value",false]],"hint (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.HINT",false]],"hinttext (class in messages)":[[123,"messages.HintText",false]],"hinttext (class in messages.base)":[[124,"messages.base.HintText",false]],"hitbox (class in studio)":[[161,"studio.Hitbox",false]],"hitbox (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.HITBOX",false]],"hitbox (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.hitbox",false]],"hitbox (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.HITBOX",false]],"hitbox_sets_count (studio.modelheader property)":[[161,"studio.ModelHeader.hitbox_sets_count",false]],"hitbox_sets_offset (studio.modelheader property)":[[161,"studio.ModelHeader.hitbox_sets_offset",false]],"hitboxes_count (studio.hitboxset property)":[[161,"studio.HitboxSet.hitboxes_count",false]],"hitboxset (class in studio)":[[161,"studio.HitboxSet",false]],"hitgroup (class in players.constants)":[[134,"players.constants.HitGroup",false]],"hitgroup (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.hitgroup",false]],"hologram (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.HOLOGRAM",false]],"hook_type (entities.hooks.entityposthook attribute)":[[88,"entities.hooks.EntityPostHook.hook_type",false]],"hook_type (entities.hooks.entityprehook attribute)":[[88,"entities.hooks.EntityPreHook.hook_type",false]],"hook_type (memory.hooks.posthook attribute)":[[116,"memory.hooks.PostHook.hook_type",false]],"hook_type (memory.hooks.prehook attribute)":[[116,"memory.hooks.PreHook.hook_type",false]],"hookbitbufferusermessage (class in messages.hooks)":[[126,"messages.hooks.HookBitBufferUserMessage",false]],"hookprotobufusermessage (class in messages.hooks)":[[126,"messages.hooks.HookProtobufUserMessage",false]],"hooks":[[105,"module-hooks",false]],"hooks (effects.templates.tempentitytemplate property)":[[69,"effects.templates.TempEntityTemplate.hooks",false]],"hooks (messages.hooks.hookbitbufferusermessage attribute)":[[126,"messages.hooks.HookBitBufferUserMessage.hooks",false]],"hooks (messages.hooks.hookprotobufusermessage attribute)":[[126,"messages.hooks.HookProtobufUserMessage.hooks",false]],"hooks (messages.hooks.hookusermessage attribute)":[[126,"messages.hooks.HookUserMessage.hooks",false]],"hooks (messages.hooks.hookusermessagebase property)":[[126,"messages.hooks.HookUserMessageBase.hooks",false]],"hooks.base":[[106,"module-hooks.base",false]],"hooks.exceptions":[[107,"module-hooks.exceptions",false]],"hooks.warnings":[[108,"module-hooks.warnings",false]],"hooks_disabled() (in module memory.hooks)":[[116,"memory.hooks.hooks_disabled",false]],"hooktype (class in memory.hooks)":[[116,"memory.hooks.HookType",false]],"hookusermessage (class in messages.hooks)":[[126,"messages.hooks.HookUserMessage",false]],"hookusermessagebase (class in messages.hooks)":[[126,"messages.hooks.HookUserMessageBase",false]],"huddestination (class in messages)":[[123,"messages.HudDestination",false]],"hudmsg (class in messages)":[[123,"messages.HudMsg",false]],"hudmsg (class in messages.base)":[[124,"messages.base.HudMsg",false]],"hull_max (studio.modelheader property)":[[161,"studio.ModelHeader.hull_max",false]],"hull_min (studio.modelheader property)":[[161,"studio.ModelHeader.hull_min",false]],"id (studio.modelheader property)":[[161,"studio.ModelHeader.id",false]],"id (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.id",false]],"id_stamp (entities.eventaction property)":[[76,"entities.EventAction.id_stamp",false]],"identifier (memory.helpers.key attribute)":[[115,"memory.helpers.Key.IDENTIFIER",false]],"idle (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.IDLE",false]],"idle (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.IDLE",false]],"idle_interval (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.idle_interval",false]],"ignore_name (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.IGNORE_NAME",false]],"ignore_nodraw_opaque (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.IGNORE_NODRAW_OPAQUE",false]],"ignore_phonemes (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.IGNORE_PHONEMES",false]],"ignore_unicode_errors() (in module core)":[[50,"core.ignore_unicode_errors",false]],"illumination_center (studio.modelheader property)":[[161,"studio.ModelHeader.illumination_center",false]],"implemented_usermessages (in module messages.impl)":[[127,"messages.impl.implemented_usermessages",false]],"impulse (players.bots.botcmd property)":[[133,"players.bots.BotCmd.impulse",false]],"impulse (players.usercmd property)":[[131,"players.UserCmd.impulse",false]],"in (messages.fadeflags attribute)":[[123,"messages.FadeFlags.IN",false]],"in_bomb_zone (_players.playermixin property)":[[132,"players.PlayerMixin.in_bomb_zone",false]],"in_buy_zone (_players.playermixin property)":[[132,"players.PlayerMixin.in_buy_zone",false]],"in_eye (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.IN_EYE",false]],"in_out (net_channel.netflow attribute)":[[128,"net_channel.NetFlow.IN_OUT",false]],"in_rescue_zone (_players.playermixin property)":[[132,"players.PlayerMixin.in_rescue_zone",false]],"in_skybox (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.IN_SKYBOX",false]],"in_vehicle (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.IN_VEHICLE",false]],"in_vehicle (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.IN_VEHICLE",false]],"inaccuracy_crouch (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_crouch",false]],"inaccuracy_fire (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_fire",false]],"inaccuracy_jump (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_jump",false]],"inaccuracy_ladder (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_ladder",false]],"inaccuracy_land (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_land",false]],"inaccuracy_move (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_move",false]],"inaccuracy_reload (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_reload",false]],"inaccuracy_stand (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_stand",false]],"inactive_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inactive_icon",false]],"incoming (net_channel.netflow attribute)":[[128,"net_channel.NetFlow.INCOMING",false]],"indention (config.manager.configmanager property)":[[48,"config.manager.ConfigManager.indention",false]],"index (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.INDEX",false]],"index (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.index",false]],"index (stringtables.stringtable property)":[[159,"stringtables.StringTable.index",false]],"index (studio.animsections property)":[[161,"studio.AnimSections.index",false]],"index_from_baseentity() (in module entities.helpers)":[[87,"entities.helpers.index_from_baseentity",false]],"index_from_basehandle() (in module entities.helpers)":[[87,"entities.helpers.index_from_basehandle",false]],"index_from_edict() (in module entities.helpers)":[[87,"entities.helpers.index_from_edict",false]],"index_from_inthandle() (in module entities.helpers)":[[87,"entities.helpers.index_from_inthandle",false]],"index_from_name() (in module players.helpers)":[[143,"players.helpers.index_from_name",false]],"index_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.index_from_playerinfo",false]],"index_from_pointer() (in module entities.helpers)":[[87,"entities.helpers.index_from_pointer",false]],"index_from_steamid() (in module players.helpers)":[[143,"players.helpers.index_from_steamid",false]],"index_from_uniqueid() (in module players.helpers)":[[143,"players.helpers.index_from_uniqueid",false]],"index_from_userid() (in module players.helpers)":[[143,"players.helpers.index_from_userid",false]],"individual (steam.accounttype attribute)":[[158,"steam.AccountType.INDIVIDUAL",false]],"inertia (physics.physicsobject property)":[[130,"physics.PhysicsObject.inertia",false]],"inflictor (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.inflictor",false]],"init() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.init",false]],"init() (mathlib.vector method)":[[113,"mathlib.Vector.init",false]],"initialize() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.initialize",false]],"initialize() (listeners.onentityoutputlistenermanager method)":[[110,"listeners.OnEntityOutputListenerManager.initialize",false]],"input (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.INPUT",false]],"input (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.INPUT",false]],"input_field (studio.bonecontroller property)":[[161,"studio.BoneController.input_field",false]],"input_function (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.input_function",false]],"inputdata (class in entities.datamaps)":[[80,"entities.datamaps.InputData",false]],"inputfunction (class in entities.datamaps)":[[80,"entities.datamaps.InputFunction",false]],"inputs (entities.entity.entity attribute)":[[85,"entities.entity.Entity.inputs",false]],"inrain (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.INRAIN",false]],"insendtable (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.INSENDTABLE",false]],"insert_command_string() (in module engines.server)":[[73,"engines.server.insert_command_string",false]],"insert_server_command() (in module engines.server)":[[73,"engines.server.insert_server_command",false]],"inside_array (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.INSIDE_ARRAY",false]],"instance (entities.datamaps.entityproperty property)":[[80,"entities.datamaps.EntityProperty.instance",false]],"instance_attribute() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.instance_attribute",false]],"instance_baseline_index (entities.props.serverclass property)":[[89,"entities.props.ServerClass.instance_baseline_index",false]],"instanced_set() (steam.steamid method)":[[158,"steam.SteamID.instanced_set",false]],"int (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.INT",false]],"int (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.INT",false]],"int (memory.datatype attribute)":[[114,"memory.DataType.INT",false]],"int (memory.helpers.type attribute)":[[115,"memory.helpers.Type.INT",false]],"int64 (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.INT64",false]],"integer (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.INTEGER",false]],"integer64 (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.INTEGER64",false]],"integersetting (class in settings.types)":[[156,"settings.types.IntegerSetting",false]],"interactive (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.INTERACTIVE",false]],"interactive_debris (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.INTERACTIVE_DEBRIS",false]],"interface_version (plugins.instance.serverplugin property)":[[149,"plugins.instance.ServerPlugin.interface_version",false]],"internal (steam.universe attribute)":[[158,"steam.Universe.INTERNAL",false]],"interval (class in entities.datamaps)":[[80,"entities.datamaps.Interval",false]],"interval (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.INTERVAL",false]],"interval (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.interval",false]],"inthandle (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.inthandle",false]],"inthandle_from_baseentity() (in module entities.helpers)":[[87,"entities.helpers.inthandle_from_baseentity",false]],"inthandle_from_basehandle() (in module entities.helpers)":[[87,"entities.helpers.inthandle_from_basehandle",false]],"inthandle_from_edict() (in module entities.helpers)":[[87,"entities.helpers.inthandle_from_edict",false]],"inthandle_from_index() (in module entities.helpers)":[[87,"entities.helpers.inthandle_from_index",false]],"inthandle_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.inthandle_from_playerinfo",false]],"inthandle_from_pointer() (in module entities.helpers)":[[87,"entities.helpers.inthandle_from_pointer",false]],"inthandle_from_userid() (in module players.helpers)":[[143,"players.helpers.inthandle_from_userid",false]],"invalid (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.INVALID",false]],"invalid (steam.accounttype attribute)":[[158,"steam.AccountType.INVALID",false]],"invalid (steam.universe attribute)":[[158,"steam.Universe.INVALID",false]],"invalidargumentvalue":[[44,"commands.typed.InvalidArgumentValue",false]],"invalidate() (mathlib.matrix3x4 method)":[[113,"mathlib.Matrix3x4.invalidate",false]],"invalidate() (mathlib.qangle method)":[[113,"mathlib.QAngle.invalidate",false]],"invalidate() (mathlib.quaternion method)":[[113,"mathlib.Quaternion.invalidate",false]],"invalidate() (mathlib.radianeuler method)":[[113,"mathlib.RadianEuler.invalidate",false]],"invalidate() (mathlib.vector method)":[[113,"mathlib.Vector.invalidate",false]],"invehicle (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.INVEHICLE",false]],"inwater (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.INWATER",false]],"is_a_vector_elem (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.IS_A_VECTOR_ELEM",false]],"is_active (weapons.constants.weaponstate attribute)":[[168,"weapons.constants.WeaponState.IS_ACTIVE",false]],"is_active() (engines.server.server method)":[[73,"engines.server.Server.is_active",false]],"is_active() (players.client method)":[[131,"players.Client.is_active",false]],"is_anonymous_account() (steam.steamid method)":[[158,"steam.SteamID.is_anonymous_account",false]],"is_anonymous_game_server_account() (steam.steamid method)":[[158,"steam.SteamID.is_anonymous_game_server_account",false]],"is_anonymous_user_account() (steam.steamid method)":[[158,"steam.SteamID.is_anonymous_user_account",false]],"is_attached_to_constraint() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_attached_to_constraint",false]],"is_being_lifted_by_barnacle (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.IS_BEING_LIFTED_BY_BARNACLE",false]],"is_blank_anonymous_account() (steam.steamid method)":[[158,"steam.SteamID.is_blank_anonymous_account",false]],"is_bot_player() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.is_bot_player",false]],"is_built_right_handed (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.is_built_right_handed",false]],"is_callable() (memory.function method)":[[114,"memory.Function.is_callable",false]],"is_carried_by_player (weapons.constants.weaponstate attribute)":[[168,"weapons.constants.WeaponState.IS_CARRIED_BY_PLAYER",false]],"is_chat_account() (steam.steamid method)":[[158,"steam.SteamID.is_chat_account",false]],"is_clan_account() (steam.steamid method)":[[158,"steam.SteamID.is_clan_account",false]],"is_command() (commands.concommandbase method)":[[35,"commands.ConCommandBase.is_command",false]],"is_connected() (players.client method)":[[131,"players.Client.is_connected",false]],"is_connected() (players.playerinfo method)":[[131,"players.PlayerInfo.is_connected",false]],"is_console_user_account() (steam.steamid method)":[[158,"steam.SteamID.is_console_user_account",false]],"is_content_server_account() (steam.steamid method)":[[158,"steam.SteamID.is_content_server_account",false]],"is_custom_package() (in module core.command.docs)":[[54,"core.command.docs.is_custom_package",false]],"is_dead() (players.playerinfo method)":[[131,"players.PlayerInfo.is_dead",false]],"is_dedicated() (engines.server.server method)":[[73,"engines.server.Server.is_dedicated",false]],"is_defusing (_players.playermixin property)":[[132,"players.PlayerMixin.is_defusing",false]],"is_ducked (_players.playermixin property)":[[132,"players.PlayerMixin.is_ducked",false]],"is_ducking (_players.playermixin property)":[[132,"players.PlayerMixin.is_ducking",false]],"is_eflag_set() (players.bots.botcontroller method)":[[133,"players.bots.BotController.is_eflag_set",false]],"is_empty() (events.gameevent method)":[[91,"events.GameEvent.is_empty",false]],"is_empty() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.is_empty",false]],"is_exclude_prop() (entities.props.sendprop method)":[[89,"entities.props.SendProp.is_exclude_prop",false]],"is_fake_client() (players.client method)":[[131,"players.Client.is_fake_client",false]],"is_fake_client() (players.playerinfo method)":[[131,"players.PlayerInfo.is_fake_client",false]],"is_flag_set() (commands.concommandbase method)":[[35,"commands.ConCommandBase.is_flag_set",false]],"is_flipping_allowed (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.is_flipping_allowed",false]],"is_fluid() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_fluid",false]],"is_game_server_account() (steam.steamid method)":[[158,"steam.SteamID.is_game_server_account",false]],"is_hearing_client() (players.client method)":[[131,"players.Client.is_hearing_client",false]],"is_hinged() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_hinged",false]],"is_hltv() (engines.server.server method)":[[73,"engines.server.Server.is_hltv",false]],"is_hltv() (players.client method)":[[131,"players.Client.is_hltv",false]],"is_hltv() (players.playerinfo method)":[[131,"players.PlayerInfo.is_hltv",false]],"is_hookable() (memory.function method)":[[114,"memory.Function.is_hookable",false]],"is_hooked() (memory.function method)":[[114,"memory.Function.is_hooked",false]],"is_hud_elements_loaded (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.is_hud_elements_loaded",false]],"is_human_player() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.is_human_player",false]],"is_human_player() (players.client method)":[[131,"players.Client.is_human_player",false]],"is_in_a_vehicle() (players.playerinfo method)":[[131,"players.PlayerInfo.is_in_a_vehicle",false]],"is_in_solid() (entities.entity.entity method)":[[85,"entities.entity.Entity.is_in_solid",false]],"is_individual_account() (steam.steamid method)":[[158,"steam.SteamID.is_individual_account",false]],"is_init_message() (filters.recipients.baserecipientfilter method)":[[103,"filters.recipients.BaseRecipientFilter.is_init_message",false]],"is_initialized() (entities.props.sendtable method)":[[89,"entities.props.SendTable.is_initialized",false]],"is_inside_array() (entities.props.sendprop method)":[[89,"entities.props.SendProp.is_inside_array",false]],"is_length_greater_than() (mathlib.vector method)":[[113,"mathlib.Vector.is_length_greater_than",false]],"is_length_less_than() (mathlib.vector method)":[[113,"mathlib.Vector.is_length_less_than",false]],"is_loaded() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.is_loaded",false]],"is_loading() (engines.server.server method)":[[73,"engines.server.Server.is_loading",false]],"is_lobby() (steam.steamid method)":[[158,"steam.SteamID.is_lobby",false]],"is_local() (events.gameevent method)":[[91,"events.GameEvent.is_local",false]],"is_loopback() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.is_loopback",false]],"is_marked_for_deletion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.is_marked_for_deletion",false]],"is_melee (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.is_melee",false]],"is_moveable() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_moveable",false]],"is_multiplayer() (engines.server.server method)":[[73,"engines.server.Server.is_multiplayer",false]],"is_native() (memory.helpers.type static method)":[[115,"memory.helpers.Type.is_native",false]],"is_networked() (_players.playermixin method)":[[132,"players.PlayerMixin.is_networked",false]],"is_networked() (_weapons._entity.weaponmixin method)":[[174,"weapons._entity.WeaponMixin.is_networked",false]],"is_networked() (entities.entity.entity method)":[[85,"entities.entity.Entity.is_networked",false]],"is_networked() (entities.serverunknown method)":[[76,"entities.ServerUnknown.is_networked",false]],"is_new_data_available() (in module core.update)":[[60,"core.update.is_new_data_available",false]],"is_not_player() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.is_not_player",false]],"is_observer() (players.playerinfo method)":[[131,"players.PlayerInfo.is_observer",false]],"is_overflowed() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.is_overflowed",false]],"is_overflowed() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.is_overflowed",false]],"is_overlapping() (memory.pointer method)":[[114,"memory.Pointer.is_overlapping",false]],"is_pausable() (engines.server.server method)":[[73,"engines.server.Server.is_pausable",false]],"is_persistent_game_server_account() (steam.steamid method)":[[158,"steam.SteamID.is_persistent_game_server_account",false]],"is_playback() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.is_playback",false]],"is_player() (_players.playermixin method)":[[132,"players.PlayerMixin.is_player",false]],"is_player() (_weapons._entity.weaponmixin method)":[[174,"weapons._entity.WeaponMixin.is_player",false]],"is_player() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.is_player",false]],"is_player() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.is_player",false]],"is_player() (players.playerinfo method)":[[131,"players.PlayerInfo.is_player",false]],"is_player_restricted() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.is_player_restricted",false]],"is_plugin() (in module core.command.docs)":[[54,"core.command.docs.is_plugin",false]],"is_precached (engines.sound.sound property)":[[74,"engines.sound.Sound.is_precached",false]],"is_precached (engines.sound.streamsound property)":[[74,"engines.sound.StreamSound.is_precached",false]],"is_private_command() (commands.typed.commandinfo method)":[[44,"commands.typed.CommandInfo.is_private_command",false]],"is_protobuf() (messages.usermessage static method)":[[123,"messages.UserMessage.is_protobuf",false]],"is_proximity_hearing_client() (players.client method)":[[131,"players.Client.is_proximity_hearing_client",false]],"is_registered() (commands.concommandbase method)":[[35,"commands.ConCommandBase.is_registered",false]],"is_reliable() (events.gameevent method)":[[91,"events.GameEvent.is_reliable",false]],"is_reliable() (filters.recipients.baserecipientfilter method)":[[103,"filters.recipients.BaseRecipientFilter.is_reliable",false]],"is_script_parsed (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.is_script_parsed",false]],"is_signed() (entities.props.sendprop method)":[[89,"entities.props.SendProp.is_signed",false]],"is_source_python() (in module core.command.docs)":[[54,"core.command.docs.is_source_python",false]],"is_spawned() (players.client method)":[[131,"players.Client.is_spawned",false]],"is_static() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_static",false]],"is_team_restricted() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.is_team_restricted",false]],"is_timing_out() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.is_timing_out",false]],"is_trigger() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_trigger",false]],"is_unversioned() (in module core.version)":[[61,"core.version.is_unversioned",false]],"is_valid() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.is_valid",false]],"is_valid() (mathlib.qangle method)":[[113,"mathlib.QAngle.is_valid",false]],"is_valid() (mathlib.quaternion method)":[[113,"mathlib.Quaternion.is_valid",false]],"is_valid() (mathlib.radianeuler method)":[[113,"mathlib.RadianEuler.is_valid",false]],"is_valid() (mathlib.vector method)":[[113,"mathlib.Vector.is_valid",false]],"is_valid() (steam.steamid method)":[[158,"steam.SteamID.is_valid",false]],"is_valid_packet() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.is_valid_packet",false]],"is_valid_plugin_name() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.is_valid_plugin_name",false]],"is_virtual (memory.functioninfo property)":[[114,"memory.FunctionInfo.is_virtual",false]],"is_vpk_file() (in module filesystem)":[[98,"filesystem.is_vpk_file",false]],"is_weapon() (_players.playermixin method)":[[132,"players.PlayerMixin.is_weapon",false]],"is_weapon() (_weapons._entity.weaponmixin method)":[[174,"weapons._entity.WeaponMixin.is_weapon",false]],"is_weapon() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.is_weapon",false]],"is_within_box() (mathlib.vector method)":[[113,"mathlib.Vector.is_within_box",false]],"is_zero() (mathlib.vector method)":[[113,"mathlib.Vector.is_zero",false]],"isatty() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.isatty",false]],"isometric (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.ISOMETRIC",false]],"item (class in core.table)":[[59,"core.table.Item",false]],"item (engines.sound.channel attribute)":[[74,"engines.sound.Channel.ITEM",false]],"item_blink (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.ITEM_BLINK",false]],"item_blink (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.ITEM_BLINK",false]],"item_definition_index (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.item_definition_index",false]],"itemflags (class in weapons.constants)":[[168,"weapons.constants.ItemFlags",false]],"iterator() (filters.entities.baseentityiter static method)":[[100,"filters.entities.BaseEntityIter.iterator",false]],"iterator() (filters.entities.entityiter static method)":[[100,"filters.entities.EntityIter.iterator",false]],"iterator() (filters.players.playeriter static method)":[[102,"filters.players.PlayerIter.iterator",false]],"iterator() (filters.weapons.weaponclassiter static method)":[[104,"filters.weapons.WeaponClassIter.iterator",false]],"iterator() (filters.weapons.weaponiter static method)":[[104,"filters.weapons.WeaponIter.iterator",false]],"jump (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.JUMP",false]],"jump (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.JUMP",false]],"keep_on_recreate_entities (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.KEEP_ON_RECREATE_ENTITIES",false]],"kevlar (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.KEVLAR",false]],"key (class in memory.helpers)":[[115,"memory.helpers.Key",false]],"key (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.KEY",false]],"keyhinttext (class in messages)":[[123,"messages.KeyHintText",false]],"keyhinttext (class in messages.base)":[[124,"messages.base.KeyHintText",false]],"keyvalues":[[109,"module-keyvalues",false]],"keyvalues (class in keyvalues)":[[109,"keyvalues.KeyValues",false]],"keyvalues (entities.entity.entity attribute)":[[85,"entities.entity.Entity.keyvalues",false]],"keyvaluesiter (class in keyvalues)":[[109,"keyvalues.KeyValuesIter",false]],"keyvaluetype (class in keyvalues)":[[109,"keyvalues.KeyValueType",false]],"killme (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.KILLME",false]],"killme (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.KILLME",false]],"kills (_players.playermixin property)":[[132,"players.PlayerMixin.kills",false]],"kills (players.playerinfo property)":[[131,"players.PlayerInfo.kills",false]],"knife (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.KNIFE",false]],"knife (weapons.constants.weaponslot attribute)":[[168,"weapons.constants.WeaponSlot.KNIFE",false]],"knife (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.KNIFE",false]],"kwargs (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.kwargs",false]],"kwargs (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.kwargs",false]],"kwargs (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.kwargs",false]],"label (studio.sequence property)":[[161,"studio.Sequence.label",false]],"label_offset (studio.sequence property)":[[161,"studio.Sequence.label_offset",false]],"ladder (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.LADDER",false]],"ladder (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.LADDER",false]],"langstrings (class in translations.strings)":[[166,"translations.strings.LangStrings",false]],"language_manager (in module translations.manager)":[[165,"translations.manager.language_manager",false]],"last_hitgroup (_players.playermixin property)":[[132,"players.PlayerMixin.last_hitgroup",false]],"last_user_command (players.playerinfo property)":[[131,"players.PlayerInfo.last_user_command",false]],"last_visible (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.LAST_VISIBLE",false]],"last_weapon (_players.playermixin property)":[[132,"players.PlayerMixin.last_weapon",false]],"lastframe (studio.sequence property)":[[161,"studio.Sequence.lastframe",false]],"lastgenericflag (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.LASTGENERICFLAG",false]],"leave_aiming (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.LEAVE_AIMING",false]],"left (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.LEFT",false]],"left() (core.table.alignment method)":[[59,"core.table.Alignment.LEFT",false]],"leftarm (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.LEFTARM",false]],"leftleg (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.LEFTLEG",false]],"length (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.length",false]],"length (entities.props.sendprop property)":[[89,"entities.props.SendProp.length",false]],"length (entities.props.sendtable property)":[[89,"entities.props.SendTable.length",false]],"length (mathlib.qangle property)":[[113,"mathlib.QAngle.length",false]],"length (mathlib.vector property)":[[113,"mathlib.Vector.length",false]],"length (memory.helpers.key attribute)":[[115,"memory.helpers.Key.LENGTH",false]],"length_2d (mathlib.vector property)":[[113,"mathlib.Vector.length_2D",false]],"length_2d_sqr (mathlib.vector property)":[[113,"mathlib.Vector.length_2D_sqr",false]],"length_sqr (mathlib.qangle property)":[[113,"mathlib.QAngle.length_sqr",false]],"length_sqr (mathlib.vector property)":[[113,"mathlib.Vector.length_sqr",false]],"level (loggers.logmanager property)":[[112,"loggers.LogManager.level",false]],"level (memory.helpers.key attribute)":[[115,"memory.helpers.Key.LEVEL",false]],"life_state (_players.playermixin property)":[[132,"players.PlayerMixin.life_state",false]],"lifestate (class in players.constants)":[[134,"players.constants.LifeState",false]],"light (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.LIGHT",false]],"light_blue (in module colors)":[[34,"colors.LIGHT_BLUE",false]],"light_gray (in module colors)":[[34,"colors.LIGHT_GRAY",false]],"light_green (in module colors)":[[34,"colors.LIGHT_GREEN",false]],"light_red (in module colors)":[[34,"colors.LIGHT_RED",false]],"limitinworld (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.LIMITINWORLD",false]],"listenermanager (class in listeners)":[[110,"listeners.ListenerManager",false]],"listenermanagerdecorator (class in listeners)":[[110,"listeners.ListenerManagerDecorator",false]],"listeners":[[110,"module-listeners",false]],"listeners.tick":[[111,"module-listeners.tick",false]],"listescmenu (class in menus.esc)":[[120,"menus.esc.ListESCMenu",false]],"listescoption (class in menus.esc)":[[120,"menus.esc.ListESCOption",false]],"listmenu (in module menus)":[[118,"menus.ListMenu",false]],"listoption (in module menus)":[[118,"menus.ListOption",false]],"listradiomenu (class in menus.radio)":[[122,"menus.radio.ListRadioMenu",false]],"listradiooption (class in menus.radio)":[[122,"menus.radio.ListRadioOption",false]],"load() (auth.base.backend method)":[[30,"auth.base.Backend.load",false]],"load() (in module __init__)":[[157,"init__.load",false]],"load() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.load",false]],"load_events() (events.resource.resourcefile method)":[[96,"events.resource.ResourceFile.load_events",false]],"load_plugin() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.load_plugin",false]],"loaded (plugins.instance.plugin property)":[[149,"plugins.instance.Plugin.loaded",false]],"loaded_plugins (plugins.manager.pluginmanager property)":[[150,"plugins.manager.PluginManager.loaded_plugins",false]],"loaded_plugins (plugins.manager.serverpluginmanager property)":[[150,"plugins.manager.ServerPluginManager.loaded_plugins",false]],"loadgame (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.LoadGame",false]],"local (events.eventvartype attribute)":[[91,"events.EventVarType.LOCAL",false]],"local (events.gameeventdescriptor property)":[[91,"events.GameEventDescriptor.local",false]],"local (studio.modelattachment property)":[[161,"studio.ModelAttachment.local",false]],"local_angles (players.bots.botcontroller property)":[[133,"players.bots.BotController.local_angles",false]],"local_animations_count (studio.modelheader property)":[[161,"studio.ModelHeader.local_animations_count",false]],"local_bone (studio.modelattachment property)":[[161,"studio.ModelAttachment.local_bone",false]],"local_entry_node (studio.sequence property)":[[161,"studio.Sequence.local_entry_node",false]],"local_exit_node (studio.sequence property)":[[161,"studio.Sequence.local_exit_node",false]],"local_hierarchy_count (studio.animation property)":[[161,"studio.Animation.local_hierarchy_count",false]],"local_hierarchy_offset (studio.animation property)":[[161,"studio.Animation.local_hierarchy_offset",false]],"local_origin (players.bots.botcontroller property)":[[133,"players.bots.BotController.local_origin",false]],"local_sequence_offset (studio.modelheader property)":[[161,"studio.ModelHeader.local_sequence_offset",false]],"local_sequences_count (studio.modelheader property)":[[161,"studio.ModelHeader.local_sequences_count",false]],"local_time (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.local_time",false]],"log_message() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.log_message",false]],"log_path (in module paths)":[[129,"paths.LOG_PATH",false]],"loggers":[[112,"module-loggers",false]],"logmanager (class in loggers)":[[112,"loggers.LogManager",false]],"long (events.eventvartype attribute)":[[91,"events.EventVarType.LONG",false]],"long (memory.datatype attribute)":[[114,"memory.DataType.LONG",false]],"long (memory.helpers.type attribute)":[[115,"memory.helpers.Type.LONG",false]],"long_long (memory.datatype attribute)":[[114,"memory.DataType.LONG_LONG",false]],"long_long (memory.helpers.type attribute)":[[115,"memory.helpers.Type.LONG_LONG",false]],"longvariable (class in events.variable)":[[97,"events.variable.LongVariable",false]],"lookspin (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.LOOKSPIN",false]],"lookup_attachment() (entities.serverentity method)":[[76,"entities.ServerEntity.lookup_attachment",false]],"lookup_bone() (entities.serverentity method)":[[76,"entities.ServerEntity.lookup_bone",false]],"loops_elapsed (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.loops_elapsed",false]],"loops_remaining (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.loops_remaining",false]],"low (engines.sound.pitch attribute)":[[74,"engines.sound.Pitch.LOW",false]],"low_value (entities.props.sendprop property)":[[89,"entities.props.SendProp.low_value",false]],"m249 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.M249",false]],"m3 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.M3",false]],"m4a1 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.M4A1",false]],"mac10 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.MAC10",false]],"machinegun (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.MACHINEGUN",false]],"make_copy() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.make_copy",false]],"make_function() (memory.pointer method)":[[114,"memory.Pointer.make_function",false]],"make_object() (in module memory)":[[114,"memory.make_object",false]],"make_public() (cvars.convar method)":[[62,"cvars.ConVar.make_public",false]],"make_virtual_function() (memory.pointer method)":[[114,"memory.Pointer.make_virtual_function",false]],"manager (commands.typed.typedclientcommand attribute)":[[44,"commands.typed.TypedClientCommand.manager",false]],"manager (commands.typed.typedsaycommand attribute)":[[44,"commands.typed.TypedSayCommand.manager",false]],"manager (commands.typed.typedservercommand attribute)":[[44,"commands.typed.TypedServerCommand.manager",false]],"manager (listeners.listenermanagerdecorator property)":[[110,"listeners.ListenerManagerDecorator.manager",false]],"manager (listeners.onbuttonstatechanged attribute)":[[110,"listeners.OnButtonStateChanged.manager",false]],"manager (listeners.onclientactive attribute)":[[110,"listeners.OnClientActive.manager",false]],"manager (listeners.onclientconnect attribute)":[[110,"listeners.OnClientConnect.manager",false]],"manager (listeners.onclientdisconnect attribute)":[[110,"listeners.OnClientDisconnect.manager",false]],"manager (listeners.onclientfullyconnect attribute)":[[110,"listeners.OnClientFullyConnect.manager",false]],"manager (listeners.onclientputinserver attribute)":[[110,"listeners.OnClientPutInServer.manager",false]],"manager (listeners.onclientsettingschanged attribute)":[[110,"listeners.OnClientSettingsChanged.manager",false]],"manager (listeners.oncombinerprecache attribute)":[[110,"listeners.OnCombinerPreCache.manager",false]],"manager (listeners.onconvarchanged attribute)":[[110,"listeners.OnConVarChanged.manager",false]],"manager (listeners.ondataloaded attribute)":[[110,"listeners.OnDataLoaded.manager",false]],"manager (listeners.ondataunloaded attribute)":[[110,"listeners.OnDataUnloaded.manager",false]],"manager (listeners.onedictallocated attribute)":[[110,"listeners.OnEdictAllocated.manager",false]],"manager (listeners.onedictfreed attribute)":[[110,"listeners.OnEdictFreed.manager",false]],"manager (listeners.onentitycollision attribute)":[[110,"listeners.OnEntityCollision.manager",false]],"manager (listeners.onentitycreated attribute)":[[110,"listeners.OnEntityCreated.manager",false]],"manager (listeners.onentitydeleted attribute)":[[110,"listeners.OnEntityDeleted.manager",false]],"manager (listeners.onentityoutput attribute)":[[110,"listeners.OnEntityOutput.manager",false]],"manager (listeners.onentityprespawned attribute)":[[110,"listeners.OnEntityPreSpawned.manager",false]],"manager (listeners.onentityspawned attribute)":[[110,"listeners.OnEntitySpawned.manager",false]],"manager (listeners.onentitytransmit attribute)":[[110,"listeners.OnEntityTransmit.manager",false]],"manager (listeners.onlevelend attribute)":[[110,"listeners.OnLevelEnd.manager",false]],"manager (listeners.onlevelinit attribute)":[[110,"listeners.OnLevelInit.manager",false]],"manager (listeners.onlevelshutdown attribute)":[[110,"listeners.OnLevelShutdown.manager",false]],"manager (listeners.onnetworkedentitycreated attribute)":[[110,"listeners.OnNetworkedEntityCreated.manager",false]],"manager (listeners.onnetworkedentitydeleted attribute)":[[110,"listeners.OnNetworkedEntityDeleted.manager",false]],"manager (listeners.onnetworkedentityprespawned attribute)":[[110,"listeners.OnNetworkedEntityPreSpawned.manager",false]],"manager (listeners.onnetworkedentityspawned attribute)":[[110,"listeners.OnNetworkedEntitySpawned.manager",false]],"manager (listeners.onnetworkidvalidated attribute)":[[110,"listeners.OnNetworkidValidated.manager",false]],"manager (listeners.onplayercollision attribute)":[[110,"listeners.OnPlayerCollision.manager",false]],"manager (listeners.onplayerpostruncommand attribute)":[[110,"listeners.OnPlayerPostRunCommand.manager",false]],"manager (listeners.onplayerruncommand attribute)":[[110,"listeners.OnPlayerRunCommand.manager",false]],"manager (listeners.onplayertransmit attribute)":[[110,"listeners.OnPlayerTransmit.manager",false]],"manager (listeners.onpluginloaded attribute)":[[110,"listeners.OnPluginLoaded.manager",false]],"manager (listeners.onpluginloading attribute)":[[110,"listeners.OnPluginLoading.manager",false]],"manager (listeners.onpluginunloaded attribute)":[[110,"listeners.OnPluginUnloaded.manager",false]],"manager (listeners.onpluginunloading attribute)":[[110,"listeners.OnPluginUnloading.manager",false]],"manager (listeners.onquerycvarvaluefinished attribute)":[[110,"listeners.OnQueryCvarValueFinished.manager",false]],"manager (listeners.onserveractivate attribute)":[[110,"listeners.OnServerActivate.manager",false]],"manager (listeners.onserveroutput attribute)":[[110,"listeners.OnServerOutput.manager",false]],"manager (listeners.ontick attribute)":[[110,"listeners.OnTick.manager",false]],"manager (listeners.onversionupdate attribute)":[[110,"listeners.OnVersionUpdate.manager",false]],"map_areas (entities.checktransmitinfo property)":[[76,"entities.CheckTransmitInfo.map_areas",false]],"map_name (engines.server.server property)":[[73,"engines.server.Server.map_name",false]],"maploadtype (class in engines.server)":[[73,"engines.server.MapLoadType",false]],"marked_for_fast_reflection (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.MARKED_FOR_FAST_REFLECTION",false]],"mass (physics.physicsobject property)":[[130,"physics.PhysicsObject.mass",false]],"mass (studio.modelheader property)":[[161,"studio.ModelHeader.mass",false]],"mass_center_local_space (physics.physicsobject property)":[[130,"physics.PhysicsObject.mass_center_local_space",false]],"material_index (physics.physicsobject property)":[[130,"physics.PhysicsObject.material_index",false]],"materialindex (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.MATERIALINDEX",false]],"mathlib":[[113,"module-mathlib",false]],"matrix3x4 (class in mathlib)":[[113,"mathlib.Matrix3x4",false]],"matrix3x4_worldspace (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.MATRIX3X4_WORLDSPACE",false]],"max (cvars.convar property)":[[62,"cvars.ConVar.max",false]],"max (steam.universe attribute)":[[158,"steam.Universe.MAX",false]],"max (studio.hitbox property)":[[161,"studio.Hitbox.max",false]],"max (studio.sequence property)":[[161,"studio.Sequence.max",false]],"max() (mathlib.vector method)":[[113,"mathlib.Vector.max",false]],"max_clients (engines.server.server property)":[[73,"engines.server.Server.max_clients",false]],"max_command_length (commands.command attribute)":[[35,"commands.Command.max_command_length",false]],"max_health (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.max_health",false]],"max_health (players.playerinfo property)":[[131,"players.PlayerInfo.max_health",false]],"max_line_length (config.manager.configmanager property)":[[48,"config.manager.ConfigManager.max_line_length",false]],"max_num_bits (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.max_num_bits",false]],"max_strings (stringtables.stringtable property)":[[159,"stringtables.StringTable.max_strings",false]],"maxammo (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.maxammo",false]],"maximum (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.MAXIMUM",false]],"maximum_inaccuracy (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.maximum_inaccuracy",false]],"maximum_player_speed (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.maximum_player_speed",false]],"maximum_primary_clip (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.maximum_primary_clip",false]],"maximum_secondary_clip (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.maximum_secondary_clip",false]],"maxs (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.maxs",false]],"maxs (players.playerinfo property)":[[131,"players.PlayerInfo.maxs",false]],"mech (effects.bloodcolor attribute)":[[66,"effects.BloodColor.MECH",false]],"melee_hit (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.MELEE_HIT",false]],"melee_hit_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.melee_hit_sound",false]],"melee_hit_world (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.MELEE_HIT_WORLD",false]],"melee_hit_world_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.melee_hit_world_sound",false]],"melee_miss (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.MELEE_MISS",false]],"melee_miss_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.melee_miss_sound",false]],"memberfunction (class in memory.helpers)":[[115,"memory.helpers.MemberFunction",false]],"memory":[[114,"module-memory",false]],"memory.helpers":[[115,"module-memory.helpers",false]],"memory.hooks":[[116,"module-memory.hooks",false]],"memory.manager":[[117,"module-memory.manager",false]],"menu (messages.dialogtype attribute)":[[123,"messages.DialogType.MENU",false]],"menus":[[118,"module-menus",false]],"menus.base":[[119,"module-menus.base",false]],"menus.esc":[[120,"module-menus.esc",false]],"menus.queue":[[121,"module-menus.queue",false]],"menus.radio":[[122,"module-menus.radio",false]],"merge() (filters.recipients.recipientfilter method)":[[103,"filters.recipients.RecipientFilter.merge",false]],"message_index (messages.usermessage property)":[[123,"messages.UserMessage.message_index",false]],"message_name (messages.base.fade attribute)":[[124,"messages.base.Fade.message_name",false]],"message_name (messages.base.hinttext attribute)":[[124,"messages.base.HintText.message_name",false]],"message_name (messages.base.hudmsg attribute)":[[124,"messages.base.HudMsg.message_name",false]],"message_name (messages.base.keyhinttext attribute)":[[124,"messages.base.KeyHintText.message_name",false]],"message_name (messages.base.resethud attribute)":[[124,"messages.base.ResetHUD.message_name",false]],"message_name (messages.base.saytext attribute)":[[124,"messages.base.SayText.message_name",false]],"message_name (messages.base.saytext2 attribute)":[[124,"messages.base.SayText2.message_name",false]],"message_name (messages.base.shake attribute)":[[124,"messages.base.Shake.message_name",false]],"message_name (messages.base.showmenu attribute)":[[124,"messages.base.ShowMenu.message_name",false]],"message_name (messages.base.textmsg attribute)":[[124,"messages.base.TextMsg.message_name",false]],"message_name (messages.base.usermessagecreator property)":[[124,"messages.base.UserMessageCreator.message_name",false]],"message_name (messages.base.vguimenu attribute)":[[124,"messages.base.VGUIMenu.message_name",false]],"message_name (messages.fade attribute)":[[123,"messages.Fade.message_name",false]],"message_name (messages.hinttext attribute)":[[123,"messages.HintText.message_name",false]],"message_name (messages.hudmsg attribute)":[[123,"messages.HudMsg.message_name",false]],"message_name (messages.keyhinttext attribute)":[[123,"messages.KeyHintText.message_name",false]],"message_name (messages.resethud attribute)":[[123,"messages.ResetHUD.message_name",false]],"message_name (messages.saytext attribute)":[[123,"messages.SayText.message_name",false]],"message_name (messages.saytext2 attribute)":[[123,"messages.SayText2.message_name",false]],"message_name (messages.shake attribute)":[[123,"messages.Shake.message_name",false]],"message_name (messages.showmenu attribute)":[[123,"messages.ShowMenu.message_name",false]],"message_name (messages.textmsg attribute)":[[123,"messages.TextMsg.message_name",false]],"message_name (messages.usermessage property)":[[123,"messages.UserMessage.message_name",false]],"message_name (messages.usermessagecreator property)":[[123,"messages.UserMessageCreator.message_name",false]],"message_name (messages.vguimenu attribute)":[[123,"messages.VGUIMenu.message_name",false]],"message_type (messages.dialogaskconnect attribute)":[[123,"messages.DialogAskConnect.message_type",false]],"message_type (messages.dialogentry attribute)":[[123,"messages.DialogEntry.message_type",false]],"message_type (messages.dialogmenu attribute)":[[123,"messages.DialogMenu.message_type",false]],"message_type (messages.dialogmsg attribute)":[[123,"messages.DialogMsg.message_type",false]],"message_type (messages.dialogtext attribute)":[[123,"messages.DialogText.message_type",false]],"messages":[[123,"module-messages",false]],"messages.base":[[124,"module-messages.base",false]],"messages.dialog":[[125,"module-messages.dialog",false]],"messages.hooks":[[126,"module-messages.hooks",false]],"messages.impl":[[127,"module-messages.impl",false]],"method (events.variable.boolvariable attribute)":[[97,"events.variable.BoolVariable.method",false]],"method (events.variable.bytevariable attribute)":[[97,"events.variable.ByteVariable.method",false]],"method (events.variable.floatvariable attribute)":[[97,"events.variable.FloatVariable.method",false]],"method (events.variable.longvariable attribute)":[[97,"events.variable.LongVariable.method",false]],"method (events.variable.shortvariable attribute)":[[97,"events.variable.ShortVariable.method",false]],"method (events.variable.stringvariable attribute)":[[97,"events.variable.StringVariable.method",false]],"mg (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.MG",false]],"min (cvars.convar property)":[[62,"cvars.ConVar.min",false]],"min (studio.hitbox property)":[[161,"studio.Hitbox.min",false]],"min (studio.sequence property)":[[161,"studio.Sequence.min",false]],"min() (mathlib.vector method)":[[113,"mathlib.Vector.min",false]],"mins (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.mins",false]],"mins (players.playerinfo property)":[[131,"players.PlayerInfo.mins",false]],"miscstatus (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.MISCSTATUS",false]],"mm0 (memory.register attribute)":[[114,"memory.Register.MM0",false]],"mm0 (memory.registers property)":[[114,"memory.Registers.mm0",false]],"mm1 (memory.register attribute)":[[114,"memory.Register.MM1",false]],"mm1 (memory.registers property)":[[114,"memory.Registers.mm1",false]],"mm2 (memory.register attribute)":[[114,"memory.Register.MM2",false]],"mm2 (memory.registers property)":[[114,"memory.Registers.mm2",false]],"mm3 (memory.register attribute)":[[114,"memory.Register.MM3",false]],"mm3 (memory.registers property)":[[114,"memory.Registers.mm3",false]],"mm4 (memory.register attribute)":[[114,"memory.Register.MM4",false]],"mm4 (memory.registers property)":[[114,"memory.Registers.mm4",false]],"mm5 (memory.register attribute)":[[114,"memory.Register.MM5",false]],"mm5 (memory.registers property)":[[114,"memory.Registers.mm5",false]],"mm6 (memory.register attribute)":[[114,"memory.Register.MM6",false]],"mm6 (memory.registers property)":[[114,"memory.Registers.mm6",false]],"mm7 (memory.register attribute)":[[114,"memory.Register.MM7",false]],"mm7 (memory.registers property)":[[114,"memory.Registers.mm7",false]],"mode (entities.collisions.basecollisionrules property)":[[78,"entities.collisions.BaseCollisionRules.mode",false]],"mode (entities.transmit.basetransmitrules property)":[[90,"entities.transmit.BaseTransmitRules.mode",false]],"model (class in engines.precache)":[[72,"engines.precache.Model",false]],"model (entities.entity.entity property)":[[85,"entities.entity.Entity.model",false]],"model_handle (entities.serverentity property)":[[76,"entities.ServerEntity.model_handle",false]],"model_header (entities.serverentity property)":[[76,"entities.ServerEntity.model_header",false]],"model_header (studio.animation property)":[[161,"studio.Animation.model_header",false]],"model_header (studio.sequence property)":[[161,"studio.Sequence.model_header",false]],"model_index (entities.serverentity property)":[[76,"entities.ServerEntity.model_index",false]],"model_name (entities.serverentity property)":[[76,"entities.ServerEntity.model_name",false]],"model_name (players.playerinfo property)":[[131,"players.PlayerInfo.model_name",false]],"modelattachment (class in studio)":[[161,"studio.ModelAttachment",false]],"modelbone (class in studio)":[[161,"studio.ModelBone",false]],"modelcache (class in studio.cache)":[[162,"studio.cache.ModelCache",false]],"modelcachedatatype (class in studio.cache)":[[162,"studio.cache.ModelCacheDataType",false]],"modelheader (class in studio)":[[161,"studio.ModelHeader",false]],"modelindex (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.MODELINDEX",false]],"modelindex (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.MODELINDEX",false]],"modelname (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.MODELNAME",false]],"modeltype (class in studio.constants)":[[163,"studio.constants.ModelType",false]],"modulate (messages.fadeflags attribute)":[[123,"messages.FadeFlags.MODULATE",false]],"module":[[29,"module-auth",false],[30,"module-auth.base",false],[31,"module-auth.manager",false],[32,"module-autodoc",false],[33,"module-bitbuffers",false],[34,"module-colors",false],[35,"module-commands",false],[36,"module-commands.auth",false],[37,"module-commands.client",false],[38,"module-commands.command",false],[39,"module-commands.filter",false],[40,"module-commands.manager",false],[41,"module-commands.player",false],[42,"module-commands.say",false],[43,"module-commands.server",false],[44,"module-commands.typed",false],[45,"module-config",false],[46,"module-config.command",false],[47,"module-config.cvar",false],[48,"module-config.manager",false],[49,"module-config.section",false],[50,"module-core",false],[51,"module-core.cache",false],[52,"module-core.command",false],[53,"module-core.command.auth",false],[54,"module-core.command.docs",false],[55,"module-core.command.dump",false],[56,"module-core.command.plugin",false],[57,"module-core.dumps",false],[58,"module-core.settings",false],[59,"module-core.table",false],[60,"module-core.update",false],[61,"module-core.version",false],[62,"module-cvars",false],[63,"module-cvars.flags",false],[64,"module-cvars.public",false],[65,"module-cvars.tags",false],[66,"module-effects",false],[67,"module-effects.base",false],[68,"module-effects.hooks",false],[69,"module-effects.templates",false],[70,"module-engines",false],[71,"module-engines.gamerules",false],[72,"module-engines.precache",false],[73,"module-engines.server",false],[74,"module-engines.sound",false],[75,"module-engines.trace",false],[76,"module-entities",false],[77,"module-entities.classes",false],[78,"module-entities.collisions",false],[79,"module-entities.constants",false],[80,"module-entities.datamaps",false],[81,"module-entities.dictionary",false],[82,"module-entities.engines",false],[83,"module-entities.engines.csgo",false],[84,"module-entities.engines.csgo.csgo",false],[85,"module-entities.entity",false],[86,"module-entities.factories",false],[87,"module-entities.helpers",false],[88,"module-entities.hooks",false],[89,"module-entities.props",false],[90,"module-entities.transmit",false],[91,"module-events",false],[92,"module-events.custom",false],[93,"module-events.hooks",false],[94,"module-events.listener",false],[95,"module-events.manager",false],[96,"module-events.resource",false],[97,"module-events.variable",false],[98,"module-filesystem",false],[99,"module-filters",false],[100,"module-filters.entities",false],[101,"module-filters.iterator",false],[102,"module-filters.players",false],[103,"module-filters.recipients",false],[104,"module-filters.weapons",false],[105,"module-hooks",false],[106,"module-hooks.base",false],[107,"module-hooks.exceptions",false],[108,"module-hooks.warnings",false],[109,"module-keyvalues",false],[110,"module-listeners",false],[111,"module-listeners.tick",false],[112,"module-loggers",false],[113,"module-mathlib",false],[114,"module-memory",false],[115,"module-memory.helpers",false],[116,"module-memory.hooks",false],[117,"module-memory.manager",false],[118,"module-menus",false],[119,"module-menus.base",false],[120,"module-menus.esc",false],[121,"module-menus.queue",false],[122,"module-menus.radio",false],[123,"module-messages",false],[124,"module-messages.base",false],[125,"module-messages.dialog",false],[126,"module-messages.hooks",false],[127,"module-messages.impl",false],[128,"module-net_channel",false],[129,"module-paths",false],[130,"module-physics",false],[131,"module-players",false],[132,"module-players._base",false],[133,"module-players.bots",false],[134,"module-players.constants",false],[135,"module-players.dictionary",false],[136,"module-players.engines",false],[137,"module-players.engines.bms",false],[139,"module-players.engines.l4d2",false],[140,"module-players.engines.orangebox",false],[141,"module-players.engines.orangebox.cstrike",false],[142,"module-players.entity",false],[143,"module-players.helpers",false],[144,"module-players.teams",false],[145,"module-players.voice",false],[146,"module-plugins",false],[147,"module-plugins.command",false],[148,"module-plugins.info",false],[149,"module-plugins.instance",false],[150,"module-plugins.manager",false],[151,"module-public",false],[152,"module-settings",false],[153,"module-settings.menu",false],[154,"module-settings.player",false],[155,"module-settings.storage",false],[156,"module-settings.types",false],[157,"module-__init__",false],[158,"module-steam",false],[159,"module-stringtables",false],[160,"module-stringtables.downloads",false],[161,"module-studio",false],[162,"module-studio.cache",false],[163,"module-studio.constants",false],[164,"module-translations",false],[165,"module-translations.manager",false],[166,"module-translations.strings",false],[167,"module-weapons",false],[168,"module-weapons.constants",false],[169,"module-weapons.default",false],[170,"module-weapons.dictionary",false],[171,"module-weapons.engines",false],[172,"module-weapons.engines.csgo",false],[173,"module-weapons.engines.csgo.csgo",false],[174,"module-weapons.entity",false],[175,"module-weapons.instance",false],[176,"module-weapons.manager",false],[177,"module-weapons.restrictions",false],[178,"module-weapons.scripts",false]],"module (memory.binaryfile property)":[[114,"memory.BinaryFile.module",false]],"module_name (plugins.instance.serverplugin property)":[[149,"plugins.instance.ServerPlugin.module_name",false]],"monster (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.MONSTER",false]],"monsterclip (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.MONSTERCLIP",false]],"motion_enabled (physics.physicsobject property)":[[130,"physics.PhysicsObject.motion_enabled",false]],"motion_flags (studio.movement property)":[[161,"studio.Movement.motion_flags",false]],"mousedx (players.bots.botcmd property)":[[133,"players.bots.BotCmd.mousedx",false]],"mousedx (players.usercmd property)":[[131,"players.UserCmd.mousedx",false]],"mousedy (players.bots.botcmd property)":[[133,"players.bots.BotCmd.mousedy",false]],"mousedy (players.usercmd property)":[[131,"players.UserCmd.mousedy",false]],"move() (memory.pointer method)":[[114,"memory.Pointer.move",false]],"move_type (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.move_type",false]],"moveable (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.MOVEABLE",false]],"movecollide (class in entities.constants)":[[79,"entities.constants.MoveCollide",false]],"moved_frac_bits (messages.base.fade attribute)":[[124,"messages.base.Fade.moved_frac_bits",false]],"moved_frac_bits (messages.fade attribute)":[[123,"messages.Fade.moved_frac_bits",false]],"moveleft (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.MOVELEFT",false]],"movement (class in studio)":[[161,"studio.Movement",false]],"movement_index (studio.sequence property)":[[161,"studio.Sequence.movement_index",false]],"movements_count (studio.animation property)":[[161,"studio.Animation.movements_count",false]],"movements_offset (studio.animation property)":[[161,"studio.Animation.movements_offset",false]],"moveright (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.MOVERIGHT",false]],"movetype (class in entities.constants)":[[79,"entities.constants.MoveType",false]],"mp5navy (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.MP5NAVY",false]],"msg (messages.dialogtype attribute)":[[123,"messages.DialogType.MSG",false]],"msg_handler (net_channel.netchannel property)":[[128,"net_channel.NetChannel.msg_handler",false]],"mul_add() (mathlib.vector method)":[[113,"mathlib.Vector.mul_add",false]],"multiseat (steam.accounttype attribute)":[[158,"steam.AccountType.MULTISEAT",false]],"mute_manager (in module players.voice)":[[145,"players.voice.mute_manager",false]],"muzzle_flash_scale (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.muzzle_flash_scale",false]],"muzzle_flash_style_index (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.muzzle_flash_style_index",false]],"muzzleflashstyle (class in weapons.constants)":[[168,"weapons.constants.MuzzleFlashStyle",false]],"name (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.name",false]],"name (auth.base.backend property)":[[30,"auth.base.Backend.name",false]],"name (commands.concommandbase property)":[[35,"commands.ConCommandBase.name",false]],"name (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.name",false]],"name (effects.base.basetempentity property)":[[67,"effects.base.BaseTempEntity.name",false]],"name (engines.server.server property)":[[73,"engines.server.Server.name",false]],"name (engines.trace.surface property)":[[75,"engines.trace.Surface.name",false]],"name (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.name",false]],"name (entities.props.sendprop property)":[[89,"entities.props.SendProp.name",false]],"name (entities.props.sendtable property)":[[89,"entities.props.SendTable.name",false]],"name (entities.props.serverclass property)":[[89,"entities.props.ServerClass.name",false]],"name (events.custom.customevent property)":[[92,"events.custom.CustomEvent.name",false]],"name (events.gameevent property)":[[91,"events.GameEvent.name",false]],"name (events.gameeventdescriptor property)":[[91,"events.GameEventDescriptor.name",false]],"name (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.name",false]],"name (listeners.listenermanagerdecorator property)":[[110,"listeners.ListenerManagerDecorator.name",false]],"name (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.name",false]],"name (net_channel.netmessage property)":[[128,"net_channel.NetMessage.name",false]],"name (physics.physicsobject property)":[[130,"physics.PhysicsObject.name",false]],"name (players.client property)":[[131,"players.Client.name",false]],"name (players.playerinfo property)":[[131,"players.PlayerInfo.name",false]],"name (plugins.instance.serverplugin property)":[[149,"plugins.instance.ServerPlugin.name",false]],"name (stringtables.stringtable property)":[[159,"stringtables.StringTable.name",false]],"name (studio.animation property)":[[161,"studio.Animation.name",false]],"name (studio.hitbox property)":[[161,"studio.Hitbox.name",false]],"name (studio.hitboxset property)":[[161,"studio.HitboxSet.name",false]],"name (studio.modelattachment property)":[[161,"studio.ModelAttachment.name",false]],"name (studio.modelbone property)":[[161,"studio.ModelBone.name",false]],"name (studio.modelheader property)":[[161,"studio.ModelHeader.name",false]],"name (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.name",false]],"name_offset (studio.modelattachment property)":[[161,"studio.ModelAttachment.name_offset",false]],"name_symbol (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.name_symbol",false]],"names (commands.commandreturn attribute)":[[35,"commands.CommandReturn.names",false]],"names (core.outputreturn attribute)":[[50,"core.OutputReturn.names",false]],"names (effects.bloodcolor attribute)":[[66,"effects.BloodColor.names",false]],"names (effects.shattersurface attribute)":[[66,"effects.ShatterSurface.names",false]],"names (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.names",false]],"names (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.names",false]],"names (engines.sound.channel attribute)":[[74,"engines.sound.Channel.names",false]],"names (engines.sound.pitch attribute)":[[74,"engines.sound.Pitch.names",false]],"names (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.names",false]],"names (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.names",false]],"names (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.names",false]],"names (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.names",false]],"names (entities.collisions.collisionmode attribute)":[[78,"entities.collisions.CollisionMode.names",false]],"names (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.names",false]],"names (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.names",false]],"names (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.names",false]],"names (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.names",false]],"names (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.names",false]],"names (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.names",false]],"names (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.names",false]],"names (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.names",false]],"names (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.names",false]],"names (entities.transmit.transmitmode attribute)":[[90,"entities.transmit.TransmitMode.names",false]],"names (events.eventvartype attribute)":[[91,"events.EventVarType.names",false]],"names (filesystem.seektype attribute)":[[98,"filesystem.SeekType.names",false]],"names (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.names",false]],"names (memory.convention attribute)":[[114,"memory.Convention.names",false]],"names (memory.datatype attribute)":[[114,"memory.DataType.names",false]],"names (memory.hooks.hooktype attribute)":[[116,"memory.hooks.HookType.names",false]],"names (memory.register attribute)":[[114,"memory.Register.names",false]],"names (messages.dialogtype attribute)":[[123,"messages.DialogType.names",false]],"names (messages.fadeflags attribute)":[[123,"messages.FadeFlags.names",false]],"names (messages.huddestination attribute)":[[123,"messages.HudDestination.names",false]],"names (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.names",false]],"names (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.names",false]],"names (steam.accounttype attribute)":[[158,"steam.AccountType.names",false]],"names (steam.universe attribute)":[[158,"steam.Universe.names",false]],"names (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.names",false]],"names (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.names",false]],"names (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.names",false]],"names (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.names",false]],"needsuit (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.NEEDSUIT",false]],"negate() (mathlib.vector method)":[[113,"mathlib.Vector.negate",false]],"nervegas (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.NERVEGAS",false]],"net_channel":[[128,"module-net_channel",false]],"net_channel (net_channel.netmessage property)":[[128,"net_channel.NetMessage.net_channel",false]],"net_channel (players.client property)":[[131,"players.Client.net_channel",false]],"net_stats (engines.server.server property)":[[73,"engines.server.Server.net_stats",false]],"netchannel (class in net_channel)":[[128,"net_channel.NetChannel",false]],"netchannelhandler (class in net_channel)":[[128,"net_channel.NetChannelHandler",false]],"netchannelinfo (class in net_channel)":[[128,"net_channel.NetChannelInfo",false]],"netflow (class in net_channel)":[[128,"net_channel.NetFlow",false]],"netmessage (class in net_channel)":[[128,"net_channel.NetMessage",false]],"networkable (entities.serverunknown property)":[[76,"entities.ServerUnknown.networkable",false]],"networked (entities.datamaps.entityproperty property)":[[80,"entities.datamaps.EntityProperty.networked",false]],"never_as_string (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.NEVER_AS_STRING",false]],"nevergib (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.NEVERGIB",false]],"new_parent (studio.hierarchy property)":[[161,"studio.Hierarchy.new_parent",false]],"newgame (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.NewGame",false]],"next (commands.concommandbase property)":[[35,"commands.ConCommandBase.next",false]],"next (effects.base.basetempentity property)":[[67,"effects.base.BaseTempEntity.next",false]],"next (entities.eventaction property)":[[76,"entities.EventAction.next",false]],"next (entities.props.serverclass property)":[[89,"entities.props.ServerClass.next",false]],"next_attack (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.next_attack",false]],"next_key (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.next_key",false]],"next_secondary_fire_attack (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.next_secondary_fire_attack",false]],"next_sequence (studio.sequence property)":[[161,"studio.Sequence.next_sequence",false]],"next_true_sub_key (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.next_true_sub_key",false]],"next_value (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.next_value",false]],"nightvision (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.NIGHTVISION",false]],"nightvision_on (_players.playermixin property)":[[132,"players.PlayerMixin.nightvision_on",false]],"no (entities.constants.takedamage attribute)":[[79,"entities.constants.TakeDamage.NO",false]],"no_auto_edict_attach (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_AUTO_EDICT_ATTACH",false]],"no_damage_forces (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_DAMAGE_FORCES",false]],"no_dissipation (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.NO_DISSIPATION",false]],"no_dissolve (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_DISSOLVE",false]],"no_flags (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.NO_FLAGS",false]],"no_game_physics_simulation (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_GAME_PHYSICS_SIMULATION",false]],"no_megaphyscannon_ragdoll (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_MEGAPHYSCANNON_RAGDOLL",false]],"no_physcannon_interaction (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_PHYSCANNON_INTERACTION",false]],"no_rotorwash_push (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_ROTORWASH_PUSH",false]],"no_think_function (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_THINK_FUNCTION",false]],"no_water_velocity_change (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_WATER_VELOCITY_CHANGE",false]],"noammopickups (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.NOAMMOPICKUPS",false]],"noautoreload (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.NOAUTORELOAD",false]],"noautoswitchempty (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.NOAUTOSWITCHEMPTY",false]],"nochop (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NOCHOP",false]],"noclip (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.NOCLIP",false]],"noclip_active (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NOCLIP_ACTIVE",false]],"node (class in commands.typed)":[[44,"commands.typed.Node",false]],"node_flags (studio.sequence property)":[[161,"studio.Sequence.node_flags",false]],"nodecals (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NODECALS",false]],"nodraw (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NODRAW",false]],"nodraw (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NODRAW",false]],"noerrorcheck (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.NOERRORCHECK",false]],"noflashlight (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NOFLASHLIGHT",false]],"nointerp (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NOINTERP",false]],"noitempickup (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.NOITEMPICKUP",false]],"nolight (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NOLIGHT",false]],"none (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.NONE",false]],"none (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.NONE",false]],"none (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.NONE",false]],"none (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.NONE",false]],"none (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.NONE",false]],"none (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.NONE",false]],"none (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.NONE",false]],"none (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.NONE",false]],"none (players.constants.fixangle attribute)":[[134,"players.constants.FixAngle.NONE",false]],"none (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.NONE",false]],"none (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.NONE",false]],"none (weapons.constants.muzzleflashstyle attribute)":[[168,"weapons.constants.MuzzleFlashStyle.NONE",false]],"none (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.NONE",false]],"noportal (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NOPORTAL",false]],"noreceiveshadow (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NORECEIVESHADOW",false]],"normal (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.NORMAL",false]],"normal (engines.sound.pitch attribute)":[[74,"engines.sound.Pitch.NORMAL",false]],"normal (entities.constants.dissolvetype attribute)":[[79,"entities.constants.DissolveType.NORMAL",false]],"normal (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.NORMAL",false]],"normal (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.NORMAL",false]],"normal (mathlib.plane property)":[[113,"mathlib.Plane.normal",false]],"normal (weapons.constants.muzzleflashstyle attribute)":[[168,"weapons.constants.MuzzleFlashStyle.NORMAL",false]],"normalize() (mathlib.vector method)":[[113,"mathlib.Vector.normalize",false]],"normalized() (mathlib.vector method)":[[113,"mathlib.Vector.normalized",false]],"noscale (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.NOSCALE",false]],"noshadow (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NOSHADOW",false]],"noshadowdepth (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NOSHADOWDEPTH",false]],"noshadows (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NOSHADOWS",false]],"noshadows (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.NOSHADOWS",false]],"not_carried (weapons.constants.weaponstate attribute)":[[168,"weapons.constants.WeaponState.NOT_CARRIED",false]],"not_connected (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.NOT_CONNECTED",false]],"not_found (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.NOT_FOUND",false]],"not_moveable (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.NOT_MOVEABLE",false]],"not_solid (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.NOT_SOLID",false]],"not_standable (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.NOT_STANDABLE",false]],"notarget (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.NOTARGET",false]],"notify (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.NOTIFY",false]],"notify (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NOTIFY",false]],"notify (messages.huddestination attribute)":[[123,"messages.HudDestination.NOTIFY",false]],"notify() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.notify",false]],"noweaponmanager (class in weapons.default)":[[169,"weapons.default.NoWeaponManager",false]],"npc (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.NPC",false]],"npc (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.NPC",false]],"npc_actor (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.NPC_ACTOR",false]],"npc_scripted (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.NPC_SCRIPTED",false]],"npc_solid (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.NPC_SOLID",false]],"npc_world_static (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.NPC_WORLD_STATIC",false]],"null_matrix (in module mathlib)":[[113,"mathlib.NULL_MATRIX",false]],"null_qangle (in module mathlib)":[[113,"mathlib.NULL_QANGLE",false]],"null_quaternion (in module mathlib)":[[113,"mathlib.NULL_QUATERNION",false]],"null_radianeuler (in module mathlib)":[[113,"mathlib.NULL_RADIANEULER",false]],"null_vector (in module mathlib)":[[113,"mathlib.NULL_VECTOR",false]],"num_bits_left (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.num_bits_left",false]],"num_bits_left (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.num_bits_left",false]],"num_bits_read (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.num_bits_read",false]],"num_bits_written (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.num_bits_written",false]],"num_bytes_left (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.num_bytes_left",false]],"num_bytes_left (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.num_bytes_left",false]],"num_bytes_read (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.num_bytes_read",false]],"num_bytes_written (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.num_bytes_written",false]],"num_classes (engines.server.server property)":[[73,"engines.server.Server.num_classes",false]],"num_clients (engines.server.server property)":[[73,"engines.server.Server.num_clients",false]],"num_fake_clients (engines.server.server property)":[[73,"engines.server.Server.num_fake_clients",false]],"num_players (engines.server.server property)":[[73,"engines.server.Server.num_players",false]],"num_proxies (engines.server.server property)":[[73,"engines.server.Server.num_proxies",false]],"num_types (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.NUM_TYPES",false]],"nvg (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.NVG",false]],"nvgs (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.NVGS",false]],"obb (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.OBB",false]],"obb_yaw (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.OBB_YAW",false]],"object (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.OBJECT",false]],"observer (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.OBSERVER",false]],"observer_mode (_players.playermixin property)":[[132,"players.PlayerMixin.observer_mode",false]],"observer_target (_players.playermixin property)":[[132,"players.PlayerMixin.observer_target",false]],"observermode (class in players.constants)":[[134,"players.constants.ObserverMode",false]],"offset (entities.datamaps.entityproperty property)":[[80,"entities.datamaps.EntityProperty.offset",false]],"offset (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.offset",false]],"offset (entities.props.sendprop property)":[[89,"entities.props.SendProp.offset",false]],"offset (memory.helpers.key attribute)":[[115,"memory.helpers.Key.OFFSET",false]],"olive (in module colors)":[[34,"colors.OLIVE",false]],"on_automatically_created() (entities.dictionary.syncedentitydictionary method)":[[81,"entities.dictionary.SyncedEntityDictionary.on_automatically_created",false]],"on_automatically_removed() (entities.dictionary.entitydictionary method)":[[81,"entities.dictionary.EntityDictionary.on_automatically_removed",false]],"on_dealloc() (memory.manager.customtype method)":[[117,"memory.manager.CustomType.on_dealloc",false]],"on_player_bumping_weapon() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.on_player_bumping_weapon",false]],"on_player_carrying_restricted_weapon() (weapons.restrictions.weaponrestrictionhandler static method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.on_player_carrying_restricted_weapon",false]],"on_player_purchasing_weapon() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.on_player_purchasing_weapon",false]],"on_player_restriction_added() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.on_player_restriction_added",false]],"on_team_restriction_added() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.on_team_restriction_added",false]],"onbuttonstatechanged (class in listeners)":[[110,"listeners.OnButtonStateChanged",false]],"onclientactive (class in listeners)":[[110,"listeners.OnClientActive",false]],"onclientconnect (class in listeners)":[[110,"listeners.OnClientConnect",false]],"onclientdisconnect (class in listeners)":[[110,"listeners.OnClientDisconnect",false]],"onclientfullyconnect (class in listeners)":[[110,"listeners.OnClientFullyConnect",false]],"onclientputinserver (class in listeners)":[[110,"listeners.OnClientPutInServer",false]],"onclientsettingschanged (class in listeners)":[[110,"listeners.OnClientSettingsChanged",false]],"oncombinerprecache (class in listeners)":[[110,"listeners.OnCombinerPreCache",false]],"onconvarchanged (class in listeners)":[[110,"listeners.OnConVarChanged",false]],"ondataloaded (class in listeners)":[[110,"listeners.OnDataLoaded",false]],"ondataunloaded (class in listeners)":[[110,"listeners.OnDataUnloaded",false]],"onedictallocated (class in listeners)":[[110,"listeners.OnEdictAllocated",false]],"onedictfreed (class in listeners)":[[110,"listeners.OnEdictFreed",false]],"onentitycollision (class in listeners)":[[110,"listeners.OnEntityCollision",false]],"onentitycreated (class in listeners)":[[110,"listeners.OnEntityCreated",false]],"onentitydeleted (class in listeners)":[[110,"listeners.OnEntityDeleted",false]],"onentityoutput (class in listeners)":[[110,"listeners.OnEntityOutput",false]],"onentityoutputlistenermanager (class in listeners)":[[110,"listeners.OnEntityOutputListenerManager",false]],"onentityprespawned (class in listeners)":[[110,"listeners.OnEntityPreSpawned",false]],"onentityspawned (class in listeners)":[[110,"listeners.OnEntitySpawned",false]],"onentitytransmit (class in listeners)":[[110,"listeners.OnEntityTransmit",false]],"onfire (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.ONFIRE",false]],"onground (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.ONGROUND",false]],"onlevelend (class in listeners)":[[110,"listeners.OnLevelEnd",false]],"onlevelinit (class in listeners)":[[110,"listeners.OnLevelInit",false]],"onlevelshutdown (class in listeners)":[[110,"listeners.OnLevelShutdown",false]],"onnetworkedentitycreated (class in listeners)":[[110,"listeners.OnNetworkedEntityCreated",false]],"onnetworkedentitydeleted (class in listeners)":[[110,"listeners.OnNetworkedEntityDeleted",false]],"onnetworkedentityprespawned (class in listeners)":[[110,"listeners.OnNetworkedEntityPreSpawned",false]],"onnetworkedentityspawned (class in listeners)":[[110,"listeners.OnNetworkedEntitySpawned",false]],"onnetworkidvalidated (class in listeners)":[[110,"listeners.OnNetworkidValidated",false]],"onplayercollision (class in listeners)":[[110,"listeners.OnPlayerCollision",false]],"onplayerpostruncommand (class in listeners)":[[110,"listeners.OnPlayerPostRunCommand",false]],"onplayerruncommand (class in listeners)":[[110,"listeners.OnPlayerRunCommand",false]],"onplayertransmit (class in listeners)":[[110,"listeners.OnPlayerTransmit",false]],"onpluginloaded (class in listeners)":[[110,"listeners.OnPluginLoaded",false]],"onpluginloading (class in listeners)":[[110,"listeners.OnPluginLoading",false]],"onpluginunloaded (class in listeners)":[[110,"listeners.OnPluginUnloaded",false]],"onpluginunloading (class in listeners)":[[110,"listeners.OnPluginUnloading",false]],"onquerycvarvaluefinished (class in listeners)":[[110,"listeners.OnQueryCvarValueFinished",false]],"onserveractivate (class in listeners)":[[110,"listeners.OnServerActivate",false]],"onserveroutput (class in listeners)":[[110,"listeners.OnServerOutput",false]],"ontick (class in listeners)":[[110,"listeners.OnTick",false]],"ontrain (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.ONTRAIN",false]],"onversionupdate (class in listeners)":[[110,"listeners.OnVersionUpdate",false]],"opaque (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.OPAQUE",false]],"opaque (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.OPAQUE",false]],"opaque_and_npcs (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.OPAQUE_AND_NPCS",false]],"open() (filesystem.sourcefile static method)":[[98,"filesystem.SourceFile.open",false]],"optimized_datamap (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.optimized_datamap",false]],"options (auth.base.backend attribute)":[[30,"auth.base.Backend.options",false]],"options (studio.sequenceevent property)":[[161,"studio.SequenceEvent.options",false]],"orange (in module colors)":[[34,"colors.ORANGE",false]],"origin (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.ORIGIN",false]],"origin (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.origin",false]],"origin (players.playerinfo property)":[[131,"players.PlayerInfo.origin",false]],"original_loops (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.original_loops",false]],"out (messages.fadeflags attribute)":[[123,"messages.FadeFlags.OUT",false]],"outgoing (net_channel.netflow attribute)":[[128,"net_channel.NetFlow.OUTGOING",false]],"output (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.OUTPUT",false]],"output_debug_info() (physics.physicsobject method)":[[130,"physics.PhysicsObject.output_debug_info",false]],"output_index (entities.datamaps.inputdata property)":[[80,"entities.datamaps.InputData.output_index",false]],"outputreturn (class in core)":[[50,"core.OutputReturn",false]],"outputs (entities.entity.entity attribute)":[[85,"entities.entity.Entity.outputs",false]],"override (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.OVERRIDE",false]],"override_count (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.override_count",false]],"override_field (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.override_field",false]],"owner (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.owner",false]],"owner (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.owner",false]],"owner (entities.entity.entity property)":[[85,"entities.entity.Entity.owner",false]],"owner_handle (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.owner_handle",false]],"owner_handle (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.owner_handle",false]],"p228 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.P228",false]],"p2p_super_seeder (steam.accounttype attribute)":[[158,"steam.AccountType.P2P_SUPER_SEEDER",false]],"p90 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.P90",false]],"package_dir (autodoc.sphinxproject property)":[[32,"autodoc.SphinxProject.package_dir",false]],"package_exists() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.package_exists",false]],"packages_path (in module paths)":[[129,"paths.PACKAGES_PATH",false]],"packed_offset (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.packed_offset",false]],"packed_offsets_computed (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.packed_offsets_computed",false]],"packed_size (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.packed_size",false]],"pagedescmenu (class in menus.esc)":[[120,"menus.esc.PagedESCMenu",false]],"pagedescoption (class in menus.esc)":[[120,"menus.esc.PagedESCOption",false]],"pagedmenu (in module menus)":[[118,"menus.PagedMenu",false]],"pagedoption (in module menus)":[[118,"menus.PagedOption",false]],"pagedradiomenu (class in menus.radio)":[[122,"menus.radio.PagedRadioMenu",false]],"pagedradiooption (class in menus.radio)":[[122,"menus.radio.PagedRadioOption",false]],"paralyze (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.PARALYZE",false]],"parameter (entities.eventaction property)":[[76,"entities.EventAction.parameter",false]],"parent (entities.entity.entity property)":[[85,"entities.entity.Entity.parent",false]],"parent (studio.modelbone property)":[[161,"studio.ModelBone.parent",false]],"parent_animates (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.PARENT_ANIMATES",false]],"parent_array_prop_name (entities.props.sendprop property)":[[89,"entities.props.SendProp.parent_array_prop_name",false]],"parent_class (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.parent_class",false]],"parent_inthandle (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.parent_inthandle",false]],"parent_name (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.parent_name",false]],"parentpermissiondict (class in auth.manager)":[[31,"auth.manager.ParentPermissionDict",false]],"parentpermissions (class in auth.manager)":[[31,"auth.manager.ParentPermissions",false]],"parse (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.parse",false]],"parse() (steam.steamid static method)":[[158,"steam.SteamID.parse",false]],"parse_command() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.parse_command",false]],"parse_data() (in module memory.helpers)":[[115,"memory.helpers.parse_data",false]],"parse_filter() (in module filters.players)":[[102,"filters.players.parse_filter",false]],"parse_weapon_constants() (weapons.instance.weaponclass static method)":[[175,"weapons.instance.WeaponClass.parse_weapon_constants",false]],"parser (commands.typed.typedclientcommand attribute)":[[44,"commands.typed.TypedClientCommand.parser",false]],"parser (commands.typed.typedsaycommand attribute)":[[44,"commands.typed.TypedSayCommand.parser",false]],"parser (commands.typed.typedservercommand attribute)":[[44,"commands.typed.TypedServerCommand.parser",false]],"partialground (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.PARTIALGROUND",false]],"passable_door (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PASSABLE_DOOR",false]],"password (engines.server.server property)":[[73,"engines.server.Server.password",false]],"paths":[[129,"module-paths",false]],"pause() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.pause",false]],"paused (engines.server.server property)":[[73,"engines.server.Server.paused",false]],"paused (listeners.tick.repeatstatus attribute)":[[111,"listeners.tick.RepeatStatus.PAUSED",false]],"peak (studio.hierarchy property)":[[161,"studio.Hierarchy.peak",false]],"peek_ubit_long() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.peek_ubit_long",false]],"pending (steam.accounttype attribute)":[[158,"steam.AccountType.PENDING",false]],"penetrated (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.penetrated",false]],"penetration (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.penetration",false]],"perfect (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.PERFECT",false]],"permission_added() (auth.base.backend method)":[[30,"auth.base.Backend.permission_added",false]],"permission_removed() (auth.base.backend method)":[[30,"auth.base.Backend.permission_removed",false]],"permissionbase (class in auth.manager)":[[31,"auth.manager.PermissionBase",false]],"phys_damage_scale (_players.playermixin property)":[[132,"players.PlayerMixin.phys_damage_scale",false]],"physgun (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.PHYSGUN",false]],"physics":[[130,"module-physics",false]],"physics (class in physics)":[[130,"physics.Physics",false]],"physics_bone (studio.modelbone property)":[[161,"studio.ModelBone.physics_bone",false]],"physics_object (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.physics_object",false]],"physicsbone (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.physicsbone",false]],"physicsenvironment (class in physics)":[[130,"physics.PhysicsEnvironment",false]],"physicsobject (class in physics)":[[130,"physics.PhysicsObject",false]],"pipe_function() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.pipe_function",false]],"pistol (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.PISTOL",false]],"pitch (class in engines.sound)":[[74,"engines.sound.Pitch",false]],"place (_players.playermixin property)":[[132,"players.PlayerMixin.place",false]],"plane (class in mathlib)":[[113,"mathlib.Plane",false]],"plane (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.plane",false]],"plasma (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.PLASMA",false]],"player (class in players.engines.bms)":[[137,"players.engines.bms.Player",false]],"player (class in players.engines.l4d2)":[[139,"players.engines.l4d2.Player",false]],"player (class in players.engines.orangebox)":[[140,"players.engines.orangebox.Player",false]],"player (class in players.engines.orangebox.cstrike)":[[141,"players.engines.orangebox.cstrike.Player",false]],"player (class in players.entity)":[[142,"players.entity.Player",false]],"player (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PLAYER",false]],"player_animation_extension (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.player_animation_extension",false]],"player_class (_players.playermixin property)":[[132,"players.PlayerMixin.player_class",false]],"player_movement (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PLAYER_MOVEMENT",false]],"player_solid (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.PLAYER_SOLID",false]],"player_solid_brush_only (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.PLAYER_SOLID_BRUSH_ONLY",false]],"player_state (_players.playermixin property)":[[132,"players.PlayerMixin.player_state",false]],"playeranimation (class in players.constants)":[[134,"players.constants.PlayerAnimation",false]],"playerbuttons (class in players.constants)":[[134,"players.constants.PlayerButtons",false]],"playerclip (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.PLAYERCLIP",false]],"playerdead (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.PLAYERDEAD",false]],"playerdictionary (class in players.dictionary)":[[135,"players.dictionary.PlayerDictionary",false]],"playergenerator (class in players)":[[131,"players.PlayerGenerator",false]],"playerinfo (class in players)":[[131,"players.PlayerInfo",false]],"playerinfo_from_baseentity() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_baseentity",false]],"playerinfo_from_basehandle() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_basehandle",false]],"playerinfo_from_edict() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_edict",false]],"playerinfo_from_index() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_index",false]],"playerinfo_from_inthandle() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_inthandle",false]],"playerinfo_from_pointer() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_pointer",false]],"playerinfo_from_userid() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_userid",false]],"playeriter (class in filters.players)":[[102,"filters.players.PlayerIter",false]],"playermixin (class in _players)":[[132,"players.PlayerMixin",false]],"playerpermissiondict (class in auth.manager)":[[31,"auth.manager.PlayerPermissionDict",false]],"playerpermissions (class in auth.manager)":[[31,"auth.manager.PlayerPermissions",false]],"players":[[131,"module-players",false]],"players._base":[[132,"module-players._base",false]],"players.bots":[[133,"module-players.bots",false]],"players.constants":[[134,"module-players.constants",false]],"players.dictionary":[[135,"module-players.dictionary",false]],"players.engines":[[136,"module-players.engines",false]],"players.engines.bms":[[137,"module-players.engines.bms",false]],"players.engines.l4d2":[[139,"module-players.engines.l4d2",false]],"players.engines.orangebox":[[140,"module-players.engines.orangebox",false]],"players.engines.orangebox.cstrike":[[141,"module-players.engines.orangebox.cstrike",false]],"players.entity":[[142,"module-players.entity",false]],"players.helpers":[[143,"module-players.helpers",false]],"players.teams":[[144,"module-players.teams",false]],"players.voice":[[145,"module-players.voice",false]],"playersettings (class in settings.player)":[[154,"settings.player.PlayerSettings",false]],"playerstates (class in players.constants)":[[134,"players.constants.PlayerStates",false]],"plugin (class in plugins.instance)":[[149,"plugins.instance.Plugin",false]],"plugin_data_path (in module paths)":[[129,"paths.PLUGIN_DATA_PATH",false]],"plugin_docs_path (in module paths)":[[129,"paths.PLUGIN_DOCS_PATH",false]],"plugin_exists() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.plugin_exists",false]],"plugin_path (in module paths)":[[129,"paths.PLUGIN_PATH",false]],"plugininfo (class in plugins.info)":[[148,"plugins.info.PluginInfo",false]],"pluginmanager (class in plugins.manager)":[[150,"plugins.manager.PluginManager",false]],"plugins":[[146,"module-plugins",false]],"plugins (plugins.manager.pluginmanager property)":[[150,"plugins.manager.PluginManager.plugins",false]],"plugins.command":[[147,"module-plugins.command",false]],"plugins.info":[[148,"module-plugins.info",false]],"plugins.instance":[[149,"module-plugins.instance",false]],"plugins.manager":[[150,"module-plugins.manager",false]],"plugins_directory (plugins.manager.pluginmanager property)":[[150,"plugins.manager.PluginManager.plugins_directory",false]],"pointer (class in memory)":[[114,"memory.Pointer",false]],"pointer (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.pointer",false]],"pointer (memory.datatype attribute)":[[114,"memory.DataType.POINTER",false]],"pointer (memory.helpers.type attribute)":[[115,"memory.helpers.Type.POINTER",false]],"pointer_attribute() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.pointer_attribute",false]],"pointer_from_baseentity() (in module entities.helpers)":[[87,"entities.helpers.pointer_from_baseentity",false]],"pointer_from_basehandle() (in module entities.helpers)":[[87,"entities.helpers.pointer_from_basehandle",false]],"pointer_from_edict() (in module entities.helpers)":[[87,"entities.helpers.pointer_from_edict",false]],"pointer_from_index() (in module entities.helpers)":[[87,"entities.helpers.pointer_from_index",false]],"pointer_from_inthandle() (in module entities.helpers)":[[87,"entities.helpers.pointer_from_inthandle",false]],"pointer_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.pointer_from_playerinfo",false]],"pointer_from_userid() (in module players.helpers)":[[143,"players.helpers.pointer_from_userid",false]],"poison (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.POISON",false]],"polygon() (in module effects)":[[66,"effects.polygon",false]],"poor (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.POOR",false]],"pose (studio.sequence property)":[[161,"studio.Sequence.pose",false]],"position (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.position",false]],"position (mathlib.matrix3x4 property)":[[113,"mathlib.Matrix3x4.position",false]],"position (physics.physicsobject property)":[[130,"physics.PhysicsObject.position",false]],"position (studio.modelbone property)":[[161,"studio.ModelBone.position",false]],"position (studio.movement property)":[[161,"studio.Movement.position",false]],"position (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.position",false]],"position_scale (studio.modelbone property)":[[161,"studio.ModelBone.position_scale",false]],"position_to_bone (studio.modelbone property)":[[161,"studio.ModelBone.position_to_bone",false]],"position_vector (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.POSITION_VECTOR",false]],"post (memory.hooks.hooktype attribute)":[[116,"memory.hooks.HookType.POST",false]],"posthook (class in memory.hooks)":[[116,"memory.hooks.PostHook",false]],"pre (memory.hooks.hooktype attribute)":[[116,"memory.hooks.HookType.PRE",false]],"pre_event_manager (in module events.hooks)":[[93,"events.hooks.pre_event_manager",false]],"precache() (effects.base.basetempentity method)":[[67,"effects.base.BaseTempEntity.precache",false]],"precache() (engines.sound.sound method)":[[74,"engines.sound.Sound.precache",false]],"precache() (engines.sound.streamsound method)":[[74,"engines.sound.StreamSound.precache",false]],"precache_table (engines.precache.decal attribute)":[[72,"engines.precache.Decal.precache_table",false]],"precache_table (engines.precache.generic attribute)":[[72,"engines.precache.Generic.precache_table",false]],"precache_table (engines.precache.model attribute)":[[72,"engines.precache.Model.precache_table",false]],"preevent() (in module events.hooks)":[[93,"events.hooks.PreEvent",false]],"prefix (plugins.command.subcommandmanager property)":[[147,"plugins.command.SubCommandManager.prefix",false]],"prefix (settings.types.settingstype attribute)":[[156,"settings.types.SettingsType.prefix",false]],"prehook (class in memory.hooks)":[[116,"memory.hooks.PreHook",false]],"pressed (listeners.buttonstatus attribute)":[[110,"listeners.ButtonStatus.PRESSED",false]],"prevent (entities.collisions.collisionmode attribute)":[[78,"entities.collisions.CollisionMode.PREVENT",false]],"prevent (entities.transmit.transmitmode attribute)":[[90,"entities.transmit.TransmitMode.PREVENT",false]],"prevent_physics_force (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.PREVENT_PHYSICS_FORCE",false]],"previous_price (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.previous_price",false]],"price (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.price",false]],"primary (weapons.constants.weaponslot attribute)":[[168,"weapons.constants.WeaponSlot.PRIMARY",false]],"primary_ammo_count (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.primary_ammo_count",false]],"primary_ammo_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.primary_ammo_icon",false]],"primary_ammo_name (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.primary_ammo_name",false]],"primary_ammo_type (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.primary_ammo_type",false]],"print_credits() (core.command.corecommandmanager method)":[[52,"core.command.CoreCommandManager.print_credits",false]],"print_name (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.print_name",false]],"print_plugins() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.print_plugins",false]],"printableonly (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.PRINTABLEONLY",false]],"priority (entities.props.sendprop property)":[[89,"entities.props.SendProp.priority",false]],"private (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.PRIVATE",false]],"procedural_type (studio.modelbone property)":[[161,"studio.ModelBone.procedural_type",false]],"process() (net_channel.netmessage method)":[[128,"net_channel.NetMessage.process",false]],"processorregister (class in memory)":[[114,"memory.ProcessorRegister",false]],"project_build_dir (autodoc.sphinxproject property)":[[32,"autodoc.SphinxProject.project_build_dir",false]],"project_dir (autodoc.sphinxproject property)":[[32,"autodoc.SphinxProject.project_dir",false]],"project_exists() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.project_exists",false]],"project_source_dir (autodoc.sphinxproject property)":[[32,"autodoc.SphinxProject.project_source_dir",false]],"projectile (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PROJECTILE",false]],"prop_type (entities.datamaps.entityproperty property)":[[80,"entities.datamaps.EntityProperty.prop_type",false]],"properties (effects.templates.tempentitytemplate property)":[[69,"effects.templates.TempEntityTemplate.properties",false]],"properties (entities.entity.entity attribute)":[[85,"entities.entity.Entity.properties",false]],"props (entities.props.sendtable property)":[[89,"entities.props.SendTable.props",false]],"props_encoded_against_tick_count (entities.props.sendtable property)":[[89,"entities.props.SendTable.props_encoded_against_tick_count",false]],"protect() (memory.pointer method)":[[114,"memory.Pointer.protect",false]],"protected (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.PROTECTED",false]],"protected (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.PROTECTED",false]],"protobuf() (messages.base.fade method)":[[124,"messages.base.Fade.protobuf",false]],"protobuf() (messages.base.hinttext method)":[[124,"messages.base.HintText.protobuf",false]],"protobuf() (messages.base.hudmsg method)":[[124,"messages.base.HudMsg.protobuf",false]],"protobuf() (messages.base.keyhinttext method)":[[124,"messages.base.KeyHintText.protobuf",false]],"protobuf() (messages.base.resethud method)":[[124,"messages.base.ResetHUD.protobuf",false]],"protobuf() (messages.base.saytext method)":[[124,"messages.base.SayText.protobuf",false]],"protobuf() (messages.base.saytext2 method)":[[124,"messages.base.SayText2.protobuf",false]],"protobuf() (messages.base.shake method)":[[124,"messages.base.Shake.protobuf",false]],"protobuf() (messages.base.showmenu method)":[[124,"messages.base.ShowMenu.protobuf",false]],"protobuf() (messages.base.textmsg method)":[[124,"messages.base.TextMsg.protobuf",false]],"protobuf() (messages.base.usermessagecreator method)":[[124,"messages.base.UserMessageCreator.protobuf",false]],"protobuf() (messages.base.vguimenu method)":[[124,"messages.base.VGUIMenu.protobuf",false]],"protobuf() (messages.fade method)":[[123,"messages.Fade.protobuf",false]],"protobuf() (messages.hinttext method)":[[123,"messages.HintText.protobuf",false]],"protobuf() (messages.hudmsg method)":[[123,"messages.HudMsg.protobuf",false]],"protobuf() (messages.keyhinttext method)":[[123,"messages.KeyHintText.protobuf",false]],"protobuf() (messages.resethud method)":[[123,"messages.ResetHUD.protobuf",false]],"protobuf() (messages.saytext method)":[[123,"messages.SayText.protobuf",false]],"protobuf() (messages.saytext2 method)":[[123,"messages.SayText2.protobuf",false]],"protobuf() (messages.shake method)":[[123,"messages.Shake.protobuf",false]],"protobuf() (messages.showmenu method)":[[123,"messages.ShowMenu.protobuf",false]],"protobuf() (messages.textmsg method)":[[123,"messages.TextMsg.protobuf",false]],"protobuf() (messages.usermessagecreator method)":[[123,"messages.UserMessageCreator.protobuf",false]],"protobuf() (messages.vguimenu method)":[[123,"messages.VGUIMenu.protobuf",false]],"proxy_always_yes (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.PROXY_ALWAYS_YES",false]],"proxy_function (entities.props.sendprop property)":[[89,"entities.props.SendProp.proxy_function",false]],"ptr (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.PTR",false]],"ptr (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.PTR",false]],"public":[[151,"module-public",false]],"public (steam.universe attribute)":[[158,"steam.Universe.PUBLIC",false]],"public() (in module public)":[[151,"public.public",false]],"publicconvar (class in cvars.public)":[[64,"cvars.public.PublicConVar",false]],"pulse_fast (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.PULSE_FAST",false]],"pulse_fast_wide (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.PULSE_FAST_WIDE",false]],"pulse_fast_wider (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.PULSE_FAST_WIDER",false]],"pulse_slow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.PULSE_SLOW",false]],"pulse_slow_wide (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.PULSE_SLOW_WIDE",false]],"purge (messages.fadeflags attribute)":[[123,"messages.FadeFlags.PURGE",false]],"purple (in module colors)":[[34,"colors.PURPLE",false]],"push (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.PUSH",false]],"pushaway (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PUSHAWAY",false]],"pvs_info (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.pvs_info",false]],"pvs_size (entities.checktransmitinfo property)":[[76,"entities.CheckTransmitInfo.pvs_size",false]],"pz_clip (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PZ_CLIP",false]],"qangle (class in mathlib)":[[113,"mathlib.QAngle",false]],"quaternion (class in mathlib)":[[113,"mathlib.Quaternion",false]],"quaternion (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.QUATERNION",false]],"quaternion (studio.modelbone property)":[[161,"studio.ModelBone.quaternion",false]],"querycvarstatus (class in engines.server)":[[73,"engines.server.QueryCvarStatus",false]],"queue_command_string() (in module engines.server)":[[73,"engines.server.queue_command_string",false]],"queue_server_command() (in module engines.server)":[[73,"engines.server.queue_server_command",false]],"quickstart() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.quickstart",false]],"r (colors.color property)":[[34,"colors.Color.r",false]],"radar (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.RADAR",false]],"radianeuler (class in mathlib)":[[113,"mathlib.RadianEuler",false]],"radiant_euler (studio.modelbone property)":[[161,"studio.ModelBone.radiant_euler",false]],"radiant_euler_scale (studio.modelbone property)":[[161,"studio.ModelBone.radiant_euler_scale",false]],"radiation (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.RADIATION",false]],"radius (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.radius",false]],"ragdoll (_players.playermixin property)":[[132,"players.PlayerMixin.ragdoll",false]],"ragdoll (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.RAGDOLL",false]],"random() (mathlib.qangle method)":[[113,"mathlib.QAngle.random",false]],"random() (mathlib.vector method)":[[113,"mathlib.Vector.random",false]],"random_seed (players.bots.botcmd property)":[[133,"players.bots.BotCmd.random_seed",false]],"random_seed (players.usercmd property)":[[131,"players.UserCmd.random_seed",false]],"range (entities.datamaps.interval property)":[[80,"entities.datamaps.Interval.range",false]],"range (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.range",false]],"range_modifier (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.range_modifier",false]],"ray (class in engines.trace)":[[75,"engines.trace.Ray",false]],"re_valid_plugin (plugins.manager.pluginmanager attribute)":[[150,"plugins.manager.PluginManager.RE_VALID_PLUGIN",false]],"read() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.read",false]],"read() (messages.impl.usermessageimpl class method)":[[127,"messages.impl.UserMessageImpl.read",false]],"read_bit_angle() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_angle",false]],"read_bit_angles() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_angles",false]],"read_bit_coord() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_coord",false]],"read_bit_coord_mp() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_coord_mp",false]],"read_bit_float() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_float",false]],"read_bit_normal() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_normal",false]],"read_bit_vec3_coord() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_vec3_coord",false]],"read_bit_vec3_normal() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_vec3_normal",false]],"read_bitbuffer() (messages.impl.saytext2impl static method)":[[127,"messages.impl.SayText2Impl.read_bitbuffer",false]],"read_bitbuffer() (messages.impl.showmenuimpl static method)":[[127,"messages.impl.ShowMenuImpl.read_bitbuffer",false]],"read_bitbuffer() (messages.impl.usermessageimpl static method)":[[127,"messages.impl.UserMessageImpl.read_bitbuffer",false]],"read_bitbuffer() (messages.impl.vguimenuimpl static method)":[[127,"messages.impl.VGUIMenuImpl.read_bitbuffer",false]],"read_byte() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_byte",false]],"read_char() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_char",false]],"read_float() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_float",false]],"read_from_buffer() (net_channel.netmessage method)":[[128,"net_channel.NetMessage.read_from_buffer",false]],"read_long() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_long",false]],"read_long_long() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_long_long",false]],"read_one_bit() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_one_bit",false]],"read_protobuf() (messages.impl.saytext2impl static method)":[[127,"messages.impl.SayText2Impl.read_protobuf",false]],"read_protobuf() (messages.impl.showmenuimpl static method)":[[127,"messages.impl.ShowMenuImpl.read_protobuf",false]],"read_protobuf() (messages.impl.usermessageimpl static method)":[[127,"messages.impl.UserMessageImpl.read_protobuf",false]],"read_protobuf() (messages.impl.vguimenuimpl static method)":[[127,"messages.impl.VGUIMenuImpl.read_protobuf",false]],"read_sbit_long() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_sbit_long",false]],"read_short() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_short",false]],"read_string() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_string",false]],"read_ubit_long() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_ubit_long",false]],"read_ubit_var() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_ubit_var",false]],"read_word() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_word",false]],"readable() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.readable",false]],"readline() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.readline",false]],"readlines() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.readlines",false]],"realloc() (memory.pointer method)":[[114,"memory.Pointer.realloc",false]],"recheck_collision_filter() (physics.physicsobject method)":[[130,"physics.PhysicsObject.recheck_collision_filter",false]],"recheck_contact_points() (physics.physicsobject method)":[[130,"physics.PhysicsObject.recheck_contact_points",false]],"recipientfilter (class in filters.recipients)":[[103,"filters.recipients.RecipientFilter",false]],"recipients (messages.usermessage property)":[[123,"messages.UserMessage.recipients",false]],"recoil (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.recoil",false]],"recovery_time_crouch (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.recovery_time_crouch",false]],"recovery_time_stand (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.recovery_time_stand",false]],"recursive_copy() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.recursive_copy",false]],"red (effects.bloodcolor attribute)":[[66,"effects.BloodColor.RED",false]],"red (in module colors)":[[34,"colors.RED",false]],"reduce() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.reduce",false]],"register (class in memory)":[[114,"memory.Register",false]],"register_base() (cvars._cvar method)":[[62,"cvars._Cvar.register_base",false]],"register_client_command_filter() (in module commands.client)":[[37,"commands.client.register_client_command_filter",false]],"register_convention() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.register_convention",false]],"register_converter() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.register_converter",false]],"register_hook() (entities.collisions.collisionmanager method)":[[78,"entities.collisions.CollisionManager.register_hook",false]],"register_hook() (entities.transmit.transmitmanager method)":[[90,"entities.transmit.TransmitManager.register_hook",false]],"register_listener() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.register_listener",false]],"register_say_filter() (in module commands.say)":[[42,"commands.say.register_say_filter",false]],"registers (class in memory)":[[114,"memory.Registers",false]],"registers (memory.stackdata property)":[[114,"memory.StackData.registers",false]],"relationship (_players.playermixin property)":[[132,"players.PlayerMixin.relationship",false]],"relative (players.constants.fixangle attribute)":[[134,"players.constants.FixAngle.RELATIVE",false]],"release() (entities.servernetworkable method)":[[76,"entities.ServerNetworkable.release",false]],"release() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.release",false]],"released (listeners.buttonstatus attribute)":[[110,"listeners.ButtonStatus.RELEASED",false]],"reliable (events.gameeventdescriptor property)":[[91,"events.GameEventDescriptor.reliable",false]],"reliable (messages.base.saytext attribute)":[[124,"messages.base.SayText.reliable",false]],"reliable (messages.base.saytext2 attribute)":[[124,"messages.base.SayText2.reliable",false]],"reliable (messages.base.textmsg attribute)":[[124,"messages.base.TextMsg.reliable",false]],"reliable (messages.base.usermessagecreator attribute)":[[124,"messages.base.UserMessageCreator.reliable",false]],"reliable (messages.saytext attribute)":[[123,"messages.SayText.reliable",false]],"reliable (messages.saytext2 attribute)":[[123,"messages.SayText2.reliable",false]],"reliable (messages.textmsg attribute)":[[123,"messages.TextMsg.reliable",false]],"reliable (messages.usermessagecreator attribute)":[[123,"messages.UserMessageCreator.reliable",false]],"reliable (net_channel.netmessage property)":[[128,"net_channel.NetMessage.reliable",false]],"reload (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.RELOAD",false]],"reload (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.RELOAD",false]],"reload (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.RELOAD",false]],"reload() (plugins.instance.plugin method)":[[149,"plugins.instance.Plugin.reload",false]],"reload() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.reload",false]],"reload_npc (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.RELOAD_NPC",false]],"reload_npc_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.reload_npc_sound",false]],"reload_plugin() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.reload_plugin",false]],"reload_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.reload_sound",false]],"remove() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.remove",false]],"remove() (entities.collisions.collisionset method)":[[78,"entities.collisions.CollisionSet.remove",false]],"remove() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.remove",false]],"remove() (entities.transmit.transmitset method)":[[90,"entities.transmit.TransmitSet.remove",false]],"remove() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.remove",false]],"remove_all_items() (players.bots.botcontroller method)":[[133,"players.bots.BotController.remove_all_items",false]],"remove_callback() (commands.client.clientcommanddispatcher method)":[[37,"commands.client.ClientCommandDispatcher.remove_callback",false]],"remove_callback() (commands.say.saycommanddispatcher method)":[[42,"commands.say.SayCommandDispatcher.remove_callback",false]],"remove_callback() (commands.server.servercommanddispatcher method)":[[43,"commands.server.ServerCommandDispatcher.remove_callback",false]],"remove_command() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.remove_command",false]],"remove_directory() (stringtables.downloads.downloadables method)":[[160,"stringtables.downloads.Downloadables.remove_directory",false]],"remove_entities_listener() (in module __init__)":[[157,"init__.remove_entities_listener",false]],"remove_entity_listener() (entities.globalentitylist method)":[[76,"entities.GlobalEntityList.remove_entity_listener",false]],"remove_flags() (commands.concommandbase method)":[[35,"commands.ConCommandBase.remove_flags",false]],"remove_hook() (effects.templates.tempentitytemplate method)":[[69,"effects.templates.TempEntityTemplate.remove_hook",false]],"remove_hook() (memory.function method)":[[114,"memory.Function.remove_hook",false]],"remove_option() (settings.types.stringsetting method)":[[156,"settings.types.StringSetting.remove_option",false]],"remove_pair() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.remove_pair",false]],"remove_pair() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.remove_pair",false]],"remove_pairs() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.remove_pairs",false]],"remove_pairs() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.remove_pairs",false]],"remove_parent() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.remove_parent",false]],"remove_player_restrictions() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.remove_player_restrictions",false]],"remove_post_hook() (memory.function method)":[[114,"memory.Function.remove_post_hook",false]],"remove_pre_hook() (memory.function method)":[[114,"memory.Function.remove_pre_hook",false]],"remove_public() (cvars.convar method)":[[62,"cvars.ConVar.remove_public",false]],"remove_sub_key() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.remove_sub_key",false]],"remove_team_restrictions() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.remove_team_restrictions",false]],"removenoragdoll (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.REMOVENORAGDOLL",false]],"render (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.RENDER",false]],"render_color (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.render_color",false]],"render_fx (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.render_fx",false]],"render_mode (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.render_mode",false]],"rendereffects (class in entities.constants)":[[79,"entities.constants.RenderEffects",false]],"rendermode (class in entities.constants)":[[79,"entities.constants.RenderMode",false]],"repeat (class in listeners.tick)":[[111,"listeners.tick.Repeat",false]],"repeat() (entities.entity.entity method)":[[85,"entities.entity.Entity.repeat",false]],"repeatstatus (class in listeners.tick)":[[111,"listeners.tick.RepeatStatus",false]],"replace (engines.sound.channel attribute)":[[74,"engines.sound.Channel.REPLACE",false]],"replicated (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.REPLICATED",false]],"reply() (commands.typed.commandinfo method)":[[44,"commands.typed.CommandInfo.reply",false]],"reported_position (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.reported_position",false]],"request_file() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.request_file",false]],"reset() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.reset",false]],"reset() (events.custom.customevent method)":[[92,"events.custom.CustomEvent.reset",false]],"reset() (players.bots.botcmd method)":[[133,"players.bots.BotCmd.reset",false]],"reset() (players.usercmd method)":[[131,"players.UserCmd.reset",false]],"resethud (class in messages)":[[123,"messages.ResetHUD",false]],"resethud (class in messages.base)":[[124,"messages.base.ResetHUD",false]],"resourcefile (class in events.resource)":[[96,"events.resource.ResourceFile",false]],"respawnable (players.constants.lifestate attribute)":[[134,"players.constants.LifeState.RESPAWNABLE",false]],"rest (studio.bonecontroller property)":[[161,"studio.BoneController.rest",false]],"restart() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.restart",false]],"resume() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.resume",false]],"resync() (entities.dictionary.syncedentitydictionary method)":[[81,"entities.dictionary.SyncedEntityDictionary.resync",false]],"return_address (memory.stackdata property)":[[114,"memory.StackData.return_address",false]],"return_ptr_changed() (memory.callingconvention method)":[[114,"memory.CallingConvention.return_ptr_changed",false]],"return_type (memory.callingconvention property)":[[114,"memory.CallingConvention.return_type",false]],"return_type (memory.function property)":[[114,"memory.Function.return_type",false]],"return_type (memory.functioninfo property)":[[114,"memory.FunctionInfo.return_type",false]],"return_type (memory.helpers.key attribute)":[[115,"memory.helpers.Key.RETURN_TYPE",false]],"revert() (cvars.convar method)":[[62,"cvars.ConVar.revert",false]],"ricochet (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.RICOCHET",false]],"rifle (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.RIFLE",false]],"right (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.RIGHT",false]],"right() (core.table.alignment method)":[[59,"core.table.Alignment.RIGHT",false]],"rightarm (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.RIGHTARM",false]],"rightleg (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.RIGHTLEG",false]],"roaming (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.ROAMING",false]],"root_parent_aligned (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.ROOT_PARENT_ALIGNED",false]],"rotation (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.rotation",false]],"round_down (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.ROUND_DOWN",false]],"round_up (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.ROUND_UP",false]],"rumble_effect (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.rumble_effect",false]],"run (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.RUN",false]],"run_player_move() (players.bots.botcontroller method)":[[133,"players.bots.BotController.run_player_move",false]],"running (listeners.tick.delay property)":[[111,"listeners.tick.Delay.running",false]],"running (listeners.tick.repeatstatus attribute)":[[111,"listeners.tick.RepeatStatus.RUNNING",false]],"save (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.SAVE",false]],"save() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.save",false]],"save_restore (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.save_restore",false]],"save_to_file() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.save_to_file",false]],"say_command_manager (in module commands.say)":[[42,"commands.say.say_command_manager",false]],"say_sub_command() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.say_sub_command",false]],"saycommand (class in commands.say)":[[42,"commands.say.SayCommand",false]],"saycommanddispatcher (class in commands.say)":[[42,"commands.say.SayCommandDispatcher",false]],"saycommandgenerator (class in commands.say)":[[42,"commands.say.SayCommandGenerator",false]],"sayfilter (class in commands.say)":[[42,"commands.say.SayFilter",false]],"saytext (class in messages)":[[123,"messages.SayText",false]],"saytext (class in messages.base)":[[124,"messages.base.SayText",false]],"saytext2 (class in messages)":[[123,"messages.SayText2",false]],"saytext2 (class in messages.base)":[[124,"messages.base.SayText2",false]],"saytext2impl (class in messages.impl)":[[127,"messages.impl.SayText2Impl",false]],"score (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.SCORE",false]],"scout (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.SCOUT",false]],"search_bytes() (memory.pointer method)":[[114,"memory.Pointer.search_bytes",false]],"secondary (weapons.constants.weaponslot attribute)":[[168,"weapons.constants.WeaponSlot.SECONDARY",false]],"secondary_ammo_count (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.secondary_ammo_count",false]],"secondary_ammo_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.secondary_ammo_icon",false]],"secondary_ammo_name (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.secondary_ammo_name",false]],"secondary_ammo_type (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.secondary_ammo_type",false]],"secondary_fire_ammo (weapons.entity.weapon property)":[[174,"weapons.entity.Weapon.secondary_fire_ammo",false]],"secondary_fire_ammoprop (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.secondary_fire_ammoprop",false]],"secondary_fire_clip (weapons.entity.weapon property)":[[174,"weapons.entity.Weapon.secondary_fire_clip",false]],"section() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.section",false]],"section_frames (studio.animation property)":[[161,"studio.Animation.section_frames",false]],"section_offset (studio.animation property)":[[161,"studio.Animation.section_offset",false]],"seek() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.seek",false]],"seek_relative() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.seek_relative",false]],"seek_to_bit() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.seek_to_bit",false]],"seek_to_bit() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.seek_to_bit",false]],"seekable() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.seekable",false]],"seektype (class in filesystem)":[[98,"filesystem.SeekType",false]],"selectonempty (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.SELECTONEMPTY",false]],"send() (messages.base.showmenu method)":[[124,"messages.base.ShowMenu.send",false]],"send() (messages.base.usermessagecreator method)":[[124,"messages.base.UserMessageCreator.send",false]],"send() (messages.showmenu method)":[[123,"messages.ShowMenu.send",false]],"send() (messages.usermessage method)":[[123,"messages.UserMessage.send",false]],"send() (messages.usermessagecreator method)":[[123,"messages.UserMessageCreator.send",false]],"send_data() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.send_data",false]],"send_file() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.send_file",false]],"send_message() (commands.typed.typedclientcommand static method)":[[44,"commands.typed.TypedClientCommand.send_message",false]],"send_message() (commands.typed.typedsaycommand static method)":[[44,"commands.typed.TypedSayCommand.send_message",false]],"send_message() (commands.typed.typedservercommand static method)":[[44,"commands.typed.TypedServerCommand.send_message",false]],"sendprop (class in entities.props)":[[89,"entities.props.SendProp",false]],"sendpropflags (class in entities.props)":[[89,"entities.props.SendPropFlags",false]],"sendproptype (class in entities.props)":[[89,"entities.props.SendPropType",false]],"sendpropvariant (class in entities.props)":[[89,"entities.props.SendPropVariant",false]],"sendproxyrecipients (class in entities.props)":[[89,"entities.props.SendProxyRecipients",false]],"sendtable (class in entities.props)":[[89,"entities.props.SendTable",false]],"sequence (class in studio)":[[161,"studio.Sequence",false]],"sequenceevent (class in studio)":[[161,"studio.SequenceEvent",false]],"serial_number (entities.baseentityhandle property)":[[76,"entities.BaseEntityHandle.serial_number",false]],"server (class in engines.server)":[[73,"engines.server.Server",false]],"server_can_execute (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.SERVER_CAN_EXECUTE",false]],"server_cannot_query (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.SERVER_CANNOT_QUERY",false]],"server_class (effects.base.basetempentity property)":[[67,"effects.base.BaseTempEntity.server_class",false]],"server_class (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.server_class",false]],"server_class (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.server_class",false]],"server_classes (entities.entity.entity attribute)":[[85,"entities.entity.Entity.server_classes",false]],"server_command_manager (in module commands.server)":[[43,"commands.server.server_command_manager",false]],"server_only (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.SERVER_ONLY",false]],"server_output() (in module core)":[[50,"core.server_output",false]],"server_sub_command() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.server_sub_command",false]],"serverclass (class in entities.props)":[[89,"entities.props.ServerClass",false]],"serverclassgenerator (class in entities)":[[76,"entities.ServerClassGenerator",false]],"servercommand (class in commands.server)":[[43,"commands.server.ServerCommand",false]],"servercommanddispatcher (class in commands.server)":[[43,"commands.server.ServerCommandDispatcher",false]],"servercommandgenerator (class in commands.server)":[[43,"commands.server.ServerCommandGenerator",false]],"serverentity (class in entities)":[[76,"entities.ServerEntity",false]],"servernetworkable (class in entities)":[[76,"entities.ServerNetworkable",false]],"serverplugin (class in plugins.instance)":[[149,"plugins.instance.ServerPlugin",false]],"serverpluginmanager (class in plugins.manager)":[[150,"plugins.manager.ServerPluginManager",false]],"serverunknown (class in entities)":[[76,"entities.ServerUnknown",false]],"set() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.set",false]],"set() (steam.steamid method)":[[158,"steam.SteamID.set",false]],"set_abs_angles() (players.bots.botcontroller method)":[[133,"players.bots.BotController.set_abs_angles",false]],"set_abs_origin() (players.bots.botcontroller method)":[[133,"players.bots.BotController.set_abs_origin",false]],"set_active_weapon() (players.bots.botcontroller method)":[[133,"players.bots.BotController.set_active_weapon",false]],"set_all_recipients() (entities.props.sendproxyrecipients method)":[[89,"entities.props.SendProxyRecipients.set_all_recipients",false]],"set_ammo() (weapons.engines.csgo.csgo.weapon method)":[[173,"weapons.engines.csgo.csgo.Weapon.set_ammo",false]],"set_ammo() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.set_ammo",false]],"set_bool() (cvars.convar method)":[[62,"cvars.ConVar.set_bool",false]],"set_bool() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_bool",false]],"set_bool() (events.gameevent method)":[[91,"events.GameEvent.set_bool",false]],"set_bool() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_bool",false]],"set_bool() (memory.pointer method)":[[114,"memory.Pointer.set_bool",false]],"set_cached_value() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.set_cached_value",false]],"set_cached_value() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.set_cached_value",false]],"set_char() (memory.pointer method)":[[114,"memory.Pointer.set_char",false]],"set_clip() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.set_clip",false]],"set_color() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_color",false]],"set_color() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_color",false]],"set_data() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_data",false]],"set_data_rate() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.set_data_rate",false]],"set_datamap_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_bool",false]],"set_datamap_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_char",false]],"set_datamap_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_color",false]],"set_datamap_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_double",false]],"set_datamap_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_edict",false]],"set_datamap_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_float",false]],"set_datamap_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_int",false]],"set_datamap_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_interval",false]],"set_datamap_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_long",false]],"set_datamap_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_long_long",false]],"set_datamap_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_pointer",false]],"set_datamap_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_quaternion",false]],"set_datamap_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_short",false]],"set_datamap_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_string_array",false]],"set_datamap_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_string_pointer",false]],"set_datamap_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_uchar",false]],"set_datamap_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_uint",false]],"set_datamap_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_ulong",false]],"set_datamap_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_ulong_long",false]],"set_datamap_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_ushort",false]],"set_datamap_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_vector",false]],"set_double() (memory.pointer method)":[[114,"memory.Pointer.set_double",false]],"set_entity() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_entity",false]],"set_float() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_float",false]],"set_float() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_float",false]],"set_float() (events.gameevent method)":[[91,"events.GameEvent.set_float",false]],"set_float() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_float",false]],"set_float() (memory.pointer method)":[[114,"memory.Pointer.set_float",false]],"set_from_uint64() (steam.steamid method)":[[158,"steam.SteamID.set_from_uint64",false]],"set_hooks_disabled() (in module memory.hooks)":[[116,"memory.hooks.set_hooks_disabled",false]],"set_initialized() (entities.props.sendtable method)":[[89,"entities.props.SendTable.set_initialized",false]],"set_int() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_int",false]],"set_int() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_int",false]],"set_int() (events.gameevent method)":[[91,"events.GameEvent.set_int",false]],"set_int() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_int",false]],"set_int() (memory.pointer method)":[[114,"memory.Pointer.set_int",false]],"set_int64() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_int64",false]],"set_key_value_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_bool",false]],"set_key_value_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_color",false]],"set_key_value_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_float",false]],"set_key_value_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_int",false]],"set_key_value_qangle() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_qangle",false]],"set_key_value_string() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_string",false]],"set_key_value_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_vector",false]],"set_long() (memory.pointer method)":[[114,"memory.Pointer.set_long",false]],"set_long_long() (memory.pointer method)":[[114,"memory.Pointer.set_long_long",false]],"set_model (entities.entity.entity attribute)":[[85,"entities.entity.Entity.set_model",false]],"set_name (players.baseclient property)":[[131,"players.BaseClient.set_name",false]],"set_network_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_bool",false]],"set_network_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_char",false]],"set_network_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_color",false]],"set_network_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_double",false]],"set_network_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_edict",false]],"set_network_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_float",false]],"set_network_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_int",false]],"set_network_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_interval",false]],"set_network_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_long",false]],"set_network_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_long_long",false]],"set_network_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_pointer",false]],"set_network_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_quaternion",false]],"set_network_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_short",false]],"set_network_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_string_array",false]],"set_network_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_string_pointer",false]],"set_network_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_uchar",false]],"set_network_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_uint",false]],"set_network_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_ulong",false]],"set_network_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_ulong_long",false]],"set_network_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_ushort",false]],"set_network_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_vector",false]],"set_node_description() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.set_node_description",false]],"set_only() (entities.props.sendproxyrecipients method)":[[89,"entities.props.SendProxyRecipients.set_only",false]],"set_overflow_flag() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.set_overflow_flag",false]],"set_overflow_flag() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.set_overflow_flag",false]],"set_parent (entities.entity.entity attribute)":[[85,"entities.entity.Entity.set_parent",false]],"set_pointer() (memory.pointer method)":[[114,"memory.Pointer.set_pointer",false]],"set_position() (physics.physicsobject method)":[[130,"physics.PhysicsObject.set_position",false]],"set_property_array() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_array",false]],"set_property_bool() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_bool",false]],"set_property_bool() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_bool",false]],"set_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_bool",false]],"set_property_char() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_char",false]],"set_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_char",false]],"set_property_color() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_color",false]],"set_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_color",false]],"set_property_double() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_double",false]],"set_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_double",false]],"set_property_edict() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_edict",false]],"set_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_edict",false]],"set_property_float() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_float",false]],"set_property_float() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_float",false]],"set_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_float",false]],"set_property_int() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_int",false]],"set_property_int() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_int",false]],"set_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_int",false]],"set_property_interval() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_interval",false]],"set_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_interval",false]],"set_property_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_long",false]],"set_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_long",false]],"set_property_long_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_long_long",false]],"set_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_long_long",false]],"set_property_pointer() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_pointer",false]],"set_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_pointer",false]],"set_property_quaternion() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_quaternion",false]],"set_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_quaternion",false]],"set_property_short() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_short",false]],"set_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_short",false]],"set_property_string() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_string",false]],"set_property_string() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_string",false]],"set_property_string() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_string",false]],"set_property_string_array() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_string_array",false]],"set_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_string_array",false]],"set_property_string_pointer() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_string_pointer",false]],"set_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_string_pointer",false]],"set_property_uchar() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_uchar",false]],"set_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_uchar",false]],"set_property_uint() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_uint",false]],"set_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_uint",false]],"set_property_ulong() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_ulong",false]],"set_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_ulong",false]],"set_property_ulong_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_ulong_long",false]],"set_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_ulong_long",false]],"set_property_ushort() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_ushort",false]],"set_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_ushort",false]],"set_property_vector() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_vector",false]],"set_property_vector() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_vector",false]],"set_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_vector",false]],"set_protection() (memory.pointer method)":[[114,"memory.Pointer.set_protection",false]],"set_recipient() (entities.props.sendproxyrecipients method)":[[89,"entities.props.SendProxyRecipients.set_recipient",false]],"set_secondary_fire_ammo() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.set_secondary_fire_ammo",false]],"set_secondary_fire_clip() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.set_secondary_fire_clip",false]],"set_short() (memory.pointer method)":[[114,"memory.Pointer.set_short",false]],"set_string() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_string",false]],"set_string() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_string",false]],"set_string() (events.gameevent method)":[[91,"events.GameEvent.set_string",false]],"set_string() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_string",false]],"set_string_array() (memory.pointer method)":[[114,"memory.Pointer.set_string_array",false]],"set_string_pointer() (memory.pointer method)":[[114,"memory.Pointer.set_string_pointer",false]],"set_tick() (stringtables.stringtable method)":[[159,"stringtables.StringTable.set_tick",false]],"set_uchar() (memory.pointer method)":[[114,"memory.Pointer.set_uchar",false]],"set_uint() (memory.pointer method)":[[114,"memory.Pointer.set_uint",false]],"set_uint64() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_uint64",false]],"set_ulong() (memory.pointer method)":[[114,"memory.Pointer.set_ulong",false]],"set_ulong_long() (memory.pointer method)":[[114,"memory.Pointer.set_ulong_long",false]],"set_user_data() (stringtables.stringtable method)":[[159,"stringtables.StringTable.set_user_data",false]],"set_ushort() (memory.pointer method)":[[114,"memory.Pointer.set_ushort",false]],"set_vector() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_vector",false]],"set_vector() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_vector",false]],"set_velocity() (physics.physicsobject method)":[[130,"physics.PhysicsObject.set_velocity",false]],"set_velocity_instantaneous() (physics.physicsobject method)":[[130,"physics.PhysicsObject.set_velocity_instantaneous",false]],"set_verbose_name() (plugins.info.plugininfo method)":[[148,"plugins.info.PluginInfo.set_verbose_name",false]],"set_version() (plugins.info.plugininfo method)":[[148,"plugins.info.PluginInfo.set_version",false]],"set_view_angle() (_players.playermixin method)":[[132,"players.PlayerMixin.set_view_angle",false]],"setter() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.setter",false]],"setter() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.setter",false]],"setting_up_bones (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.SETTING_UP_BONES",false]],"settings":[[152,"module-settings",false]],"settings.menu":[[153,"module-settings.menu",false]],"settings.player":[[154,"module-settings.player",false]],"settings.storage":[[155,"module-settings.storage",false]],"settings.types":[[156,"module-settings.types",false]],"settingstype (class in settings.types)":[[156,"settings.types.SettingsType",false]],"setup_auth() (in module __init__)":[[157,"init__.setup_auth",false]],"setup_core_settings() (in module __init__)":[[157,"init__.setup_core_settings",false]],"setup_data() (in module __init__)":[[157,"init__.setup_data",false]],"setup_data_update() (in module __init__)":[[157,"init__.setup_data_update",false]],"setup_entities_listener() (in module __init__)":[[157,"init__.setup_entities_listener",false]],"setup_exception_hooks() (in module __init__)":[[157,"init__.setup_exception_hooks",false]],"setup_global_pointers() (in module __init__)":[[157,"init__.setup_global_pointers",false]],"setup_logging() (in module __init__)":[[157,"init__.setup_logging",false]],"setup_sp_command() (in module __init__)":[[157,"init__.setup_sp_command",false]],"setup_sqlite() (in module __init__)":[[157,"init__.setup_sqlite",false]],"setup_stdout_redirect() (in module __init__)":[[157,"init__.setup_stdout_redirect",false]],"setup_translations() (in module __init__)":[[157,"init__.setup_translations",false]],"setup_user_settings() (in module __init__)":[[157,"init__.setup_user_settings",false]],"setup_versioning() (in module __init__)":[[157,"init__.setup_versioning",false]],"sg550 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.SG550",false]],"sg552 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.SG552",false]],"shadow_cast_distance (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.shadow_cast_distance",false]],"shadowdepthtexture (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.SHADOWDEPTHTEXTURE",false]],"shake (class in messages)":[[123,"messages.Shake",false]],"shake (class in messages.base)":[[124,"messages.base.Shake",false]],"shakecommand (class in messages)":[[123,"messages.ShakeCommand",false]],"shattersurface (class in effects)":[[66,"effects.ShatterSurface",false]],"shield (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.SHIELD",false]],"shield_view_model (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.shield_view_model",false]],"shock (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.SHOCK",false]],"short (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.SHORT",false]],"short (events.eventvartype attribute)":[[91,"events.EventVarType.SHORT",false]],"short (memory.datatype attribute)":[[114,"memory.DataType.SHORT",false]],"short (memory.helpers.type attribute)":[[115,"memory.helpers.Type.SHORT",false]],"shortvariable (class in events.variable)":[[97,"events.variable.ShortVariable",false]],"shot (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SHOT",false]],"shot_hull (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SHOT_HULL",false]],"shot_portal (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SHOT_PORTAL",false]],"shotgun (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.SHOTGUN",false]],"shots_fired (_players.playermixin property)":[[132,"players.PlayerMixin.shots_fired",false]],"should_collide() (entities.collisions.basecollisionrules method)":[[78,"entities.collisions.BaseCollisionRules.should_collide",false]],"should_hit_entity() (engines.trace.tracefilter method)":[[75,"engines.trace.TraceFilter.should_hit_entity",false]],"should_hit_entity() (engines.trace.tracefiltersimple method)":[[75,"engines.trace.TraceFilterSimple.should_hit_entity",false]],"should_pause (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.SHOULD_PAUSE",false]],"should_transmit() (entities.transmit.basetransmitrules method)":[[90,"entities.transmit.BaseTransmitRules.should_transmit",false]],"show_usage_hint (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.show_usage_hint",false]],"showmenu (class in messages)":[[123,"messages.ShowMenu",false]],"showmenu (class in messages.base)":[[124,"messages.base.ShowMenu",false]],"showmenuimpl (class in messages.impl)":[[127,"messages.impl.ShowMenuImpl",false]],"si (memory.register attribute)":[[114,"memory.Register.SI",false]],"si (memory.registers property)":[[114,"memory.Registers.si",false]],"side_move (players.bots.botcmd property)":[[133,"players.bots.BotCmd.side_move",false]],"side_move (players.usercmd property)":[[131,"players.UserCmd.side_move",false]],"signature (commands.typed.commandnode property)":[[44,"commands.typed.CommandNode.signature",false]],"signature (commands.typed.node property)":[[44,"commands.typed.Node.signature",false]],"signature (commands.typed.store property)":[[44,"commands.typed.Store.signature",false]],"signbits (mathlib.plane property)":[[113,"mathlib.Plane.signbits",false]],"silencer_model (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.silencer_model",false]],"simpleescmenu (class in menus.esc)":[[120,"menus.esc.SimpleESCMenu",false]],"simpleescoption (class in menus.esc)":[[120,"menus.esc.SimpleESCOption",false]],"simplemenu (in module menus)":[[118,"menus.SimpleMenu",false]],"simpleoption (in module menus)":[[118,"menus.SimpleOption",false]],"simpleradiomenu (class in menus.radio)":[[122,"menus.radio.SimpleRadioMenu",false]],"simpleradiooption (class in menus.radio)":[[122,"menus.radio.SimpleRadioOption",false]],"single (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.SINGLE",false]],"single_npc (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.SINGLE_NPC",false]],"single_npc_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.single_npc_sound",false]],"single_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.single_sound",false]],"site_packages_path (in module paths)":[[129,"paths.SITE_PACKAGES_PATH",false]],"size (effects.templates.tempentitytemplate property)":[[69,"effects.templates.TempEntityTemplate.size",false]],"size (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.size",false]],"size (entities.factories.entityfactory property)":[[86,"entities.factories.EntityFactory.size",false]],"size (filesystem.sourcefile property)":[[98,"filesystem.SourceFile.size",false]],"size (memory.binaryfile property)":[[114,"memory.BinaryFile.size",false]],"size (memory.helpers.key attribute)":[[115,"memory.helpers.Key.SIZE",false]],"size (memory.pointer property)":[[114,"memory.Pointer.size",false]],"size (memory.processorregister property)":[[114,"memory.ProcessorRegister.size",false]],"size_in_bytes (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.size_in_bytes",false]],"skip (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.SKIP",false]],"skip_hooks() (entities.helpers.entitymemfuncwrapper method)":[[87,"entities.helpers.EntityMemFuncWrapper.skip_hooks",false]],"skip_hooks() (memory.function method)":[[114,"memory.Function.skip_hooks",false]],"skip_hooks() (memory.helpers.memberfunction method)":[[115,"memory.helpers.MemberFunction.skip_hooks",false]],"sky (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.SKY",false]],"sky2d (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.SKY2D",false]],"slash (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.SLASH",false]],"slime (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.SLIME",false]],"slot (players.client property)":[[131,"players.Client.slot",false]],"slot (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.slot",false]],"slot_index (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.slot_index",false]],"slowburn (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.SLOWBURN",false]],"small_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.small_icon",false]],"smg (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.SMG",false]],"smokegrenade (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.SMOKEGRENADE",false]],"snap_to_position() (_players.playermixin method)":[[132,"players.PlayerMixin.snap_to_position",false]],"sniper (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.SNIPER",false]],"sniperrifle (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.SNIPERRIFLE",false]],"solid (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.SOLID",false]],"solid (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SOLID",false]],"solid_brush_only (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SOLID_BRUSH_ONLY",false]],"solid_fast (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.SOLID_FAST",false]],"solid_flags (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.solid_flags",false]],"solid_masks (entities.collisions.collisionmanager property)":[[78,"entities.collisions.CollisionManager.solid_masks",false]],"solid_only (entities.collisions.basecollisionrules property)":[[78,"entities.collisions.BaseCollisionRules.solid_only",false]],"solid_slow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.SOLID_SLOW",false]],"solid_type (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.solid_type",false]],"solidflags (class in entities.constants)":[[79,"entities.constants.SolidFlags",false]],"solidtype (class in entities.constants)":[[79,"entities.constants.SolidType",false]],"sonic (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.SONIC",false]],"sound (class in engines.sound)":[[74,"engines.sound.Sound",false]],"sound_path (in module paths)":[[129,"paths.SOUND_PATH",false]],"soundflags (class in engines.sound)":[[74,"engines.sound.SoundFlags",false]],"soundname (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.SOUNDNAME",false]],"source_file() (in module filesystem)":[[98,"filesystem.source_file",false]],"sourcefile (class in filesystem)":[[98,"filesystem.SourceFile",false]],"sp (memory.register attribute)":[[114,"memory.Register.SP",false]],"sp (memory.registers property)":[[114,"memory.Registers.sp",false]],"sp_data_path (in module paths)":[[129,"paths.SP_DATA_PATH",false]],"sp_docs_path (in module paths)":[[129,"paths.SP_DOCS_PATH",false]],"sp_packages_path (in module paths)":[[129,"paths.SP_PACKAGES_PATH",false]],"spawn() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.spawn",false]],"spawn() (players.engines.orangebox.cstrike.player method)":[[141,"players.engines.orangebox.cstrike.Player.spawn",false]],"spawn() (players.entity.player method)":[[142,"players.entity.Player.spawn",false]],"spawn_count (engines.server.server property)":[[73,"engines.server.Server.spawn_count",false]],"spawn_flags (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.spawn_flags",false]],"spawning (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.SPAWNING",false]],"speaker (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.SPEAKER",false]],"special (weapons.constants.muzzleflashstyle attribute)":[[168,"weapons.constants.MuzzleFlashStyle.SPECIAL",false]],"special1 (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.SPECIAL1",false]],"special2 (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.SPECIAL2",false]],"special3 (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.SPECIAL3",false]],"special_sound_1 (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.special_sound_1",false]],"special_sound_2 (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.special_sound_2",false]],"special_sound_3 (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.special_sound_3",false]],"speed (_players.playermixin property)":[[132,"players.PlayerMixin.speed",false]],"speed (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.speed",false]],"speed (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.SPEED",false]],"sphere_radius (physics.physicsobject property)":[[130,"physics.PhysicsObject.sphere_radius",false]],"sphinxerror":[[32,"autodoc.SphinxError",false]],"sphinxproject (class in autodoc)":[[32,"autodoc.SphinxProject",false]],"split_area_portal (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SPLIT_AREA_PORTAL",false]],"sponly (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.SPONLY",false]],"spotlight (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.SPOTLIGHT",false]],"spread (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.spread",false]],"sprite (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.SPRITE",false]],"sprite_count (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.sprite_count",false]],"square() (in module effects)":[[66,"effects.square",false]],"srv_check (memory.helpers.key attribute)":[[115,"memory.helpers.Key.SRV_CHECK",false]],"ss (memory.register attribute)":[[114,"memory.Register.SS",false]],"ss (memory.registers property)":[[114,"memory.Registers.ss",false]],"st0 (memory.register attribute)":[[114,"memory.Register.ST0",false]],"st0 (memory.registers property)":[[114,"memory.Registers.st0",false]],"stackdata (class in memory)":[[114,"memory.StackData",false]],"stamina (_players.playermixin property)":[[132,"players.PlayerMixin.stamina",false]],"start (entities.datamaps.interval property)":[[80,"entities.datamaps.Interval.start",false]],"start (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.START",false]],"start (studio.bonecontroller property)":[[161,"studio.BoneController.start",false]],"start (studio.hierarchy property)":[[161,"studio.Hierarchy.start",false]],"start() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.start",false]],"start_aiming (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.START_AIMING",false]],"start_norumble (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.START_NORUMBLE",false]],"start_position (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.start_position",false]],"start_rumbleonly (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.START_RUMBLEONLY",false]],"start_solid (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.start_solid",false]],"static (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.STATIC",false]],"static (engines.sound.channel attribute)":[[74,"engines.sound.Channel.STATIC",false]],"static_account_key (steam.steamid property)":[[158,"steam.SteamID.static_account_key",false]],"static_instance_array() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.static_instance_array",false]],"static_lighting (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.STATIC_LIGHTING",false]],"static_pointer_array() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.static_pointer_array",false]],"staticprop (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.STATICPROP",false]],"stats (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.stats",false]],"status (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.status",false]],"stayout (messages.fadeflags attribute)":[[123,"messages.FadeFlags.STAYOUT",false]],"stdcall (memory.convention attribute)":[[114,"memory.Convention.STDCALL",false]],"steam":[[158,"module-steam",false]],"steamid (class in steam)":[[158,"steam.SteamID",false]],"steamid (players.client property)":[[131,"players.Client.steamid",false]],"steamid (players.playerinfo property)":[[131,"players.PlayerInfo.steamid",false]],"step (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.STEP",false]],"stepmovement (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.STEPMOVEMENT",false]],"stomach (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.STOMACH",false]],"stop (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.STOP",false]],"stop (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.STOP",false]],"stop() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.stop",false]],"stop_looping (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.STOP_LOOPING",false]],"stop_sound() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.stop_sound",false]],"stopped (listeners.tick.repeatstatus attribute)":[[111,"listeners.tick.RepeatStatus.STOPPED",false]],"store (class in commands.typed)":[[44,"commands.typed.Store",false]],"stream (engines.sound.channel attribute)":[[74,"engines.sound.Channel.STREAM",false]],"streamsound (class in engines.sound)":[[74,"engines.sound.StreamSound",false]],"string (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.STRING",false]],"string (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.STRING",false]],"string (events.eventvartype attribute)":[[91,"events.EventVarType.STRING",false]],"string (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.STRING",false]],"string (memory.datatype attribute)":[[114,"memory.DataType.STRING",false]],"string_array (memory.helpers.type attribute)":[[115,"memory.helpers.Type.STRING_ARRAY",false]],"string_pointer (memory.helpers.type attribute)":[[115,"memory.helpers.Type.STRING_POINTER",false]],"stringsetting (class in settings.types)":[[156,"settings.types.StringSetting",false]],"stringtable (class in stringtables)":[[159,"stringtables.StringTable",false]],"stringtables":[[159,"module-stringtables",false]],"stringtables.downloads":[[160,"module-stringtables.downloads",false]],"stringvariable (class in events.variable)":[[97,"events.variable.StringVariable",false]],"strobe_fast (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.STROBE_FAST",false]],"strobe_faster (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.STROBE_FASTER",false]],"strobe_slow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.STROBE_SLOW",false]],"studio":[[161,"module-studio",false]],"studio (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.STUDIO",false]],"studio.cache":[[162,"module-studio.cache",false]],"studio.constants":[[163,"module-studio.constants",false]],"studioflags (class in studio.constants)":[[163,"studio.constants.StudioFlags",false]],"studiohdr (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.STUDIOHDR",false]],"studiohwdata (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.STUDIOHWDATA",false]],"subcommanderror":[[44,"commands.typed.SubCommandError",false]],"subcommandexpectederror":[[44,"commands.typed.SubCommandExpectedError",false]],"subcommandmanager (class in plugins.command)":[[147,"plugins.command.SubCommandManager",false]],"subcommandnotfound":[[44,"commands.typed.SubCommandNotFound",false]],"submachinegun (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.SUBMACHINEGUN",false]],"success (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.SUCCESS",false]],"suit_power_load (_players.playermixin property)":[[132,"players.PlayerMixin.suit_power_load",false]],"superjump (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.SUPERJUMP",false]],"surface (class in engines.trace)":[[75,"engines.trace.Surface",false]],"surface (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.SURFACE",false]],"surface (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.surface",false]],"surface_name (studio.modelbone property)":[[161,"studio.ModelBone.surface_name",false]],"surface_props (engines.trace.surface property)":[[75,"engines.trace.Surface.surface_props",false]],"surfaceflags (class in engines.trace)":[[75,"engines.trace.SurfaceFlags",false]],"surfprop1 (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.SURFPROP1",false]],"surfprop2 (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.SURFPROP2",false]],"sv_tags (in module cvars.tags)":[[65,"cvars.tags.sv_tags",false]],"swim (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.SWIM",false]],"symbols (memory.binaryfile property)":[[114,"memory.BinaryFile.symbols",false]],"sync() (auth.base.backend method)":[[30,"auth.base.Backend.sync",false]],"syncedentitydictionary (class in entities.dictionary)":[[81,"entities.dictionary.SyncedEntityDictionary",false]],"table (entities.props.serverclass property)":[[89,"entities.props.ServerClass.table",false]],"tags (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.tags",false]],"tail (filesystem.seektype attribute)":[[98,"filesystem.SeekType.TAIL",false]],"tail (studio.hierarchy property)":[[161,"studio.Hierarchy.tail",false]],"take_damage() (entities.entity.entity method)":[[85,"entities.entity.Entity.take_damage",false]],"takedamage (class in entities.constants)":[[79,"entities.constants.TakeDamage",false]],"takedamageinfo (class in entities)":[[76,"entities.TakeDamageInfo",false]],"talk (messages.huddestination attribute)":[[123,"messages.HudDestination.TALK",false]],"target (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.target",false]],"target (entities.eventaction property)":[[76,"entities.EventAction.target",false]],"target_input (entities.eventaction property)":[[76,"entities.EventAction.target_input",false]],"target_name (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.target_name",false]],"taunt (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.TAUNT",false]],"taunt_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.taunt_sound",false]],"team (players.playerinfo property)":[[131,"players.PlayerInfo.team",false]],"team1 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.TEAM1",false]],"team2 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.TEAM2",false]],"team_index (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.team_index",false]],"team_index (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.team_index",false]],"teleport (entities.entity.entity attribute)":[[85,"entities.entity.Entity.teleport",false]],"tell() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.tell",false]],"tempentity (class in effects.base)":[[67,"effects.base.TempEntity",false]],"tempentityprehook (class in effects.hooks)":[[68,"effects.hooks.TempEntityPreHook",false]],"tempentitytemplate (class in effects.templates)":[[69,"effects.templates.TempEntityTemplate",false]],"tempentitytemplates (class in effects.templates)":[[69,"effects.templates.TempEntityTemplates",false]],"template (effects.base.tempentity property)":[[67,"effects.base.TempEntity.template",false]],"term() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.term",false]],"test() (effects.base.basetempentity method)":[[67,"effects.base.BaseTempEntity.test",false]],"testfogvolume (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.TESTFOGVOLUME",false]],"text (class in menus)":[[118,"menus.Text",false]],"text (class in menus.base)":[[119,"menus.base.Text",false]],"text (messages.dialogtype attribute)":[[123,"messages.DialogType.TEXT",false]],"text() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.text",false]],"textmsg (class in messages)":[[123,"messages.TextMsg",false]],"textmsg (class in messages.base)":[[124,"messages.base.TextMsg",false]],"this_pointer_offset (memory.functioninfo property)":[[114,"memory.FunctionInfo.this_pointer_offset",false]],"thiscall (memory.convention attribute)":[[114,"memory.Convention.THISCALL",false]],"thrower (entities.engines.csgo.csgo.entity property)":[[84,"entities.engines.csgo.csgo.Entity.thrower",false]],"tick (engines.server.server property)":[[73,"engines.server.Server.tick",false]],"tick (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.TICK",false]],"tick_count (players.bots.botcmd property)":[[133,"players.bots.BotCmd.tick_count",false]],"tick_count (players.usercmd property)":[[131,"players.UserCmd.tick_count",false]],"tick_interval (engines.server.server property)":[[73,"engines.server.Server.tick_interval",false]],"tile (effects.shattersurface attribute)":[[66,"effects.ShatterSurface.TILE",false]],"time (engines.server.server property)":[[73,"engines.server.Server.time",false]],"time (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.TIME",false]],"time (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.time",false]],"time_connected (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.time_connected",false]],"time_elapsed (listeners.tick.delay property)":[[111,"listeners.tick.Delay.time_elapsed",false]],"time_remaining (listeners.tick.delay property)":[[111,"listeners.tick.Delay.time_remaining",false]],"time_since_last_received (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.time_since_last_received",false]],"time_to_idle (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.time_to_idle",false]],"timeout_seconds (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.timeout_seconds",false]],"times_to_fire (entities.eventaction property)":[[76,"entities.EventAction.times_to_fire",false]],"tmp (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.TMP",false]],"to_int() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.to_int",false]],"to_qangle() (mathlib.radianeuler method)":[[113,"mathlib.RadianEuler.to_qangle",false]],"to_steamid2() (steam.steamid method)":[[158,"steam.SteamID.to_steamid2",false]],"to_steamid3() (steam.steamid method)":[[158,"steam.SteamID.to_steamid3",false]],"to_string() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.to_string",false]],"to_string() (net_channel.netmessage method)":[[128,"net_channel.NetMessage.to_string",false]],"to_uint64() (steam.steamid method)":[[158,"steam.SteamID.to_uint64",false]],"tokenize (class in core)":[[50,"core.Tokenize",false]],"tokenize() (commands.command method)":[[35,"commands.Command.tokenize",false]],"tokenized() (translations.strings.translationstrings method)":[[166,"translations.strings.TranslationStrings.tokenized",false]],"tolerance (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.tolerance",false]],"total_loops (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.total_loops",false]],"total_time (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.total_time",false]],"total_time_elapsed (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.total_time_elapsed",false]],"total_time_remaining (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.total_time_remaining",false]],"touching_fluid (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.TOUCHING_FLUID",false]],"tracefilter (class in engines.trace)":[[75,"engines.trace.TraceFilter",false]],"tracefiltersimple (class in engines.trace)":[[75,"engines.trace.TraceFilterSimple",false]],"tracetype (class in engines.trace)":[[75,"engines.trace.TraceType",false]],"trampoline (memory.function property)":[[114,"memory.Function.trampoline",false]],"trans (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.TRANS",false]],"trans_add (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_ADD",false]],"trans_add_frame_blend (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_ADD_FRAME_BLEND",false]],"trans_alpha (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_ALPHA",false]],"trans_alpha_add (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_ALPHA_ADD",false]],"trans_color (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_COLOR",false]],"trans_texture (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_TEXTURE",false]],"transition (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.Transition",false]],"translatable_fields (messages.base.fade attribute)":[[124,"messages.base.Fade.translatable_fields",false]],"translatable_fields (messages.base.hinttext attribute)":[[124,"messages.base.HintText.translatable_fields",false]],"translatable_fields (messages.base.hudmsg attribute)":[[124,"messages.base.HudMsg.translatable_fields",false]],"translatable_fields (messages.base.resethud attribute)":[[124,"messages.base.ResetHUD.translatable_fields",false]],"translatable_fields (messages.base.saytext attribute)":[[124,"messages.base.SayText.translatable_fields",false]],"translatable_fields (messages.base.saytext2 attribute)":[[124,"messages.base.SayText2.translatable_fields",false]],"translatable_fields (messages.base.shake attribute)":[[124,"messages.base.Shake.translatable_fields",false]],"translatable_fields (messages.base.showmenu attribute)":[[124,"messages.base.ShowMenu.translatable_fields",false]],"translatable_fields (messages.base.textmsg attribute)":[[124,"messages.base.TextMsg.translatable_fields",false]],"translatable_fields (messages.base.usermessagecreator property)":[[124,"messages.base.UserMessageCreator.translatable_fields",false]],"translatable_fields (messages.base.vguimenu attribute)":[[124,"messages.base.VGUIMenu.translatable_fields",false]],"translatable_fields (messages.fade attribute)":[[123,"messages.Fade.translatable_fields",false]],"translatable_fields (messages.hinttext attribute)":[[123,"messages.HintText.translatable_fields",false]],"translatable_fields (messages.hudmsg attribute)":[[123,"messages.HudMsg.translatable_fields",false]],"translatable_fields (messages.resethud attribute)":[[123,"messages.ResetHUD.translatable_fields",false]],"translatable_fields (messages.saytext attribute)":[[123,"messages.SayText.translatable_fields",false]],"translatable_fields (messages.saytext2 attribute)":[[123,"messages.SayText2.translatable_fields",false]],"translatable_fields (messages.shake attribute)":[[123,"messages.Shake.translatable_fields",false]],"translatable_fields (messages.showmenu attribute)":[[123,"messages.ShowMenu.translatable_fields",false]],"translatable_fields (messages.textmsg attribute)":[[123,"messages.TextMsg.translatable_fields",false]],"translatable_fields (messages.usermessagecreator property)":[[123,"messages.UserMessageCreator.translatable_fields",false]],"translatable_fields (messages.vguimenu attribute)":[[123,"messages.VGUIMenu.translatable_fields",false]],"translation_path (in module paths)":[[129,"paths.TRANSLATION_PATH",false]],"translations":[[164,"module-translations",false]],"translations.manager":[[165,"module-translations.manager",false]],"translations.strings":[[166,"module-translations.strings",false]],"translationstrings (class in translations.strings)":[[166,"translations.strings.TranslationStrings",false]],"translucent (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.TRANSLUCENT",false]],"transmithash (class in entities.transmit)":[[90,"entities.transmit.TransmitHash",false]],"transmithook (class in entities.transmit)":[[90,"entities.transmit.TransmitHook",false]],"transmitmanager (class in entities.transmit)":[[90,"entities.transmit.TransmitManager",false]],"transmitmap (class in entities.transmit)":[[90,"entities.transmit.TransmitMap",false]],"transmitmode (class in entities.transmit)":[[90,"entities.transmit.TransmitMode",false]],"transmitset (class in entities.transmit)":[[90,"entities.transmit.TransmitSet",false]],"transmitstates (class in entities.transmit)":[[90,"entities.transmit.TransmitStates",false]],"transparency (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.TRANSPARENCY",false]],"transragdoll (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.TRANSRAGDOLL",false]],"trigger (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.TRIGGER",false]],"trigger (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.TRIGGER",false]],"trigger_touch_debris (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.TRIGGER_TOUCH_DEBRIS",false]],"trigger_touch_player (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.TRIGGER_TOUCH_PLAYER",false]],"truncate() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.truncate",false]],"twopass (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.TWOPASS",false]],"type (class in memory.helpers)":[[115,"memory.helpers.Type",false]],"type (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.type",false]],"type (entities.datamaps.variant property)":[[80,"entities.datamaps.Variant.type",false]],"type (entities.props.sendprop property)":[[89,"entities.props.SendProp.type",false]],"type (entities.props.sendpropvariant property)":[[89,"entities.props.SendPropVariant.type",false]],"type (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.type",false]],"type (mathlib.plane property)":[[113,"mathlib.Plane.type",false]],"type (net_channel.netmessage property)":[[128,"net_channel.NetMessage.type",false]],"type (studio.bonecontroller property)":[[161,"studio.BoneController.type",false]],"type (studio.sequenceevent property)":[[161,"studio.SequenceEvent.type",false]],"type (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.type",false]],"type_info (memory.pointer property)":[[114,"memory.Pointer.type_info",false]],"type_name (memory.helpers.key attribute)":[[115,"memory.helpers.Key.TYPE_NAME",false]],"typecount (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.TYPECOUNT",false]],"typedclientcommand (class in commands.typed)":[[44,"commands.typed.TypedClientCommand",false]],"typedescription (class in entities.datamaps)":[[80,"entities.datamaps.TypeDescription",false]],"typedescriptionflags (class in entities.datamaps)":[[80,"entities.datamaps.TypeDescriptionFlags",false]],"typedsaycommand (class in commands.typed)":[[44,"commands.typed.TypedSayCommand",false]],"typedservercommand (class in commands.typed)":[[44,"commands.typed.TypedServerCommand",false]],"typemanager (class in memory.manager)":[[117,"memory.manager.TypeManager",false]],"uchar (memory.datatype attribute)":[[114,"memory.DataType.UCHAR",false]],"uchar (memory.helpers.type attribute)":[[115,"memory.helpers.Type.UCHAR",false]],"udp_port (engines.server.server property)":[[73,"engines.server.Server.udp_port",false]],"uint (memory.datatype attribute)":[[114,"memory.DataType.UINT",false]],"uint (memory.helpers.type attribute)":[[115,"memory.helpers.Type.UINT",false]],"uint64 (events.eventvartype attribute)":[[91,"events.EventVarType.UINT64",false]],"ulong (memory.datatype attribute)":[[114,"memory.DataType.ULONG",false]],"ulong (memory.helpers.type attribute)":[[115,"memory.helpers.Type.ULONG",false]],"ulong_long (memory.datatype attribute)":[[114,"memory.DataType.ULONG_LONG",false]],"ulong_long (memory.helpers.type attribute)":[[115,"memory.helpers.Type.ULONG_LONG",false]],"ump45 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.UMP45",false]],"unblockable_by_player (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.UNBLOCKABLE_BY_PLAYER",false]],"unint64 (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.UNINT64",false]],"uniqueid_from_index() (in module players.helpers)":[[143,"players.helpers.uniqueid_from_index",false]],"uniqueid_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.uniqueid_from_playerinfo",false]],"universe (class in steam)":[[158,"steam.Universe",false]],"universe (steam.steamid property)":[[158,"steam.SteamID.universe",false]],"unknown (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.UNKNOWN",false]],"unload() (auth.base.backend method)":[[30,"auth.base.Backend.unload",false]],"unload() (in module __init__)":[[157,"init__.unload",false]],"unload() (plugins.instance.plugin method)":[[149,"plugins.instance.Plugin.unload",false]],"unload() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.unload",false]],"unload_auth() (in module __init__)":[[157,"init__.unload_auth",false]],"unload_plugin() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.unload_plugin",false]],"unload_plugins() (in module __init__)":[[157,"init__.unload_plugins",false]],"unlogged (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.UNLOGGED",false]],"unprotect() (memory.pointer method)":[[114,"memory.Pointer.unprotect",false]],"unregister_base() (cvars._cvar method)":[[62,"cvars._Cvar.unregister_base",false]],"unregister_client_command_filter() (in module commands.client)":[[37,"commands.client.unregister_client_command_filter",false]],"unregister_convention() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.unregister_convention",false]],"unregister_converter() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.unregister_converter",false]],"unregister_hook() (entities.collisions.collisionmanager method)":[[78,"entities.collisions.CollisionManager.unregister_hook",false]],"unregister_hook() (entities.transmit.transmitmanager method)":[[90,"entities.transmit.TransmitManager.unregister_hook",false]],"unregister_listener() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.unregister_listener",false]],"unregister_say_filter() (in module commands.say)":[[42,"commands.say.unregister_say_filter",false]],"unregister_settings() (settings.player.playersettings method)":[[154,"settings.player.PlayerSettings.unregister_settings",false]],"unregistered (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.UNREGISTERED",false]],"unsigned (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.UNSIGNED",false]],"unused (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.UNUSED",false]],"up_move (players.bots.botcmd property)":[[133,"players.bots.BotCmd.up_move",false]],"up_move (players.usercmd property)":[[131,"players.UserCmd.up_move",false]],"update() (filters.recipients.recipientfilter method)":[[103,"filters.recipients.RecipientFilter.update",false]],"update_data() (in module core.update)":[[60,"core.update.update_data",false]],"update_in_progress (in module core.update)":[[60,"core.update.update_in_progress",false]],"use (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.USE",false]],"use_partition_when_not_solid (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.USE_PARTITION_WHEN_NOT_SOLID",false]],"use_pre_registers (memory.stackdata property)":[[114,"memory.StackData.use_pre_registers",false]],"use_pre_registers() (in module memory.hooks)":[[116,"memory.hooks.use_pre_registers",false]],"use_trigger_bounds (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.USE_TRIGGER_BOUNDS",false]],"user_base (engines.sound.channel attribute)":[[74,"engines.sound.Channel.USER_BASE",false]],"usercmd (class in players)":[[131,"players.UserCmd",false]],"userid (players.client property)":[[131,"players.Client.userid",false]],"userid (players.playerinfo property)":[[131,"players.PlayerInfo.userid",false]],"userid_from_baseentity() (in module players.helpers)":[[143,"players.helpers.userid_from_baseentity",false]],"userid_from_basehandle() (in module players.helpers)":[[143,"players.helpers.userid_from_basehandle",false]],"userid_from_edict() (in module players.helpers)":[[143,"players.helpers.userid_from_edict",false]],"userid_from_index() (in module players.helpers)":[[143,"players.helpers.userid_from_index",false]],"userid_from_inthandle() (in module players.helpers)":[[143,"players.helpers.userid_from_inthandle",false]],"userid_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.userid_from_playerinfo",false]],"userid_from_pointer() (in module players.helpers)":[[143,"players.helpers.userid_from_pointer",false]],"userinfo (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.USERINFO",false]],"usermessage (class in messages)":[[123,"messages.UserMessage",false]],"usermessagecreator (class in messages)":[[123,"messages.UserMessageCreator",false]],"usermessagecreator (class in messages.base)":[[124,"messages.base.UserMessageCreator",false]],"usermessagedata (class in messages.impl)":[[127,"messages.impl.UserMessageData",false]],"usermessageimpl (class in messages.impl)":[[127,"messages.impl.UserMessageImpl",false]],"uses_escape_sequences() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.uses_escape_sequences",false]],"ushort (memory.datatype attribute)":[[114,"memory.DataType.USHORT",false]],"ushort (memory.helpers.type attribute)":[[115,"memory.helpers.Type.USHORT",false]],"usp (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.USP",false]],"validate_package() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.validate_package",false]],"validate_project() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.validate_project",false]],"validate_project_and_package() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.validate_project_and_package",false]],"validationerror":[[44,"commands.typed.ValidationError",false]],"value (entities.datamaps.inputdata property)":[[80,"entities.datamaps.InputData.value",false]],"values (commands.commandreturn attribute)":[[35,"commands.CommandReturn.values",false]],"values (core.outputreturn attribute)":[[50,"core.OutputReturn.values",false]],"values (effects.bloodcolor attribute)":[[66,"effects.BloodColor.values",false]],"values (effects.shattersurface attribute)":[[66,"effects.ShatterSurface.values",false]],"values (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.values",false]],"values (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.values",false]],"values (engines.sound.channel attribute)":[[74,"engines.sound.Channel.values",false]],"values (engines.sound.pitch attribute)":[[74,"engines.sound.Pitch.values",false]],"values (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.values",false]],"values (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.values",false]],"values (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.values",false]],"values (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.values",false]],"values (entities.collisions.collisionmode attribute)":[[78,"entities.collisions.CollisionMode.values",false]],"values (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.values",false]],"values (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.values",false]],"values (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.values",false]],"values (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.values",false]],"values (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.values",false]],"values (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.values",false]],"values (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.values",false]],"values (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.values",false]],"values (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.values",false]],"values (entities.transmit.transmitmode attribute)":[[90,"entities.transmit.TransmitMode.values",false]],"values (events.eventvartype attribute)":[[91,"events.EventVarType.values",false]],"values (filesystem.seektype attribute)":[[98,"filesystem.SeekType.values",false]],"values (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.values",false]],"values (memory.convention attribute)":[[114,"memory.Convention.values",false]],"values (memory.datatype attribute)":[[114,"memory.DataType.values",false]],"values (memory.hooks.hooktype attribute)":[[116,"memory.hooks.HookType.values",false]],"values (memory.register attribute)":[[114,"memory.Register.values",false]],"values (messages.dialogtype attribute)":[[123,"messages.DialogType.values",false]],"values (messages.fadeflags attribute)":[[123,"messages.FadeFlags.values",false]],"values (messages.huddestination attribute)":[[123,"messages.HudDestination.values",false]],"values (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.values",false]],"values (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.values",false]],"values (steam.accounttype attribute)":[[158,"steam.AccountType.values",false]],"values (steam.universe attribute)":[[158,"steam.Universe.values",false]],"values (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.values",false]],"values (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.values",false]],"values (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.values",false]],"values (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.values",false]],"variables (events.gameevent property)":[[91,"events.GameEvent.variables",false]],"variables (events.gameeventdescriptor property)":[[91,"events.GameEventDescriptor.variables",false]],"variant (class in entities.datamaps)":[[80,"entities.datamaps.Variant",false]],"variant (entities.baseentityoutput property)":[[76,"entities.BaseEntityOutput.variant",false]],"vcollide (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.VCOLLIDE",false]],"vector (class in mathlib)":[[113,"mathlib.Vector",false]],"vector (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VECTOR",false]],"vector (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.VECTOR",false]],"vector (studio.movement property)":[[161,"studio.Movement.vector",false]],"vector2d (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VECTOR2D",false]],"vector4d (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VECTOR4D",false]],"vectorxy (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.VECTORXY",false]],"vehicle (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.VEHICLE",false]],"vehicle (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.VEHICLE",false]],"vehicle_clip (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.VEHICLE_CLIP",false]],"vehicle_crosshair (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.VEHICLE_CROSSHAIR",false]],"velocity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.velocity",false]],"velocity (physics.physicsobject property)":[[130,"physics.PhysicsObject.velocity",false]],"velocity_end (studio.movement property)":[[161,"studio.Movement.velocity_end",false]],"velocity_start (studio.movement property)":[[161,"studio.Movement.velocity_start",false]],"verbose_name (plugins.info.plugininfo property)":[[148,"plugins.info.PluginInfo.verbose_name",false]],"version (in module core.version)":[[61,"core.version.VERSION",false]],"version (plugins.info.plugininfo property)":[[148,"plugins.info.PluginInfo.version",false]],"version (studio.modelheader property)":[[161,"studio.ModelHeader.version",false]],"vertexes (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.VERTEXES",false]],"very_good (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.VERY_GOOD",false]],"vguimenu (class in messages)":[[123,"messages.VGUIMenu",false]],"vguimenu (class in messages.base)":[[124,"messages.base.VGUIMenu",false]],"vguimenuimpl (class in messages.impl)":[[127,"messages.impl.VGUIMenuImpl",false]],"view_angle (_players.playermixin property)":[[132,"players.PlayerMixin.view_angle",false]],"view_angles (players.bots.botcmd property)":[[133,"players.bots.BotCmd.view_angles",false]],"view_angles (players.usercmd property)":[[131,"players.UserCmd.view_angles",false]],"view_max (studio.modelheader property)":[[161,"studio.ModelHeader.view_max",false]],"view_min (studio.modelheader property)":[[161,"studio.ModelHeader.view_min",false]],"view_never (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.VIEW_NEVER",false]],"view_offset (_players.playermixin property)":[[132,"players.PlayerMixin.view_offset",false]],"view_offset (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.view_offset",false]],"view_other_player (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.VIEW_OTHER_PLAYER",false]],"view_own_team (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.VIEW_OWN_TEAM",false]],"view_vector (_players.playermixin property)":[[132,"players.PlayerMixin.view_vector",false]],"viewxformattachments (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.VIEWXFORMATTACHMENTS",false]],"virtual_function() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.virtual_function",false]],"virtualmodel (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.VIRTUALMODEL",false]],"visible (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.VISIBLE",false]],"visible_and_npcs (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.VISIBLE_AND_NPCS",false]],"vmatrix (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VMATRIX",false]],"vmatrix_worldspace (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VMATRIX_WORLDSPACE",false]],"voice (engines.sound.channel attribute)":[[74,"engines.sound.Channel.VOICE",false]],"voice_base (engines.sound.channel attribute)":[[74,"engines.sound.Channel.VOICE_BASE",false]],"void (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VOID",false]],"void (memory.datatype attribute)":[[114,"memory.DataType.VOID",false]],"volume_contents (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.VOLUME_CONTENTS",false]],"vphysics (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.VPHYSICS",false]],"vphysics (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.VPHYSICS",false]],"vtable_index (memory.functioninfo property)":[[114,"memory.FunctionInfo.vtable_index",false]],"vtable_offset (memory.functioninfo property)":[[114,"memory.FunctionInfo.vtable_offset",false]],"w (mathlib.quaternion property)":[[113,"mathlib.Quaternion.w",false]],"walk (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.WALK",false]],"walk (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.WALK",false]],"walk (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.WALK",false]],"walkable (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.WALKABLE",false]],"warning_hooks (in module hooks.warnings)":[[108,"hooks.warnings.warning_hooks",false]],"warninghook() (in module hooks.warnings)":[[108,"hooks.warnings.WarningHook",false]],"warp (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.WARP",false]],"water (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.WATER",false]],"water (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.WATER",false]],"water_level (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.water_level",false]],"waterjump (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.WATERJUMP",false]],"weakautounload (class in core)":[[50,"core.WeakAutoUnload",false]],"weapon (class in weapons.engines.csgo)":[[172,"weapons.engines.csgo.Weapon",false]],"weapon (class in weapons.engines.csgo.csgo)":[[173,"weapons.engines.csgo.csgo.Weapon",false]],"weapon (class in weapons.entity)":[[174,"weapons.entity.Weapon",false]],"weapon (engines.sound.channel attribute)":[[74,"engines.sound.Channel.WEAPON",false]],"weapon (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.WEAPON",false]],"weapon (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.weapon",false]],"weapon1 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.WEAPON1",false]],"weapon2 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.WEAPON2",false]],"weapon_armor_radio (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.weapon_armor_radio",false]],"weapon_manager (in module weapons.manager)":[[176,"weapons.manager.weapon_manager",false]],"weapon_name (players.playerinfo property)":[[131,"players.PlayerInfo.weapon_name",false]],"weapon_name (weapons.engines.csgo.csgo.weapon property)":[[173,"weapons.engines.csgo.csgo.Weapon.weapon_name",false]],"weapon_name (weapons.entity.weapon property)":[[174,"weapons.entity.Weapon.weapon_name",false]],"weapon_restriction_handler (in module weapons.restrictions)":[[177,"weapons.restrictions.weapon_restriction_handler",false]],"weapon_restriction_manager (in module weapons.restrictions)":[[177,"weapons.restrictions.weapon_restriction_manager",false]],"weapon_type_index (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.weapon_type_index",false]],"weaponclass (class in weapons.instance)":[[175,"weapons.instance.WeaponClass",false]],"weaponclassiter (class in filters.weapons)":[[104,"filters.weapons.WeaponClassIter",false]],"weapondictionary (class in weapons.dictionary)":[[170,"weapons.dictionary.WeaponDictionary",false]],"weaponid (class in weapons.constants)":[[168,"weapons.constants.WeaponID",false]],"weaponinfo (class in weapons.scripts)":[[178,"weapons.scripts.WeaponInfo",false]],"weaponiter (class in filters.weapons)":[[104,"filters.weapons.WeaponIter",false]],"weaponmixin (class in _weapons._entity)":[[174,"weapons._entity.WeaponMixin",false]],"weaponproficiency (class in weapons.constants)":[[168,"weapons.constants.WeaponProficiency",false]],"weaponrestrictionhandler (class in weapons.restrictions)":[[177,"weapons.restrictions.WeaponRestrictionHandler",false]],"weapons":[[167,"module-weapons",false]],"weapons.constants":[[168,"module-weapons.constants",false]],"weapons.default":[[169,"module-weapons.default",false]],"weapons.dictionary":[[170,"module-weapons.dictionary",false]],"weapons.engines":[[171,"module-weapons.engines",false]],"weapons.engines.csgo":[[172,"module-weapons.engines.csgo",false]],"weapons.engines.csgo.csgo":[[173,"module-weapons.engines.csgo.csgo",false]],"weapons.entity":[[174,"module-weapons.entity",false]],"weapons.instance":[[175,"module-weapons.instance",false]],"weapons.manager":[[176,"module-weapons.manager",false]],"weapons.restrictions":[[177,"module-weapons.restrictions",false]],"weapons.scripts":[[178,"module-weapons.scripts",false]],"weaponselect (players.bots.botcmd property)":[[133,"players.bots.BotCmd.weaponselect",false]],"weaponselect (players.usercmd property)":[[131,"players.UserCmd.weaponselect",false]],"weaponselection (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.WEAPONSELECTION",false]],"weaponslot (class in weapons.constants)":[[168,"weapons.constants.WeaponSlot",false]],"weaponsound (class in weapons.constants)":[[168,"weapons.constants.WeaponSound",false]],"weaponstate (class in weapons.constants)":[[168,"weapons.constants.WeaponState",false]],"weaponsubtype (players.bots.botcmd property)":[[133,"players.bots.BotCmd.weaponsubtype",false]],"weaponsubtype (players.usercmd property)":[[131,"players.UserCmd.weaponsubtype",false]],"weapontype (class in weapons.constants)":[[168,"weapons.constants.WeaponType",false]],"weight (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.weight",false]],"white (in module colors)":[[34,"colors.WHITE",false]],"window (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.WINDOW",false]],"wireframe (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.WIREFRAME",false]],"wireframe_vcollide (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.WIREFRAME_VCOLLIDE",false]],"with_alpha() (colors.color method)":[[34,"colors.Color.with_alpha",false]],"world_glow (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.WORLD_GLOW",false]],"world_model (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.world_model",false]],"world_model_index (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.world_model_index",false]],"world_only (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.WORLD_ONLY",false]],"worldbrush (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.WORLDBRUSH",false]],"wrap_descriptor() (_core._cache.cachedproperty static method)":[[51,"core._cache.CachedProperty.wrap_descriptor",false]],"wrap_descriptor() (core.cache.cachedproperty static method)":[[51,"core.cache.CachedProperty.wrap_descriptor",false]],"wrap_entity_mem_func() (in module entities.helpers)":[[87,"entities.helpers.wrap_entity_mem_func",false]],"write() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.write",false]],"write() (events.resource.resourcefile method)":[[96,"events.resource.ResourceFile.write",false]],"write() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.write",false]],"write() (messages.impl.usermessageimpl class method)":[[127,"messages.impl.UserMessageImpl.write",false]],"write_bit_angle() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_angle",false]],"write_bit_angles() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_angles",false]],"write_bit_coord() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_coord",false]],"write_bit_coord_mp() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_coord_mp",false]],"write_bit_float() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_float",false]],"write_bit_normal() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_normal",false]],"write_bit_vec3_coord() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_vec3_coord",false]],"write_bit_vec3_normal() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_vec3_normal",false]],"write_bitbuffer() (messages.impl.saytext2impl static method)":[[127,"messages.impl.SayText2Impl.write_bitbuffer",false]],"write_bitbuffer() (messages.impl.showmenuimpl static method)":[[127,"messages.impl.ShowMenuImpl.write_bitbuffer",false]],"write_bitbuffer() (messages.impl.usermessageimpl static method)":[[127,"messages.impl.UserMessageImpl.write_bitbuffer",false]],"write_bitbuffer() (messages.impl.vguimenuimpl static method)":[[127,"messages.impl.VGUIMenuImpl.write_bitbuffer",false]],"write_bits_from_buffer() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bits_from_buffer",false]],"write_byte() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_byte",false]],"write_char() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_char",false]],"write_flag (entities.props.sendtable property)":[[89,"entities.props.SendTable.write_flag",false]],"write_float() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_float",false]],"write_long() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_long",false]],"write_long_long() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_long_long",false]],"write_one_bit() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_one_bit",false]],"write_one_bit_at() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_one_bit_at",false]],"write_one_bit_no_check() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_one_bit_no_check",false]],"write_protobuf() (messages.impl.saytext2impl static method)":[[127,"messages.impl.SayText2Impl.write_protobuf",false]],"write_protobuf() (messages.impl.showmenuimpl static method)":[[127,"messages.impl.ShowMenuImpl.write_protobuf",false]],"write_protobuf() (messages.impl.usermessageimpl static method)":[[127,"messages.impl.UserMessageImpl.write_protobuf",false]],"write_protobuf() (messages.impl.vguimenuimpl static method)":[[127,"messages.impl.VGUIMenuImpl.write_protobuf",false]],"write_sbit_long() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_sbit_long",false]],"write_short() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_short",false]],"write_string() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_string",false]],"write_to_buffer() (net_channel.netmessage method)":[[128,"net_channel.NetMessage.write_to_buffer",false]],"write_ubit_long() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_ubit_long",false]],"write_ubit_var() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_ubit_var",false]],"write_word() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_word",false]],"writeable() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.writeable",false]],"writelines() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.writelines",false]],"wrong_team_message (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.wrong_team_message",false]],"wstring (events.eventvartype attribute)":[[91,"events.EventVarType.WSTRING",false]],"wstring (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.WSTRING",false]],"x (mathlib.qangle property)":[[113,"mathlib.QAngle.x",false]],"x (mathlib.quaternion property)":[[113,"mathlib.Quaternion.x",false]],"x (mathlib.radianeuler property)":[[113,"mathlib.RadianEuler.x",false]],"x (mathlib.vector property)":[[113,"mathlib.Vector.x",false]],"xm1014 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.XM1014",false]],"xmm0 (memory.register attribute)":[[114,"memory.Register.XMM0",false]],"xmm0 (memory.registers property)":[[114,"memory.Registers.xmm0",false]],"xmm1 (memory.register attribute)":[[114,"memory.Register.XMM1",false]],"xmm1 (memory.registers property)":[[114,"memory.Registers.xmm1",false]],"xmm2 (memory.register attribute)":[[114,"memory.Register.XMM2",false]],"xmm2 (memory.registers property)":[[114,"memory.Registers.xmm2",false]],"xmm3 (memory.register attribute)":[[114,"memory.Register.XMM3",false]],"xmm3 (memory.registers property)":[[114,"memory.Registers.xmm3",false]],"xmm4 (memory.register attribute)":[[114,"memory.Register.XMM4",false]],"xmm4 (memory.registers property)":[[114,"memory.Registers.xmm4",false]],"xmm5 (memory.register attribute)":[[114,"memory.Register.XMM5",false]],"xmm5 (memory.registers property)":[[114,"memory.Registers.xmm5",false]],"xmm6 (memory.register attribute)":[[114,"memory.Register.XMM6",false]],"xmm6 (memory.registers property)":[[114,"memory.Registers.xmm6",false]],"xmm7 (memory.register attribute)":[[114,"memory.Register.XMM7",false]],"xmm7 (memory.registers property)":[[114,"memory.Registers.xmm7",false]],"xyze (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.XYZE",false]],"y (mathlib.qangle property)":[[113,"mathlib.QAngle.y",false]],"y (mathlib.quaternion property)":[[113,"mathlib.Quaternion.y",false]],"y (mathlib.radianeuler property)":[[113,"mathlib.RadianEuler.y",false]],"y (mathlib.vector property)":[[113,"mathlib.Vector.y",false]],"yellow (effects.bloodcolor attribute)":[[66,"effects.BloodColor.YELLOW",false]],"yellow (in module colors)":[[34,"colors.YELLOW",false]],"yes (entities.constants.takedamage attribute)":[[79,"entities.constants.TakeDamage.YES",false]],"z (mathlib.qangle property)":[[113,"mathlib.QAngle.z",false]],"z (mathlib.quaternion property)":[[113,"mathlib.Quaternion.z",false]],"z (mathlib.radianeuler property)":[[113,"mathlib.RadianEuler.z",false]],"z (mathlib.vector property)":[[113,"mathlib.Vector.z",false]],"zero() (mathlib.vector method)":[[113,"mathlib.Vector.zero",false]],"zero_frame_count (studio.animation property)":[[161,"studio.Animation.zero_frame_count",false]],"zero_frame_index (studio.animation property)":[[161,"studio.Animation.zero_frame_index",false]],"zero_frame_span (studio.animation property)":[[161,"studio.Animation.zero_frame_span",false]],"zero_frame_stall_time (studio.animation property)":[[161,"studio.Animation.zero_frame_stall_time",false]],"zommed_autoaim_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.zommed_autoaim_icon",false]],"zoom (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.ZOOM",false]],"zoomed_crosshair_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.zoomed_crosshair_icon",false]]},"objects":{"":[[157,0,0,"-","__init__"],[29,0,0,"-","auth"],[32,0,0,"-","autodoc"],[33,0,0,"-","bitbuffers"],[34,0,0,"-","colors"],[35,0,0,"-","commands"],[45,0,0,"-","config"],[50,0,0,"-","core"],[62,0,0,"-","cvars"],[66,0,0,"-","effects"],[70,0,0,"-","engines"],[76,0,0,"-","entities"],[91,0,0,"-","events"],[98,0,0,"-","filesystem"],[99,0,0,"-","filters"],[105,0,0,"-","hooks"],[109,0,0,"-","keyvalues"],[110,0,0,"-","listeners"],[112,0,0,"-","loggers"],[113,0,0,"-","mathlib"],[114,0,0,"-","memory"],[118,0,0,"-","menus"],[123,0,0,"-","messages"],[128,0,0,"-","net_channel"],[129,0,0,"-","paths"],[130,0,0,"-","physics"],[131,0,0,"-","players"],[146,0,0,"-","plugins"],[151,0,0,"-","public"],[152,0,0,"-","settings"],[158,0,0,"-","steam"],[159,0,0,"-","stringtables"],[161,0,0,"-","studio"],[164,0,0,"-","translations"],[167,0,0,"-","weapons"]],"__init__":[[157,1,1,"init__.load","load"],[157,1,1,"init__.remove_entities_listener","remove_entities_listener"],[157,1,1,"init__.setup_auth","setup_auth"],[157,1,1,"init__.setup_core_settings","setup_core_settings"],[157,1,1,"init__.setup_data","setup_data"],[157,1,1,"init__.setup_data_update","setup_data_update"],[157,1,1,"init__.setup_entities_listener","setup_entities_listener"],[157,1,1,"init__.setup_exception_hooks","setup_exception_hooks"],[157,1,1,"init__.setup_global_pointers","setup_global_pointers"],[157,1,1,"init__.setup_logging","setup_logging"],[157,1,1,"init__.setup_sp_command","setup_sp_command"],[157,1,1,"init__.setup_sqlite","setup_sqlite"],[157,1,1,"init__.setup_stdout_redirect","setup_stdout_redirect"],[157,1,1,"init__.setup_translations","setup_translations"],[157,1,1,"init__.setup_user_settings","setup_user_settings"],[157,1,1,"init__.setup_versioning","setup_versioning"],[157,1,1,"init__.unload","unload"],[157,1,1,"init__.unload_auth","unload_auth"],[157,1,1,"init__.unload_plugins","unload_plugins"]],"_core._cache":[[51,2,1,"core._cache.CachedProperty","CachedProperty"]],"_core._cache.CachedProperty":[[51,3,1,"core._cache.CachedProperty.__init__","__init__"],[51,4,1,"core._cache.CachedProperty.args","args"],[51,3,1,"core._cache.CachedProperty.bind","bind"],[51,3,1,"core._cache.CachedProperty.delete_cached_value","delete_cached_value"],[51,3,1,"core._cache.CachedProperty.deleter","deleter"],[51,4,1,"core._cache.CachedProperty.fdel","fdel"],[51,4,1,"core._cache.CachedProperty.fget","fget"],[51,4,1,"core._cache.CachedProperty.fset","fset"],[51,3,1,"core._cache.CachedProperty.get_cached_value","get_cached_value"],[51,3,1,"core._cache.CachedProperty.getter","getter"],[51,4,1,"core._cache.CachedProperty.kwargs","kwargs"],[51,4,1,"core._cache.CachedProperty.name","name"],[51,4,1,"core._cache.CachedProperty.owner","owner"],[51,3,1,"core._cache.CachedProperty.set_cached_value","set_cached_value"],[51,3,1,"core._cache.CachedProperty.setter","setter"],[51,3,1,"core._cache.CachedProperty.wrap_descriptor","wrap_descriptor"]],"_players":[[132,2,1,"players.PlayerMixin","PlayerMixin"]],"_players.PlayerMixin":[[132,3,1,"players.PlayerMixin.__init__","__init__"],[132,4,1,"players.PlayerMixin.active_devices","active_devices"],[132,4,1,"players.PlayerMixin.active_weapon_handle","active_weapon_handle"],[132,4,1,"players.PlayerMixin.armor","armor"],[132,4,1,"players.PlayerMixin.buttons","buttons"],[132,4,1,"players.PlayerMixin.cash","cash"],[132,4,1,"players.PlayerMixin.dead","dead"],[132,4,1,"players.PlayerMixin.deaths","deaths"],[132,4,1,"players.PlayerMixin.default_fov","default_fov"],[132,4,1,"players.PlayerMixin.desired_player_class","desired_player_class"],[132,4,1,"players.PlayerMixin.draw_view_model","draw_view_model"],[132,4,1,"players.PlayerMixin.eye_angle","eye_angle"],[132,4,1,"players.PlayerMixin.fall_velocity","fall_velocity"],[132,4,1,"players.PlayerMixin.flags","flags"],[132,4,1,"players.PlayerMixin.flash_alpha","flash_alpha"],[132,4,1,"players.PlayerMixin.flash_duration","flash_duration"],[132,4,1,"players.PlayerMixin.fov","fov"],[132,4,1,"players.PlayerMixin.fov_rate","fov_rate"],[132,4,1,"players.PlayerMixin.fov_start","fov_start"],[132,4,1,"players.PlayerMixin.fov_time","fov_time"],[132,3,1,"players.PlayerMixin.get_view_angle","get_view_angle"],[132,4,1,"players.PlayerMixin.gun_offset","gun_offset"],[132,4,1,"players.PlayerMixin.has_defuser","has_defuser"],[132,4,1,"players.PlayerMixin.has_helmet","has_helmet"],[132,4,1,"players.PlayerMixin.hidden_huds","hidden_huds"],[132,4,1,"players.PlayerMixin.in_bomb_zone","in_bomb_zone"],[132,4,1,"players.PlayerMixin.in_buy_zone","in_buy_zone"],[132,4,1,"players.PlayerMixin.in_rescue_zone","in_rescue_zone"],[132,4,1,"players.PlayerMixin.is_defusing","is_defusing"],[132,4,1,"players.PlayerMixin.is_ducked","is_ducked"],[132,4,1,"players.PlayerMixin.is_ducking","is_ducking"],[132,3,1,"players.PlayerMixin.is_networked","is_networked"],[132,3,1,"players.PlayerMixin.is_player","is_player"],[132,3,1,"players.PlayerMixin.is_weapon","is_weapon"],[132,4,1,"players.PlayerMixin.kills","kills"],[132,4,1,"players.PlayerMixin.last_hitgroup","last_hitgroup"],[132,4,1,"players.PlayerMixin.last_weapon","last_weapon"],[132,4,1,"players.PlayerMixin.life_state","life_state"],[132,4,1,"players.PlayerMixin.nightvision_on","nightvision_on"],[132,4,1,"players.PlayerMixin.observer_mode","observer_mode"],[132,4,1,"players.PlayerMixin.observer_target","observer_target"],[132,4,1,"players.PlayerMixin.phys_damage_scale","phys_damage_scale"],[132,4,1,"players.PlayerMixin.place","place"],[132,4,1,"players.PlayerMixin.player_class","player_class"],[132,4,1,"players.PlayerMixin.player_state","player_state"],[132,4,1,"players.PlayerMixin.ragdoll","ragdoll"],[132,4,1,"players.PlayerMixin.relationship","relationship"],[132,3,1,"players.PlayerMixin.set_view_angle","set_view_angle"],[132,4,1,"players.PlayerMixin.shots_fired","shots_fired"],[132,3,1,"players.PlayerMixin.snap_to_position","snap_to_position"],[132,4,1,"players.PlayerMixin.speed","speed"],[132,4,1,"players.PlayerMixin.stamina","stamina"],[132,4,1,"players.PlayerMixin.suit_power_load","suit_power_load"],[132,4,1,"players.PlayerMixin.view_angle","view_angle"],[132,4,1,"players.PlayerMixin.view_offset","view_offset"],[132,4,1,"players.PlayerMixin.view_vector","view_vector"]],"_weapons._entity":[[174,2,1,"weapons._entity.WeaponMixin","WeaponMixin"]],"_weapons._entity.WeaponMixin":[[174,3,1,"weapons._entity.WeaponMixin.__init__","__init__"],[174,4,1,"weapons._entity.WeaponMixin.ammoprop","ammoprop"],[174,4,1,"weapons._entity.WeaponMixin.flip_view_model","flip_view_model"],[174,3,1,"weapons._entity.WeaponMixin.is_networked","is_networked"],[174,3,1,"weapons._entity.WeaponMixin.is_player","is_player"],[174,3,1,"weapons._entity.WeaponMixin.is_weapon","is_weapon"],[174,4,1,"weapons._entity.WeaponMixin.next_attack","next_attack"],[174,4,1,"weapons._entity.WeaponMixin.next_secondary_fire_attack","next_secondary_fire_attack"],[174,4,1,"weapons._entity.WeaponMixin.owner_handle","owner_handle"],[174,4,1,"weapons._entity.WeaponMixin.primary_ammo_count","primary_ammo_count"],[174,4,1,"weapons._entity.WeaponMixin.secondary_ammo_count","secondary_ammo_count"],[174,4,1,"weapons._entity.WeaponMixin.secondary_fire_ammoprop","secondary_fire_ammoprop"],[174,4,1,"weapons._entity.WeaponMixin.world_model_index","world_model_index"]],"auth":[[30,0,0,"-","base"],[31,0,0,"-","manager"]],"auth.base":[[30,2,1,"","Backend"]],"auth.base.Backend":[[30,3,1,"","group_added"],[30,3,1,"","group_removed"],[30,3,1,"","load"],[30,4,1,"","name"],[30,5,1,"","options"],[30,3,1,"","permission_added"],[30,3,1,"","permission_removed"],[30,3,1,"","sync"],[30,3,1,"","unload"]],"auth.manager":[[31,2,1,"","ParentPermissionDict"],[31,2,1,"","ParentPermissions"],[31,2,1,"","PermissionBase"],[31,2,1,"","PlayerPermissionDict"],[31,2,1,"","PlayerPermissions"],[31,6,1,"","auth_manager"]],"auth.manager.ParentPermissions":[[31,3,1,"","__init__"]],"auth.manager.PermissionBase":[[31,3,1,"","__init__"],[31,3,1,"","add"],[31,3,1,"","add_parent"],[31,3,1,"","clear"],[31,3,1,"","flatten"],[31,3,1,"","remove"],[31,3,1,"","remove_parent"]],"auth.manager.PlayerPermissions":[[31,3,1,"","__init__"]],"autodoc":[[32,7,1,"","SphinxError"],[32,2,1,"","SphinxProject"]],"autodoc.SphinxProject":[[32,3,1,"","__init__"],[32,3,1,"","build"],[32,3,1,"","create"],[32,3,1,"","generate_project_files"],[32,4,1,"","package_dir"],[32,3,1,"","package_exists"],[32,4,1,"","project_build_dir"],[32,4,1,"","project_dir"],[32,3,1,"","project_exists"],[32,4,1,"","project_source_dir"],[32,3,1,"","quickstart"],[32,3,1,"","validate_package"],[32,3,1,"","validate_project"],[32,3,1,"","validate_project_and_package"]],"bitbuffers":[[33,2,1,"","BitBufferRead"],[33,2,1,"","BitBufferWrite"]],"bitbuffers.BitBufferRead":[[33,3,1,"","__init__"],[33,4,1,"","current_bit"],[33,4,1,"","data"],[33,4,1,"","data_bits_count"],[33,4,1,"","data_bytes_count"],[33,3,1,"","is_overflowed"],[33,4,1,"","num_bits_left"],[33,4,1,"","num_bits_read"],[33,4,1,"","num_bytes_left"],[33,4,1,"","num_bytes_read"],[33,3,1,"","peek_ubit_long"],[33,3,1,"","read_bit_angle"],[33,3,1,"","read_bit_angles"],[33,3,1,"","read_bit_coord"],[33,3,1,"","read_bit_coord_mp"],[33,3,1,"","read_bit_float"],[33,3,1,"","read_bit_normal"],[33,3,1,"","read_bit_vec3_coord"],[33,3,1,"","read_bit_vec3_normal"],[33,3,1,"","read_byte"],[33,3,1,"","read_char"],[33,3,1,"","read_float"],[33,3,1,"","read_long"],[33,3,1,"","read_long_long"],[33,3,1,"","read_one_bit"],[33,3,1,"","read_sbit_long"],[33,3,1,"","read_short"],[33,3,1,"","read_string"],[33,3,1,"","read_ubit_long"],[33,3,1,"","read_ubit_var"],[33,3,1,"","read_word"],[33,3,1,"","seek_relative"],[33,3,1,"","seek_to_bit"],[33,3,1,"","set_overflow_flag"]],"bitbuffers.BitBufferWrite":[[33,3,1,"","__init__"],[33,3,1,"","check_for_overflow"],[33,4,1,"","current_bit"],[33,4,1,"","data"],[33,4,1,"","data_bits_count"],[33,4,1,"","data_bytes_count"],[33,3,1,"","is_overflowed"],[33,4,1,"","max_num_bits"],[33,4,1,"","num_bits_left"],[33,4,1,"","num_bits_written"],[33,4,1,"","num_bytes_left"],[33,4,1,"","num_bytes_written"],[33,3,1,"","reset"],[33,3,1,"","seek_to_bit"],[33,3,1,"","set_overflow_flag"],[33,3,1,"","write_bit_angle"],[33,3,1,"","write_bit_angles"],[33,3,1,"","write_bit_coord"],[33,3,1,"","write_bit_coord_mp"],[33,3,1,"","write_bit_float"],[33,3,1,"","write_bit_normal"],[33,3,1,"","write_bit_vec3_coord"],[33,3,1,"","write_bit_vec3_normal"],[33,3,1,"","write_bits_from_buffer"],[33,3,1,"","write_byte"],[33,3,1,"","write_char"],[33,3,1,"","write_float"],[33,3,1,"","write_long"],[33,3,1,"","write_long_long"],[33,3,1,"","write_one_bit"],[33,3,1,"","write_one_bit_at"],[33,3,1,"","write_one_bit_no_check"],[33,3,1,"","write_sbit_long"],[33,3,1,"","write_short"],[33,3,1,"","write_string"],[33,3,1,"","write_ubit_long"],[33,3,1,"","write_ubit_var"],[33,3,1,"","write_word"]],"colors":[[34,6,1,"","BLACK"],[34,6,1,"","BLUE"],[34,6,1,"","BROWN"],[34,6,1,"","CYAN"],[34,2,1,"","Color"],[34,6,1,"","DARK_BLUE"],[34,6,1,"","DARK_GRAY"],[34,6,1,"","DARK_GREEN"],[34,6,1,"","DARK_RED"],[34,6,1,"","GRAY"],[34,6,1,"","GREEN"],[34,6,1,"","LIGHT_BLUE"],[34,6,1,"","LIGHT_GRAY"],[34,6,1,"","LIGHT_GREEN"],[34,6,1,"","LIGHT_RED"],[34,6,1,"","OLIVE"],[34,6,1,"","ORANGE"],[34,6,1,"","PURPLE"],[34,6,1,"","RED"],[34,6,1,"","WHITE"],[34,6,1,"","YELLOW"]],"colors.Color":[[34,3,1,"","__eq__"],[34,3,1,"","__getitem__"],[34,3,1,"","__init__"],[34,3,1,"","__ne__"],[34,3,1,"","__reduce__"],[34,3,1,"","__repr__"],[34,3,1,"","__setitem__"],[34,3,1,"","__str__"],[34,4,1,"","a"],[34,4,1,"","b"],[34,4,1,"","g"],[34,4,1,"","r"],[34,3,1,"","with_alpha"]],"commands":[[35,2,1,"","Command"],[35,2,1,"","CommandReturn"],[35,2,1,"","ConCommand"],[35,2,1,"","ConCommandBase"],[36,0,0,"-","auth"],[37,0,0,"-","client"],[38,0,0,"-","command"],[39,0,0,"-","filter"],[35,1,1,"","get_command_index"],[40,0,0,"-","manager"],[41,0,0,"-","player"],[42,0,0,"-","say"],[43,0,0,"-","server"],[44,0,0,"-","typed"]],"commands.Command":[[35,3,1,"","__init__"],[35,4,1,"","arg_string"],[35,4,1,"","command_string"],[35,5,1,"","max_command_length"],[35,3,1,"","tokenize"]],"commands.CommandReturn":[[35,5,1,"","BLOCK"],[35,5,1,"","CONTINUE"],[35,5,1,"","names"],[35,5,1,"","values"]],"commands.ConCommand":[[35,3,1,"","__init__"],[35,3,1,"","dispatch"]],"commands.ConCommandBase":[[35,3,1,"","__init__"],[35,3,1,"","add_flags"],[35,4,1,"","dll_identifier"],[35,4,1,"","flags"],[35,4,1,"","help_text"],[35,3,1,"","is_command"],[35,3,1,"","is_flag_set"],[35,3,1,"","is_registered"],[35,4,1,"","name"],[35,4,1,"","next"],[35,3,1,"","remove_flags"]],"commands.client":[[37,2,1,"","ClientCommand"],[37,2,1,"","ClientCommandDispatcher"],[37,2,1,"","ClientCommandFilter"],[37,2,1,"","ClientCommandGenerator"],[37,6,1,"","client_command_manager"],[37,1,1,"","get_client_command"],[37,1,1,"","register_client_command_filter"],[37,1,1,"","unregister_client_command_filter"]],"commands.client.ClientCommandDispatcher":[[37,3,1,"","__init__"],[37,3,1,"","add_callback"],[37,3,1,"","remove_callback"]],"commands.client.ClientCommandGenerator":[[37,3,1,"","__init__"]],"commands.say":[[42,2,1,"","SayCommand"],[42,2,1,"","SayCommandDispatcher"],[42,2,1,"","SayCommandGenerator"],[42,2,1,"","SayFilter"],[42,1,1,"","get_say_command"],[42,1,1,"","register_say_filter"],[42,6,1,"","say_command_manager"],[42,1,1,"","unregister_say_filter"]],"commands.say.SayCommandDispatcher":[[42,3,1,"","__init__"],[42,3,1,"","add_callback"],[42,3,1,"","remove_callback"]],"commands.say.SayCommandGenerator":[[42,3,1,"","__init__"]],"commands.server":[[43,2,1,"","ServerCommand"],[43,2,1,"","ServerCommandDispatcher"],[43,2,1,"","ServerCommandGenerator"],[43,1,1,"","get_server_command"],[43,6,1,"","server_command_manager"]],"commands.server.ServerCommandDispatcher":[[43,3,1,"","__init__"],[43,3,1,"","add_callback"],[43,3,1,"","remove_callback"]],"commands.server.ServerCommandGenerator":[[43,3,1,"","__init__"]],"commands.typed":[[44,7,1,"","ArgumentError"],[44,7,1,"","ArgumentNumberMismatch"],[44,2,1,"","CommandInfo"],[44,2,1,"","CommandNode"],[44,2,1,"","CommandParser"],[44,7,1,"","InvalidArgumentValue"],[44,2,1,"","Node"],[44,2,1,"","Store"],[44,7,1,"","SubCommandError"],[44,7,1,"","SubCommandExpectedError"],[44,7,1,"","SubCommandNotFound"],[44,2,1,"","TypedClientCommand"],[44,2,1,"","TypedSayCommand"],[44,2,1,"","TypedServerCommand"],[44,7,1,"","ValidationError"],[44,1,1,"","filter_str"]],"commands.typed.CommandInfo":[[44,3,1,"","__init__"],[44,4,1,"","auto_command_return"],[44,3,1,"","is_private_command"],[44,3,1,"","reply"]],"commands.typed.CommandNode":[[44,3,1,"","__init__"],[44,4,1,"","signature"]],"commands.typed.CommandParser":[[44,3,1,"","add_command"],[44,3,1,"","clean_command"],[44,3,1,"","get_command"],[44,3,1,"","get_node"],[44,3,1,"","parse_command"],[44,3,1,"","remove_command"],[44,3,1,"","set_node_description"]],"commands.typed.Node":[[44,3,1,"","__init__"],[44,4,1,"","signature"]],"commands.typed.Store":[[44,3,1,"","__init__"],[44,4,1,"","help_text"],[44,4,1,"","signature"]],"commands.typed.TypedClientCommand":[[44,3,1,"","get_auto_command_return"],[44,5,1,"","manager"],[44,5,1,"","parser"],[44,3,1,"","send_message"]],"commands.typed.TypedSayCommand":[[44,3,1,"","get_auto_command_return"],[44,5,1,"","manager"],[44,5,1,"","parser"],[44,3,1,"","send_message"]],"commands.typed.TypedServerCommand":[[44,3,1,"","get_auto_command_return"],[44,5,1,"","manager"],[44,5,1,"","parser"],[44,3,1,"","send_message"]],"commands.typed.ValidationError":[[44,3,1,"","__init__"]],"config":[[46,0,0,"-","command"],[47,0,0,"-","cvar"],[48,0,0,"-","manager"],[49,0,0,"-","section"]],"config.manager":[[48,2,1,"","ConfigManager"]],"config.manager.ConfigManager":[[48,3,1,"","__init__"],[48,3,1,"","command"],[48,3,1,"","cvar"],[48,4,1,"","cvar_prefix"],[48,3,1,"","execute"],[48,4,1,"","filepath"],[48,4,1,"","fullpath"],[48,4,1,"","indention"],[48,4,1,"","max_line_length"],[48,3,1,"","section"],[48,3,1,"","text"],[48,3,1,"","write"]],"core":[[50,2,1,"","AutoUnload"],[50,5,1,"","BoostPythonClass"],[50,2,1,"","ConfigFile"],[50,2,1,"","GameConfigObj"],[50,2,1,"","OutputReturn"],[50,2,1,"","Tokenize"],[50,2,1,"","WeakAutoUnload"],[51,0,0,"-","cache"],[50,1,1,"","check_info_output"],[52,0,0,"-","command"],[50,1,1,"","console_message"],[50,6,1,"","core_plugin_manager"],[50,1,1,"","create_checksum"],[57,0,0,"-","dumps"],[50,1,1,"","echo_console"],[50,1,1,"","get_core_modules"],[50,1,1,"","get_interface"],[50,1,1,"","get_public_ip"],[50,1,1,"","ignore_unicode_errors"],[50,1,1,"","server_output"],[58,0,0,"-","settings"],[59,0,0,"-","table"],[60,0,0,"-","update"],[61,0,0,"-","version"]],"core.ConfigFile":[[50,3,1,"","__init__"]],"core.GameConfigObj":[[50,3,1,"","__init__"]],"core.OutputReturn":[[50,5,1,"","BLOCK"],[50,5,1,"","CONTINUE"],[50,5,1,"","names"],[50,5,1,"","values"]],"core.Tokenize":[[50,3,1,"","__init__"]],"core.cache":[[51,2,1,"","CachedProperty"],[51,1,1,"","cached_property"],[51,1,1,"","cached_result"]],"core.cache.CachedProperty":[[51,3,1,"","__init__"],[51,4,1,"","args"],[51,3,1,"","bind"],[51,3,1,"","delete_cached_value"],[51,3,1,"","deleter"],[51,4,1,"","fdel"],[51,4,1,"","fget"],[51,4,1,"","fset"],[51,3,1,"","get_cached_value"],[51,3,1,"","getter"],[51,4,1,"","kwargs"],[51,4,1,"","name"],[51,4,1,"","owner"],[51,3,1,"","set_cached_value"],[51,3,1,"","setter"],[51,3,1,"","wrap_descriptor"]],"core.command":[[52,2,1,"","CoreCommandManager"],[53,0,0,"-","auth"],[54,0,0,"-","docs"],[55,0,0,"-","dump"],[56,0,0,"-","plugin"]],"core.command.CoreCommandManager":[[52,3,1,"","print_credits"]],"core.command.docs":[[54,1,1,"","is_custom_package"],[54,1,1,"","is_plugin"],[54,1,1,"","is_source_python"]],"core.dumps":[[57,1,1,"","dump_class_info"],[57,1,1,"","dump_convars"],[57,1,1,"","dump_datamaps"],[57,1,1,"","dump_server_classes"],[57,1,1,"","dump_string_tables"],[57,1,1,"","dump_weapon_scripts"]],"core.table":[[59,2,1,"","Alignment"],[59,2,1,"","AsciiTable"],[59,2,1,"","Column"],[59,2,1,"","Item"]],"core.table.Alignment":[[59,3,1,"","CENTER"],[59,3,1,"","LEFT"],[59,3,1,"","RIGHT"]],"core.table.AsciiTable":[[59,3,1,"","__init__"],[59,3,1,"","add_row"],[59,3,1,"","format"]],"core.table.Column":[[59,3,1,"","__init__"]],"core.table.Item":[[59,3,1,"","__init__"]],"core.update":[[60,1,1,"","download_file"],[60,1,1,"","get_build_artifacts"],[60,1,1,"","get_download_url"],[60,1,1,"","get_latest_data_checksum"],[60,1,1,"","is_new_data_available"],[60,1,1,"","update_data"],[60,6,1,"","update_in_progress"]],"core.version":[[61,6,1,"","GIT_COMMIT"],[61,6,1,"","VERSION"],[61,1,1,"","get_last_successful_build_number"],[61,1,1,"","is_unversioned"]],"cvars":[[62,2,1,"","ConVar"],[62,2,1,"","_Cvar"],[62,6,1,"","cvar"],[63,0,0,"-","flags"],[64,0,0,"-","public"],[65,0,0,"-","tags"]],"cvars.ConVar":[[62,3,1,"","__init__"],[62,4,1,"","default"],[62,3,1,"","get_bool"],[62,3,1,"","get_float"],[62,3,1,"","get_int"],[62,3,1,"","get_string"],[62,3,1,"","has_max"],[62,3,1,"","has_min"],[62,3,1,"","make_public"],[62,4,1,"","max"],[62,4,1,"","min"],[62,3,1,"","remove_public"],[62,3,1,"","revert"],[62,3,1,"","set_bool"]],"cvars._Cvar":[[62,3,1,"","__init__"],[62,3,1,"","call_global_change_callbacks"],[62,4,1,"","commands"],[62,3,1,"","find_base"],[62,3,1,"","find_command"],[62,3,1,"","find_var"],[62,3,1,"","register_base"],[62,3,1,"","unregister_base"]],"cvars.flags":[[63,2,1,"","ConVarFlags"]],"cvars.flags.ConVarFlags":[[63,5,1,"","ARCHIVE"],[63,5,1,"","ARCHIVE_XBOX"],[63,5,1,"","CHEAT"],[63,5,1,"","CLIENTCMD_CAN_EXECUTE"],[63,5,1,"","CLIENTDLL"],[63,5,1,"","DEMO"],[63,5,1,"","DEVELOPMENTONLY"],[63,5,1,"","DONTRECORD"],[63,5,1,"","GAMEDLL"],[63,5,1,"","HIDDEN"],[63,5,1,"","NEVER_AS_STRING"],[63,5,1,"","NONE"],[63,5,1,"","NOTIFY"],[63,5,1,"","NOT_CONNECTED"],[63,5,1,"","PRINTABLEONLY"],[63,5,1,"","PROTECTED"],[63,5,1,"","REPLICATED"],[63,5,1,"","SERVER_CANNOT_QUERY"],[63,5,1,"","SERVER_CAN_EXECUTE"],[63,5,1,"","SPONLY"],[63,5,1,"","UNLOGGED"],[63,5,1,"","UNREGISTERED"],[63,5,1,"","USERINFO"]],"cvars.public":[[64,2,1,"","PublicConVar"]],"cvars.public.PublicConVar":[[64,3,1,"","__init__"]],"cvars.tags":[[65,6,1,"","sv_tags"]],"effects":[[66,2,1,"","BloodColor"],[66,2,1,"","ShatterSurface"],[66,1,1,"","ball"],[67,0,0,"-","base"],[66,1,1,"","beam"],[66,1,1,"","box"],[68,0,0,"-","hooks"],[66,1,1,"","polygon"],[66,1,1,"","square"],[69,0,0,"-","templates"]],"effects.BloodColor":[[66,5,1,"","DONT_BLEED"],[66,5,1,"","GREEN"],[66,5,1,"","MECH"],[66,5,1,"","RED"],[66,5,1,"","YELLOW"],[66,5,1,"","names"],[66,5,1,"","values"]],"effects.ShatterSurface":[[66,5,1,"","GLASS"],[66,5,1,"","TILE"],[66,5,1,"","names"],[66,5,1,"","values"]],"effects.base":[[67,2,1,"","BaseTempEntity"],[67,2,1,"","TempEntity"]],"effects.base.BaseTempEntity":[[67,3,1,"","__init__"],[67,3,1,"","create"],[67,4,1,"","name"],[67,4,1,"","next"],[67,3,1,"","precache"],[67,4,1,"","server_class"],[67,3,1,"","test"]],"effects.base.TempEntity":[[67,3,1,"","__init__"],[67,3,1,"","create"],[67,3,1,"","get_property_array"],[67,3,1,"","get_property_bool"],[67,3,1,"","get_property_float"],[67,3,1,"","get_property_int"],[67,3,1,"","get_property_string"],[67,3,1,"","get_property_vector"],[67,3,1,"","set_property_array"],[67,3,1,"","set_property_bool"],[67,3,1,"","set_property_float"],[67,3,1,"","set_property_int"],[67,3,1,"","set_property_string"],[67,3,1,"","set_property_vector"],[67,4,1,"","template"]],"effects.hooks":[[68,2,1,"","TempEntityPreHook"]],"effects.hooks.TempEntityPreHook":[[68,3,1,"","__init__"]],"effects.templates":[[69,2,1,"","TempEntityTemplate"],[69,2,1,"","TempEntityTemplates"]],"effects.templates.TempEntityTemplate":[[69,3,1,"","__init__"],[69,3,1,"","add_hook"],[69,4,1,"","aliases"],[69,3,1,"","handle_hook"],[69,4,1,"","hooks"],[69,4,1,"","properties"],[69,3,1,"","remove_hook"],[69,4,1,"","size"]],"engines":[[71,0,0,"-","gamerules"],[72,0,0,"-","precache"],[73,0,0,"-","server"],[74,0,0,"-","sound"],[75,0,0,"-","trace"]],"engines.gamerules":[[71,2,1,"","GameRules"],[71,1,1,"","find_game_rules"],[71,1,1,"","find_game_rules_property_offset"],[71,1,1,"","find_game_rules_proxy_name"]],"engines.gamerules.GameRules":[[71,3,1,"","__init__"],[71,3,1,"","get_property_bool"],[71,3,1,"","get_property_char"],[71,3,1,"","get_property_color"],[71,3,1,"","get_property_double"],[71,3,1,"","get_property_edict"],[71,3,1,"","get_property_float"],[71,3,1,"","get_property_int"],[71,3,1,"","get_property_interval"],[71,3,1,"","get_property_long"],[71,3,1,"","get_property_long_long"],[71,3,1,"","get_property_pointer"],[71,3,1,"","get_property_quaternion"],[71,3,1,"","get_property_short"],[71,3,1,"","get_property_string"],[71,3,1,"","get_property_string_array"],[71,3,1,"","get_property_string_pointer"],[71,3,1,"","get_property_uchar"],[71,3,1,"","get_property_uint"],[71,3,1,"","get_property_ulong"],[71,3,1,"","get_property_ulong_long"],[71,3,1,"","get_property_ushort"],[71,3,1,"","get_property_vector"],[71,3,1,"","set_property_bool"],[71,3,1,"","set_property_char"],[71,3,1,"","set_property_color"],[71,3,1,"","set_property_double"],[71,3,1,"","set_property_edict"],[71,3,1,"","set_property_float"],[71,3,1,"","set_property_int"],[71,3,1,"","set_property_interval"],[71,3,1,"","set_property_long"],[71,3,1,"","set_property_long_long"],[71,3,1,"","set_property_pointer"],[71,3,1,"","set_property_quaternion"],[71,3,1,"","set_property_short"],[71,3,1,"","set_property_string"],[71,3,1,"","set_property_string_array"],[71,3,1,"","set_property_string_pointer"],[71,3,1,"","set_property_uchar"],[71,3,1,"","set_property_uint"],[71,3,1,"","set_property_ulong"],[71,3,1,"","set_property_ulong_long"],[71,3,1,"","set_property_ushort"],[71,3,1,"","set_property_vector"]],"engines.precache":[[72,2,1,"","Decal"],[72,2,1,"","Generic"],[72,2,1,"","Model"]],"engines.precache.Decal":[[72,5,1,"","precache_table"]],"engines.precache.Generic":[[72,5,1,"","precache_table"]],"engines.precache.Model":[[72,5,1,"","precache_table"]],"engines.server":[[73,2,1,"","ConnectionlessPacketHandler"],[73,2,1,"","MapLoadType"],[73,2,1,"","QueryCvarStatus"],[73,2,1,"","Server"],[73,1,1,"","execute_server_command"],[73,1,1,"","insert_command_string"],[73,1,1,"","insert_server_command"],[73,1,1,"","queue_command_string"],[73,1,1,"","queue_server_command"]],"engines.server.ConnectionlessPacketHandler":[[73,3,1,"","__init__"]],"engines.server.MapLoadType":[[73,5,1,"","Background"],[73,5,1,"","LoadGame"],[73,5,1,"","NewGame"],[73,5,1,"","Transition"],[73,5,1,"","names"],[73,5,1,"","values"]],"engines.server.QueryCvarStatus":[[73,5,1,"","INVALID"],[73,5,1,"","NOT_FOUND"],[73,5,1,"","PROTECTED"],[73,5,1,"","SUCCESS"],[73,5,1,"","names"],[73,5,1,"","values"]],"engines.server.Server":[[73,3,1,"","__init__"],[73,3,1,"","broadcast_message"],[73,4,1,"","class_bits"],[73,4,1,"","client_count"],[73,3,1,"","disconnect_client"],[73,3,1,"","get_client"],[73,3,1,"","get_player_info"],[73,3,1,"","is_active"],[73,3,1,"","is_dedicated"],[73,3,1,"","is_hltv"],[73,3,1,"","is_loading"],[73,3,1,"","is_multiplayer"],[73,3,1,"","is_pausable"],[73,4,1,"","map_name"],[73,4,1,"","max_clients"],[73,4,1,"","name"],[73,4,1,"","net_stats"],[73,4,1,"","num_classes"],[73,4,1,"","num_clients"],[73,4,1,"","num_fake_clients"],[73,4,1,"","num_players"],[73,4,1,"","num_proxies"],[73,4,1,"","password"],[73,4,1,"","paused"],[73,4,1,"","spawn_count"],[73,4,1,"","tick"],[73,4,1,"","tick_interval"],[73,4,1,"","time"],[73,4,1,"","udp_port"]],"engines.sound":[[74,2,1,"","Attenuation"],[74,2,1,"","Channel"],[74,2,1,"","Pitch"],[74,2,1,"","Sound"],[74,2,1,"","SoundFlags"],[74,2,1,"","StreamSound"]],"engines.sound.Attenuation":[[74,5,1,"","GUNFIRE"],[74,5,1,"","IDLE"],[74,5,1,"","MAXIMUM"],[74,5,1,"","NONE"],[74,5,1,"","NORMAL"],[74,5,1,"","RICOCHET"],[74,5,1,"","STATIC"]],"engines.sound.Channel":[[74,5,1,"","AUTO"],[74,5,1,"","BODY"],[74,5,1,"","ITEM"],[74,5,1,"","REPLACE"],[74,5,1,"","STATIC"],[74,5,1,"","STREAM"],[74,5,1,"","USER_BASE"],[74,5,1,"","VOICE"],[74,5,1,"","VOICE_BASE"],[74,5,1,"","WEAPON"],[74,5,1,"","names"],[74,5,1,"","values"]],"engines.sound.Pitch":[[74,5,1,"","HIGH"],[74,5,1,"","LOW"],[74,5,1,"","NORMAL"],[74,5,1,"","names"],[74,5,1,"","values"]],"engines.sound.Sound":[[74,4,1,"","is_precached"],[74,3,1,"","precache"]],"engines.sound.SoundFlags":[[74,5,1,"","CHANGE_PITCH"],[74,5,1,"","CHANGE_VOL"],[74,5,1,"","DELAY"],[74,5,1,"","IGNORE_NAME"],[74,5,1,"","IGNORE_PHONEMES"],[74,5,1,"","NO_FLAGS"],[74,5,1,"","SHOULD_PAUSE"],[74,5,1,"","SPAWNING"],[74,5,1,"","SPEAKER"],[74,5,1,"","STOP"],[74,5,1,"","STOP_LOOPING"],[74,5,1,"","names"],[74,5,1,"","values"]],"engines.sound.StreamSound":[[74,4,1,"","is_precached"],[74,3,1,"","precache"]],"engines.trace":[[75,2,1,"","BaseTrace"],[75,2,1,"","ContentFlags"],[75,2,1,"","ContentMasks"],[75,2,1,"","DisplacementFlags"],[75,2,1,"","EntityEnumerator"],[75,2,1,"","GameTrace"],[75,2,1,"","Ray"],[75,2,1,"","Surface"],[75,2,1,"","SurfaceFlags"],[75,2,1,"","TraceFilter"],[75,2,1,"","TraceFilterSimple"],[75,2,1,"","TraceType"]],"engines.trace.BaseTrace":[[75,3,1,"","__init__"],[75,4,1,"","all_solid"],[75,4,1,"","contents"],[75,4,1,"","displacement_flags"],[75,4,1,"","end_position"],[75,4,1,"","fraction"],[75,4,1,"","plane"],[75,4,1,"","start_position"],[75,4,1,"","start_solid"]],"engines.trace.ContentFlags":[[75,5,1,"","ALL_VISIBLE"],[75,5,1,"","AREAPORTAL"],[75,5,1,"","AUX"],[75,5,1,"","BLOCKLOS"],[75,5,1,"","CURRENT_0"],[75,5,1,"","CURRENT_180"],[75,5,1,"","CURRENT_270"],[75,5,1,"","CURRENT_90"],[75,5,1,"","CURRENT_DOWN"],[75,5,1,"","CURRENT_UP"],[75,5,1,"","DEBRIS"],[75,5,1,"","DETAIL"],[75,5,1,"","EMPTY"],[75,5,1,"","GRATE"],[75,5,1,"","HITBOX"],[75,5,1,"","IGNORE_NODRAW_OPAQUE"],[75,5,1,"","LADDER"],[75,5,1,"","LAST_VISIBLE"],[75,5,1,"","MONSTER"],[75,5,1,"","MONSTERCLIP"],[75,5,1,"","MOVEABLE"],[75,5,1,"","OPAQUE"],[75,5,1,"","ORIGIN"],[75,5,1,"","PLAYERCLIP"],[75,5,1,"","SLIME"],[75,5,1,"","SOLID"],[75,5,1,"","TEAM1"],[75,5,1,"","TEAM2"],[75,5,1,"","TESTFOGVOLUME"],[75,5,1,"","TRANSLUCENT"],[75,5,1,"","UNUSED"],[75,5,1,"","WATER"],[75,5,1,"","WINDOW"]],"engines.trace.ContentMasks":[[75,5,1,"","ALL"],[75,5,1,"","BLOCKLOS"],[75,5,1,"","BLOCKLOS_AND_NPCS"],[75,5,1,"","CURRENT"],[75,5,1,"","DEAD_SOLID"],[75,5,1,"","NPC_SOLID"],[75,5,1,"","NPC_WORLD_STATIC"],[75,5,1,"","OPAQUE"],[75,5,1,"","OPAQUE_AND_NPCS"],[75,5,1,"","PLAYER_SOLID"],[75,5,1,"","PLAYER_SOLID_BRUSH_ONLY"],[75,5,1,"","SHOT"],[75,5,1,"","SHOT_HULL"],[75,5,1,"","SHOT_PORTAL"],[75,5,1,"","SOLID"],[75,5,1,"","SOLID_BRUSH_ONLY"],[75,5,1,"","SPLIT_AREA_PORTAL"],[75,5,1,"","VISIBLE"],[75,5,1,"","VISIBLE_AND_NPCS"],[75,5,1,"","WATER"]],"engines.trace.DisplacementFlags":[[75,5,1,"","BUILDABLE"],[75,5,1,"","SURFACE"],[75,5,1,"","SURFPROP1"],[75,5,1,"","SURFPROP2"],[75,5,1,"","WALKABLE"],[75,5,1,"","names"],[75,5,1,"","values"]],"engines.trace.EntityEnumerator":[[75,3,1,"","__init__"],[75,3,1,"","enum_entity"]],"engines.trace.GameTrace":[[75,3,1,"","__init__"],[75,3,1,"","did_hit"],[75,3,1,"","did_hit_world"],[75,4,1,"","entity"],[75,4,1,"","entity_index"],[75,4,1,"","fraction_left_solid"],[75,4,1,"","hitbox"],[75,4,1,"","hitgroup"],[75,4,1,"","physicsbone"],[75,4,1,"","surface"]],"engines.trace.Ray":[[75,3,1,"","__init__"]],"engines.trace.Surface":[[75,3,1,"","__init__"],[75,4,1,"","flags"],[75,4,1,"","name"],[75,4,1,"","surface_props"]],"engines.trace.SurfaceFlags":[[75,5,1,"","BUMPLIGHT"],[75,5,1,"","HINT"],[75,5,1,"","HITBOX"],[75,5,1,"","LIGHT"],[75,5,1,"","NOCHOP"],[75,5,1,"","NODECALS"],[75,5,1,"","NODRAW"],[75,5,1,"","NOLIGHT"],[75,5,1,"","NOPORTAL"],[75,5,1,"","NOSHADOWS"],[75,5,1,"","SKIP"],[75,5,1,"","SKY"],[75,5,1,"","SKY2D"],[75,5,1,"","TRANS"],[75,5,1,"","TRIGGER"],[75,5,1,"","WARP"],[75,5,1,"","names"],[75,5,1,"","values"]],"engines.trace.TraceFilter":[[75,3,1,"","__init__"],[75,3,1,"","get_trace_type"],[75,3,1,"","should_hit_entity"]],"engines.trace.TraceFilterSimple":[[75,3,1,"","__init__"],[75,3,1,"","get_trace_type"],[75,3,1,"","should_hit_entity"]],"engines.trace.TraceType":[[75,5,1,"","ENTITIES_ONLY"],[75,5,1,"","EVERYTHING"],[75,5,1,"","EVERYTHING_FILTER_PROPS"],[75,5,1,"","WORLD_ONLY"],[75,5,1,"","names"],[75,5,1,"","values"]],"entities":[[76,2,1,"","BaseEntityGenerator"],[76,2,1,"","BaseEntityHandle"],[76,2,1,"","BaseEntityOutput"],[76,2,1,"","CheckTransmitInfo"],[76,2,1,"","Collideable"],[76,2,1,"","Edict"],[76,2,1,"","EntityGenerator"],[76,2,1,"","EntityListener"],[76,2,1,"","EventAction"],[76,2,1,"","EventActionGenerator"],[76,2,1,"","GlobalEntityList"],[76,2,1,"","HandleEntity"],[76,2,1,"","ServerClassGenerator"],[76,2,1,"","ServerEntity"],[76,2,1,"","ServerNetworkable"],[76,2,1,"","ServerUnknown"],[76,2,1,"","TakeDamageInfo"],[77,0,0,"-","classes"],[78,0,0,"-","collisions"],[79,0,0,"-","constants"],[80,0,0,"-","datamaps"],[81,0,0,"-","dictionary"],[82,0,0,"-","engines"],[85,0,0,"-","entity"],[86,0,0,"-","factories"],[87,0,0,"-","helpers"],[88,0,0,"-","hooks"],[89,0,0,"-","props"],[90,0,0,"-","transmit"]],"entities.BaseEntityGenerator":[[76,3,1,"","__init__"]],"entities.BaseEntityHandle":[[76,3,1,"","__init__"],[76,4,1,"","entry_index"],[76,3,1,"","init"],[76,3,1,"","is_valid"],[76,4,1,"","serial_number"],[76,3,1,"","set"],[76,3,1,"","term"],[76,3,1,"","to_int"]],"entities.BaseEntityOutput":[[76,3,1,"","__init__"],[76,4,1,"","event_action"],[76,4,1,"","event_actions"],[76,5,1,"","fire_output"],[76,4,1,"","variant"]],"entities.CheckTransmitInfo":[[76,3,1,"","__init__"],[76,4,1,"","areas_networked"],[76,4,1,"","client"],[76,4,1,"","map_areas"],[76,4,1,"","pvs_size"]],"entities.Collideable":[[76,3,1,"","__init__"],[76,4,1,"","entity_handle"]],"entities.Edict":[[76,3,1,"","__init__"],[76,4,1,"","collideable"]],"entities.EntityGenerator":[[76,3,1,"","__init__"]],"entities.EntityListener":[[76,3,1,"","__init__"]],"entities.EventAction":[[76,3,1,"","__init__"],[76,4,1,"","delay"],[76,4,1,"","id_stamp"],[76,4,1,"","next"],[76,4,1,"","parameter"],[76,4,1,"","target"],[76,4,1,"","target_input"],[76,4,1,"","times_to_fire"]],"entities.EventActionGenerator":[[76,3,1,"","__init__"]],"entities.GlobalEntityList":[[76,3,1,"","__init__"],[76,3,1,"","add_entity_listener"],[76,3,1,"","remove_entity_listener"]],"entities.HandleEntity":[[76,3,1,"","__init__"],[76,4,1,"","basehandle"]],"entities.ServerClassGenerator":[[76,3,1,"","__init__"]],"entities.ServerEntity":[[76,3,1,"","__init__"],[76,3,1,"","lookup_attachment"],[76,3,1,"","lookup_bone"],[76,4,1,"","model_handle"],[76,4,1,"","model_header"],[76,4,1,"","model_index"],[76,4,1,"","model_name"]],"entities.ServerNetworkable":[[76,3,1,"","__init__"],[76,3,1,"","area_num"],[76,4,1,"","base_entity"],[76,4,1,"","classname"],[76,4,1,"","edict"],[76,4,1,"","entity_handle"],[76,4,1,"","pvs_info"],[76,3,1,"","release"],[76,4,1,"","server_class"]],"entities.ServerUnknown":[[76,3,1,"","__init__"],[76,4,1,"","base_entity"],[76,4,1,"","class_name"],[76,4,1,"","classname"],[76,4,1,"","collideable"],[76,3,1,"","is_networked"],[76,4,1,"","networkable"]],"entities.TakeDamageInfo":[[76,3,1,"","__init__"],[76,4,1,"","ammo"],[76,4,1,"","attacker"],[76,4,1,"","base_damage"],[76,4,1,"","bullet"],[76,4,1,"","damage"],[76,4,1,"","damaged_other_players"],[76,4,1,"","force"],[76,4,1,"","inflictor"],[76,4,1,"","penetrated"],[76,4,1,"","position"],[76,4,1,"","radius"],[76,4,1,"","recoil"],[76,4,1,"","reported_position"],[76,4,1,"","stats"],[76,4,1,"","type"],[76,4,1,"","weapon"]],"entities.collisions":[[78,2,1,"","BaseCollisionRules"],[78,2,1,"","CollisionHash"],[78,2,1,"","CollisionHook"],[78,2,1,"","CollisionManager"],[78,2,1,"","CollisionMap"],[78,2,1,"","CollisionMode"],[78,2,1,"","CollisionSet"]],"entities.collisions.BaseCollisionRules":[[78,3,1,"","__init__"],[78,4,1,"","mode"],[78,3,1,"","should_collide"],[78,4,1,"","solid_only"]],"entities.collisions.CollisionHash":[[78,3,1,"","__init__"],[78,3,1,"","add_pair"],[78,3,1,"","clear"],[78,3,1,"","get_count"],[78,3,1,"","get_pairs"],[78,3,1,"","has_pair"],[78,3,1,"","remove_pair"],[78,3,1,"","remove_pairs"]],"entities.collisions.CollisionHook":[[78,3,1,"","__init__"]],"entities.collisions.CollisionManager":[[78,3,1,"","__init__"],[78,3,1,"","register_hook"],[78,4,1,"","solid_masks"],[78,3,1,"","unregister_hook"]],"entities.collisions.CollisionMap":[[78,3,1,"","__init__"],[78,3,1,"","clear"]],"entities.collisions.CollisionMode":[[78,5,1,"","ALLOW"],[78,5,1,"","PREVENT"],[78,5,1,"","names"],[78,5,1,"","values"]],"entities.collisions.CollisionSet":[[78,3,1,"","__init__"],[78,3,1,"","add"],[78,3,1,"","clear"],[78,3,1,"","remove"]],"entities.constants":[[79,2,1,"","CollisionGroup"],[79,2,1,"","DamageTypes"],[79,2,1,"","DissolveType"],[79,2,1,"","EntityEffects"],[79,2,1,"","EntityFlags"],[79,2,1,"","EntityStates"],[79,2,1,"","MoveCollide"],[79,2,1,"","MoveType"],[79,2,1,"","RenderEffects"],[79,2,1,"","RenderMode"],[79,2,1,"","SolidFlags"],[79,2,1,"","SolidType"],[79,2,1,"","TakeDamage"]],"entities.constants.CollisionGroup":[[79,5,1,"","BREAKABLE_GLASS"],[79,5,1,"","DEBRIS"],[79,5,1,"","DEBRIS_BLOCK_PROJECTILE"],[79,5,1,"","DEBRIS_TRIGGER"],[79,5,1,"","DISSOLVING"],[79,5,1,"","DOOR_BLOCKER"],[79,5,1,"","INTERACTIVE"],[79,5,1,"","INTERACTIVE_DEBRIS"],[79,5,1,"","IN_VEHICLE"],[79,5,1,"","NONE"],[79,5,1,"","NPC"],[79,5,1,"","NPC_ACTOR"],[79,5,1,"","NPC_SCRIPTED"],[79,5,1,"","PASSABLE_DOOR"],[79,5,1,"","PLAYER"],[79,5,1,"","PLAYER_MOVEMENT"],[79,5,1,"","PROJECTILE"],[79,5,1,"","PUSHAWAY"],[79,5,1,"","PZ_CLIP"],[79,5,1,"","VEHICLE"],[79,5,1,"","VEHICLE_CLIP"],[79,5,1,"","WEAPON"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.DamageTypes":[[79,5,1,"","ACID"],[79,5,1,"","AIRBOAT"],[79,5,1,"","ALWAYSGIB"],[79,5,1,"","BLAST"],[79,5,1,"","BLAST_SURFACE"],[79,5,1,"","BUCKSHOT"],[79,5,1,"","BULLET"],[79,5,1,"","BURN"],[79,5,1,"","CLUB"],[79,5,1,"","CRUSH"],[79,5,1,"","DIRECT"],[79,5,1,"","DISSOLVE"],[79,5,1,"","DROWN"],[79,5,1,"","DROWNRECOVER"],[79,5,1,"","ENERGYBEAM"],[79,5,1,"","FALL"],[79,5,1,"","GENERIC"],[79,5,1,"","HEADSHOT"],[79,5,1,"","LASTGENERICFLAG"],[79,5,1,"","NERVEGAS"],[79,5,1,"","NEVERGIB"],[79,5,1,"","PARALYZE"],[79,5,1,"","PHYSGUN"],[79,5,1,"","PLASMA"],[79,5,1,"","POISON"],[79,5,1,"","PREVENT_PHYSICS_FORCE"],[79,5,1,"","RADIATION"],[79,5,1,"","REMOVENORAGDOLL"],[79,5,1,"","SHOCK"],[79,5,1,"","SLASH"],[79,5,1,"","SLOWBURN"],[79,5,1,"","SONIC"],[79,5,1,"","VEHICLE"]],"entities.constants.DissolveType":[[79,5,1,"","CORE"],[79,5,1,"","ELECTRICAL"],[79,5,1,"","ELECTRICAL_LIGHT"],[79,5,1,"","NORMAL"]],"entities.constants.EntityEffects":[[79,5,1,"","BONEMERGE"],[79,5,1,"","BONEMERGE_FASTCULL"],[79,5,1,"","BRIGHTLIGHT"],[79,5,1,"","DIMLIGHT"],[79,5,1,"","ITEM_BLINK"],[79,5,1,"","MARKED_FOR_FAST_REFLECTION"],[79,5,1,"","NODRAW"],[79,5,1,"","NOFLASHLIGHT"],[79,5,1,"","NOINTERP"],[79,5,1,"","NORECEIVESHADOW"],[79,5,1,"","NOSHADOW"],[79,5,1,"","NOSHADOWDEPTH"],[79,5,1,"","PARENT_ANIMATES"]],"entities.constants.EntityFlags":[[79,5,1,"","BOT_FROZEN"],[79,5,1,"","CHECK_UNTOUCH"],[79,5,1,"","DIRTY_ABSANGVELOCITY"],[79,5,1,"","DIRTY_ABSTRANSFORM"],[79,5,1,"","DIRTY_ABSVELOCITY"],[79,5,1,"","DIRTY_SHADOWUPDATE"],[79,5,1,"","DIRTY_SPATIAL_PARTITION"],[79,5,1,"","DIRTY_SURROUNDING_COLLISION_BOUNDS"],[79,5,1,"","DONTBLOCKLOS"],[79,5,1,"","DONTWALKON"],[79,5,1,"","DORMANT"],[79,5,1,"","FORCE_CHECK_TRANSMIT"],[79,5,1,"","HAS_PLAYER_CHILD"],[79,5,1,"","IN_SKYBOX"],[79,5,1,"","IS_BEING_LIFTED_BY_BARNACLE"],[79,5,1,"","KEEP_ON_RECREATE_ENTITIES"],[79,5,1,"","KILLME"],[79,5,1,"","NOCLIP_ACTIVE"],[79,5,1,"","NOTIFY"],[79,5,1,"","NO_AUTO_EDICT_ATTACH"],[79,5,1,"","NO_DAMAGE_FORCES"],[79,5,1,"","NO_DISSOLVE"],[79,5,1,"","NO_GAME_PHYSICS_SIMULATION"],[79,5,1,"","NO_MEGAPHYSCANNON_RAGDOLL"],[79,5,1,"","NO_PHYSCANNON_INTERACTION"],[79,5,1,"","NO_ROTORWASH_PUSH"],[79,5,1,"","NO_THINK_FUNCTION"],[79,5,1,"","NO_WATER_VELOCITY_CHANGE"],[79,5,1,"","SERVER_ONLY"],[79,5,1,"","SETTING_UP_BONES"],[79,5,1,"","TOUCHING_FLUID"],[79,5,1,"","USE_PARTITION_WHEN_NOT_SOLID"]],"entities.constants.EntityStates":[[79,5,1,"","AIMTARGET"],[79,5,1,"","BASEVELOCITY"],[79,5,1,"","CONVEYOR"],[79,5,1,"","DISSOLVING"],[79,5,1,"","DONTTOUCH"],[79,5,1,"","FLY"],[79,5,1,"","GODMODE"],[79,5,1,"","GRAPHED"],[79,5,1,"","GRENADE"],[79,5,1,"","KILLME"],[79,5,1,"","NOTARGET"],[79,5,1,"","NPC"],[79,5,1,"","OBJECT"],[79,5,1,"","ONFIRE"],[79,5,1,"","PARTIALGROUND"],[79,5,1,"","STATICPROP"],[79,5,1,"","STEPMOVEMENT"],[79,5,1,"","SWIM"],[79,5,1,"","TRANSRAGDOLL"],[79,5,1,"","UNBLOCKABLE_BY_PLAYER"],[79,5,1,"","WORLDBRUSH"]],"entities.constants.MoveCollide":[[79,5,1,"","COUNT"],[79,5,1,"","DEFAULT"],[79,5,1,"","FLY_BOUNCE"],[79,5,1,"","FLY_CUSTOM"],[79,5,1,"","FLY_SLIDE"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.MoveType":[[79,5,1,"","CUSTOM"],[79,5,1,"","FLY"],[79,5,1,"","FLYGRAVITY"],[79,5,1,"","ISOMETRIC"],[79,5,1,"","LADDER"],[79,5,1,"","NOCLIP"],[79,5,1,"","NONE"],[79,5,1,"","OBSERVER"],[79,5,1,"","PUSH"],[79,5,1,"","STEP"],[79,5,1,"","VPHYSICS"],[79,5,1,"","WALK"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.RenderEffects":[[79,5,1,"","CLAMP_MIN_SCALE"],[79,5,1,"","DISTORT"],[79,5,1,"","ENV_RAIN"],[79,5,1,"","ENV_SNOW"],[79,5,1,"","EXPLODE"],[79,5,1,"","FADE_FAST"],[79,5,1,"","FADE_IN"],[79,5,1,"","FADE_OUT"],[79,5,1,"","FADE_SLOW"],[79,5,1,"","FLICKER_FAST"],[79,5,1,"","FLICKER_SLOW"],[79,5,1,"","GLOW_SHELL"],[79,5,1,"","HOLOGRAM"],[79,5,1,"","NONE"],[79,5,1,"","NO_DISSIPATION"],[79,5,1,"","PULSE_FAST"],[79,5,1,"","PULSE_FAST_WIDE"],[79,5,1,"","PULSE_FAST_WIDER"],[79,5,1,"","PULSE_SLOW"],[79,5,1,"","PULSE_SLOW_WIDE"],[79,5,1,"","RAGDOLL"],[79,5,1,"","SOLID_FAST"],[79,5,1,"","SOLID_SLOW"],[79,5,1,"","SPOTLIGHT"],[79,5,1,"","STROBE_FAST"],[79,5,1,"","STROBE_FASTER"],[79,5,1,"","STROBE_SLOW"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.RenderMode":[[79,5,1,"","ENVIRONMENTAL"],[79,5,1,"","GLOW"],[79,5,1,"","NONE"],[79,5,1,"","NORMAL"],[79,5,1,"","TRANS_ADD"],[79,5,1,"","TRANS_ADD_FRAME_BLEND"],[79,5,1,"","TRANS_ALPHA"],[79,5,1,"","TRANS_ALPHA_ADD"],[79,5,1,"","TRANS_COLOR"],[79,5,1,"","TRANS_TEXTURE"],[79,5,1,"","WORLD_GLOW"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.SolidFlags":[[79,5,1,"","CUSTOMBOXTEST"],[79,5,1,"","CUSTOMRAYTEST"],[79,5,1,"","FORCE_WORLD_ALIGNED"],[79,5,1,"","NOT_MOVEABLE"],[79,5,1,"","NOT_SOLID"],[79,5,1,"","NOT_STANDABLE"],[79,5,1,"","ROOT_PARENT_ALIGNED"],[79,5,1,"","TRIGGER"],[79,5,1,"","TRIGGER_TOUCH_DEBRIS"],[79,5,1,"","TRIGGER_TOUCH_PLAYER"],[79,5,1,"","USE_TRIGGER_BOUNDS"],[79,5,1,"","VOLUME_CONTENTS"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.SolidType":[[79,5,1,"","BBOX"],[79,5,1,"","BSP"],[79,5,1,"","CUSTOM"],[79,5,1,"","NONE"],[79,5,1,"","OBB"],[79,5,1,"","OBB_YAW"],[79,5,1,"","VPHYSICS"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.TakeDamage":[[79,5,1,"","AIM"],[79,5,1,"","EVENTS_ONLY"],[79,5,1,"","NO"],[79,5,1,"","YES"]],"entities.datamaps":[[80,2,1,"","DataMap"],[80,2,1,"","EntityProperty"],[80,2,1,"","FieldType"],[80,2,1,"","InputData"],[80,2,1,"","InputFunction"],[80,2,1,"","Interval"],[80,2,1,"","TypeDescription"],[80,2,1,"","TypeDescriptionFlags"],[80,2,1,"","Variant"]],"entities.datamaps.DataMap":[[80,3,1,"","__init__"],[80,4,1,"","base"],[80,4,1,"","chains_validated"],[80,4,1,"","class_name"],[80,3,1,"","find"],[80,3,1,"","find_offset"],[80,4,1,"","length"],[80,4,1,"","optimized_datamap"],[80,4,1,"","packed_offsets_computed"],[80,4,1,"","packed_size"]],"entities.datamaps.EntityProperty":[[80,3,1,"","__init__"],[80,4,1,"","instance"],[80,4,1,"","networked"],[80,4,1,"","offset"],[80,4,1,"","prop_type"]],"entities.datamaps.FieldType":[[80,5,1,"","BOOLEAN"],[80,5,1,"","CHARACTER"],[80,5,1,"","CLASSPTR"],[80,5,1,"","COLOR32"],[80,5,1,"","CUSTOM"],[80,5,1,"","EDICT"],[80,5,1,"","EHANDLE"],[80,5,1,"","EMBEDDED"],[80,5,1,"","FLOAT"],[80,5,1,"","FUNCTION"],[80,5,1,"","INPUT"],[80,5,1,"","INTEGER"],[80,5,1,"","INTEGER64"],[80,5,1,"","INTERVAL"],[80,5,1,"","MATERIALINDEX"],[80,5,1,"","MATRIX3X4_WORLDSPACE"],[80,5,1,"","MODELINDEX"],[80,5,1,"","MODELNAME"],[80,5,1,"","POSITION_VECTOR"],[80,5,1,"","QUATERNION"],[80,5,1,"","SHORT"],[80,5,1,"","SOUNDNAME"],[80,5,1,"","STRING"],[80,5,1,"","TICK"],[80,5,1,"","TIME"],[80,5,1,"","TYPECOUNT"],[80,5,1,"","VECTOR"],[80,5,1,"","VECTOR2D"],[80,5,1,"","VECTOR4D"],[80,5,1,"","VMATRIX"],[80,5,1,"","VMATRIX_WORLDSPACE"],[80,5,1,"","VOID"],[80,5,1,"","names"],[80,5,1,"","values"]],"entities.datamaps.InputData":[[80,3,1,"","__init__"],[80,4,1,"","activator"],[80,4,1,"","caller"],[80,4,1,"","output_index"],[80,4,1,"","value"]],"entities.datamaps.InputFunction":[[80,3,1,"","__init__"]],"entities.datamaps.Interval":[[80,3,1,"","__init__"],[80,4,1,"","range"],[80,4,1,"","start"]],"entities.datamaps.TypeDescription":[[80,3,1,"","__init__"],[80,4,1,"","embedded_datamap"],[80,4,1,"","external_name"],[80,4,1,"","flags"],[80,4,1,"","flat_group"],[80,4,1,"","flat_offset"],[80,4,1,"","function"],[80,4,1,"","input_function"],[80,4,1,"","name"],[80,4,1,"","offset"],[80,4,1,"","override_count"],[80,4,1,"","override_field"],[80,4,1,"","packed_offset"],[80,4,1,"","save_restore"],[80,4,1,"","size"],[80,4,1,"","size_in_bytes"],[80,4,1,"","tolerance"],[80,4,1,"","type"]],"entities.datamaps.TypeDescriptionFlags":[[80,5,1,"","FUNCTIONTABLE"],[80,5,1,"","GLOBAL"],[80,5,1,"","INDEX"],[80,5,1,"","INPUT"],[80,5,1,"","INSENDTABLE"],[80,5,1,"","KEY"],[80,5,1,"","MODELINDEX"],[80,5,1,"","NOERRORCHECK"],[80,5,1,"","OUTPUT"],[80,5,1,"","OVERRIDE"],[80,5,1,"","PRIVATE"],[80,5,1,"","PTR"],[80,5,1,"","SAVE"],[80,5,1,"","VIEW_NEVER"],[80,5,1,"","VIEW_OTHER_PLAYER"],[80,5,1,"","VIEW_OWN_TEAM"]],"entities.datamaps.Variant":[[80,3,1,"","__init__"],[80,3,1,"","get_bool"],[80,3,1,"","get_color"],[80,3,1,"","get_entity"],[80,3,1,"","get_float"],[80,3,1,"","get_int"],[80,3,1,"","get_string"],[80,3,1,"","get_vector"],[80,3,1,"","set_bool"],[80,3,1,"","set_color"],[80,3,1,"","set_entity"],[80,3,1,"","set_float"],[80,3,1,"","set_int"],[80,3,1,"","set_string"],[80,3,1,"","set_vector"],[80,4,1,"","type"]],"entities.dictionary":[[81,2,1,"","EntityDictionary"],[81,2,1,"","SyncedEntityDictionary"]],"entities.dictionary.EntityDictionary":[[81,3,1,"","__init__"],[81,3,1,"","from_inthandle"],[81,3,1,"","on_automatically_removed"]],"entities.dictionary.SyncedEntityDictionary":[[81,3,1,"","__init__"],[81,3,1,"","on_automatically_created"],[81,3,1,"","resync"]],"entities.engines":[[83,0,0,"-","csgo"]],"entities.engines.csgo":[[83,2,1,"","Entity"],[84,0,0,"-","csgo"]],"entities.engines.csgo.csgo":[[84,2,1,"","Entity"]],"entities.engines.csgo.csgo.Entity":[[84,5,1,"","caching"],[84,3,1,"","create"],[84,3,1,"","find"],[84,4,1,"","thrower"]],"entities.entity":[[85,2,1,"","BaseEntity"],[85,2,1,"","Entity"]],"entities.entity.BaseEntity":[[85,3,1,"","__init__"],[85,4,1,"","angles"],[85,4,1,"","avelocity"],[85,4,1,"","base_velocity"],[85,4,1,"","collision_group"],[85,4,1,"","color"],[85,3,1,"","create"],[85,4,1,"","damage_filter"],[85,5,1,"","datamap"],[85,5,1,"","edict"],[85,4,1,"","effects"],[85,4,1,"","elasticity"],[85,4,1,"","entity_flags"],[85,5,1,"","factory"],[85,3,1,"","find"],[85,3,1,"","find_or_create"],[85,4,1,"","friction"],[85,3,1,"","get_datamap_property_bool"],[85,3,1,"","get_datamap_property_char"],[85,3,1,"","get_datamap_property_color"],[85,3,1,"","get_datamap_property_double"],[85,3,1,"","get_datamap_property_edict"],[85,3,1,"","get_datamap_property_float"],[85,3,1,"","get_datamap_property_int"],[85,3,1,"","get_datamap_property_interval"],[85,3,1,"","get_datamap_property_long"],[85,3,1,"","get_datamap_property_long_long"],[85,3,1,"","get_datamap_property_pointer"],[85,3,1,"","get_datamap_property_quaternion"],[85,3,1,"","get_datamap_property_short"],[85,3,1,"","get_datamap_property_string_array"],[85,3,1,"","get_datamap_property_string_pointer"],[85,3,1,"","get_datamap_property_uchar"],[85,3,1,"","get_datamap_property_uint"],[85,3,1,"","get_datamap_property_ulong"],[85,3,1,"","get_datamap_property_ulong_long"],[85,3,1,"","get_datamap_property_ushort"],[85,3,1,"","get_datamap_property_vector"],[85,3,1,"","get_eye_location"],[85,3,1,"","get_key_value_bool"],[85,3,1,"","get_key_value_color"],[85,3,1,"","get_key_value_float"],[85,3,1,"","get_key_value_int"],[85,3,1,"","get_key_value_qangle"],[85,3,1,"","get_key_value_string"],[85,3,1,"","get_key_value_vector"],[85,3,1,"","get_network_property_bool"],[85,3,1,"","get_network_property_char"],[85,3,1,"","get_network_property_color"],[85,3,1,"","get_network_property_double"],[85,3,1,"","get_network_property_edict"],[85,3,1,"","get_network_property_float"],[85,3,1,"","get_network_property_int"],[85,3,1,"","get_network_property_interval"],[85,3,1,"","get_network_property_long"],[85,3,1,"","get_network_property_long_long"],[85,3,1,"","get_network_property_pointer"],[85,3,1,"","get_network_property_quaternion"],[85,3,1,"","get_network_property_short"],[85,3,1,"","get_network_property_string_array"],[85,3,1,"","get_network_property_string_pointer"],[85,3,1,"","get_network_property_uchar"],[85,3,1,"","get_network_property_uint"],[85,3,1,"","get_network_property_ulong"],[85,3,1,"","get_network_property_ulong_long"],[85,3,1,"","get_network_property_ushort"],[85,3,1,"","get_network_property_vector"],[85,3,1,"","get_output"],[85,3,1,"","get_property_bool"],[85,3,1,"","get_property_char"],[85,3,1,"","get_property_color"],[85,3,1,"","get_property_double"],[85,3,1,"","get_property_edict"],[85,3,1,"","get_property_float"],[85,3,1,"","get_property_int"],[85,3,1,"","get_property_interval"],[85,3,1,"","get_property_long"],[85,3,1,"","get_property_long_long"],[85,3,1,"","get_property_pointer"],[85,3,1,"","get_property_quaternion"],[85,3,1,"","get_property_short"],[85,3,1,"","get_property_string"],[85,3,1,"","get_property_string_array"],[85,3,1,"","get_property_string_pointer"],[85,3,1,"","get_property_uchar"],[85,3,1,"","get_property_uint"],[85,3,1,"","get_property_ulong"],[85,3,1,"","get_property_ulong_long"],[85,3,1,"","get_property_ushort"],[85,3,1,"","get_property_vector"],[85,4,1,"","global_name"],[85,4,1,"","gravity"],[85,4,1,"","ground_entity"],[85,4,1,"","hammerid"],[85,4,1,"","health"],[85,5,1,"","index"],[85,5,1,"","inthandle"],[85,3,1,"","is_marked_for_deletion"],[85,3,1,"","is_player"],[85,3,1,"","is_weapon"],[85,4,1,"","local_time"],[85,4,1,"","max_health"],[85,4,1,"","maxs"],[85,4,1,"","mins"],[85,4,1,"","move_type"],[85,4,1,"","origin"],[85,4,1,"","owner_handle"],[85,4,1,"","parent_inthandle"],[85,4,1,"","parent_name"],[85,4,1,"","physics_object"],[85,5,1,"","pointer"],[85,3,1,"","remove"],[85,4,1,"","render_color"],[85,4,1,"","render_fx"],[85,4,1,"","render_mode"],[85,4,1,"","rotation"],[85,5,1,"","server_class"],[85,3,1,"","set_datamap_property_bool"],[85,3,1,"","set_datamap_property_char"],[85,3,1,"","set_datamap_property_color"],[85,3,1,"","set_datamap_property_double"],[85,3,1,"","set_datamap_property_edict"],[85,3,1,"","set_datamap_property_float"],[85,3,1,"","set_datamap_property_int"],[85,3,1,"","set_datamap_property_interval"],[85,3,1,"","set_datamap_property_long"],[85,3,1,"","set_datamap_property_long_long"],[85,3,1,"","set_datamap_property_pointer"],[85,3,1,"","set_datamap_property_quaternion"],[85,3,1,"","set_datamap_property_short"],[85,3,1,"","set_datamap_property_string_array"],[85,3,1,"","set_datamap_property_string_pointer"],[85,3,1,"","set_datamap_property_uchar"],[85,3,1,"","set_datamap_property_uint"],[85,3,1,"","set_datamap_property_ulong"],[85,3,1,"","set_datamap_property_ulong_long"],[85,3,1,"","set_datamap_property_ushort"],[85,3,1,"","set_datamap_property_vector"],[85,3,1,"","set_key_value_bool"],[85,3,1,"","set_key_value_color"],[85,3,1,"","set_key_value_float"],[85,3,1,"","set_key_value_int"],[85,3,1,"","set_key_value_qangle"],[85,3,1,"","set_key_value_string"],[85,3,1,"","set_key_value_vector"],[85,3,1,"","set_network_property_bool"],[85,3,1,"","set_network_property_char"],[85,3,1,"","set_network_property_color"],[85,3,1,"","set_network_property_double"],[85,3,1,"","set_network_property_edict"],[85,3,1,"","set_network_property_float"],[85,3,1,"","set_network_property_int"],[85,3,1,"","set_network_property_interval"],[85,3,1,"","set_network_property_long"],[85,3,1,"","set_network_property_long_long"],[85,3,1,"","set_network_property_pointer"],[85,3,1,"","set_network_property_quaternion"],[85,3,1,"","set_network_property_short"],[85,3,1,"","set_network_property_string_array"],[85,3,1,"","set_network_property_string_pointer"],[85,3,1,"","set_network_property_uchar"],[85,3,1,"","set_network_property_uint"],[85,3,1,"","set_network_property_ulong"],[85,3,1,"","set_network_property_ulong_long"],[85,3,1,"","set_network_property_ushort"],[85,3,1,"","set_network_property_vector"],[85,3,1,"","set_property_bool"],[85,3,1,"","set_property_char"],[85,3,1,"","set_property_color"],[85,3,1,"","set_property_double"],[85,3,1,"","set_property_edict"],[85,3,1,"","set_property_float"],[85,3,1,"","set_property_int"],[85,3,1,"","set_property_interval"],[85,3,1,"","set_property_long"],[85,3,1,"","set_property_long_long"],[85,3,1,"","set_property_pointer"],[85,3,1,"","set_property_quaternion"],[85,3,1,"","set_property_short"],[85,3,1,"","set_property_string"],[85,3,1,"","set_property_string_array"],[85,3,1,"","set_property_string_pointer"],[85,3,1,"","set_property_uchar"],[85,3,1,"","set_property_uint"],[85,3,1,"","set_property_ulong"],[85,3,1,"","set_property_ulong_long"],[85,3,1,"","set_property_ushort"],[85,3,1,"","set_property_vector"],[85,4,1,"","shadow_cast_distance"],[85,4,1,"","solid_flags"],[85,4,1,"","solid_type"],[85,3,1,"","spawn"],[85,4,1,"","spawn_flags"],[85,4,1,"","speed"],[85,3,1,"","stop_sound"],[85,4,1,"","target"],[85,4,1,"","target_name"],[85,4,1,"","team_index"],[85,4,1,"","velocity"],[85,4,1,"","view_offset"],[85,4,1,"","water_level"]],"entities.entity.Entity":[[85,3,1,"","__init__"],[85,3,1,"","call_input"],[85,3,1,"","delay"],[85,5,1,"","dynamic_attributes"],[85,3,1,"","emit_sound"],[85,3,1,"","from_inthandle"],[85,3,1,"","get_input"],[85,3,1,"","get_model"],[85,3,1,"","get_output"],[85,3,1,"","get_parent"],[85,5,1,"","inputs"],[85,3,1,"","is_in_solid"],[85,3,1,"","is_networked"],[85,5,1,"","keyvalues"],[85,4,1,"","model"],[85,5,1,"","outputs"],[85,4,1,"","owner"],[85,4,1,"","parent"],[85,5,1,"","properties"],[85,3,1,"","repeat"],[85,5,1,"","server_classes"],[85,5,1,"","set_model"],[85,5,1,"","set_parent"],[85,3,1,"","take_damage"],[85,5,1,"","teleport"]],"entities.factories":[[86,2,1,"","EntityFactory"],[86,2,1,"","EntityFactoryDictionary"]],"entities.factories.EntityFactory":[[86,3,1,"","__init__"],[86,3,1,"","create"],[86,3,1,"","destroy"],[86,4,1,"","size"]],"entities.factories.EntityFactoryDictionary":[[86,3,1,"","__init__"]],"entities.helpers":[[87,2,1,"","EntityMemFuncWrapper"],[87,1,1,"","baseentity_from_basehandle"],[87,1,1,"","baseentity_from_edict"],[87,1,1,"","baseentity_from_index"],[87,1,1,"","baseentity_from_inthandle"],[87,1,1,"","baseentity_from_pointer"],[87,1,1,"","basehandle_from_baseentity"],[87,1,1,"","basehandle_from_edict"],[87,1,1,"","basehandle_from_index"],[87,1,1,"","basehandle_from_inthandle"],[87,1,1,"","basehandle_from_pointer"],[87,1,1,"","edict_from_baseentity"],[87,1,1,"","edict_from_basehandle"],[87,1,1,"","edict_from_index"],[87,1,1,"","edict_from_inthandle"],[87,1,1,"","edict_from_pointer"],[87,1,1,"","find_output_name"],[87,1,1,"","index_from_baseentity"],[87,1,1,"","index_from_basehandle"],[87,1,1,"","index_from_edict"],[87,1,1,"","index_from_inthandle"],[87,1,1,"","index_from_pointer"],[87,1,1,"","inthandle_from_baseentity"],[87,1,1,"","inthandle_from_basehandle"],[87,1,1,"","inthandle_from_edict"],[87,1,1,"","inthandle_from_index"],[87,1,1,"","inthandle_from_pointer"],[87,1,1,"","pointer_from_baseentity"],[87,1,1,"","pointer_from_basehandle"],[87,1,1,"","pointer_from_edict"],[87,1,1,"","pointer_from_index"],[87,1,1,"","pointer_from_inthandle"],[87,1,1,"","wrap_entity_mem_func"]],"entities.helpers.EntityMemFuncWrapper":[[87,3,1,"","__init__"],[87,3,1,"","call_trampoline"],[87,3,1,"","skip_hooks"]],"entities.hooks":[[88,2,1,"","EntityCondition"],[88,2,1,"","EntityPostHook"],[88,2,1,"","EntityPreHook"]],"entities.hooks.EntityCondition":[[88,3,1,"","equals_datamap_classname"],[88,3,1,"","equals_entity_classname"],[88,3,1,"","is_bot_player"],[88,3,1,"","is_human_player"],[88,3,1,"","is_not_player"],[88,3,1,"","is_player"]],"entities.hooks.EntityPostHook":[[88,5,1,"","hook_type"]],"entities.hooks.EntityPreHook":[[88,5,1,"","hook_type"]],"entities.props":[[89,2,1,"","SendProp"],[89,2,1,"","SendPropFlags"],[89,2,1,"","SendPropType"],[89,2,1,"","SendPropVariant"],[89,2,1,"","SendProxyRecipients"],[89,2,1,"","SendTable"],[89,2,1,"","ServerClass"]],"entities.props.SendProp":[[89,3,1,"","__init__"],[89,4,1,"","array_length_proxy_function"],[89,4,1,"","array_prop"],[89,4,1,"","bits"],[89,4,1,"","data_table"],[89,4,1,"","data_table_proxy_function"],[89,4,1,"","element_stride"],[89,4,1,"","exclude_data_table_name"],[89,4,1,"","flags"],[89,3,1,"","get_priority"],[89,4,1,"","high_low_mul"],[89,4,1,"","high_value"],[89,3,1,"","is_exclude_prop"],[89,3,1,"","is_inside_array"],[89,3,1,"","is_signed"],[89,4,1,"","length"],[89,4,1,"","low_value"],[89,4,1,"","name"],[89,4,1,"","offset"],[89,4,1,"","parent_array_prop_name"],[89,4,1,"","priority"],[89,4,1,"","proxy_function"],[89,4,1,"","type"]],"entities.props.SendPropFlags":[[89,5,1,"","CHANGES_OFTEN"],[89,5,1,"","COLLAPSIBLE"],[89,5,1,"","COORD"],[89,5,1,"","COORD_MP"],[89,5,1,"","COORD_MP_INTEGRAL"],[89,5,1,"","COORD_MP_LOW_PRECISION"],[89,5,1,"","EXCLUDE"],[89,5,1,"","INSIDE_ARRAY"],[89,5,1,"","IS_A_VECTOR_ELEM"],[89,5,1,"","NORMAL"],[89,5,1,"","NOSCALE"],[89,5,1,"","PROXY_ALWAYS_YES"],[89,5,1,"","ROUND_DOWN"],[89,5,1,"","ROUND_UP"],[89,5,1,"","UNSIGNED"],[89,5,1,"","XYZE"]],"entities.props.SendPropType":[[89,5,1,"","ARRAY"],[89,5,1,"","DATATABLE"],[89,5,1,"","FLOAT"],[89,5,1,"","INT"],[89,5,1,"","INT64"],[89,5,1,"","STRING"],[89,5,1,"","VECTOR"],[89,5,1,"","VECTORXY"],[89,5,1,"","names"],[89,5,1,"","values"]],"entities.props.SendPropVariant":[[89,3,1,"","__init__"],[89,3,1,"","get_data"],[89,3,1,"","get_float"],[89,3,1,"","get_int"],[89,3,1,"","get_int64"],[89,3,1,"","get_string"],[89,3,1,"","get_vector"],[89,3,1,"","set_data"],[89,3,1,"","set_float"],[89,3,1,"","set_int"],[89,3,1,"","set_int64"],[89,3,1,"","set_string"],[89,3,1,"","set_vector"],[89,3,1,"","to_string"],[89,4,1,"","type"]],"entities.props.SendProxyRecipients":[[89,3,1,"","__init__"],[89,3,1,"","clear_all_recipients"],[89,3,1,"","set_all_recipients"],[89,3,1,"","set_only"],[89,3,1,"","set_recipient"]],"entities.props.SendTable":[[89,3,1,"","__init__"],[89,3,1,"","get_prop"],[89,3,1,"","is_initialized"],[89,4,1,"","length"],[89,4,1,"","name"],[89,4,1,"","props"],[89,4,1,"","props_encoded_against_tick_count"],[89,3,1,"","set_initialized"],[89,4,1,"","write_flag"]],"entities.props.ServerClass":[[89,3,1,"","__init__"],[89,4,1,"","class_index"],[89,3,1,"","find_server_class"],[89,4,1,"","instance_baseline_index"],[89,4,1,"","name"],[89,4,1,"","next"],[89,4,1,"","table"]],"entities.transmit":[[90,2,1,"","BaseTransmitRules"],[90,2,1,"","TransmitHash"],[90,2,1,"","TransmitHook"],[90,2,1,"","TransmitManager"],[90,2,1,"","TransmitMap"],[90,2,1,"","TransmitMode"],[90,2,1,"","TransmitSet"],[90,2,1,"","TransmitStates"]],"entities.transmit.BaseTransmitRules":[[90,3,1,"","__init__"],[90,4,1,"","mode"],[90,3,1,"","should_transmit"]],"entities.transmit.TransmitHash":[[90,3,1,"","__init__"],[90,3,1,"","add_pair"],[90,3,1,"","clear"],[90,3,1,"","get_count"],[90,3,1,"","get_pairs"],[90,3,1,"","has_pair"],[90,3,1,"","remove_pair"],[90,3,1,"","remove_pairs"]],"entities.transmit.TransmitHook":[[90,3,1,"","__init__"]],"entities.transmit.TransmitManager":[[90,3,1,"","__init__"],[90,3,1,"","register_hook"],[90,3,1,"","unregister_hook"]],"entities.transmit.TransmitMap":[[90,3,1,"","__init__"],[90,3,1,"","clear"]],"entities.transmit.TransmitMode":[[90,5,1,"","ALLOW"],[90,5,1,"","PREVENT"],[90,5,1,"","names"],[90,5,1,"","values"]],"entities.transmit.TransmitSet":[[90,3,1,"","__init__"],[90,3,1,"","add"],[90,3,1,"","clear"],[90,3,1,"","remove"]],"entities.transmit.TransmitStates":[[90,3,1,"","__init__"]],"events":[[91,1,1,"","Event"],[91,2,1,"","EventVarType"],[91,2,1,"","GameEvent"],[91,2,1,"","GameEventDescriptor"],[92,0,0,"-","custom"],[93,0,0,"-","hooks"],[94,0,0,"-","listener"],[95,0,0,"-","manager"],[96,0,0,"-","resource"],[97,0,0,"-","variable"]],"events.EventVarType":[[91,5,1,"","BOOL"],[91,5,1,"","BYTE"],[91,5,1,"","FLOAT"],[91,5,1,"","LOCAL"],[91,5,1,"","LONG"],[91,5,1,"","SHORT"],[91,5,1,"","STRING"],[91,5,1,"","UINT64"],[91,5,1,"","WSTRING"],[91,5,1,"","names"],[91,5,1,"","values"]],"events.GameEvent":[[91,3,1,"","__getitem__"],[91,3,1,"","__init__"],[91,3,1,"","__reduce__"],[91,3,1,"","__setitem__"],[91,4,1,"","descriptor"],[91,3,1,"","get_bool"],[91,3,1,"","get_float"],[91,3,1,"","get_int"],[91,3,1,"","get_string"],[91,3,1,"","is_empty"],[91,3,1,"","is_local"],[91,3,1,"","is_reliable"],[91,4,1,"","name"],[91,3,1,"","set_bool"],[91,3,1,"","set_float"],[91,3,1,"","set_int"],[91,3,1,"","set_string"],[91,4,1,"","variables"]],"events.GameEventDescriptor":[[91,3,1,"","__init__"],[91,3,1,"","__reduce__"],[91,4,1,"","event_id"],[91,4,1,"","local"],[91,4,1,"","name"],[91,4,1,"","reliable"],[91,4,1,"","variables"]],"events.custom":[[92,2,1,"","CustomEvent"]],"events.custom.CustomEvent":[[92,3,1,"","__init__"],[92,3,1,"","fire"],[92,4,1,"","name"],[92,3,1,"","reset"]],"events.hooks":[[93,2,1,"","EventAction"],[93,1,1,"","PreEvent"],[93,6,1,"","pre_event_manager"]],"events.listener":[[94,2,1,"","GameEventListener"]],"events.listener.GameEventListener":[[94,3,1,"","__init__"],[94,4,1,"","event_debug_id"],[94,3,1,"","fire_game_event"]],"events.manager":[[95,6,1,"","event_manager"]],"events.resource":[[96,2,1,"","ResourceFile"]],"events.resource.ResourceFile":[[96,3,1,"","__init__"],[96,4,1,"","filepath"],[96,4,1,"","fullpath"],[96,3,1,"","load_events"],[96,3,1,"","write"]],"events.variable":[[97,2,1,"","BoolVariable"],[97,2,1,"","ByteVariable"],[97,2,1,"","FloatVariable"],[97,2,1,"","LongVariable"],[97,2,1,"","ShortVariable"],[97,2,1,"","StringVariable"]],"events.variable.BoolVariable":[[97,5,1,"","method"]],"events.variable.ByteVariable":[[97,5,1,"","method"]],"events.variable.FloatVariable":[[97,5,1,"","method"]],"events.variable.LongVariable":[[97,5,1,"","method"]],"events.variable.ShortVariable":[[97,5,1,"","method"]],"events.variable.StringVariable":[[97,5,1,"","method"]],"filesystem":[[98,2,1,"","SeekType"],[98,2,1,"","SourceFile"],[98,1,1,"","is_vpk_file"],[98,1,1,"","source_file"]],"filesystem.SeekType":[[98,5,1,"","CURRENT"],[98,5,1,"","HEAD"],[98,5,1,"","TAIL"],[98,5,1,"","names"],[98,5,1,"","values"]],"filesystem.SourceFile":[[98,3,1,"","__init__"],[98,3,1,"","close"],[98,4,1,"","closed"],[98,4,1,"","eof"],[98,3,1,"","fileno"],[98,3,1,"","flush"],[98,4,1,"","handle"],[98,3,1,"","isatty"],[98,3,1,"","open"],[98,3,1,"","read"],[98,3,1,"","readable"],[98,3,1,"","readline"],[98,3,1,"","readlines"],[98,3,1,"","save"],[98,3,1,"","seek"],[98,3,1,"","seekable"],[98,4,1,"","size"],[98,3,1,"","tell"],[98,3,1,"","truncate"],[98,3,1,"","write"],[98,3,1,"","writeable"],[98,3,1,"","writelines"]],"filters":[[100,0,0,"-","entities"],[101,0,0,"-","iterator"],[102,0,0,"-","players"],[103,0,0,"-","recipients"],[104,0,0,"-","weapons"]],"filters.entities":[[100,2,1,"","BaseEntityIter"],[100,2,1,"","EntityIter"]],"filters.entities.BaseEntityIter":[[100,3,1,"","__init__"],[100,3,1,"","iterator"]],"filters.entities.EntityIter":[[100,3,1,"","iterator"]],"filters.players":[[102,2,1,"","PlayerIter"],[102,1,1,"","get_default_filters"],[102,1,1,"","parse_filter"]],"filters.players.PlayerIter":[[102,3,1,"","iterator"]],"filters.recipients":[[103,2,1,"","BaseRecipientFilter"],[103,2,1,"","RecipientFilter"]],"filters.recipients.BaseRecipientFilter":[[103,3,1,"","__init__"],[103,3,1,"","get_recipient_index"],[103,3,1,"","is_init_message"],[103,3,1,"","is_reliable"]],"filters.recipients.RecipientFilter":[[103,3,1,"","__init__"],[103,3,1,"","merge"],[103,3,1,"","update"]],"filters.weapons":[[104,2,1,"","WeaponClassIter"],[104,2,1,"","WeaponIter"]],"filters.weapons.WeaponClassIter":[[104,3,1,"","iterator"]],"filters.weapons.WeaponIter":[[104,3,1,"","iterator"]],"hooks":[[106,0,0,"-","base"],[107,0,0,"-","exceptions"],[108,0,0,"-","warnings"]],"hooks.exceptions":[[107,1,1,"","ExceptHook"],[107,6,1,"","except_hooks"]],"hooks.warnings":[[108,1,1,"","WarningHook"],[108,6,1,"","warning_hooks"]],"keyvalues":[[109,2,1,"","KeyValueType"],[109,2,1,"","KeyValues"],[109,2,1,"","KeyValuesIter"]],"keyvalues.KeyValueType":[[109,5,1,"","COLOR"],[109,5,1,"","FLOAT"],[109,5,1,"","INT"],[109,5,1,"","NONE"],[109,5,1,"","NUM_TYPES"],[109,5,1,"","PTR"],[109,5,1,"","STRING"],[109,5,1,"","UNINT64"],[109,5,1,"","WSTRING"],[109,5,1,"","names"],[109,5,1,"","values"]],"keyvalues.KeyValues":[[109,3,1,"","__init__"],[109,3,1,"","add_sub_key"],[109,3,1,"","as_dict"],[109,3,1,"","create_new_key"],[109,3,1,"","find_key"],[109,3,1,"","find_key_by_symbol"],[109,4,1,"","first_sub_key"],[109,4,1,"","first_true_sub_key"],[109,4,1,"","first_value"],[109,3,1,"","from_buffer"],[109,3,1,"","from_buffer_in_place"],[109,3,1,"","from_dict"],[109,3,1,"","from_file"],[109,3,1,"","from_file_in_place"],[109,3,1,"","get_bool"],[109,3,1,"","get_color"],[109,3,1,"","get_data_type"],[109,3,1,"","get_float"],[109,3,1,"","get_int"],[109,3,1,"","get_string"],[109,3,1,"","get_uint64"],[109,3,1,"","is_empty"],[109,3,1,"","make_copy"],[109,4,1,"","name"],[109,4,1,"","name_symbol"],[109,4,1,"","next_key"],[109,4,1,"","next_true_sub_key"],[109,4,1,"","next_value"],[109,3,1,"","recursive_copy"],[109,3,1,"","remove_sub_key"],[109,3,1,"","save_to_file"],[109,3,1,"","set_bool"],[109,3,1,"","set_color"],[109,3,1,"","set_float"],[109,3,1,"","set_int"],[109,3,1,"","set_string"],[109,3,1,"","set_uint64"],[109,3,1,"","uses_escape_sequences"]],"keyvalues.KeyValuesIter":[[109,3,1,"","__init__"]],"listeners":[[110,2,1,"","ButtonStatus"],[110,2,1,"","ListenerManager"],[110,2,1,"","ListenerManagerDecorator"],[110,2,1,"","OnButtonStateChanged"],[110,2,1,"","OnClientActive"],[110,2,1,"","OnClientConnect"],[110,2,1,"","OnClientDisconnect"],[110,2,1,"","OnClientFullyConnect"],[110,2,1,"","OnClientPutInServer"],[110,2,1,"","OnClientSettingsChanged"],[110,2,1,"","OnCombinerPreCache"],[110,2,1,"","OnConVarChanged"],[110,2,1,"","OnDataLoaded"],[110,2,1,"","OnDataUnloaded"],[110,2,1,"","OnEdictAllocated"],[110,2,1,"","OnEdictFreed"],[110,2,1,"","OnEntityCollision"],[110,2,1,"","OnEntityCreated"],[110,2,1,"","OnEntityDeleted"],[110,2,1,"","OnEntityOutput"],[110,2,1,"","OnEntityOutputListenerManager"],[110,2,1,"","OnEntityPreSpawned"],[110,2,1,"","OnEntitySpawned"],[110,2,1,"","OnEntityTransmit"],[110,2,1,"","OnLevelEnd"],[110,2,1,"","OnLevelInit"],[110,2,1,"","OnLevelShutdown"],[110,2,1,"","OnNetworkedEntityCreated"],[110,2,1,"","OnNetworkedEntityDeleted"],[110,2,1,"","OnNetworkedEntityPreSpawned"],[110,2,1,"","OnNetworkedEntitySpawned"],[110,2,1,"","OnNetworkidValidated"],[110,2,1,"","OnPlayerCollision"],[110,2,1,"","OnPlayerPostRunCommand"],[110,2,1,"","OnPlayerRunCommand"],[110,2,1,"","OnPlayerTransmit"],[110,2,1,"","OnPluginLoaded"],[110,2,1,"","OnPluginLoading"],[110,2,1,"","OnPluginUnloaded"],[110,2,1,"","OnPluginUnloading"],[110,2,1,"","OnQueryCvarValueFinished"],[110,2,1,"","OnServerActivate"],[110,2,1,"","OnServerOutput"],[110,2,1,"","OnTick"],[110,2,1,"","OnVersionUpdate"],[110,1,1,"","get_button_combination_status"],[111,0,0,"-","tick"]],"listeners.ButtonStatus":[[110,5,1,"","PRESSED"],[110,5,1,"","RELEASED"]],"listeners.ListenerManager":[[110,3,1,"","__init__"],[110,3,1,"","clear"],[110,3,1,"","finalize"],[110,3,1,"","initialize"],[110,3,1,"","notify"],[110,3,1,"","register_listener"],[110,3,1,"","unregister_listener"]],"listeners.ListenerManagerDecorator":[[110,3,1,"","__init__"],[110,4,1,"","manager"],[110,4,1,"","name"]],"listeners.OnButtonStateChanged":[[110,5,1,"","manager"]],"listeners.OnClientActive":[[110,5,1,"","manager"]],"listeners.OnClientConnect":[[110,5,1,"","manager"]],"listeners.OnClientDisconnect":[[110,5,1,"","manager"]],"listeners.OnClientFullyConnect":[[110,5,1,"","manager"]],"listeners.OnClientPutInServer":[[110,5,1,"","manager"]],"listeners.OnClientSettingsChanged":[[110,5,1,"","manager"]],"listeners.OnCombinerPreCache":[[110,5,1,"","manager"]],"listeners.OnConVarChanged":[[110,5,1,"","manager"]],"listeners.OnDataLoaded":[[110,5,1,"","manager"]],"listeners.OnDataUnloaded":[[110,5,1,"","manager"]],"listeners.OnEdictAllocated":[[110,5,1,"","manager"]],"listeners.OnEdictFreed":[[110,5,1,"","manager"]],"listeners.OnEntityCollision":[[110,5,1,"","manager"]],"listeners.OnEntityCreated":[[110,5,1,"","manager"]],"listeners.OnEntityDeleted":[[110,5,1,"","manager"]],"listeners.OnEntityOutput":[[110,5,1,"","manager"]],"listeners.OnEntityOutputListenerManager":[[110,3,1,"","finalize"],[110,3,1,"","initialize"]],"listeners.OnEntityPreSpawned":[[110,5,1,"","manager"]],"listeners.OnEntitySpawned":[[110,5,1,"","manager"]],"listeners.OnEntityTransmit":[[110,5,1,"","manager"]],"listeners.OnLevelEnd":[[110,5,1,"","manager"]],"listeners.OnLevelInit":[[110,5,1,"","manager"]],"listeners.OnLevelShutdown":[[110,5,1,"","manager"]],"listeners.OnNetworkedEntityCreated":[[110,5,1,"","manager"]],"listeners.OnNetworkedEntityDeleted":[[110,5,1,"","manager"]],"listeners.OnNetworkedEntityPreSpawned":[[110,5,1,"","manager"]],"listeners.OnNetworkedEntitySpawned":[[110,5,1,"","manager"]],"listeners.OnNetworkidValidated":[[110,5,1,"","manager"]],"listeners.OnPlayerCollision":[[110,5,1,"","manager"]],"listeners.OnPlayerPostRunCommand":[[110,5,1,"","manager"]],"listeners.OnPlayerRunCommand":[[110,5,1,"","manager"]],"listeners.OnPlayerTransmit":[[110,5,1,"","manager"]],"listeners.OnPluginLoaded":[[110,5,1,"","manager"]],"listeners.OnPluginLoading":[[110,5,1,"","manager"]],"listeners.OnPluginUnloaded":[[110,5,1,"","manager"]],"listeners.OnPluginUnloading":[[110,5,1,"","manager"]],"listeners.OnQueryCvarValueFinished":[[110,5,1,"","manager"]],"listeners.OnServerActivate":[[110,5,1,"","manager"]],"listeners.OnServerOutput":[[110,5,1,"","manager"]],"listeners.OnTick":[[110,5,1,"","manager"]],"listeners.OnVersionUpdate":[[110,5,1,"","manager"]],"listeners.tick":[[111,2,1,"","Delay"],[111,2,1,"","GameThread"],[111,2,1,"","Repeat"],[111,2,1,"","RepeatStatus"]],"listeners.tick.Delay":[[111,3,1,"","__init__"],[111,5,1,"","args"],[111,5,1,"","callback"],[111,3,1,"","cancel"],[111,5,1,"","cancel_on_level_end"],[111,5,1,"","delay"],[111,5,1,"","exec_time"],[111,3,1,"","execute"],[111,5,1,"","kwargs"],[111,4,1,"","running"],[111,4,1,"","time_elapsed"],[111,4,1,"","time_remaining"]],"listeners.tick.Repeat":[[111,3,1,"","__init__"],[111,4,1,"","adjusted_loops"],[111,4,1,"","delay_time_elapsed"],[111,4,1,"","delay_time_remaining"],[111,3,1,"","extend"],[111,4,1,"","interval"],[111,4,1,"","loops_elapsed"],[111,4,1,"","loops_remaining"],[111,4,1,"","original_loops"],[111,3,1,"","pause"],[111,3,1,"","reduce"],[111,3,1,"","restart"],[111,3,1,"","resume"],[111,3,1,"","start"],[111,4,1,"","status"],[111,3,1,"","stop"],[111,4,1,"","total_loops"],[111,4,1,"","total_time"],[111,4,1,"","total_time_elapsed"],[111,4,1,"","total_time_remaining"]],"listeners.tick.RepeatStatus":[[111,5,1,"","PAUSED"],[111,5,1,"","RUNNING"],[111,5,1,"","STOPPED"]],"loggers":[[112,2,1,"","LogManager"]],"loggers.LogManager":[[112,3,1,"","__init__"],[112,4,1,"","areas"],[112,4,1,"","level"]],"mathlib":[[113,2,1,"","Matrix3x4"],[113,6,1,"","NULL_MATRIX"],[113,6,1,"","NULL_QANGLE"],[113,6,1,"","NULL_QUATERNION"],[113,6,1,"","NULL_RADIANEULER"],[113,6,1,"","NULL_VECTOR"],[113,2,1,"","Plane"],[113,2,1,"","QAngle"],[113,2,1,"","Quaternion"],[113,2,1,"","RadianEuler"],[113,2,1,"","Vector"]],"mathlib.Matrix3x4":[[113,3,1,"","__init__"],[113,4,1,"","angles"],[113,3,1,"","invalidate"],[113,4,1,"","position"]],"mathlib.Plane":[[113,3,1,"","__init__"],[113,4,1,"","dist"],[113,4,1,"","normal"],[113,4,1,"","signbits"],[113,4,1,"","type"]],"mathlib.QAngle":[[113,3,1,"","__init__"],[113,3,1,"","get_angle_vectors"],[113,3,1,"","invalidate"],[113,3,1,"","is_valid"],[113,4,1,"","length"],[113,4,1,"","length_sqr"],[113,3,1,"","random"],[113,4,1,"","x"],[113,4,1,"","y"],[113,4,1,"","z"]],"mathlib.Quaternion":[[113,3,1,"","__init__"],[113,3,1,"","invalidate"],[113,3,1,"","is_valid"],[113,4,1,"","w"],[113,4,1,"","x"],[113,4,1,"","y"],[113,4,1,"","z"]],"mathlib.RadianEuler":[[113,3,1,"","__init__"],[113,3,1,"","invalidate"],[113,3,1,"","is_valid"],[113,3,1,"","to_qangle"],[113,4,1,"","x"],[113,4,1,"","y"],[113,4,1,"","z"]],"mathlib.Vector":[[113,3,1,"","__init__"],[113,3,1,"","as_vector_2D"],[113,3,1,"","copy"],[113,3,1,"","cross"],[113,3,1,"","dot"],[113,3,1,"","get_distance"],[113,3,1,"","get_distance_sqr"],[113,3,1,"","get_vector_angles"],[113,3,1,"","get_vector_vectors"],[113,3,1,"","init"],[113,3,1,"","invalidate"],[113,3,1,"","is_length_greater_than"],[113,3,1,"","is_length_less_than"],[113,3,1,"","is_valid"],[113,3,1,"","is_within_box"],[113,3,1,"","is_zero"],[113,4,1,"","length"],[113,4,1,"","length_2D"],[113,4,1,"","length_2D_sqr"],[113,4,1,"","length_sqr"],[113,3,1,"","max"],[113,3,1,"","min"],[113,3,1,"","mul_add"],[113,3,1,"","negate"],[113,3,1,"","normalize"],[113,3,1,"","normalized"],[113,3,1,"","random"],[113,4,1,"","x"],[113,4,1,"","y"],[113,4,1,"","z"],[113,3,1,"","zero"]],"memory":[[114,2,1,"","BinaryFile"],[114,2,1,"","Callback"],[114,2,1,"","CallingConvention"],[114,2,1,"","Convention"],[114,2,1,"","DataType"],[114,2,1,"","Function"],[114,2,1,"","FunctionInfo"],[114,2,1,"","Pointer"],[114,2,1,"","ProcessorRegister"],[114,2,1,"","Register"],[114,2,1,"","Registers"],[114,2,1,"","StackData"],[114,1,1,"","alloc"],[114,1,1,"","find_binary"],[114,1,1,"","get_class"],[114,1,1,"","get_class_info"],[114,1,1,"","get_class_name"],[114,1,1,"","get_data_type_size"],[114,1,1,"","get_function_info"],[114,1,1,"","get_object_pointer"],[114,1,1,"","get_size"],[114,1,1,"","get_virtual_function"],[115,0,0,"-","helpers"],[116,0,0,"-","hooks"],[114,1,1,"","make_object"],[117,0,0,"-","manager"]],"memory.BinaryFile":[[114,3,1,"","__init__"],[114,4,1,"","base"],[114,3,1,"","find_address"],[114,3,1,"","find_pointer"],[114,4,1,"","module"],[114,4,1,"","size"],[114,4,1,"","symbols"]],"memory.Callback":[[114,3,1,"","__init__"]],"memory.CallingConvention":[[114,3,1,"","__init__"],[114,4,1,"","alignment"],[114,3,1,"","argument_ptr_changed"],[114,4,1,"","argument_types"],[114,3,1,"","get_argument_ptr"],[114,3,1,"","get_pop_size"],[114,3,1,"","get_registers"],[114,3,1,"","get_return_ptr"],[114,3,1,"","return_ptr_changed"],[114,4,1,"","return_type"]],"memory.Convention":[[114,5,1,"","CDECL"],[114,5,1,"","CUSTOM"],[114,5,1,"","FASTCALL"],[114,5,1,"","STDCALL"],[114,5,1,"","THISCALL"],[114,5,1,"","names"],[114,5,1,"","values"]],"memory.DataType":[[114,5,1,"","BOOL"],[114,5,1,"","CHAR"],[114,5,1,"","DOUBLE"],[114,5,1,"","FLOAT"],[114,5,1,"","INT"],[114,5,1,"","LONG"],[114,5,1,"","LONG_LONG"],[114,5,1,"","POINTER"],[114,5,1,"","SHORT"],[114,5,1,"","STRING"],[114,5,1,"","UCHAR"],[114,5,1,"","UINT"],[114,5,1,"","ULONG"],[114,5,1,"","ULONG_LONG"],[114,5,1,"","USHORT"],[114,5,1,"","VOID"],[114,5,1,"","names"],[114,5,1,"","values"]],"memory.Function":[[114,3,1,"","__init__"],[114,3,1,"","add_hook"],[114,3,1,"","add_post_hook"],[114,3,1,"","add_pre_hook"],[114,4,1,"","arguments"],[114,3,1,"","call_trampoline"],[114,4,1,"","convention"],[114,4,1,"","converter"],[114,4,1,"","custom_convention"],[114,3,1,"","is_callable"],[114,3,1,"","is_hookable"],[114,3,1,"","is_hooked"],[114,3,1,"","remove_hook"],[114,3,1,"","remove_post_hook"],[114,3,1,"","remove_pre_hook"],[114,4,1,"","return_type"],[114,3,1,"","skip_hooks"],[114,4,1,"","trampoline"]],"memory.FunctionInfo":[[114,3,1,"","__init__"],[114,4,1,"","argument_types"],[114,4,1,"","calling_convention"],[114,4,1,"","is_virtual"],[114,4,1,"","return_type"],[114,4,1,"","this_pointer_offset"],[114,4,1,"","vtable_index"],[114,4,1,"","vtable_offset"]],"memory.Pointer":[[114,3,1,"","__init__"],[114,4,1,"","address"],[114,4,1,"","auto_dealloc"],[114,3,1,"","compare"],[114,3,1,"","copy"],[114,3,1,"","dealloc"],[114,3,1,"","get_bool"],[114,3,1,"","get_char"],[114,3,1,"","get_double"],[114,3,1,"","get_float"],[114,3,1,"","get_int"],[114,3,1,"","get_long"],[114,3,1,"","get_long_long"],[114,3,1,"","get_pointer"],[114,3,1,"","get_short"],[114,3,1,"","get_string_array"],[114,3,1,"","get_string_pointer"],[114,3,1,"","get_uchar"],[114,3,1,"","get_uint"],[114,3,1,"","get_ulong"],[114,3,1,"","get_ulong_long"],[114,3,1,"","get_ushort"],[114,3,1,"","get_virtual_func"],[114,3,1,"","is_overlapping"],[114,3,1,"","make_function"],[114,3,1,"","make_virtual_function"],[114,3,1,"","move"],[114,3,1,"","protect"],[114,3,1,"","realloc"],[114,3,1,"","search_bytes"],[114,3,1,"","set_bool"],[114,3,1,"","set_char"],[114,3,1,"","set_double"],[114,3,1,"","set_float"],[114,3,1,"","set_int"],[114,3,1,"","set_long"],[114,3,1,"","set_long_long"],[114,3,1,"","set_pointer"],[114,3,1,"","set_protection"],[114,3,1,"","set_short"],[114,3,1,"","set_string_array"],[114,3,1,"","set_string_pointer"],[114,3,1,"","set_uchar"],[114,3,1,"","set_uint"],[114,3,1,"","set_ulong"],[114,3,1,"","set_ulong_long"],[114,3,1,"","set_ushort"],[114,4,1,"","size"],[114,4,1,"","type_info"],[114,3,1,"","unprotect"]],"memory.ProcessorRegister":[[114,3,1,"","__init__"],[114,4,1,"","address"],[114,4,1,"","size"]],"memory.Register":[[114,5,1,"","AH"],[114,5,1,"","AL"],[114,5,1,"","AX"],[114,5,1,"","BH"],[114,5,1,"","BL"],[114,5,1,"","BP"],[114,5,1,"","BX"],[114,5,1,"","CH"],[114,5,1,"","CL"],[114,5,1,"","CS"],[114,5,1,"","CX"],[114,5,1,"","DH"],[114,5,1,"","DI"],[114,5,1,"","DL"],[114,5,1,"","DS"],[114,5,1,"","DX"],[114,5,1,"","EAX"],[114,5,1,"","EBP"],[114,5,1,"","EBX"],[114,5,1,"","ECX"],[114,5,1,"","EDI"],[114,5,1,"","EDX"],[114,5,1,"","ES"],[114,5,1,"","ESI"],[114,5,1,"","ESP"],[114,5,1,"","FS"],[114,5,1,"","GS"],[114,5,1,"","MM0"],[114,5,1,"","MM1"],[114,5,1,"","MM2"],[114,5,1,"","MM3"],[114,5,1,"","MM4"],[114,5,1,"","MM5"],[114,5,1,"","MM6"],[114,5,1,"","MM7"],[114,5,1,"","SI"],[114,5,1,"","SP"],[114,5,1,"","SS"],[114,5,1,"","ST0"],[114,5,1,"","XMM0"],[114,5,1,"","XMM1"],[114,5,1,"","XMM2"],[114,5,1,"","XMM3"],[114,5,1,"","XMM4"],[114,5,1,"","XMM5"],[114,5,1,"","XMM6"],[114,5,1,"","XMM7"],[114,5,1,"","names"],[114,5,1,"","values"]],"memory.Registers":[[114,3,1,"","__init__"],[114,4,1,"","ah"],[114,4,1,"","al"],[114,4,1,"","ax"],[114,4,1,"","bh"],[114,4,1,"","bl"],[114,4,1,"","bp"],[114,4,1,"","bx"],[114,4,1,"","ch"],[114,4,1,"","cl"],[114,4,1,"","cs"],[114,4,1,"","cx"],[114,4,1,"","dh"],[114,4,1,"","di"],[114,4,1,"","dl"],[114,4,1,"","ds"],[114,4,1,"","dx"],[114,4,1,"","eax"],[114,4,1,"","ebp"],[114,4,1,"","ebx"],[114,4,1,"","ecx"],[114,4,1,"","edi"],[114,4,1,"","edx"],[114,4,1,"","es"],[114,4,1,"","esi"],[114,4,1,"","esp"],[114,4,1,"","fs"],[114,4,1,"","gs"],[114,4,1,"","mm0"],[114,4,1,"","mm1"],[114,4,1,"","mm2"],[114,4,1,"","mm3"],[114,4,1,"","mm4"],[114,4,1,"","mm5"],[114,4,1,"","mm6"],[114,4,1,"","mm7"],[114,4,1,"","si"],[114,4,1,"","sp"],[114,4,1,"","ss"],[114,4,1,"","st0"],[114,4,1,"","xmm0"],[114,4,1,"","xmm1"],[114,4,1,"","xmm2"],[114,4,1,"","xmm3"],[114,4,1,"","xmm4"],[114,4,1,"","xmm5"],[114,4,1,"","xmm6"],[114,4,1,"","xmm7"]],"memory.StackData":[[114,3,1,"","__init__"],[114,4,1,"","registers"],[114,4,1,"","return_address"],[114,4,1,"","use_pre_registers"]],"memory.helpers":[[115,2,1,"","Array"],[115,2,1,"","BasePointer"],[115,2,1,"","Key"],[115,2,1,"","MemberFunction"],[115,2,1,"","Type"],[115,1,1,"","parse_data"]],"memory.helpers.Array":[[115,3,1,"","__init__"],[115,3,1,"","get_offset"]],"memory.helpers.Key":[[115,5,1,"","ACCESSOR"],[115,5,1,"","ACCESSOR_OFFSET"],[115,5,1,"","ARGS"],[115,5,1,"","BINARY"],[115,5,1,"","CONVENTION"],[115,5,1,"","DOC"],[115,5,1,"","IDENTIFIER"],[115,5,1,"","LENGTH"],[115,5,1,"","LEVEL"],[115,5,1,"","OFFSET"],[115,5,1,"","RETURN_TYPE"],[115,5,1,"","SIZE"],[115,5,1,"","SRV_CHECK"],[115,5,1,"","TYPE_NAME"],[115,3,1,"","as_args_tuple"],[115,3,1,"","as_attribute_type"],[115,3,1,"","as_bool"],[115,3,1,"","as_convention"],[115,3,1,"","as_identifier"],[115,3,1,"","as_int"],[115,3,1,"","as_return_type"],[115,3,1,"","as_str"]],"memory.helpers.MemberFunction":[[115,3,1,"","__init__"],[115,3,1,"","call_trampoline"],[115,3,1,"","skip_hooks"]],"memory.helpers.Type":[[115,5,1,"","BOOL"],[115,5,1,"","CHAR"],[115,5,1,"","DOUBLE"],[115,5,1,"","FLOAT"],[115,5,1,"","INT"],[115,5,1,"","LONG"],[115,5,1,"","LONG_LONG"],[115,5,1,"","POINTER"],[115,5,1,"","SHORT"],[115,5,1,"","STRING_ARRAY"],[115,5,1,"","STRING_POINTER"],[115,5,1,"","UCHAR"],[115,5,1,"","UINT"],[115,5,1,"","ULONG"],[115,5,1,"","ULONG_LONG"],[115,5,1,"","USHORT"],[115,3,1,"","is_native"]],"memory.hooks":[[116,2,1,"","HookType"],[116,2,1,"","PostHook"],[116,2,1,"","PreHook"],[116,1,1,"","get_hooks_disabled"],[116,1,1,"","hooks_disabled"],[116,1,1,"","set_hooks_disabled"],[116,1,1,"","use_pre_registers"]],"memory.hooks.HookType":[[116,5,1,"","POST"],[116,5,1,"","PRE"],[116,5,1,"","names"],[116,5,1,"","values"]],"memory.hooks.PostHook":[[116,5,1,"","hook_type"]],"memory.hooks.PreHook":[[116,5,1,"","hook_type"]],"memory.manager":[[117,2,1,"","CustomType"],[117,2,1,"","TypeManager"]],"memory.manager.CustomType":[[117,3,1,"","__init__"],[117,3,1,"","on_dealloc"]],"memory.manager.TypeManager":[[117,3,1,"","__init__"],[117,3,1,"","convert"],[117,3,1,"","create_converter"],[117,3,1,"","create_function_typedefs_from_file"],[117,3,1,"","create_global_pointers_from_file"],[117,3,1,"","create_pipe"],[117,3,1,"","create_pipe_from_dict"],[117,3,1,"","create_pipe_from_file"],[117,3,1,"","create_type"],[117,3,1,"","create_type_from_dict"],[117,3,1,"","create_type_from_file"],[117,3,1,"","custom_calling_convention"],[117,3,1,"","dynamic_instance_array"],[117,3,1,"","dynamic_pointer_array"],[117,3,1,"","function"],[117,3,1,"","function_typedef"],[117,3,1,"","get_class"],[117,3,1,"","get_global_pointer"],[117,3,1,"","global_pointer"],[117,3,1,"","instance_attribute"],[117,3,1,"","pipe_function"],[117,3,1,"","pointer_attribute"],[117,3,1,"","register_convention"],[117,3,1,"","register_converter"],[117,3,1,"","static_instance_array"],[117,3,1,"","static_pointer_array"],[117,3,1,"","unregister_convention"],[117,3,1,"","unregister_converter"],[117,3,1,"","virtual_function"]],"menus":[[118,5,1,"","ListMenu"],[118,5,1,"","ListOption"],[118,5,1,"","PagedMenu"],[118,5,1,"","PagedOption"],[118,5,1,"","SimpleMenu"],[118,5,1,"","SimpleOption"],[118,2,1,"","Text"],[119,0,0,"-","base"],[120,0,0,"-","esc"],[121,0,0,"-","queue"],[122,0,0,"-","radio"]],"menus.base":[[119,2,1,"","Text"]],"menus.esc":[[120,2,1,"","ListESCMenu"],[120,2,1,"","ListESCOption"],[120,2,1,"","PagedESCMenu"],[120,2,1,"","PagedESCOption"],[120,2,1,"","SimpleESCMenu"],[120,2,1,"","SimpleESCOption"]],"menus.esc.ListESCMenu":[[120,3,1,"","__init__"]],"menus.esc.ListESCOption":[[120,3,1,"","__init__"]],"menus.esc.PagedESCMenu":[[120,3,1,"","__init__"]],"menus.esc.SimpleESCMenu":[[120,3,1,"","__init__"]],"menus.esc.SimpleESCOption":[[120,3,1,"","__init__"]],"menus.radio":[[122,2,1,"","ListRadioMenu"],[122,2,1,"","ListRadioOption"],[122,2,1,"","PagedRadioMenu"],[122,2,1,"","PagedRadioOption"],[122,2,1,"","SimpleRadioMenu"],[122,2,1,"","SimpleRadioOption"]],"menus.radio.ListRadioMenu":[[122,3,1,"","__init__"]],"menus.radio.ListRadioOption":[[122,3,1,"","__init__"]],"menus.radio.PagedRadioMenu":[[122,3,1,"","__init__"]],"menus.radio.SimpleRadioOption":[[122,3,1,"","__init__"]],"messages":[[123,2,1,"","DialogAskConnect"],[123,2,1,"","DialogEntry"],[123,2,1,"","DialogMenu"],[123,2,1,"","DialogMsg"],[123,2,1,"","DialogText"],[123,2,1,"","DialogType"],[123,2,1,"","Fade"],[123,2,1,"","FadeFlags"],[123,2,1,"","HintText"],[123,2,1,"","HudDestination"],[123,2,1,"","HudMsg"],[123,2,1,"","KeyHintText"],[123,2,1,"","ResetHUD"],[123,2,1,"","SayText"],[123,2,1,"","SayText2"],[123,2,1,"","Shake"],[123,2,1,"","ShakeCommand"],[123,2,1,"","ShowMenu"],[123,2,1,"","TextMsg"],[123,2,1,"","UserMessage"],[123,2,1,"","UserMessageCreator"],[123,2,1,"","VGUIMenu"],[124,0,0,"-","base"],[125,0,0,"-","dialog"],[123,1,1,"","get_message_index"],[123,1,1,"","get_message_name"],[123,1,1,"","get_message_size"],[126,0,0,"-","hooks"],[127,0,0,"-","impl"]],"messages.DialogAskConnect":[[123,3,1,"","__init__"],[123,5,1,"","message_type"]],"messages.DialogEntry":[[123,3,1,"","__init__"],[123,4,1,"","command"],[123,5,1,"","message_type"]],"messages.DialogMenu":[[123,3,1,"","__init__"],[123,4,1,"","command"],[123,5,1,"","message_type"]],"messages.DialogMsg":[[123,3,1,"","__init__"],[123,5,1,"","message_type"]],"messages.DialogText":[[123,3,1,"","__init__"],[123,5,1,"","message_type"]],"messages.DialogType":[[123,5,1,"","ASKCONNECT"],[123,5,1,"","ENTRY"],[123,5,1,"","MENU"],[123,5,1,"","MSG"],[123,5,1,"","TEXT"],[123,5,1,"","names"],[123,5,1,"","values"]],"messages.Fade":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,5,1,"","moved_frac_bits"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.FadeFlags":[[123,5,1,"","IN"],[123,5,1,"","MODULATE"],[123,5,1,"","OUT"],[123,5,1,"","PURGE"],[123,5,1,"","STAYOUT"],[123,5,1,"","names"],[123,5,1,"","values"]],"messages.HintText":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.HudDestination":[[123,5,1,"","CENTER"],[123,5,1,"","CONSOLE"],[123,5,1,"","NOTIFY"],[123,5,1,"","TALK"],[123,5,1,"","names"],[123,5,1,"","values"]],"messages.HudMsg":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.KeyHintText":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"]],"messages.ResetHUD":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.SayText":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","reliable"],[123,5,1,"","translatable_fields"]],"messages.SayText2":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","reliable"],[123,5,1,"","translatable_fields"]],"messages.Shake":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.ShakeCommand":[[123,5,1,"","AMPLITUDE"],[123,5,1,"","FREQUENCY"],[123,5,1,"","START"],[123,5,1,"","START_NORUMBLE"],[123,5,1,"","START_RUMBLEONLY"],[123,5,1,"","STOP"],[123,5,1,"","names"],[123,5,1,"","values"]],"messages.ShowMenu":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","chunk_size"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,3,1,"","send"],[123,5,1,"","translatable_fields"]],"messages.TextMsg":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","reliable"],[123,5,1,"","translatable_fields"]],"messages.UserMessage":[[123,3,1,"","__init__"],[123,4,1,"","buffer"],[123,3,1,"","is_protobuf"],[123,4,1,"","message_index"],[123,4,1,"","message_name"],[123,4,1,"","recipients"],[123,3,1,"","send"]],"messages.UserMessageCreator":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,4,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","reliable"],[123,3,1,"","send"],[123,4,1,"","translatable_fields"]],"messages.VGUIMenu":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.base":[[124,2,1,"","AttrDict"],[124,2,1,"","Fade"],[124,2,1,"","HintText"],[124,2,1,"","HudMsg"],[124,2,1,"","KeyHintText"],[124,2,1,"","ResetHUD"],[124,2,1,"","SayText"],[124,2,1,"","SayText2"],[124,2,1,"","Shake"],[124,2,1,"","ShowMenu"],[124,2,1,"","TextMsg"],[124,2,1,"","UserMessageCreator"],[124,2,1,"","VGUIMenu"]],"messages.base.Fade":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,5,1,"","moved_frac_bits"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.base.HintText":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.base.HudMsg":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.base.KeyHintText":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"]],"messages.base.ResetHUD":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.base.SayText":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","reliable"],[124,5,1,"","translatable_fields"]],"messages.base.SayText2":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","reliable"],[124,5,1,"","translatable_fields"]],"messages.base.Shake":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.base.ShowMenu":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","chunk_size"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,3,1,"","send"],[124,5,1,"","translatable_fields"]],"messages.base.TextMsg":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","reliable"],[124,5,1,"","translatable_fields"]],"messages.base.UserMessageCreator":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,4,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","reliable"],[124,3,1,"","send"],[124,4,1,"","translatable_fields"]],"messages.base.VGUIMenu":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.hooks":[[126,2,1,"","HookBitBufferUserMessage"],[126,2,1,"","HookProtobufUserMessage"],[126,2,1,"","HookUserMessage"],[126,2,1,"","HookUserMessageBase"]],"messages.hooks.HookBitBufferUserMessage":[[126,5,1,"","hooks"]],"messages.hooks.HookProtobufUserMessage":[[126,5,1,"","hooks"]],"messages.hooks.HookUserMessage":[[126,3,1,"","__init__"],[126,5,1,"","hooks"]],"messages.hooks.HookUserMessageBase":[[126,3,1,"","__init__"],[126,4,1,"","hooks"]],"messages.impl":[[127,2,1,"","SayText2Impl"],[127,2,1,"","ShowMenuImpl"],[127,2,1,"","UserMessageData"],[127,2,1,"","UserMessageImpl"],[127,2,1,"","VGUIMenuImpl"],[127,1,1,"","get_user_message_impl"],[127,6,1,"","implemented_usermessages"]],"messages.impl.SayText2Impl":[[127,3,1,"","read_bitbuffer"],[127,3,1,"","read_protobuf"],[127,3,1,"","write_bitbuffer"],[127,3,1,"","write_protobuf"]],"messages.impl.ShowMenuImpl":[[127,3,1,"","read_bitbuffer"],[127,3,1,"","read_protobuf"],[127,3,1,"","write_bitbuffer"],[127,3,1,"","write_protobuf"]],"messages.impl.UserMessageData":[[127,3,1,"","__init__"],[127,3,1,"","has_been_changed"]],"messages.impl.UserMessageImpl":[[127,3,1,"","read"],[127,3,1,"","read_bitbuffer"],[127,3,1,"","read_protobuf"],[127,3,1,"","write"],[127,3,1,"","write_bitbuffer"],[127,3,1,"","write_protobuf"]],"messages.impl.VGUIMenuImpl":[[127,3,1,"","read_bitbuffer"],[127,3,1,"","read_protobuf"],[127,3,1,"","write_bitbuffer"],[127,3,1,"","write_protobuf"]],"net_channel":[[128,2,1,"","NetChannel"],[128,2,1,"","NetChannelHandler"],[128,2,1,"","NetChannelInfo"],[128,2,1,"","NetFlow"],[128,2,1,"","NetMessage"]],"net_channel.NetChannel":[[128,3,1,"","__init__"],[128,3,1,"","deny_file"],[128,4,1,"","msg_handler"],[128,3,1,"","request_file"],[128,3,1,"","send_data"],[128,3,1,"","send_file"],[128,3,1,"","set_data_rate"]],"net_channel.NetChannelHandler":[[128,3,1,"","__init__"]],"net_channel.NetChannelInfo":[[128,3,1,"","__init__"],[128,4,1,"","address"],[128,4,1,"","buffer_size"],[128,4,1,"","data_rate"],[128,3,1,"","get_avg_choke"],[128,3,1,"","get_avg_data"],[128,3,1,"","get_avg_latency"],[128,3,1,"","get_avg_loss"],[128,3,1,"","get_avg_packets"],[128,3,1,"","get_command_interpolation_amount"],[128,3,1,"","get_latency"],[128,3,1,"","get_packet_bytes"],[128,3,1,"","get_packet_response_latency"],[128,3,1,"","get_packet_time"],[128,3,1,"","get_remote_frame_rate"],[128,3,1,"","get_sequence_number"],[128,3,1,"","get_stream_progress"],[128,3,1,"","get_total_data"],[128,3,1,"","is_loopback"],[128,3,1,"","is_playback"],[128,3,1,"","is_timing_out"],[128,3,1,"","is_valid_packet"],[128,4,1,"","name"],[128,4,1,"","time"],[128,4,1,"","time_connected"],[128,4,1,"","time_since_last_received"],[128,4,1,"","timeout_seconds"]],"net_channel.NetFlow":[[128,5,1,"","INCOMING"],[128,5,1,"","IN_OUT"],[128,5,1,"","OUTGOING"]],"net_channel.NetMessage":[[128,3,1,"","__init__"],[128,4,1,"","group"],[128,4,1,"","name"],[128,4,1,"","net_channel"],[128,3,1,"","process"],[128,3,1,"","read_from_buffer"],[128,4,1,"","reliable"],[128,3,1,"","to_string"],[128,4,1,"","type"],[128,3,1,"","write_to_buffer"]],"paths":[[129,6,1,"","BASE_PATH"],[129,6,1,"","CFG_PATH"],[129,6,1,"","CUSTOM_DATA_PATH"],[129,6,1,"","CUSTOM_PACKAGES_DOCS_PATH"],[129,6,1,"","CUSTOM_PACKAGES_PATH"],[129,6,1,"","DATA_PATH"],[129,6,1,"","DOCS_PATH"],[129,6,1,"","EVENT_PATH"],[129,6,1,"","GAME_PATH"],[129,6,1,"","LOG_PATH"],[129,6,1,"","PACKAGES_PATH"],[129,6,1,"","PLUGIN_DATA_PATH"],[129,6,1,"","PLUGIN_DOCS_PATH"],[129,6,1,"","PLUGIN_PATH"],[129,6,1,"","SITE_PACKAGES_PATH"],[129,6,1,"","SOUND_PATH"],[129,6,1,"","SP_DATA_PATH"],[129,6,1,"","SP_DOCS_PATH"],[129,6,1,"","SP_PACKAGES_PATH"],[129,6,1,"","TRANSLATION_PATH"]],"physics":[[130,2,1,"","Physics"],[130,2,1,"","PhysicsEnvironment"],[130,2,1,"","PhysicsObject"]],"physics.Physics":[[130,3,1,"","__init__"],[130,3,1,"","get_active_environment_by_index"]],"physics.PhysicsEnvironment":[[130,3,1,"","__init__"],[130,4,1,"","air_density"],[130,3,1,"","get_active_object_by_index"],[130,4,1,"","gravity"]],"physics.PhysicsObject":[[130,3,1,"","__init__"],[130,3,1,"","apply_force_center"],[130,4,1,"","asleep"],[130,4,1,"","callback_flags"],[130,4,1,"","collision_enabled"],[130,4,1,"","contents"],[130,4,1,"","drag_enabled"],[130,4,1,"","energy"],[130,4,1,"","game_data"],[130,4,1,"","game_flags"],[130,4,1,"","game_index"],[130,4,1,"","gravity_enabled"],[130,4,1,"","inertia"],[130,3,1,"","is_attached_to_constraint"],[130,3,1,"","is_fluid"],[130,3,1,"","is_hinged"],[130,3,1,"","is_moveable"],[130,3,1,"","is_static"],[130,3,1,"","is_trigger"],[130,4,1,"","mass"],[130,4,1,"","mass_center_local_space"],[130,4,1,"","material_index"],[130,4,1,"","motion_enabled"],[130,4,1,"","name"],[130,3,1,"","output_debug_info"],[130,4,1,"","position"],[130,3,1,"","recheck_collision_filter"],[130,3,1,"","recheck_contact_points"],[130,3,1,"","set_position"],[130,3,1,"","set_velocity"],[130,3,1,"","set_velocity_instantaneous"],[130,4,1,"","sphere_radius"],[130,4,1,"","velocity"]],"players":[[131,2,1,"","BaseClient"],[131,2,1,"","Client"],[131,2,1,"","PlayerGenerator"],[131,2,1,"","PlayerInfo"],[131,2,1,"","UserCmd"],[132,0,0,"-","_base"],[133,0,0,"-","bots"],[134,0,0,"-","constants"],[135,0,0,"-","dictionary"],[136,0,0,"-","engines"],[142,0,0,"-","entity"],[143,0,0,"-","helpers"],[144,0,0,"-","teams"],[145,0,0,"-","voice"]],"players.BaseClient":[[131,5,1,"","fire_game_event"],[131,4,1,"","set_name"]],"players.Client":[[131,3,1,"","__init__"],[131,3,1,"","disconnect"],[131,3,1,"","is_active"],[131,3,1,"","is_connected"],[131,3,1,"","is_fake_client"],[131,3,1,"","is_hearing_client"],[131,3,1,"","is_hltv"],[131,3,1,"","is_human_player"],[131,3,1,"","is_proximity_hearing_client"],[131,3,1,"","is_spawned"],[131,4,1,"","name"],[131,4,1,"","net_channel"],[131,4,1,"","slot"],[131,4,1,"","steamid"],[131,4,1,"","userid"]],"players.PlayerGenerator":[[131,3,1,"","__init__"]],"players.PlayerInfo":[[131,3,1,"","__init__"],[131,4,1,"","angles"],[131,4,1,"","armor"],[131,4,1,"","deaths"],[131,4,1,"","health"],[131,3,1,"","is_connected"],[131,3,1,"","is_dead"],[131,3,1,"","is_fake_client"],[131,3,1,"","is_hltv"],[131,3,1,"","is_in_a_vehicle"],[131,3,1,"","is_observer"],[131,3,1,"","is_player"],[131,4,1,"","kills"],[131,4,1,"","last_user_command"],[131,4,1,"","max_health"],[131,4,1,"","maxs"],[131,4,1,"","mins"],[131,4,1,"","model_name"],[131,4,1,"","name"],[131,4,1,"","origin"],[131,4,1,"","steamid"],[131,4,1,"","team"],[131,4,1,"","userid"],[131,4,1,"","weapon_name"]],"players.UserCmd":[[131,3,1,"","__init__"],[131,4,1,"","aim_direction"],[131,4,1,"","buttons"],[131,4,1,"","checksum"],[131,4,1,"","command_number"],[131,4,1,"","forward_move"],[131,4,1,"","has_been_predicted"],[131,4,1,"","head_angles"],[131,4,1,"","head_offset"],[131,4,1,"","impulse"],[131,4,1,"","mousedx"],[131,4,1,"","mousedy"],[131,4,1,"","random_seed"],[131,3,1,"","reset"],[131,4,1,"","side_move"],[131,4,1,"","tick_count"],[131,4,1,"","up_move"],[131,4,1,"","view_angles"],[131,4,1,"","weaponselect"],[131,4,1,"","weaponsubtype"]],"players.bots":[[133,2,1,"","BotCmd"],[133,2,1,"","BotController"]],"players.bots.BotCmd":[[133,3,1,"","__init__"],[133,4,1,"","buttons"],[133,4,1,"","command_number"],[133,4,1,"","forward_move"],[133,4,1,"","has_been_predicted"],[133,4,1,"","impulse"],[133,4,1,"","mousedx"],[133,4,1,"","mousedy"],[133,4,1,"","random_seed"],[133,3,1,"","reset"],[133,4,1,"","side_move"],[133,4,1,"","tick_count"],[133,4,1,"","up_move"],[133,4,1,"","view_angles"],[133,4,1,"","weaponselect"],[133,4,1,"","weaponsubtype"]],"players.bots.BotController":[[133,3,1,"","__init__"],[133,3,1,"","is_eflag_set"],[133,4,1,"","local_angles"],[133,4,1,"","local_origin"],[133,3,1,"","remove_all_items"],[133,3,1,"","run_player_move"],[133,3,1,"","set_abs_angles"],[133,3,1,"","set_abs_origin"],[133,3,1,"","set_active_weapon"]],"players.constants":[[134,2,1,"","FixAngle"],[134,2,1,"","HideHudFlags"],[134,2,1,"","HitGroup"],[134,2,1,"","LifeState"],[134,2,1,"","ObserverMode"],[134,2,1,"","PlayerAnimation"],[134,2,1,"","PlayerButtons"],[134,2,1,"","PlayerStates"]],"players.constants.FixAngle":[[134,5,1,"","ABSOLUTE"],[134,5,1,"","NONE"],[134,5,1,"","RELATIVE"]],"players.constants.HideHudFlags":[[134,5,1,"","ALL"],[134,5,1,"","BONUS_PROGRESS"],[134,5,1,"","CHAT"],[134,5,1,"","CROSSHAIR"],[134,5,1,"","FLASHLIGHT"],[134,5,1,"","HEALTH"],[134,5,1,"","INVEHICLE"],[134,5,1,"","MISCSTATUS"],[134,5,1,"","NEEDSUIT"],[134,5,1,"","PLAYERDEAD"],[134,5,1,"","RADAR"],[134,5,1,"","VEHICLE_CROSSHAIR"],[134,5,1,"","WEAPONSELECTION"]],"players.constants.HitGroup":[[134,5,1,"","CHEST"],[134,5,1,"","GEAR"],[134,5,1,"","GENERIC"],[134,5,1,"","HEAD"],[134,5,1,"","LEFTARM"],[134,5,1,"","LEFTLEG"],[134,5,1,"","RIGHTARM"],[134,5,1,"","RIGHTLEG"],[134,5,1,"","STOMACH"]],"players.constants.LifeState":[[134,5,1,"","ALIVE"],[134,5,1,"","DEAD"],[134,5,1,"","DISCARDBODY"],[134,5,1,"","DYING"],[134,5,1,"","RESPAWNABLE"]],"players.constants.ObserverMode":[[134,5,1,"","CHASE"],[134,5,1,"","DEATHCAM"],[134,5,1,"","FIXED"],[134,5,1,"","FREEZECAM"],[134,5,1,"","IN_EYE"],[134,5,1,"","NONE"],[134,5,1,"","ROAMING"]],"players.constants.PlayerAnimation":[[134,5,1,"","ATTACK1"],[134,5,1,"","DIE"],[134,5,1,"","IDLE"],[134,5,1,"","IN_VEHICLE"],[134,5,1,"","JUMP"],[134,5,1,"","LEAVE_AIMING"],[134,5,1,"","RELOAD"],[134,5,1,"","START_AIMING"],[134,5,1,"","SUPERJUMP"],[134,5,1,"","WALK"],[134,5,1,"","names"],[134,5,1,"","values"]],"players.constants.PlayerButtons":[[134,5,1,"","ALT1"],[134,5,1,"","ALT2"],[134,5,1,"","ATTACK"],[134,5,1,"","ATTACK2"],[134,5,1,"","BACK"],[134,5,1,"","BULLRUSH"],[134,5,1,"","CANCEL"],[134,5,1,"","DUCK"],[134,5,1,"","FORWARD"],[134,5,1,"","GRENADE1"],[134,5,1,"","GRENADE2"],[134,5,1,"","JUMP"],[134,5,1,"","LEFT"],[134,5,1,"","LOOKSPIN"],[134,5,1,"","MOVELEFT"],[134,5,1,"","MOVERIGHT"],[134,5,1,"","RELOAD"],[134,5,1,"","RIGHT"],[134,5,1,"","RUN"],[134,5,1,"","SCORE"],[134,5,1,"","SPEED"],[134,5,1,"","USE"],[134,5,1,"","WALK"],[134,5,1,"","WEAPON1"],[134,5,1,"","WEAPON2"],[134,5,1,"","ZOOM"]],"players.constants.PlayerStates":[[134,5,1,"","ATCONTROLS"],[134,5,1,"","CLIENT"],[134,5,1,"","DUCKING"],[134,5,1,"","FAKECLIENT"],[134,5,1,"","FROZEN"],[134,5,1,"","INRAIN"],[134,5,1,"","INWATER"],[134,5,1,"","ONGROUND"],[134,5,1,"","ONTRAIN"],[134,5,1,"","WATERJUMP"]],"players.dictionary":[[135,2,1,"","PlayerDictionary"]],"players.dictionary.PlayerDictionary":[[135,3,1,"","__init__"],[135,3,1,"","from_userid"]],"players.engines":[[137,0,0,"-","bms"],[139,0,0,"-","l4d2"],[140,0,0,"-","orangebox"]],"players.engines.bms":[[137,2,1,"","Player"]],"players.engines.bms.Player":[[137,5,1,"","caching"],[137,5,1,"","give_named_item"]],"players.engines.l4d2":[[139,2,1,"","Player"]],"players.engines.l4d2.Player":[[139,5,1,"","caching"],[139,5,1,"","give_named_item"]],"players.engines.orangebox":[[140,2,1,"","Player"],[141,0,0,"-","cstrike"]],"players.engines.orangebox.Player":[[140,5,1,"","caching"],[140,5,1,"","give_named_item"]],"players.engines.orangebox.cstrike":[[141,2,1,"","Player"]],"players.engines.orangebox.cstrike.Player":[[141,5,1,"","caching"],[141,3,1,"","has_c4"],[141,3,1,"","spawn"]],"players.entity":[[142,2,1,"","Player"]],"players.entity.Player":[[142,5,1,"","caching"],[142,3,1,"","has_c4"],[142,3,1,"","spawn"]],"players.helpers":[[143,1,1,"","address_from_playerinfo"],[143,1,1,"","baseentity_from_playerinfo"],[143,1,1,"","baseentity_from_userid"],[143,1,1,"","basehandle_from_playerinfo"],[143,1,1,"","basehandle_from_userid"],[143,1,1,"","edict_from_playerinfo"],[143,1,1,"","edict_from_userid"],[143,1,1,"","get_client_language"],[143,1,1,"","index_from_name"],[143,1,1,"","index_from_playerinfo"],[143,1,1,"","index_from_steamid"],[143,1,1,"","index_from_uniqueid"],[143,1,1,"","index_from_userid"],[143,1,1,"","inthandle_from_playerinfo"],[143,1,1,"","inthandle_from_userid"],[143,1,1,"","playerinfo_from_baseentity"],[143,1,1,"","playerinfo_from_basehandle"],[143,1,1,"","playerinfo_from_edict"],[143,1,1,"","playerinfo_from_index"],[143,1,1,"","playerinfo_from_inthandle"],[143,1,1,"","playerinfo_from_pointer"],[143,1,1,"","playerinfo_from_userid"],[143,1,1,"","pointer_from_playerinfo"],[143,1,1,"","pointer_from_userid"],[143,1,1,"","uniqueid_from_index"],[143,1,1,"","uniqueid_from_playerinfo"],[143,1,1,"","userid_from_baseentity"],[143,1,1,"","userid_from_basehandle"],[143,1,1,"","userid_from_edict"],[143,1,1,"","userid_from_index"],[143,1,1,"","userid_from_inthandle"],[143,1,1,"","userid_from_playerinfo"],[143,1,1,"","userid_from_pointer"]],"players.voice":[[145,6,1,"","mute_manager"]],"plugins":[[147,0,0,"-","command"],[148,0,0,"-","info"],[149,0,0,"-","instance"],[150,0,0,"-","manager"]],"plugins.command":[[147,2,1,"","SubCommandManager"]],"plugins.command.SubCommandManager":[[147,3,1,"","__init__"],[147,3,1,"","client_sub_command"],[147,4,1,"","command"],[147,3,1,"","load_plugin"],[147,3,1,"","log_message"],[147,4,1,"","prefix"],[147,3,1,"","print_plugins"],[147,3,1,"","reload_plugin"],[147,3,1,"","say_sub_command"],[147,3,1,"","server_sub_command"],[147,3,1,"","unload_plugin"]],"plugins.info":[[148,2,1,"","PluginInfo"]],"plugins.info.PluginInfo":[[148,3,1,"","__init__"],[148,3,1,"","get_verbose_name"],[148,3,1,"","get_version"],[148,3,1,"","set_verbose_name"],[148,3,1,"","set_version"],[148,4,1,"","verbose_name"],[148,4,1,"","version"]],"plugins.instance":[[149,2,1,"","Plugin"],[149,2,1,"","ServerPlugin"]],"plugins.instance.Plugin":[[149,3,1,"","__init__"],[149,4,1,"","loaded"],[149,3,1,"","reload"],[149,3,1,"","unload"]],"plugins.instance.ServerPlugin":[[149,3,1,"","__init__"],[149,4,1,"","interface_version"],[149,4,1,"","module_name"],[149,4,1,"","name"]],"plugins.manager":[[150,2,1,"","PluginManager"],[150,2,1,"","ServerPluginManager"]],"plugins.manager.PluginManager":[[150,5,1,"","RE_VALID_PLUGIN"],[150,3,1,"","__init__"],[150,4,1,"","base_import"],[150,3,1,"","get_plugin_directory"],[150,3,1,"","get_plugin_file_path"],[150,3,1,"","get_plugin_info"],[150,3,1,"","get_plugin_instance"],[150,3,1,"","get_plugin_name"],[150,3,1,"","is_loaded"],[150,3,1,"","is_valid_plugin_name"],[150,3,1,"","load"],[150,4,1,"","loaded_plugins"],[150,3,1,"","plugin_exists"],[150,4,1,"","plugins"],[150,4,1,"","plugins_directory"],[150,3,1,"","reload"],[150,3,1,"","unload"]],"plugins.manager.ServerPluginManager":[[150,3,1,"","__init__"],[150,4,1,"","loaded_plugins"]],"public":[[151,1,1,"","public"]],"settings":[[153,0,0,"-","menu"],[154,0,0,"-","player"],[155,0,0,"-","storage"],[156,0,0,"-","types"]],"settings.player":[[154,2,1,"","PlayerSettings"]],"settings.player.PlayerSettings":[[154,3,1,"","__init__"],[154,3,1,"","unregister_settings"]],"settings.types":[[156,2,1,"","BoolSetting"],[156,2,1,"","IntegerSetting"],[156,2,1,"","SettingsType"],[156,2,1,"","StringSetting"]],"settings.types.BoolSetting":[[156,3,1,"","__init__"]],"settings.types.IntegerSetting":[[156,3,1,"","__init__"]],"settings.types.SettingsType":[[156,3,1,"","__init__"],[156,4,1,"","convar"],[156,3,1,"","get_setting"],[156,5,1,"","prefix"]],"settings.types.StringSetting":[[156,3,1,"","__init__"],[156,3,1,"","add_option"],[156,3,1,"","remove_option"]],"steam":[[158,2,1,"","AccountType"],[158,2,1,"","SteamID"],[158,2,1,"","Universe"]],"steam.AccountType":[[158,5,1,"","ANONYMOUS_GAME_SERVER"],[158,5,1,"","ANONYMOUS_USER"],[158,5,1,"","CHAT"],[158,5,1,"","CLAN"],[158,5,1,"","CONSOLE_USER"],[158,5,1,"","CONTENT_SERVER"],[158,5,1,"","GAME_SERVER"],[158,5,1,"","INDIVIDUAL"],[158,5,1,"","INVALID"],[158,5,1,"","MULTISEAT"],[158,5,1,"","P2P_SUPER_SEEDER"],[158,5,1,"","PENDING"],[158,5,1,"","names"],[158,5,1,"","values"]],"steam.SteamID":[[158,3,1,"","__init__"],[158,4,1,"","account_id"],[158,4,1,"","account_instance"],[158,4,1,"","account_type"],[158,3,1,"","clear"],[158,3,1,"","clear_individual_instance"],[158,3,1,"","create_blank_anonymous_logon"],[158,3,1,"","create_blank_anonymous_user_account"],[158,3,1,"","full_set"],[158,3,1,"","has_no_individual_instance"],[158,3,1,"","instanced_set"],[158,3,1,"","is_anonymous_account"],[158,3,1,"","is_anonymous_game_server_account"],[158,3,1,"","is_anonymous_user_account"],[158,3,1,"","is_blank_anonymous_account"],[158,3,1,"","is_chat_account"],[158,3,1,"","is_clan_account"],[158,3,1,"","is_console_user_account"],[158,3,1,"","is_content_server_account"],[158,3,1,"","is_game_server_account"],[158,3,1,"","is_individual_account"],[158,3,1,"","is_lobby"],[158,3,1,"","is_persistent_game_server_account"],[158,3,1,"","is_valid"],[158,3,1,"","parse"],[158,3,1,"","set"],[158,3,1,"","set_from_uint64"],[158,4,1,"","static_account_key"],[158,3,1,"","to_steamid2"],[158,3,1,"","to_steamid3"],[158,3,1,"","to_uint64"],[158,4,1,"","universe"]],"steam.Universe":[[158,5,1,"","BETA"],[158,5,1,"","DEV"],[158,5,1,"","INTERNAL"],[158,5,1,"","INVALID"],[158,5,1,"","MAX"],[158,5,1,"","PUBLIC"],[158,5,1,"","names"],[158,5,1,"","values"]],"stringtables":[[159,2,1,"","StringTable"],[160,0,0,"-","downloads"]],"stringtables.StringTable":[[159,3,1,"","__init__"],[159,3,1,"","add_string"],[159,3,1,"","changed_since_tick"],[159,4,1,"","entry_bits"],[159,3,1,"","get_user_data"],[159,3,1,"","get_user_data_length"],[159,4,1,"","index"],[159,4,1,"","max_strings"],[159,4,1,"","name"],[159,3,1,"","set_tick"],[159,3,1,"","set_user_data"]],"stringtables.downloads":[[160,2,1,"","Downloadables"]],"stringtables.downloads.Downloadables":[[160,3,1,"","__init__"],[160,3,1,"","add"],[160,3,1,"","add_directory"],[160,3,1,"","remove_directory"]],"studio":[[161,2,1,"","AnimSections"],[161,2,1,"","Animation"],[161,2,1,"","BoneController"],[161,2,1,"","Hierarchy"],[161,2,1,"","Hitbox"],[161,2,1,"","HitboxSet"],[161,2,1,"","ModelAttachment"],[161,2,1,"","ModelBone"],[161,2,1,"","ModelHeader"],[161,2,1,"","Movement"],[161,2,1,"","Sequence"],[161,2,1,"","SequenceEvent"],[162,0,0,"-","cache"],[163,0,0,"-","constants"]],"studio.AnimSections":[[161,3,1,"","__init__"],[161,4,1,"","block"],[161,4,1,"","index"]],"studio.Animation":[[161,3,1,"","__init__"],[161,4,1,"","anim_block"],[161,4,1,"","anim_offset"],[161,4,1,"","flags"],[161,4,1,"","frames_count"],[161,3,1,"","get_movement"],[161,4,1,"","local_hierarchy_count"],[161,4,1,"","local_hierarchy_offset"],[161,4,1,"","model_header"],[161,4,1,"","movements_count"],[161,4,1,"","movements_offset"],[161,4,1,"","name"],[161,4,1,"","section_frames"],[161,4,1,"","section_offset"],[161,4,1,"","zero_frame_count"],[161,4,1,"","zero_frame_index"],[161,4,1,"","zero_frame_span"],[161,4,1,"","zero_frame_stall_time"]],"studio.BoneController":[[161,3,1,"","__init__"],[161,4,1,"","bone"],[161,4,1,"","end"],[161,4,1,"","input_field"],[161,4,1,"","rest"],[161,4,1,"","start"],[161,4,1,"","type"]],"studio.Hierarchy":[[161,3,1,"","__init__"],[161,4,1,"","bone"],[161,4,1,"","end"],[161,4,1,"","new_parent"],[161,4,1,"","peak"],[161,4,1,"","start"],[161,4,1,"","tail"]],"studio.Hitbox":[[161,3,1,"","__init__"],[161,4,1,"","bone"],[161,4,1,"","group"],[161,4,1,"","max"],[161,4,1,"","min"],[161,4,1,"","name"]],"studio.HitboxSet":[[161,3,1,"","__init__"],[161,3,1,"","get_hitbox"],[161,4,1,"","hitboxes_count"],[161,4,1,"","name"]],"studio.ModelAttachment":[[161,3,1,"","__init__"],[161,4,1,"","flags"],[161,4,1,"","local"],[161,4,1,"","local_bone"],[161,4,1,"","name"],[161,4,1,"","name_offset"]],"studio.ModelBone":[[161,3,1,"","__init__"],[161,4,1,"","alignment"],[161,4,1,"","contents"],[161,4,1,"","flags"],[161,3,1,"","get_procedure"],[161,4,1,"","name"],[161,4,1,"","parent"],[161,4,1,"","physics_bone"],[161,4,1,"","position"],[161,4,1,"","position_scale"],[161,4,1,"","position_to_bone"],[161,4,1,"","procedural_type"],[161,4,1,"","quaternion"],[161,4,1,"","radiant_euler"],[161,4,1,"","radiant_euler_scale"],[161,4,1,"","surface_name"]],"studio.ModelHeader":[[161,3,1,"","__init__"],[161,4,1,"","animations_offset"],[161,4,1,"","attachments_count"],[161,4,1,"","bone_controllers_count"],[161,4,1,"","bone_controllers_offset"],[161,4,1,"","bones_count"],[161,4,1,"","bones_offset"],[161,4,1,"","checksum"],[161,4,1,"","contents"],[161,4,1,"","eye_position"],[161,4,1,"","flags"],[161,3,1,"","get_attachment"],[161,3,1,"","get_bone"],[161,3,1,"","get_bone_controller"],[161,3,1,"","get_hitbox_set"],[161,3,1,"","get_local_animation"],[161,4,1,"","hitbox_sets_count"],[161,4,1,"","hitbox_sets_offset"],[161,4,1,"","hull_max"],[161,4,1,"","hull_min"],[161,4,1,"","id"],[161,4,1,"","illumination_center"],[161,4,1,"","local_animations_count"],[161,4,1,"","local_sequence_offset"],[161,4,1,"","local_sequences_count"],[161,4,1,"","mass"],[161,4,1,"","name"],[161,4,1,"","version"],[161,4,1,"","view_max"],[161,4,1,"","view_min"]],"studio.Movement":[[161,3,1,"","__init__"],[161,4,1,"","angle"],[161,4,1,"","end_frame"],[161,4,1,"","motion_flags"],[161,4,1,"","position"],[161,4,1,"","vector"],[161,4,1,"","velocity_end"],[161,4,1,"","velocity_start"]],"studio.Sequence":[[161,3,1,"","__init__"],[161,4,1,"","act_weight"],[161,4,1,"","activity"],[161,4,1,"","activity_index"],[161,4,1,"","activity_offset"],[161,4,1,"","animation_offset"],[161,4,1,"","blends_count"],[161,4,1,"","entry_phase"],[161,4,1,"","events_count"],[161,4,1,"","events_offset"],[161,4,1,"","exit_phase"],[161,4,1,"","fade_in_time"],[161,4,1,"","fade_out_time"],[161,4,1,"","flags"],[161,3,1,"","get_animation_index"],[161,3,1,"","get_weight"],[161,4,1,"","label"],[161,4,1,"","label_offset"],[161,4,1,"","lastframe"],[161,4,1,"","local_entry_node"],[161,4,1,"","local_exit_node"],[161,4,1,"","max"],[161,4,1,"","min"],[161,4,1,"","model_header"],[161,4,1,"","movement_index"],[161,4,1,"","next_sequence"],[161,4,1,"","node_flags"],[161,4,1,"","pose"]],"studio.SequenceEvent":[[161,3,1,"","__init__"],[161,4,1,"","cycle"],[161,4,1,"","event"],[161,4,1,"","event_offset"],[161,3,1,"","get_name"],[161,4,1,"","options"],[161,4,1,"","type"]],"studio.cache":[[162,2,1,"","ModelCache"],[162,2,1,"","ModelCacheDataType"]],"studio.cache.ModelCache":[[162,3,1,"","__init__"],[162,3,1,"","add_reference"],[162,3,1,"","find_model"],[162,3,1,"","get_model_header"],[162,3,1,"","get_model_name"],[162,3,1,"","get_reference_count"],[162,3,1,"","release"]],"studio.cache.ModelCacheDataType":[[162,5,1,"","ANIMBLOCK"],[162,5,1,"","DECODEDANIMBLOCK"],[162,5,1,"","STUDIOHDR"],[162,5,1,"","STUDIOHWDATA"],[162,5,1,"","VCOLLIDE"],[162,5,1,"","VERTEXES"],[162,5,1,"","VIRTUALMODEL"],[162,5,1,"","names"],[162,5,1,"","values"]],"studio.constants":[[163,2,1,"","ModelType"],[163,2,1,"","StudioFlags"]],"studio.constants.ModelType":[[163,5,1,"","BAD"],[163,5,1,"","BRUSH"],[163,5,1,"","SPRITE"],[163,5,1,"","STUDIO"],[163,5,1,"","names"],[163,5,1,"","values"]],"studio.constants.StudioFlags":[[163,5,1,"","DRAWTRANSLUCENTSUBMODELS"],[163,5,1,"","ITEM_BLINK"],[163,5,1,"","NONE"],[163,5,1,"","NOSHADOWS"],[163,5,1,"","RENDER"],[163,5,1,"","SHADOWDEPTHTEXTURE"],[163,5,1,"","STATIC_LIGHTING"],[163,5,1,"","TRANSPARENCY"],[163,5,1,"","TWOPASS"],[163,5,1,"","VIEWXFORMATTACHMENTS"],[163,5,1,"","WIREFRAME"],[163,5,1,"","WIREFRAME_VCOLLIDE"]],"translations":[[165,0,0,"-","manager"],[166,0,0,"-","strings"]],"translations.manager":[[165,6,1,"","language_manager"]],"translations.strings":[[166,2,1,"","LangStrings"],[166,2,1,"","TranslationStrings"]],"translations.strings.LangStrings":[[166,3,1,"","__init__"],[166,3,1,"","get_strings"]],"translations.strings.TranslationStrings":[[166,3,1,"","__init__"],[166,3,1,"","get_language"],[166,3,1,"","get_string"],[166,3,1,"","tokenized"]],"weapons":[[168,0,0,"-","constants"],[169,0,0,"-","default"],[170,0,0,"-","dictionary"],[171,0,0,"-","engines"],[174,0,0,"-","entity"],[175,0,0,"-","instance"],[176,0,0,"-","manager"],[177,0,0,"-","restrictions"],[178,0,0,"-","scripts"]],"weapons.constants":[[168,2,1,"","ItemFlags"],[168,2,1,"","MuzzleFlashStyle"],[168,2,1,"","WeaponID"],[168,2,1,"","WeaponProficiency"],[168,2,1,"","WeaponSlot"],[168,2,1,"","WeaponSound"],[168,2,1,"","WeaponState"],[168,2,1,"","WeaponType"]],"weapons.constants.ItemFlags":[[168,5,1,"","DOHITLOCATIONDMG"],[168,5,1,"","EXHAUSTIBLE"],[168,5,1,"","LIMITINWORLD"],[168,5,1,"","NOAMMOPICKUPS"],[168,5,1,"","NOAUTORELOAD"],[168,5,1,"","NOAUTOSWITCHEMPTY"],[168,5,1,"","NOITEMPICKUP"],[168,5,1,"","SELECTONEMPTY"]],"weapons.constants.MuzzleFlashStyle":[[168,5,1,"","NONE"],[168,5,1,"","NORMAL"],[168,5,1,"","SPECIAL"]],"weapons.constants.WeaponID":[[168,5,1,"","AK47"],[168,5,1,"","ASSAULTSUIT"],[168,5,1,"","AUG"],[168,5,1,"","AWP"],[168,5,1,"","C4"],[168,5,1,"","DEAGLE"],[168,5,1,"","ELITE"],[168,5,1,"","FAMAS"],[168,5,1,"","FIVESEVEN"],[168,5,1,"","FLASHBANG"],[168,5,1,"","G3SG1"],[168,5,1,"","GALIL"],[168,5,1,"","GLOCK"],[168,5,1,"","HEGRENADE"],[168,5,1,"","KEVLAR"],[168,5,1,"","KNIFE"],[168,5,1,"","M249"],[168,5,1,"","M3"],[168,5,1,"","M4A1"],[168,5,1,"","MAC10"],[168,5,1,"","MP5NAVY"],[168,5,1,"","NIGHTVISION"],[168,5,1,"","NONE"],[168,5,1,"","NVG"],[168,5,1,"","NVGS"],[168,5,1,"","P228"],[168,5,1,"","P90"],[168,5,1,"","SCOUT"],[168,5,1,"","SG550"],[168,5,1,"","SG552"],[168,5,1,"","SHIELD"],[168,5,1,"","SMOKEGRENADE"],[168,5,1,"","TMP"],[168,5,1,"","UMP45"],[168,5,1,"","USP"],[168,5,1,"","XM1014"]],"weapons.constants.WeaponProficiency":[[168,5,1,"","AVERAGE"],[168,5,1,"","GOOD"],[168,5,1,"","PERFECT"],[168,5,1,"","POOR"],[168,5,1,"","VERY_GOOD"],[168,5,1,"","names"],[168,5,1,"","values"]],"weapons.constants.WeaponSlot":[[168,5,1,"","C4"],[168,5,1,"","GRENADE"],[168,5,1,"","KNIFE"],[168,5,1,"","PRIMARY"],[168,5,1,"","SECONDARY"]],"weapons.constants.WeaponSound":[[168,5,1,"","BURST"],[168,5,1,"","DOUBLE"],[168,5,1,"","DOUBLE_NPC"],[168,5,1,"","EMPTY"],[168,5,1,"","FAST_RELOAD"],[168,5,1,"","MELEE_HIT"],[168,5,1,"","MELEE_HIT_WORLD"],[168,5,1,"","MELEE_MISS"],[168,5,1,"","RELOAD"],[168,5,1,"","RELOAD_NPC"],[168,5,1,"","SINGLE"],[168,5,1,"","SINGLE_NPC"],[168,5,1,"","SPECIAL1"],[168,5,1,"","SPECIAL2"],[168,5,1,"","SPECIAL3"],[168,5,1,"","TAUNT"],[168,5,1,"","names"],[168,5,1,"","values"]],"weapons.constants.WeaponState":[[168,5,1,"","IS_ACTIVE"],[168,5,1,"","IS_CARRIED_BY_PLAYER"],[168,5,1,"","NOT_CARRIED"]],"weapons.constants.WeaponType":[[168,5,1,"","C4"],[168,5,1,"","EXPLOSIVE"],[168,5,1,"","GRENADE"],[168,5,1,"","KNIFE"],[168,5,1,"","MACHINEGUN"],[168,5,1,"","MG"],[168,5,1,"","PISTOL"],[168,5,1,"","RIFLE"],[168,5,1,"","SHOTGUN"],[168,5,1,"","SMG"],[168,5,1,"","SNIPER"],[168,5,1,"","SNIPERRIFLE"],[168,5,1,"","SUBMACHINEGUN"],[168,5,1,"","UNKNOWN"]],"weapons.default":[[169,2,1,"","NoWeaponManager"]],"weapons.dictionary":[[170,2,1,"","WeaponDictionary"]],"weapons.dictionary.WeaponDictionary":[[170,3,1,"","__init__"]],"weapons.engines":[[172,0,0,"-","csgo"]],"weapons.engines.csgo":[[172,2,1,"","Weapon"],[173,0,0,"-","csgo"]],"weapons.engines.csgo.csgo":[[173,2,1,"","Weapon"]],"weapons.engines.csgo.csgo.Weapon":[[173,4,1,"","ammo"],[173,5,1,"","caching"],[173,3,1,"","get_ammo"],[173,3,1,"","set_ammo"],[173,4,1,"","weapon_name"]],"weapons.entity":[[174,2,1,"","Weapon"]],"weapons.entity.Weapon":[[174,3,1,"","__init__"],[174,4,1,"","ammo"],[174,4,1,"","clip"],[174,3,1,"","get_ammo"],[174,3,1,"","get_clip"],[174,3,1,"","get_secondary_fire_ammo"],[174,3,1,"","get_secondary_fire_clip"],[174,3,1,"","remove"],[174,4,1,"","secondary_fire_ammo"],[174,4,1,"","secondary_fire_clip"],[174,3,1,"","set_ammo"],[174,3,1,"","set_clip"],[174,3,1,"","set_secondary_fire_ammo"],[174,3,1,"","set_secondary_fire_clip"],[174,4,1,"","weapon_name"]],"weapons.instance":[[175,2,1,"","WeaponClass"]],"weapons.instance.WeaponClass":[[175,3,1,"","__init__"],[175,4,1,"","ammoprop"],[175,4,1,"","basename"],[175,4,1,"","clip"],[175,4,1,"","cost"],[175,4,1,"","id"],[175,4,1,"","item_definition_index"],[175,4,1,"","maxammo"],[175,4,1,"","name"],[175,4,1,"","parent_class"],[175,3,1,"","parse_weapon_constants"],[175,4,1,"","slot"],[175,4,1,"","tags"],[175,4,1,"","type"]],"weapons.manager":[[176,6,1,"","weapon_manager"]],"weapons.restrictions":[[177,2,1,"","WeaponRestrictionHandler"],[177,6,1,"","weapon_restriction_handler"],[177,6,1,"","weapon_restriction_manager"]],"weapons.restrictions.WeaponRestrictionHandler":[[177,3,1,"","__init__"],[177,3,1,"","add_player_restrictions"],[177,3,1,"","add_team_restrictions"],[177,3,1,"","clear"],[177,3,1,"","is_player_restricted"],[177,3,1,"","is_team_restricted"],[177,3,1,"","on_player_bumping_weapon"],[177,3,1,"","on_player_carrying_restricted_weapon"],[177,3,1,"","on_player_purchasing_weapon"],[177,3,1,"","on_player_restriction_added"],[177,3,1,"","on_team_restriction_added"],[177,3,1,"","remove_player_restrictions"],[177,3,1,"","remove_team_restrictions"]],"weapons.scripts":[[178,2,1,"","WeaponInfo"]],"weapons.scripts.WeaponInfo":[[178,4,1,"","accuracy_divisor"],[178,4,1,"","accuracy_offset"],[178,4,1,"","accuracy_quadratic"],[178,4,1,"","active_icon"],[178,4,1,"","addon_model"],[178,4,1,"","ai_addon"],[178,4,1,"","alternate_inaccuracy_crouch"],[178,4,1,"","alternate_inaccuracy_fire"],[178,4,1,"","alternate_inaccuracy_jump"],[178,4,1,"","alternate_inaccuracy_ladder"],[178,4,1,"","alternate_inaccuracy_land"],[178,4,1,"","alternate_inaccuracy_move"],[178,4,1,"","alternate_inaccuracy_reload"],[178,4,1,"","alternate_inaccuracy_stand"],[178,4,1,"","alternate_spread"],[178,4,1,"","animation_prefix"],[178,4,1,"","auto_switch_from"],[178,4,1,"","auto_switch_to"],[178,4,1,"","autoaim_icon"],[178,4,1,"","bot_audible_range"],[178,4,1,"","burst_sound"],[178,4,1,"","can_equip_with_shield"],[178,4,1,"","class_name"],[178,4,1,"","crosshair_delta_distance"],[178,4,1,"","crosshair_icon"],[178,4,1,"","crosshair_minimum_distance"],[178,4,1,"","cycle_time"],[178,4,1,"","damage"],[178,4,1,"","default_price"],[178,4,1,"","default_primary_clip"],[178,4,1,"","default_secondary_clip"],[178,4,1,"","double_npc_sound"],[178,4,1,"","double_sound"],[178,4,1,"","dropped_model"],[178,4,1,"","empty_sound"],[178,4,1,"","fired_bullets"],[178,4,1,"","flags"],[178,4,1,"","full_auto"],[178,4,1,"","idle_interval"],[178,4,1,"","inaccuracy_crouch"],[178,4,1,"","inaccuracy_fire"],[178,4,1,"","inaccuracy_jump"],[178,4,1,"","inaccuracy_ladder"],[178,4,1,"","inaccuracy_land"],[178,4,1,"","inaccuracy_move"],[178,4,1,"","inaccuracy_reload"],[178,4,1,"","inaccuracy_stand"],[178,4,1,"","inactive_icon"],[178,4,1,"","is_built_right_handed"],[178,4,1,"","is_flipping_allowed"],[178,4,1,"","is_hud_elements_loaded"],[178,4,1,"","is_melee"],[178,4,1,"","is_script_parsed"],[178,4,1,"","maximum_inaccuracy"],[178,4,1,"","maximum_player_speed"],[178,4,1,"","maximum_primary_clip"],[178,4,1,"","maximum_secondary_clip"],[178,4,1,"","melee_hit_sound"],[178,4,1,"","melee_hit_world_sound"],[178,4,1,"","melee_miss_sound"],[178,4,1,"","muzzle_flash_scale"],[178,4,1,"","muzzle_flash_style_index"],[178,4,1,"","parse"],[178,4,1,"","penetration"],[178,4,1,"","player_animation_extension"],[178,4,1,"","position"],[178,4,1,"","previous_price"],[178,4,1,"","price"],[178,4,1,"","primary_ammo_icon"],[178,4,1,"","primary_ammo_name"],[178,4,1,"","primary_ammo_type"],[178,4,1,"","print_name"],[178,4,1,"","range"],[178,4,1,"","range_modifier"],[178,4,1,"","recovery_time_crouch"],[178,4,1,"","recovery_time_stand"],[178,4,1,"","reload_npc_sound"],[178,4,1,"","reload_sound"],[178,4,1,"","rumble_effect"],[178,4,1,"","secondary_ammo_icon"],[178,4,1,"","secondary_ammo_name"],[178,4,1,"","secondary_ammo_type"],[178,4,1,"","shield_view_model"],[178,4,1,"","show_usage_hint"],[178,4,1,"","silencer_model"],[178,4,1,"","single_npc_sound"],[178,4,1,"","single_sound"],[178,4,1,"","slot_index"],[178,4,1,"","small_icon"],[178,4,1,"","special_sound_1"],[178,4,1,"","special_sound_2"],[178,4,1,"","special_sound_3"],[178,4,1,"","spread"],[178,4,1,"","sprite_count"],[178,4,1,"","taunt_sound"],[178,4,1,"","team_index"],[178,4,1,"","time_to_idle"],[178,4,1,"","weapon_armor_radio"],[178,4,1,"","weapon_type_index"],[178,4,1,"","weight"],[178,4,1,"","world_model"],[178,4,1,"","wrong_team_message"],[178,4,1,"","zommed_autoaim_icon"],[178,4,1,"","zoomed_crosshair_icon"]]},"objnames":{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","class","Python class"],"3":["py","method","Python method"],"4":["py","property","Python property"],"5":["py","attribute","Python attribute"],"6":["py","data","Python data"],"7":["py","exception","Python exception"]},"objtypes":{"0":"py:module","1":"py:function","2":"py:class","3":"py:method","4":"py:property","5":"py:attribute","6":"py:data","7":"py:exception"},"terms":{"":[0,2,7,8,20,22,23,24,25,26,27,35,37,42,43,44,50,59,63,64,73,74,76,78,85,88,90,91,98,109,113,114,116,128,131,132,133,137,141,145,148,149,150,151,156,157,172,173,174,177,179,181,184,185,186],"0":[0,8,19,20,22,25,28,34,35,43,48,50,51,62,63,64,66,67,73,74,75,76,78,79,80,85,89,90,91,98,109,110,113,114,116,117,123,124,128,134,157,158,162,163,168,179,181,182],"00":[181,184],"009999999776482582":113,"01":184,"02":[181,184],"03":181,"04":181,"05":184,"1":[0,1,7,8,20,23,24,26,27,28,32,35,50,51,59,60,63,66,73,74,75,78,79,80,85,89,90,91,98,109,110,111,114,115,116,117,123,124,128,131,132,134,158,159,162,163,168,179,181,182,184],"10":[20,51,79,80,114,117,122,123,127,134,158,168,181,184],"100":[0,74],"1000":51,"100679691":75,"1023":[123,124],"1024":[63,75,79,80,89,134],"1048576":[75,79,134],"1073741824":[63,75,79,163],"11":[79,80,114,168,184],"111":23,"1121":28,"1174421507":75,"12":[79,80,114,168],"120":74,"1234":179,"127":179,"128":[19,34,63,74,75,79,80,89,134,163,168],"13":[28,79,80,114,127,168,186],"131072":[63,75,79,134],"131083":75,"134217728":[75,79],"13584":50,"136":74,"139":34,"14":[79,80,114,168],"140":25,"141":25,"15":[0,20,66,79,80,114,168,184],"151":28,"158":50,"16":[63,74,75,79,80,89,114,123,134,163,168],"16299":181,"16384":[63,75,79,80,89,134],"16395":75,"16432":75,"16439007":116,"16449":75,"165":34,"16513":75,"16515072":75,"16777216":[63,75,79,134],"168":50,"17":[79,80,114,168,184],"178":50,"18":[79,80,114,168],"19":[34,79,80,114,168],"192":[34,50],"2":[1,4,20,23,26,28,50,51,59,63,66,73,74,75,79,80,89,91,98,109,111,114,115,117,123,128,134,158,162,163,168,181,184],"20":[2,26,28,50,79,80,114,168,181],"2012":[181,184],"2016":184,"2017":184,"2018":181,"2022":0,"2048":[63,75,79,80,89,134],"2097152":[75,79,134],"21":[79,80,114,168],"2147483647":[79,134],"2147483648":[79,163],"22":[79,80,114,168],"222":23,"226":50,"227":28,"23":[79,80,114,168],"237858":181,"2389736818":180,"24":[28,79,80,114,168],"2435270659":50,"24705":75,"25":[16,28,74,80,114,168],"255":[19,34,75,120,123,124],"256":[63,74,75,79,80,89,134,163],"26":[80,114,168],"262144":[75,79,134],"268435456":[63,75,79],"27":[50,80,114,168],"27000001072883606":74,"27015":50,"28":[80,114,168],"28mathemat":20,"29":[20,66,80,114,168,181],"2d":113,"3":[0,1,20,22,23,27,34,48,50,60,61,66,73,74,75,79,80,85,89,91,109,111,114,115,117,123,134,158,162,163,168,184,186],"30":[2,114,168],"31":[114,168],"32":[34,63,74,75,79,80,89,114,134,163,168,181],"323145":179,"32768":[75,79,80,89,134],"33":[114,168],"333":23,"33554432":[75,79],"33570819":75,"33570827":75,"33570881":75,"33570945":75,"33579137":75,"33636363":75,"33701899":75,"34":114,"35":[50,114,181],"36":114,"37":114,"379":184,"38":114,"39":114,"39094154":20,"3aee743f47727579a0bf2b013d54b4d4ba0aff4c":181,"3d":113,"3e5dd5de0323db803d0e3499a229ba2529fc463a":61,"3x4":113,"4":[1,4,20,50,63,74,75,79,80,89,91,109,114,117,123,124,127,134,158,162,163,168],"40":114,"400":25,"401":25,"4096":[63,75,79,80,89,134],"41":114,"4194304":[63,75,79,134],"42":114,"4294967295":[75,85],"43":114,"44":114,"45":114,"46":[50,114],"48":75,"4m":182,"5":[20,51,74,79,80,85,89,91,109,114,116,120,123,134,158,162,168,182,184],"50":20,"502":[27,184],"511":35,"512":[63,74,75,79,80,89,123,124,134],"513":50,"52":158,"524288":[75,79,134],"528":184,"536870912":[63,75,79],"546778280":116,"553293":184,"58":28,"6":[20,22,74,79,80,89,91,109,114,134,158,162,168,184],"60":50,"62":[123,124],"64":[21,28,34,63,74,75,79,80,89,109,134,158,163,168],"6456723":179,"646":181,"65536":[63,75,79,134],"65547":75,"67108864":[75,79],"6771":50,"69":34,"7":[27,79,80,91,109,114,134,158,168,181,184],"742":61,"7601":184,"78944003194":179,"79":[1,48],"8":[0,20,48,50,63,74,75,79,80,89,91,109,112,114,123,134,158,163,168],"80":[1,34],"800000011920929":74,"8192":[63,75,79,80,89,134],"81931":75,"83":50,"8388608":[75,79,134],"8640":50,"9":[79,80,114,134,150,168],"949":3,"95":74,"9800000190734863":74,"9_":150,"A":[4,20,21,22,27,31,32,34,44,48,50,59,64,66,69,75,85,87,111,112,114,120,122,124,127,147,148,149,150,158,174,177,184],"AND":109,"And":21,"As":[2,16,20,27],"At":24,"Be":24,"But":[2,16,25,27],"By":[0,18,116,179],"For":[1,16,21,22,23,25,27,44,115,131,133,158],"IN":[123,124,157],"IT":109,"If":[0,1,2,16,19,20,22,24,26,27,31,32,44,50,51,59,62,66,78,80,81,85,87,90,91,98,110,111,114,115,116,117,120,122,123,124,148,176,181,182,183,184,186],"In":[0,2,4,7,16,19,20,22,25,116,179,186],"It":[1,2,16,20,21,22,24,27,48,64,73,115,117,128,179,181],"Its":16,"NO":[79,157],"NOT":[19,109],"No":[1,26,147],"Not":[20,76,80,89,131,147,158],"On":[0,25,74,116],"Or":[19,22],"That":[20,27],"The":[0,2,3,4,7,8,16,20,21,22,23,24,25,26,27,28,31,32,34,37,42,43,44,48,50,51,59,60,61,62,65,66,67,68,69,75,76,78,80,81,85,88,90,91,93,95,102,107,108,109,111,113,114,115,117,120,122,123,126,127,131,132,133,135,145,147,148,150,160,165,176,177,179,181,184],"Their":22,"Then":[2,27],"There":[1,2,20,22,27,179,181,182],"These":[16,20,21,114],"To":[0,2,16,22,25,27,116,179],"Will":109,"__all__":151,"__delete__":51,"__enter__":21,"__eq__":[34,157],"__exit__":21,"__get__":51,"__getattr__":124,"__getitem__":[4,34,91,157],"__init__":[1,20,31,32,33,34,35,37,42,43,44,48,50,51,59,62,64,67,68,69,71,73,75,76,78,80,81,85,86,87,89,90,91,92,94,96,98,100,103,109,110,111,112,113,114,115,117,120,122,123,124,126,127,128,130,131,132,133,135,147,148,149,150,154,156,157,158,159,160,161,162,166,170,174,175,177],"__name__":[27,150],"__ne__":[34,157],"__reduce__":[34,91,157],"__repr__":[34,157],"__set__":51,"__setattr__":124,"__setitem__":[34,91,157],"__sphinx_mock__":147,"__str__":[34,157],"_authmanag":31,"_base":[67,81,131,157,170],"_basecommand":[37,42,43],"_baseedict":76,"_basefilt":[37,42],"_basemenu":[120,122],"_baseopt":[120,122],"_baseradioopt":122,"_basesound":74,"_bitbuff":[33,123,128],"_bot":131,"_cach":[51,162],"_clientcommandmanag":[37,44],"_collis":78,"_color":[71,80,85,109],"_command":[35,62],"_commandmanag":48,"_constant":[79,134,163,168],"_core":[50,51],"_corepluginmanag":50,"_cvar":[62,157],"_cvarmanag":[21,48],"_datamap":[71,80,85],"_dialogbas":123,"_effect":[66,67],"_engin":[33,34,35,43,62,71,73,74,75,76,80,85,89,91,98,103,109,114,123,128,130,132,133,159,161],"_engineserv":24,"_entiti":[71,75,76,78,79,80,85,86,87,89,90,143,174],"_entityfactorydictionari":86,"_entityhook":88,"_event":[91,94],"_eventmanag":95,"_eventvari":97,"_excepthook":107,"_factori":86,"_filesystem":98,"_filter":[67,73,123],"_global":73,"_hook":116,"_hookdecor":[107,108],"_iconvar":62,"_iterobject":[100,102,104],"_keyvalu":109,"_languagemanag":165,"_linux":115,"_listen":110,"_loginst":112,"_mathlib":[33,67,71,75,80,85,89,113,130,132,133,161],"_memori":[43,76,80,87,88,89,114,116,117,143,161],"_menudata":[118,119],"_messag":[123,124,125],"_mutemanag":145,"_net_channel":[73,128,131],"_on_close_menu":26,"_pagedmenubas":[120,122],"_permissiondict":31,"_physic":130,"_player":[73,131,132,134,143],"_precachebas":72,"_preeventmanag":93,"_private_vari":1,"_privatetestclass":1,"_prop":89,"_recipi":[67,73,123],"_recipientfilt":103,"_remove_command":44,"_saycommandmanag":[42,44],"_sectionmanag":48,"_server":73,"_servercommandmanag":[43,44],"_settingsdictionari":154,"_sound":[33,34,35,43,62,71,73,74,75,76,80,85,89,91,98,103,109,114,123,128,130,132,133,159,161],"_srv":114,"_steam":158,"_studio":[161,162,163],"_svtag":65,"_trace":75,"_transmit":90,"_typedcommand":[20,44],"_typedplayercommand":44,"_unload_inst":50,"_validate_command":44,"_value2":1,"_version":27,"_warninghook":108,"_weapon":[168,174],"_weaponmanag":176,"_weaponrestrictionmanag":177,"_window":115,"aan":147,"ab":50,"abil":[12,27,62],"abitrari":20,"abl":[4,22,74,117,179],"abort":[7,8,12],"about":[1,2,4,7,8,16,17,18,19,20,21,22,23,24,25,26,27,28,75,93,115,128,150,184],"abov":[19,21,179],"absolut":[1,114,133,134,157],"abstract":[114,179],"accel":6,"accept":[24,26,115,117],"access":[4,18,25,31,33,62,63,66,71,73,74,77,85,86,89,98,109,113,114,116,128,130,154,155,159,160,179],"accessor":[115,117,157],"accessor_offset":[115,117,157],"accompani":7,"accomplish":8,"accordingli":51,"account":158,"account_id":[157,158],"account_inst":[157,158],"account_typ":[157,158],"accountid":7,"accounttyp":[157,158],"accum":[131,133],"accur":128,"accuracy_divisor":[157,178],"accuracy_offset":[157,178],"accuracy_quadrat":[157,178],"achiev":[5,6,7,8,9,11,12,15],"achievement_id":[7,8,9,11,15],"achievement_nam":[5,6,7,8,9,11,12,15],"acid":[79,157],"across":179,"act":117,"act_weight":[157,161],"action":[7,50,76],"actionid":5,"activ":[7,8,24,80,131,132,157,161,184],"active_devic":[132,157],"active_icon":[157,178],"active_weapon_handl":[132,157],"activity_index":[157,161],"activity_offset":[157,161],"actual":[16,21,23,27,44],"actualment":147,"ad":[16,18,30,31,48,73,81,85,111,114,115,120,122,147,160,177],"add":[2,16,18,20,21,26,27,31,35,37,42,43,44,48,50,59,65,73,78,90,109,111,113,114,147,151,156,157,159,160,166,177,179,183],"add_callback":[37,42,43,157],"add_command":[44,157],"add_directori":[157,160],"add_entity_listen":[76,157],"add_flag":[35,157],"add_hook":[69,114,157],"add_opt":[156,157],"add_pair":[78,90],"add_par":[31,44,157],"add_player_restrict":[157,177],"add_post_hook":[114,157],"add_pre_hook":[114,157],"add_refer":[157,162],"add_row":[59,157],"add_str":[157,159],"add_sub_kei":[109,157],"add_team_restrict":[157,177],"addit":[22,66,73,123,124,148],"additional_flag":15,"addon":[2,3,16,21,27,129,179,185],"addon_config":21,"addon_model":[157,178],"addon_player_damag":21,"addon_player_model":21,"address":[5,6,7,8,9,11,12,15,24,25,114,115,116,123,128,143,157],"address_from_playerinfo":[143,157],"adjust":111,"adjusted_loop":[111,157],"admin":[18,27,179],"administr":[21,179,184],"admittedli":16,"adr":50,"advanc":[15,179],"affect":[78,111],"after":[1,7,8,24,25,26,85,111,114,122,184],"again":[19,25,26,51],"against":[20,177],"ah":[114,157],"ai_addon":[157,178],"aid":147,"aim":[78,79,90,157],"aim_direct":[131,157],"aimtarget":[79,157],"air":130,"air_dens":[130,157],"airboat":[79,157],"ak47":[157,168],"al":[114,147,157],"alert_typ":15,"alia":[2,50,67,118,177],"alias":[2,67,69,157],"alig":59,"align":[59,114,157,161],"aliv":[20,134,157],"all":[1,4,5,6,7,8,9,11,12,15,16,18,20,21,22,24,27,31,50,52,57,62,63,66,75,78,85,90,91,92,93,100,102,104,110,111,113,114,116,123,124,126,127,133,134,147,150,157,158,160,166,177,179,184],"all_cap":1,"all_solid":[75,157],"all_vis":[75,157],"alliedmodd":180,"allies_cap":9,"allies_play":9,"allies_tick":9,"alloc":[24,25,50,114,157],"allow":[0,7,8,18,20,21,24,27,62,78,90,93,111,114,115,172,173,174,179,186],"allow_connect_ptr":24,"allseecrit":15,"almost":117,"alpha":[19,34,132],"alphabet":[1,22],"alphanumer":147,"alphanumerisch":147,"alphanum\u00e9rico":147,"alphanum\u00e9riqu":147,"alreadi":[22,32,62,74,78,90,110,147,150],"also":[0,1,2,7,18,20,21,22,23,25,26,27,31,43,85,177,179,184],"alt1":[134,157],"alt2":[134,157],"altern":[16,22],"alternate_inaccuracy_crouch":[157,178],"alternate_inaccuracy_fir":[157,178],"alternate_inaccuracy_jump":[157,178],"alternate_inaccuracy_ladd":[157,178],"alternate_inaccuracy_land":[157,178],"alternate_inaccuracy_mov":[157,178],"alternate_inaccuracy_reload":[157,178],"alternate_inaccuracy_stand":[157,178],"alternate_spread":[157,178],"alwai":[1,2,4,18,22,44,51,74,120,122,179],"alwaysgib":[79,157],"am":158,"ambush":12,"ammo":[7,8,76,157,173,174,175],"ammo_us":6,"ammoid":6,"ammoprop":[157,174,175],"amount":[7,8,12,15,16,78,85,90,111,128,173,174,175],"amplitud":[123,124,157],"an":[1,2,4,7,8,16,20,21,22,23,24,25,26,27,32,33,34,35,37,42,43,44,50,59,60,61,62,65,66,67,71,73,75,76,78,80,81,84,85,86,87,88,89,90,91,93,102,103,107,109,110,113,114,115,117,120,122,123,124,128,130,131,133,146,149,150,156,158,159,160,162,166,174,179,186],"ang":133,"ang_i":7,"ang_x":7,"ang_z":7,"angl":[25,85,113,130,131,132,133,134,157,161],"ani":[1,7,16,20,21,27,50,51,67,75,76,78,85,87,90,91,93,114,115,123,148,150,177,179,186],"anim":[157,161],"anim_block":[157,161],"anim_offset":[157,161],"animation_offset":[157,161],"animation_prefix":[157,178],"animations_offset":[157,161],"animblock":[157,162],"animsect":[157,161],"annoi":2,"announc":7,"anonym":[158,179],"anonymous_game_serv":[157,158],"anonymous_us":[157,158],"anoth":[16,20,21,24,26,87,179],"answer":186,"anymor":116,"anyth":[22,25,78,90],"api":[16,20,25,50,179],"apostroph":1,"appear":[16,21,112,148],"append":[21,26,59],"appli":[0,1,60,85,114,184],"apply_force_cent":[130,157],"appreci":2,"appropri":186,"apt":181,"ar":[0,1,2,4,7,8,16,20,22,23,24,26,27,50,51,58,62,66,74,78,79,85,87,90,112,113,114,115,116,117,120,122,123,130,134,150,168,179,181,182,184,185],"arbitrari":16,"archiv":[63,98,157,181],"archive_xbox":[63,157],"archivo":147,"area":[7,8,12,15,76,112,157],"area_num":[76,157],"areaport":[75,157],"areas_network":[76,157],"arg":[20,37,42,43,44,50,51,52,68,72,73,78,81,85,87,88,89,90,103,110,111,112,114,115,116,117,120,122,126,131,135,147,154,156,157,158,160,170,177,178],"arg1":[33,34,35,37,42,43,50,51,62,67,71,73,75,76,78,80,84,85,86,89,90,91,94,98,103,109,110,113,114,116,123,128,130,131,132,133,158,159,161,162,174],"arg10":113,"arg11":113,"arg12":113,"arg13":113,"arg2":[33,34,35,50,67,71,73,75,76,80,84,85,86,89,91,98,109,113,114,123,128,130,131,132,158,159,161,162],"arg3":[33,35,67,71,73,75,76,85,91,109,113,114,123,128,130,158,159,161],"arg4":[33,35,73,75,109,113,114,128,130,158],"arg5":[75,109,113,114,128,158],"arg6":[109,113],"arg7":113,"arg8":113,"arg9":113,"arg_str":[35,157],"arg_typ":114,"argument":[1,4,35,44,50,51,73,81,85,111,114,115,117,123,135,147,157,170,184],"argument_ptr_chang":[114,157],"argument_typ":[114,157],"argumenten":147,"argumenterror":[44,157],"argumentnumbermismatch":[44,157],"argumento":147,"arm":7,"armor":[7,8,12,131,132,157],"around":16,"arrai":[67,89,115,117,157],"array_length_proxy_funct":[89,157],"array_prop":[89,157],"arraylengthproxyfn":89,"arrrai":117,"arsen":7,"artifact":60,"as_args_tupl":[115,157],"as_attribute_typ":[115,157],"as_bool":[115,157],"as_convent":[115,157],"as_dict":[4,109,157],"as_identifi":[115,157],"as_int":[115,157],"as_return_typ":[115,157],"as_str":[50,115,157],"as_vector_2d":[113,157],"ascii":59,"asciit":[59,157],"asd":20,"ashbash1987":180,"ashlei":180,"ask":26,"askconnect":[123,157],"askconnect_accept":123,"asleep":[130,157],"assaultsuit":[157,168],"assert":51,"assign":[20,22,51,76,115],"assist":[7,15],"assister_fallback":15,"associ":[78,90],"asterisk":[20,179],"atcontrol":[134,157],"attach":[73,76,85],"attachedent":15,"attachments_count":[157,161],"attack":[4,5,6,7,8,9,11,12,15,76,85,110,134,157,174],"attack1":[134,157],"attack2":[134,157],"attacker_entindex":15,"attacker_index":85,"attacker_play":15,"attackerentid":12,"attackerid":[5,7],"attackerisbot":12,"attackernam":12,"attempt":[7,8,117],"attenu":[74,85,157],"attr":[22,93,123,124],"attrdict":[123,124,157],"attribut":[1,4,18,20,22,51,66,80,85,100,111,115,117,123,148,156,172,173,174,175,178],"attributeerror":51,"audibl":[7,8],"aug":[8,157,168],"auth":[17,20,35,44,50,52,157,179,186],"auth_manag":[30,31,157],"auth_set":179,"authent":24,"authentif":157,"author":[20,27,29,32,36,44,148,184,186],"auto":[2,7,8,20,50,68,74,78,85,88,90,116,157],"auto_command_return":[44,157],"auto_dealloc":[114,117,131,157,178],"auto_switch_from":[157,178],"auto_switch_to":[157,178],"auto_unlock":159,"autoaim_icon":[157,178],"autodoc":157,"autoexec":[2,16],"autogener":109,"automat":[2,7,8,16,20,21,23,32,48,50,64,72,81,114,115,117,120,122,147,151,179],"automodul":2,"autoteam":[5,7,8,9,11,15],"autounload":[27,50,68,78,81,90,91,93,110,111,112,114,126,147,154,157,160,177],"aux":[75,157],"avail":[7,12,22,24,60,102,114,115,132,156,174,184,186],"avec":147,"aveloc":[85,157],"avenged_player_id":[7,8],"avenger_id":[7,8],"averag":[7,128,157,168],"avg_rank":7,"avoid":[18,27,116],"awai":8,"award":12,"awp":[157,168],"ax":[114,157],"axis_cap":9,"axis_play":9,"axis_tick":9,"ayuda":147,"ayuto":[20,27,180],"b":[2,20,34,50,113,157],"b2471f6d7fbd05548c831307f1903218":181,"back":[120,122,134,157],"backend":[30,31,44,157],"background":[73,157],"bad":[1,157,163],"ball":[66,157],"ban":[18,27,179],"barr":180,"barrel":22,"base":[1,27,29,31,32,33,34,35,37,38,39,40,41,42,43,44,48,50,51,52,59,62,63,64,66,68,69,71,72,73,74,75,76,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,96,97,98,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,120,122,123,126,127,128,130,131,132,133,134,135,136,137,139,140,141,142,147,148,149,150,154,156,157,158,159,160,161,162,163,166,167,168,169,170,171,172,173,174,175,177,178],"base_damag":[76,157],"base_ent":[24,76,157],"base_import":[150,157],"base_path":[129,157],"base_veloc":[85,157],"basecli":[131,157],"basecollisionrul":78,"baseent":[22,24,66,78,80,84,85,87,90,100,132,143,157,174],"baseentity_from_basehandl":[87,157],"baseentity_from_edict":[87,157],"baseentity_from_index":[87,157],"baseentity_from_inthandl":[87,157],"baseentity_from_playerinfo":[143,157],"baseentity_from_point":[87,157],"baseentity_from_userid":[143,157],"baseentitygener":[76,157],"baseentityhandl":[76,87,143,157],"baseentityit":[100,157],"baseentityoutput":[76,85,157],"basehandl":[76,80,87,143,157],"basehandle_from_baseent":[87,157],"basehandle_from_edict":[87,157],"basehandle_from_index":[87,157],"basehandle_from_inthandl":[87,157],"basehandle_from_playerinfo":[143,157],"basehandle_from_point":[87,157],"basehandle_from_userid":[143,157],"basenam":[157,175],"basepoint":[115,117,157],"baserecipientfilt":[67,73,103,123,157],"basetempent":[67,69,157],"basetrac":[75,157],"basetransmitrul":90,"baseveloc":[79,157],"basi":113,"basic":[4,16,22,27,120,122],"basic_oper":20,"bat":0,"bbox":[79,157],"beam":[66,157],"beamentpoint":66,"beampoint":66,"beamringpoint":66,"becaus":[16,22,27,50,51,116,179,183],"been":[2,4,7,8,16,19,20,24,27,30,44,50,51,60,61,73,76,85,87,103,110,111,114,116,126,127,128,148,159,160,179],"beep":[7,8],"befehl":147,"befor":[1,2,7,16,20,24,60,67,76,113,116,179],"begin":[7,8,73],"behaviour":[16,27],"behind":20,"being":[1,7,8,24,27,50,78,81,85,93,110],"belong":44,"below":[1,4,7,27,181],"benannt":147,"bereit":147,"besid":[27,85],"bestand":147,"beta":[157,158],"between":[1,34,85,113,179],"bh":[114,157],"big_stun":15,"biggest":113,"binari":[0,114,115,117,157],"binaryfil":[114,157],"bind":51,"bit":[19,33,34,89,109,157,158,181],"bitbuf":[123,124,157],"bitbuff":[2,126,157],"bitbufferread":[33,127,128,157],"bitbufferwrit":[33,123,127,128,157],"bl":[114,157],"bla":20,"black":[4,24,34,157],"blackmarkett":28,"blade":[4,24],"blank":1,"blast":[12,79,157],"blast_surfac":[79,157],"blends_count":[157,161],"blind":8,"blind_dur":7,"block":[7,8,12,15,21,24,35,44,50,93,114,157,161],"blocker":[9,12,15],"blocker_entindex":15,"blocklo":[75,157],"blocklos_and_npc":[75,157],"bloodcolor":[66,157],"blue":[34,157],"blue_scor":15,"blue_score_prev":15,"bodi":[74,122,157],"bomb":[7,8,9,132],"bone":[7,76,157,161],"bone_controllers_count":[157,161],"bone_controllers_offset":[157,161],"boneanglesi":15,"boneanglesx":15,"boneanglesz":15,"bonecontrol":[157,161],"boneindexattach":15,"bonemerg":[79,157],"bonemerge_fastcul":[79,157],"bonepositioni":15,"bonepositionx":15,"bonepositionz":15,"bones_count":[157,161],"bones_offset":[157,161],"bonu":7,"bonus_progress":[134,157],"bonuseffect":15,"bool":[5,6,7,8,9,11,12,15,31,32,33,35,44,50,60,61,62,66,67,69,71,73,74,75,76,78,80,85,88,89,90,91,97,98,103,109,111,113,114,115,116,117,120,122,123,124,127,128,130,131,132,133,141,142,149,150,157,158,159,174,177],"boolarrai":117,"boolean":[62,67,80,109,115,156,157],"boolset":[156,157],"boolvari":[97,157],"boost":186,"boostpythonclass":[50,157],"bore":16,"boss":15,"bot":[5,6,7,8,9,11,12,15,20,50,88,131,157],"bot_audible_rang":[157,178],"bot_frozen":[79,157],"bot_quota":184,"botcmd":[131,133,157],"botcontrol":[133,157],"both":[0,7,22,25,27,66,109,113,114,123,179],"botid":7,"bottom_separ":122,"bounc":[7,8],"bound":[51,80,123],"boundari":[21,59,75],"box":[66,113,123,157],"bp":[114,157],"break":[7,8],"breakabl":7,"breakable_glass":[79,157],"brightlight":[79,157],"bri\u00e3":180,"broadcast_messag":[73,157],"broke":[7,8],"broken":[7,8],"brown":[34,157],"brush":[157,163],"bsp":[79,157],"bstrool":85,"bsuit":133,"buckshot":[79,157],"buff_own":15,"buff_typ":15,"buffer":[33,109,123,124,127,157],"buffer_s":[128,157],"bug":186,"bui":[7,22,132],"build":[2,15,24,26,32,44,60,61,147,157,186],"build_callback":[120,122],"buildabl":[75,157],"buildbot":2,"builderid":15,"building_typ":15,"built":[0,1,20,61,147,149,150,179],"bullet":[7,8,76,78,79,157],"bullrush":[134,157],"bump":177,"bumplight":[75,157],"burn":[79,157,179],"burst":[157,168],"burst_sound":[157,178],"button":[7,8,24,110,131,132,133,134,157],"buttonstatu":[110,157],"buy_zon":22,"bval":117,"bx":[114,157],"by_boom":12,"byte":[5,6,7,8,9,11,12,15,50,73,76,91,97,114,115,128,157],"bytevari":[97,157],"c":[0,3,7,22,24,25,74,83,84,114,116,117,132,141,157,172,173,174,181,184],"c4":[7,8,141,142,157,168],"cach":[24,27,83,84,85,137,139,140,141,142,157,161,172,173,174],"cache_data_typ":24,"cached_properti":51,"cached_result":51,"cachedproperti":51,"calcul":116,"call":[1,16,18,20,21,24,26,27,30,37,42,44,50,51,62,69,75,81,85,87,92,96,110,111,114,115,116,117,128,149,150,179],"call_global_change_callback":[62,157],"call_input":[85,157],"call_trampolin":[87,114,115,157],"callabl":[20,37,42,43,44,51,80,81,85,110,111,114,117,120,122,135,170],"callback":[4,20,26,37,42,43,44,62,69,78,85,90,110,111,114,116,157],"callback_flag":[130,157],"caller":[24,80,87,157],"calling_convent":[114,157],"callingconvent":[114,117,157],"camelcas":1,"campaign":12,"can":[0,2,4,8,16,18,19,20,21,22,23,24,25,26,27,48,61,62,73,74,85,111,115,116,123,150,158,165,177,179,181,184],"can_equip_with_shield":[157,178],"canbui":7,"cancel":[85,111,134,157],"cancel_on_level_end":[85,111,157],"cannot":[35,37,42,43,51,62,67,71,73,76,78,80,86,89,90,91,103,114,128,130,131,133,147,149,150,159,162,175,186],"canzoom":7,"capit":27,"cappabl":20,"capper":[9,15],"capping_team":15,"capping_team_scor":15,"capteam":15,"captim":15,"care":[24,26],"cargado":147,"cargando":147,"cargar":147,"carri":[7,131,141,142,177],"carrier":15,"case":[0,2,20,22,23,25,27,61,74,116,179],"cash":[132,157],"casper":180,"cast":[7,85],"catch":182,"catcher":15,"categori":[7,108],"category_left":9,"category_right":9,"caught":182,"caus":[7,8,21,24,27,76,182],"causer":12,"cb":15,"cbaseanim":25,"cbaseent":[25,87,143],"cbasehandl":[87,143],"cbasent":76,"ccsgamerulesproxi":71,"ccsplayer":25,"cdecl":[114,117,157],"ce":147,"center":[16,59,66,123,124,157],"cfg":[2,16,21,48,129,179,181],"cfg_path":[129,157],"ch":[114,157],"chains_valid":[80,157],"chang":[1,2,7,8,16,19,21,24,25,27,62,85,110,114,127],"change_pitch":[74,157],"change_vol":[74,157],"changed_since_tick":[157,159],"changelevel":184,"changes_often":[89,157],"channel":[33,34,35,43,62,71,73,74,75,76,80,85,89,91,98,103,109,114,123,124,128,130,131,132,133,157,159,161],"chapter":22,"char":[25,114,115,143,157],"charact":[1,21,48,50,59,80,157],"charg":[12,15],"chargement":147,"charger":147,"charg\u00e9":147,"chase":[134,157],"chat":[7,8,16,22,44,123,124,134,157,158],"cheat":[21,63,157],"check":[20,24,36,44,91,110,114,150,177,179,181],"check_extens":114,"check_for_overflow":[33,157],"check_info_output":[50,157],"check_rang":33,"check_untouch":[79,157],"checkpoint":12,"checksum":[50,60,131,157,161,181],"checktransmitinfo":[76,157],"chest":[134,157],"child":109,"children":112,"choic":[74,179],"choice_index":[120,122],"choke":128,"choos":[0,26,123,179],"chunk_siz":[123,124,157],"cl":[114,117,157],"cl_languag":24,"clamp_min_scal":[79,157],"clan":[157,158],"clash":18,"class":[1,2,5,6,7,8,9,11,12,15,16,20,21,22,23,25,27,30,31,32,33,34,35,37,38,39,40,42,43,44,48,50,51,52,57,59,62,63,64,65,66,67,68,69,71,72,73,74,75,76,78,79,80,81,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,122,123,124,125,126,127,128,130,131,132,133,134,135,137,139,140,141,142,145,147,148,149,150,154,156,157,158,159,160,161,162,163,165,166,168,169,170,172,173,174,175,176,177,178,184],"class_bit":[73,157],"class_index":[89,157],"class_info":[44,57],"class_nam":[76,80,100,157,178],"classmethod":[16,44,84,85,127],"classnam":[5,7,12,22,24,76,78,88,114,157,175],"classptr":[80,157],"clean":[24,32,44,114],"clean_command":[44,157],"clear":[20,31,78,90,103,110,157,158,177],"clear_all_recipi":[89,157],"clear_individual_inst":[157,158],"client":[5,6,7,8,9,11,12,15,20,22,24,35,36,42,44,73,76,93,123,131,133,134,143,147,153,157],"client_command_manag":[37,157],"client_count":[73,157],"client_sub_command":[147,157],"clientact":110,"clientcmd_can_execut":[63,157],"clientcommand":[37,157],"clientcommanddispatch":[37,157],"clientcommandfilt":[37,157],"clientcommandgener":[37,157],"clientconnect":110,"clientdisconnect":110,"clientdll":[63,157],"clientfullyconnect":110,"clientputinserv":110,"clientsettingschang":110,"clip":[157,174,175],"clone":0,"close":[1,2,7,8,12,26,98,157],"close_callback":[120,122],"cls_dict":117,"club":[79,157],"cmake":0,"cmd":133,"cn":147,"code":[16,27,91,93,107,108,186],"codec":50,"collaps":[89,157],"collect":117,"collecting_play":15,"collector":15,"collid":[24,76,78,85,157],"collis":[24,85,130],"collision_en":[130,157],"collision_group":[85,157],"collision_hook":78,"collisiongroup":[79,85,157],"collisionhash":[24,78],"collisionhook":78,"collisionmanag":78,"collisionmap":[24,78],"collisionmod":78,"collisionset":[24,78],"colon":[1,20],"color":[17,71,80,85,109,120,123,124,157,186],"color1":[123,124],"color2":[123,124],"color32":[80,157],"column":[59,157],"column_separ":59,"com":[27,184],"comando":147,"combin":[24,110],"come":[27,115],"comma":1,"command":[2,7,8,17,21,24,26,27,45,48,50,62,73,110,123,131,133,146,153,157,179,181,183,185,186],"command_info":[20,27,44],"command_numb":[131,133,157],"command_str":[35,157],"commandinfo":[20,44,157],"commandnod":[44,157],"commando":147,"commandpars":[44,157],"commandreturn":[35,44,157],"comment":[21,50,97,186],"comment_prefix":50,"commit":[61,181],"common":[20,22,25,99],"commonli":129,"commun":50,"compar":[114,157],"compil":[0,150],"complement":20,"complet":[7,8,27,85,111],"complex":20,"compon":34,"comput":51,"con":147,"con_command":62,"concommand":[35,43,62,157],"concommandbas":[35,62,157],"concret":179,"condit":[15,24,88],"config":[17,157,186],"configfil":[50,157],"configmanag":[21,48,157],"configobj":[1,50],"configu":50,"configur":[27,45,46,47,48,49,50,186],"conflict":20,"confus":22,"connect":[7,8,24,50,123,128,131],"connectionlesspackethandl":[73,157],"consid":[2,20,78,183],"consol":[2,16,24,27,48,50,62,64,73,112,123,147,157,181,185,186],"console_messag":[50,157],"console_us":[157,158],"const":[25,143],"constant":[1,19,59,76,115,131,157,161,167,175],"constant_valu":1,"construct":[78,90],"constructor":[16,20,26],"contact":85,"contain":[2,4,16,17,18,19,20,21,22,23,24,25,26,27,28,31,38,39,50,58,59,66,69,73,78,85,90,94,99,101,102,106,113,114,115,117,119,121,127,130,148,150,156,165,169],"content":[60,75,78,85,98,128,130,158,179],"content_serv":[157,158],"contentflag":[75,78,157],"contentmask":[75,85,157],"context":[12,23,116],"contextlib":21,"continu":[16,24,35,44,50,90,93,157,185],"contribut":0,"control":[7,26],"controllerid":7,"convar":[7,8,24,35,44,47,48,57,62,63,64,110,112,148,156,157],"convarflag":[7,8,21,48,62,63,64,157],"conveni":[22,126],"convent":[2,25,114,115,117,157,186],"convention_t":114,"convers":[102,115],"convert":[16,25,48,64,87,113,114,115,117,157,158],"conveyor":[79,157],"cooki":24,"cookstar":180,"cool":25,"coord":[89,157],"coord_mp":[89,157],"coord_mp_integr":[89,157],"coord_mp_low_precis":[89,157],"coordin":[7,8,113,132],"copi":[2,33,34,69,98,109,113,114,157,181],"core":[0,1,24,25,27,79,91,93,157],"core_plugin_manag":[50,157],"core_set":[179,181],"corecommandmanag":[52,157],"corner":66,"corner1":113,"corner2":113,"correct":[2,116],"correspond":[7,8],"cost":[15,157,175],"could":[4,7,22,27],"couldn":73,"count":[6,7,8,9,11,12,15,73,79,131,132,157,174],"counter":[4,50],"coupl":21,"cover":[22,25,85],"cp":[9,15],"cpname":[9,15],"cpointer":[87,143],"cpu":[0,116],"crash":[24,182,183],"creat":[0,1,2,16,19,24,25,27,32,44,48,49,50,59,62,66,67,68,78,81,84,85,86,88,90,92,96,109,111,112,113,114,115,116,117,120,122,123,124,126,131,133,135,148,156,157,158,166,170,179],"create_blank_anonymous_logon":[157,158],"create_blank_anonymous_user_account":[157,158],"create_checksum":[50,157],"create_convert":[117,157],"create_copi":33,"create_function_typedefs_from_fil":[117,157],"create_global_pointers_from_fil":[117,157],"create_kei":109,"create_messag":125,"create_new_kei":[109,157],"create_pip":[117,157],"create_pipe_from_dict":[117,157],"create_pipe_from_fil":[117,157],"create_typ":[117,157],"create_type_from_dict":[117,157],"create_type_from_fil":[117,157],"creation":32,"creator":[123,124],"credit":[2,44,52,98,147,186],"crit":15,"crit_typ":15,"cross":[113,157,179],"crosshair":[134,157],"crosshair_delta_dist":[157,178],"crosshair_icon":[157,178],"crosshair_minimum_dist":[157,178],"crouch":[7,8],"crush":[79,157],"cr\u00e9dit":147,"cr\u00e9dito":147,"cs_offic":184,"csgo":[3,7,82,131,136,157,167,171],"css":[0,60,181,184],"cstrike":[3,131,135,136,140,157,181],"ct":[20,177],"ct_kd":8,"ct_money_earn":8,"ct_objectives_don":8,"ct_score":8,"cur_val":[5,6,7,8,9,11,12,15],"curdir":1,"currenc":15,"current":[1,7,22,24,26,28,35,73,75,76,78,98,111,128,131,132,133,147,148,157,169,176,179,184,186],"current_0":[75,157],"current_180":[75,157],"current_270":[75,157],"current_90":[75,157],"current_bit":[33,157],"current_down":[75,157],"current_up":[75,157],"custom":[15,21,27,54,79,80,91,96,97,112,114,117,129,148,157,184],"custom_calling_convent":[117,157],"custom_convent":[114,157],"custom_data_path":[129,157],"custom_packages_docs_path":[129,157],"custom_packages_path":[129,157],"custom_sect":21,"customboxtest":[79,157],"customev":[23,92,157],"customkil":[6,15],"customraytest":[79,157],"customtyp":[25,117,131,157,178],"cvar":[7,8,21,24,45,48,50,148,157],"cvar_nam":24,"cvar_prefix":[48,157],"cvar_valu":24,"cvarnam":[5,6,7,8,9,11,12,15],"cvarvalu":[5,6,7,8,9,11,12,15],"cx":[114,157],"cyan":[34,157],"cycl":[157,161],"cycle_tim":[157,178],"d":[26,114,157],"da":147,"dai":[4,27],"damag":[7,8,9,12,15,21,76,79,85,116,132,157,178],"damage_filt":[85,157],"damage_given":[7,9],"damage_rank":15,"damage_taken":7,"damage_typ":85,"damageamount":15,"damagebit":[5,6,7,8,9,11,12,15],"damaged_other_play":[76,157],"damagetyp":[79,85,157],"darf":147,"dark_blu":[34,157],"dark_grai":[34,157],"dark_green":[34,157],"dark_r":[34,157],"data":[7,8,20,24,26,33,50,57,60,69,76,80,85,91,109,114,115,117,120,122,123,124,127,128,129,131,157,159,175,179,184,185],"data_bits_count":[33,157],"data_bytes_count":[33,157],"data_path":[129,157],"data_r":[128,157],"data_t":[89,157],"data_table_proxy_funct":[89,157],"data_typ":114,"databas":179,"datamap":[44,76,85,88,157],"datat":[89,157],"datatableproxyfn":89,"datatyp":[25,114,115,117,157],"date":[0,112,181,184],"date_format":112,"datei":147,"db":179,"de":147,"dead":[4,20,131,132,134,157],"dead_solid":[75,157],"deadplay":12,"deagl":[157,168],"deal":85,"dealloc":[114,117,157],"death":[5,6,7,8,9,11,12,15,131,132,157],"death_flag":15,"deathcam":[134,157],"deathmatch":4,"debe":147,"debian":181,"debri":[75,79,157],"debris_block_projectil":[79,157],"debris_trigg":[79,157],"debug":[131,133,183],"decal":[8,72,157],"decalprecach":[28,72],"decid":24,"declar":23,"declin":26,"decodedanimblock":[157,162],"decoi":7,"decor":[4,20,26,37,38,39,42,43,44,51,68,78,87,88,90,91,93,107,108,110,114,116,126],"dedic":[5,6,7,8,9,11,12,15,50],"def":[1,4,16,20,22,24,25,26,27,51,78,90,91,93,107,108,110,116],"default":[0,20,21,48,59,62,64,79,85,88,92,97,102,114,115,116,123,132,156,157,167,176,179],"default_convent":114,"default_fov":[132,157],"default_pric":[157,178],"default_primary_clip":[157,178],"default_secondary_clip":[157,178],"default_valu":[91,109],"defeat":4,"defend":[7,8],"defenderid":5,"defin":[4,18,23,25,26,27,34,59,66,112,114,147,148,179],"defindex":7,"definit":[16,175],"defit":175,"defus":[7,8,132],"del":[51,147],"delai":[15,24,44,67,73,74,76,85,111,157],"delay_time_elaps":[111,157],"delay_time_remain":[111,157],"delet":[22,24,51,60,85,109,185],"delete_cached_valu":51,"delta":[5,15],"demo":[63,128,157],"demolit":7,"den":147,"deniz":180,"deny_fil":[128,157],"depend":[24,85],"depth":20,"der":147,"desc":80,"descargado":147,"descargando":147,"descargar":147,"describ":[1,16,80,183],"descript":[1,3,5,6,7,8,9,11,12,15,21,26,27,44,48,62,64,80,120,122,148,149],"descriptor":[51,80,91,157],"design":21,"desir":[16,22,44,132],"desired_player_class":[132,157],"destin":[114,123,124],"destroi":[86,157],"destructor":117,"det_i":15,"det_x":15,"det_z":15,"detail":[7,8,9,11,12,15,16,17,75,157],"determin":[44,50],"deton":[7,8],"dev":[157,158],"develop":[3,16],"developmentonli":[63,157],"devez":147,"devic":132,"dezelfd":147,"dh":[114,157],"di":[4,7,8,15,114,157],"dialogaskconnect":[123,157],"dialogentri":[123,157],"dialogmenu":[123,157],"dialogmsg":[123,157],"dialogtext":[123,157],"dialogtyp":[123,157],"dict":[31,44,51,67,69,81,85,89,102,109,110,111,114,117,123,124,127,135,148,158,166,169,170],"dictionari":[1,57,76,85,114,115,117,123,124,127,131,148,154,156,157,166,167],"did_hit":[75,157],"did_hit_world":[75,157],"didn":[22,51],"die":[134,147,157],"differ":[1,4,16,19,20,22,27,70,114,123,179],"difficulti":12,"dimens":85,"dimlight":[79,157],"dir":22,"direct":[2,5,74,79,85,113,157],"directli":[0,2,16,19,27,61,83,84,85,137,139,140,141,142,179,181,185],"directori":[0,1,2,7,8,16,27,32,74,85,129,150,160,185],"dirnam":1,"dirty_absangveloc":[79,157],"dirty_abstransform":[79,157],"dirty_absveloc":[79,157],"dirty_shadowupd":[79,157],"dirty_spatial_partit":[79,157],"dirty_surrounding_collision_bound":[79,157],"disabl":[24,27,81,116,135,170],"discardbodi":[134,157],"disconnect":[5,6,7,8,9,11,12,15,24,131,157],"disconnect_cli":[73,157],"discov":22,"discuss":2,"disguis":15,"disk":96,"dispatch":[35,157],"displacement_flag":[75,157],"displacementflag":[75,157],"displai":[4,7,8,27,32,118,119,120,122,123,184],"display_in_list":[27,148],"display_tim":[123,124],"dissolv":[79,157],"dissolvetyp":[79,157],"dist":[15,113,157],"distanc":[5,6,7,8,9,11,12,15,85,113],"distinct":22,"distort":[79,157],"distribut":181,"dl":[114,157],"dll":[0,35],"dll_identifi":[35,157],"dmg_armor":[7,8,12],"dmg_health":[7,8,12],"do":[0,2,16,20,22,23,25,26,27,85,93,115,179,186],"doc":[2,3,32,44,50,51,52,115,117,129,157,185],"docs_path":[129,157],"docstr":1,"document":[2,16,32,51,184],"doe":[1,7,8,20,27,32,35,44,48,73,85,109,111,114,115,120,126,148,184],"doesn":[4,20,25,27,50,51,62,115,175,182],"dohitlocationdmg":[157,168],"doldol":180,"domin":[6,7,8,9],"don":[16,24,25,27,90,148,179,184,186],"done":[2,8,24,27,59],"dont_ble":[66,157],"dontblocklo":[79,157],"dontrecord":[63,157],"donttouch":[79,157],"dontwalkon":[79,157],"door":[7,8,12,22,147],"door_block":[79,157],"doornam":12,"dormant":[79,157],"dot":[113,157],"doubl":[114,115,157,166,168],"double_npc":[157,168],"double_npc_sound":[157,178],"double_sound":[157,178],"download":[28,60,74,85,131,157,159,181],"download_fil":60,"drag":130,"drag_en":[130,157],"draw":132,"draw_view_model":[132,157],"drawtranslucentsubmodel":[157,163],"drop":[7,8,128,177],"drop_weapon":116,"dropped_by_infect":12,"dropped_model":[157,178],"drown":[79,157],"drownrecov":[79,157],"dry":85,"du":147,"duck":[132,134,157],"duck_streak_assist":15,"duck_streak_tot":15,"duck_streak_victim":15,"ducked":132,"ducks_streak":15,"due":24,"dump":[44,50,52,157],"dump_class_info":[57,157],"dump_convar":[57,157],"dump_datamap":[57,157],"dump_server_class":[57,157],"dump_string_t":[57,157],"dump_weapon_script":[57,157],"durat":[5,6,7,8,9,11,12,15,123,124,132],"dure":[7,8,20,32,50,58,116,150],"dx":[114,157],"dy":[134,157],"dynam":[24,85,87,114,115,117,151,179],"dynamic_attribut":[85,157],"dynamic_instance_arrai":[117,157],"dynamic_pointer_arrai":[117,157],"dynamichook":114,"dynamicmodel":28,"d\u00e9chargement":147,"d\u00e9charger":147,"d\u00e9charg\u00e9":147,"d\u00e9j\u00e0":147,"e":[0,2,4,16,18,20,22,24,27,50,60,71,74,85,114,115,116,128,147,148,157,175,179,181],"each":[1,7,8,16,20,21,50,75,78,85,90,111,113,114,175,177,179],"earn":[7,8],"eas":103,"easi":[18,20,27,65,123,124,172,173,174,179],"easier":19,"easili":[16,18,20,22,24,179],"eax":[114,157],"ebp":[114,157],"ebx":[114,157],"echo":50,"echo_consol":[50,157],"ecx":[114,116,157],"edi":[114,157],"edict":[24,71,76,80,85,87,143,157],"edict_count":24,"edict_from_baseent":[87,157],"edict_from_basehandl":[87,157],"edict_from_index":[87,157],"edict_from_inthandl":[87,157],"edict_from_playerinfo":[143,157],"edict_from_point":[87,157],"edict_from_userid":[143,157],"edict_t":[76,87,143],"edit":[2,181],"edx":[114,157],"een":147,"effect":[7,21,27,79,85,98,123,124,133,157],"effectdispatch":28,"eflag":133,"eh":25,"ehandl":[80,157],"einem":147,"either":[51,179,182],"el":147,"elaps":111,"elast":[85,157],"electr":[79,157],"electrical_light":[79,157],"element":115,"element_strid":[89,157],"elif":110,"elit":[157,168],"els":[25,26,27,78,90,123,124],"embed":[80,157,186],"embedded_datamap":[80,157],"emit":[7,8,85],"emit_sound":[85,157],"empti":[7,8,26,27,75,91,109,157,166,168],"empty_sound":[157,178],"en":[20,147],"enabl":[5,7,12,116,130],"encod":[48,50,109,112,166],"encontrado":147,"encount":108,"end":[1,7,8,24,50,66,73,85,110,111,114,115,116,157,161],"end_fram":[157,161],"end_posit":[75,157],"enemi":7,"energi":[130,157],"energybeam":[79,157],"engin":[22,24,50,63,66,76,78,80,89,98,130,131,135,157,158,167,179,186],"enough":20,"ensur":[22,98],"enter":[2,7,16,20,123],"entin":180,"entindex":[5,6,7,8,9,11,12,15],"entindex_attack":[5,6,7,8,9,11,12,15],"entindex_inflictor":[5,6,7,8,9,11,12,15],"entindex_kil":[5,6,7,8,9,11,12,15],"entir":[21,35,185],"entiti":[5,6,7,8,9,11,15,16,17,18,24,25,26,57,66,67,68,69,71,75,99,102,104,116,131,132,157,167,175,177,186],"entities_onli":[75,157],"entitii":85,"entity_flag":[85,157],"entity_handl":[76,157],"entity_index":[25,75,85,132,157,174],"entitycondit":[88,116,157],"entitydictionari":[81,135,157,170],"entityeffect":[79,157],"entityenumer":[75,157],"entityfactori":[85,86,157],"entityfactorydictionari":[86,157],"entityflag":[79,157],"entitygener":[76,157],"entityid":[7,8,9,11,12,15],"entityit":[22,81,100,157],"entitylisten":[76,157],"entitymemfuncwrapp":[87,157],"entitynam":[5,7,12],"entityoutput":110,"entityposthook":[88,116,157],"entityprehook":[88,116,157],"entityproperti":[80,157],"entityst":[79,157],"entlad":147,"entladen":147,"entri":[3,21,26,76,115,123,157,159],"entry_bit":[157,159],"entry_index":[76,157],"entry_phas":[157,161],"enum":[35,50,59,66,73,74,75,78,79,80,89,90,91,93,98,109,114,116,123,128,134,158,162,163,168],"enum_ent":[75,157],"enumer":[63,74,75,79,80,89,120,122,134,163,168],"env_rain":[79,157],"env_snow":[79,157],"environment":[79,157],"eof":[98,157],"equal":[88,114,117],"equals_datamap_classnam":[88,157],"equals_entity_classnam":[88,157],"equip":7,"equival":179,"erfolgreich":147,"eric":180,"ericentin":180,"erron":50,"error":[15,32,33,50,109],"error_cod":7,"esc":[118,123,157],"escap":[109,166],"esi":[114,157],"esp":[114,157],"est":147,"establish":[24,131],"est\u00e1":147,"etc":[22,24],"euler":113,"even":[1,8,16,21,25,27],"event":[1,3,5,6,7,8,9,11,12,15,17,22,76,78,90,116,129,131,157,161,186],"event_act":[76,157],"event_debug_id":[94,157],"event_fire_alwai":76,"event_id":[91,157],"event_inst":23,"event_manag":[95,157],"event_nam":[91,93],"event_offset":[157,161],"event_path":[129,157],"eventact":[76,93,157],"eventactiongener":[76,157],"eventdata":7,"events_count":[157,161],"events_offset":[157,161],"events_onli":[79,157],"eventscript":184,"eventtyp":[7,15],"eventvartyp":[91,157],"everi":[2,7,8,16,22,25,27,30,48,50,115,117,179],"everyon":1,"everyth":[24,50,75,78,90,157,179],"everything_filter_prop":[75,157],"everytim":[22,27],"exact_match":100,"exactli":[1,4],"exampl":[1,4,16,19,20,21,22,25,26,27,50,51,78,90,91,93,98,110,115,116,117,179,184],"exc_typ":107,"exce":24,"except":[1,20,22,24,32,35,37,42,43,44,62,67,71,73,76,78,80,86,89,90,91,103,105,114,128,130,131,133,149,150,157,159,162],"except_hook":[107,157],"excepthook":[107,157],"exception_callback":107,"excit":16,"exclud":[89,157],"exclude_data_table_nam":[89,157],"exec_tim":[111,157],"execut":[7,8,20,21,35,48,50,52,73,111,114,116,123,147,157,179,184],"execute_on_start":111,"execute_server_command":[73,157],"exhaust":[157,168],"exist":[4,22,24,27,32,44,62,85,91,109,113,115,126,147,150,174,184],"existiert":147,"exit":[7,23],"exit_phas":[157,161],"expect":44,"experi":182,"expir":[7,85,111],"explain":1,"explicitli":21,"explod":[7,8,12,79,157],"explos":[7,8,157,168],"expos":[0,25,50,114,117],"expr":[44,102],"express":[20,102],"extend":[2,22,41,111,117,157],"extens":[48,115,182],"extern":80,"external_nam":[80,157],"externallink":7,"externaltot":7,"extinguish":7,"extra":[1,16,21,51],"extra_hp":16,"extract":[113,181],"extrem":[21,24],"ey":[85,132],"eye_angl":[132,157],"eye_posit":[157,161],"f":[22,26,27,98,114,116,117,157,184],"f3":123,"f7":0,"factori":[76,81,85,135,157,170],"fade":[123,124,157],"fade_fast":[79,157],"fade_in":[79,123,124,157],"fade_in_tim":[157,161],"fade_out":[79,123,124,157],"fade_out_tim":[157,161],"fade_slow":[79,157],"fadeflag":[123,124,157],"fail":[0,44,102,115,117],"fail_callback":[20,44],"failur":[20,147],"fake":[73,131],"fakecli":[134,157],"fall":[7,8,79,132,157],"fall_veloc":[132,157],"fals":[1,20,24,26,27,32,33,50,60,66,74,85,90,91,109,111,116,117,123,124,131,141,142,148,159,178],"fama":[157,168],"far":[8,27,85],"fast":22,"fast_reload":[157,168],"fastcal":[114,157],"faux":7,"favorit":[8,9,11,15],"fdel":51,"featur":[7,20,27,81,135,170],"fell":[7,8],"few":[2,27],"fget":51,"fichier":147,"field":[21,71,80,85,123,124,132],"field_nam":85,"fieldtyp":[80,157],"fifth":7,"file":[1,2,4,16,23,24,27,32,46,47,48,49,50,57,60,61,74,85,96,98,108,109,112,114,115,117,147,148,150,157,160,169,179,181,183,184,185],"file_nam":[109,128,184],"file_path":[60,98],"filenam":[57,108,184],"fileno":[98,157],"filepath":[48,96,112,157],"filesystem":157,"fill":[50,59,113,120,122,158],"fillchar":59,"filter":[18,22,35,37,40,41,42,44,67,75,81,85,157],"filter_str":[20,44,157,184],"final":[7,8,22,25,110,157],"final_ev":[7,8,9],"find":[2,4,22,62,71,80,84,85,109,157,186],"find_address":[114,157],"find_bas":[62,157],"find_binari":[114,157],"find_command":[50,62,157],"find_game_rul":71,"find_game_rules_property_offset":71,"find_game_rules_proxy_nam":71,"find_kei":[109,157],"find_key_by_symbol":[109,157],"find_model":[157,162],"find_offset":[80,157],"find_or_cr":[22,85,157],"find_output_nam":[87,157],"find_point":[114,157],"find_server_class":[89,157],"find_var":[62,157],"finish":[0,2,20,24,114],"fire":[4,7,8,22,23,24,76,91,92,93,94,107,108,131,132,133,157,174],"fire_ammo":12,"fire_game_ev":[94,131,157],"fire_output":[76,157],"fired_bullet":[157,178],"first":[1,7,8,12,20,22,23,25,27,51,62,84,85,109,110,114,115,120,122,179,186],"first_sub_kei":[109,157],"first_true_sub_kei":[109,157],"first_valu":[109,157],"firsthalf":12,"fit":50,"fiveseven":[157,168],"fix":[0,134,157,166],"fixangl":[132,134,157],"flag":[7,8,15,21,35,43,48,62,64,74,75,79,80,85,89,123,124,132,133,134,157,161,163,168,178],"flagcaplimit":15,"flash":[7,132],"flash_alpha":[132,157],"flash_dur":[132,157],"flashbang":[7,8,157,168],"flashlight":[134,157],"flat_group":[80,157],"flat_offset":[80,157],"flatfil":31,"flatfilebackend":31,"flatten":[31,157],"flexibl":179,"flicker_fast":[79,157],"flicker_slow":[79,157],"flip":174,"flip_view_model":[157,174],"float":[5,6,7,8,9,11,12,15,20,33,48,60,61,62,64,66,67,71,73,74,75,76,80,85,89,91,97,109,111,113,114,115,128,130,132,157,161,174],"floatvari":[23,97,157],"flow":128,"fluid":130,"flush":[98,128,157],"fly":[79,157],"fly_bounc":[79,157],"fly_custom":[79,157],"fly_slid":[79,157],"flygrav":[79,157],"folder":[21,181],"follow":[0,1,8,16,19,21,22,27,85,91,93,107,108,115,116,117,147,179,183,185],"follow_entindex":15,"footstep":[7,8],"forc":[76,141,142,157,177],"force_check_transmit":[79,157],"force_world_align":[79,157],"forceupload":[7,8,15],"format":[4,18,20,22,59,110,112,157,179,186],"format_except":1,"fortress":4,"fortun":4,"forum":[27,148,181,184,186],"forward":[33,113,131,133,134,157],"forward_mov":[131,133,157],"found":[22,44,50,60,62,71,73,80,85,87,114,117,123,150,169,175,183],"four":50,"fourni":147,"fournir":147,"fourth":[7,25],"fov":[5,6,7,8,9,11,12,15,132,157],"fov_rat":[132,157],"fov_start":[132,157],"fov_tim":[132,157],"fr":147,"fraction":[75,130,157],"fraction_left_solid":[75,157],"frag":[7,8,131],"fraglimit":[5,6,7,8,9,11,12,15],"frame":24,"frames_count":[157,161],"fredduk":180,"free":7,"freed":24,"freezecam":[134,157],"frequenc":[123,124,157],"friction":[85,157],"from":[1,4,7,8,16,18,19,20,21,22,23,24,25,26,27,28,31,35,37,42,43,50,51,60,61,62,65,67,69,71,73,76,78,80,81,85,86,87,89,90,91,93,96,102,103,107,108,109,111,113,114,115,116,117,123,127,128,130,131,133,135,143,149,150,154,156,158,159,160,162,177,179,181,182,184,186],"from_buff":[109,157],"from_buffer_in_plac":[109,157],"from_dict":[109,157],"from_fil":[109,157],"from_file_in_plac":[109,157],"from_inthandl":[81,85,157],"from_userid":[16,22,78,90,135,157],"front":[120,122],"frozen":[134,157],"fset":51,"fue":147,"full":[18,27,44,48,96,173,174,181],"full_auto":[157,178],"full_reset":[7,8,11,15],"full_round":15,"full_set":[157,158],"fulli":[7,8,24],"fullpath":[48,96,157],"fun":179,"func":115,"func_buyzon":22,"function":[1,2,16,20,22,27,29,35,37,42,43,45,46,47,50,51,52,57,60,68,69,70,75,76,78,80,81,82,83,84,85,87,88,90,91,93,94,95,99,100,101,102,103,104,105,107,108,110,111,112,114,115,116,117,118,119,120,122,123,125,126,131,133,135,136,137,139,140,141,143,144,145,150,152,154,157,158,161,162,163,164,166,167,170,171,172,173,174,177,178],"function_index":114,"function_nam":114,"function_typedef":[117,157],"functioninfo":[114,157],"functiont":[80,157],"funfact":[7,8],"funfact_data1":[7,8],"funfact_data2":[7,8],"funfact_data3":[7,8],"funfact_play":[7,8],"funfact_token":[7,8],"fx_time":[123,124],"f\u00fcr":147,"g":[0,2,4,16,18,20,22,24,27,34,50,60,71,74,85,114,115,116,128,148,157,175,179,181],"g3sg1":[157,168],"galil":[157,168],"game":[0,2,4,5,6,7,8,9,11,12,15,16,22,25,27,50,60,71,73,81,84,91,93,94,123,129,131,158,169,173,176,181,184],"game_data":[130,157],"game_ev":[4,16,78,90,91,93,131],"game_flag":[130,157],"game_index":[130,157],"game_ov":15,"game_path":[1,129,157],"game_serv":[157,158],"gameconfigobj":[50,69,157],"gamedl":[63,157],"gameev":[4,91,93,94,131,157],"gameeventdescriptor":[91,157],"gameeventlisten":[94,157],"gamerulescr":28,"gamethread":[111,157],"gametrac":[75,157],"gather":50,"gcc":0,"gear":[134,157],"geen":147,"gefolgt":147,"geladen":147,"geldig":147,"gender":12,"gener":[20,21,31,32,44,51,72,76,79,81,85,100,113,115,134,148,150,157],"generate_project_fil":[32,157],"genericprecach":[28,72],"get":[2,7,8,19,20,21,22,24,25,27,34,43,44,51,60,75,85,98,109,112,114,116,117,132,158,166,173,174,181,186],"get_active_environment_by_index":[130,157],"get_active_object_by_index":[130,157],"get_ammo":[157,173,174],"get_angle_vector":[113,157],"get_animation_index":[157,161],"get_argument_ptr":[114,157],"get_attach":[157,161],"get_auto_command_return":[44,157],"get_avg_chok":[128,157],"get_avg_data":[128,157],"get_avg_lat":[128,157],"get_avg_loss":[128,157],"get_avg_packet":[128,157],"get_bon":[157,161],"get_bone_control":[157,161],"get_bool":[62,80,91,109,114,157],"get_build_artifact":60,"get_button_combination_statu":[24,110,157],"get_cached_valu":51,"get_char":[114,157],"get_class":[114,117,157],"get_class_info":[114,157],"get_class_nam":[114,157],"get_client":[73,157],"get_client_command":[37,157],"get_client_languag":[143,157],"get_clip":[157,174],"get_color":[80,109,157],"get_command":[44,157],"get_command_index":[35,157],"get_command_interpolation_amount":[128,157],"get_core_modul":[50,157],"get_count":[78,90],"get_data":[89,157],"get_data_typ":[109,157],"get_data_type_s":[114,157],"get_datamap_property_bool":[85,157],"get_datamap_property_char":[85,157],"get_datamap_property_color":[85,157],"get_datamap_property_doubl":[85,157],"get_datamap_property_edict":[85,157],"get_datamap_property_float":[85,157],"get_datamap_property_int":[85,157],"get_datamap_property_interv":[85,157],"get_datamap_property_long":[85,157],"get_datamap_property_long_long":[85,157],"get_datamap_property_point":[85,157],"get_datamap_property_quaternion":[85,157],"get_datamap_property_short":[85,157],"get_datamap_property_string_arrai":[85,157],"get_datamap_property_string_point":[85,157],"get_datamap_property_uchar":[85,157],"get_datamap_property_uint":[85,157],"get_datamap_property_ulong":[85,157],"get_datamap_property_ulong_long":[85,157],"get_datamap_property_ushort":[85,157],"get_datamap_property_vector":[85,157],"get_default_filt":[102,157],"get_dist":[113,157],"get_distance_sqr":[113,157],"get_doubl":[114,157],"get_download_url":60,"get_ent":[80,157],"get_eye_loc":[85,157],"get_float":[62,80,89,91,109,114,157],"get_function_info":[114,157],"get_global_point":[117,157],"get_hitbox":[157,161],"get_hitbox_set":[157,161],"get_hooks_dis":[116,157],"get_input":[85,157],"get_int":[62,80,89,91,109,114,157],"get_int64":[89,157],"get_interfac":[50,157],"get_key_value_bool":[85,157],"get_key_value_color":[85,157],"get_key_value_float":[85,157],"get_key_value_int":[85,157],"get_key_value_qangl":[85,157],"get_key_value_str":[85,157],"get_key_value_vector":[85,157],"get_languag":[157,166],"get_last_successful_build_numb":[61,157],"get_lat":[128,157],"get_latest_data_checksum":60,"get_local_anim":[157,161],"get_long":[114,157],"get_long_long":[114,157],"get_message_index":[123,157],"get_message_nam":[123,157],"get_message_s":[123,157],"get_model":[85,157],"get_model_head":[157,162],"get_model_nam":[157,162],"get_mov":[157,161],"get_nam":[157,161],"get_network_property_bool":[85,157],"get_network_property_char":[85,157],"get_network_property_color":[85,157],"get_network_property_doubl":[85,157],"get_network_property_edict":[85,157],"get_network_property_float":[85,157],"get_network_property_int":[85,157],"get_network_property_interv":[85,157],"get_network_property_long":[85,157],"get_network_property_long_long":[85,157],"get_network_property_point":[85,157],"get_network_property_quaternion":[85,157],"get_network_property_short":[85,157],"get_network_property_string_arrai":[85,157],"get_network_property_string_point":[85,157],"get_network_property_uchar":[85,157],"get_network_property_uint":[85,157],"get_network_property_ulong":[85,157],"get_network_property_ulong_long":[85,157],"get_network_property_ushort":[85,157],"get_network_property_vector":[85,157],"get_nod":[44,157],"get_object_point":[114,157],"get_offset":[115,157],"get_output":[85,157],"get_packet_byt":[128,157],"get_packet_response_lat":[128,157],"get_packet_tim":[128,157],"get_pair":[78,90],"get_par":[85,157],"get_player_info":[73,157],"get_plugin_directori":[150,157],"get_plugin_file_path":[150,157],"get_plugin_info":[27,150,157],"get_plugin_inst":[150,157],"get_plugin_nam":[150,157],"get_point":[114,157],"get_pop_s":[114,157],"get_prior":[89,157],"get_procedur":[157,161],"get_prop":[89,157],"get_property_arrai":[67,157],"get_property_bool":[67,71,85,157],"get_property_char":[71,85,157],"get_property_color":[71,85,157],"get_property_doubl":[71,85,157],"get_property_edict":[71,85,157],"get_property_float":[67,71,85,157],"get_property_int":[67,71,85,157],"get_property_interv":[71,85,157],"get_property_long":[71,85,157],"get_property_long_long":[71,85,157],"get_property_point":[71,85,157],"get_property_quaternion":[71,85,157],"get_property_short":[71,85,157],"get_property_str":[67,71,85,157],"get_property_string_arrai":[71,85,157],"get_property_string_point":[71,85,157],"get_property_uchar":[71,85,157],"get_property_uint":[71,85,157],"get_property_ulong":[71,85,157],"get_property_ulong_long":[71,85,157],"get_property_ushort":[71,85,157],"get_property_vector":[67,71,85,157],"get_public_ip":[50,157],"get_recipient_index":[103,157],"get_reference_count":[157,162],"get_regist":[114,157],"get_remote_frame_r":[128,157],"get_return_ptr":[114,157],"get_say_command":[42,157],"get_secondary_fire_ammo":[157,174],"get_secondary_fire_clip":[157,174],"get_sequence_numb":[128,157],"get_server_command":[43,157],"get_set":[156,157],"get_short":[114,157],"get_siz":[114,157],"get_str":[62,80,89,91,109,157,166],"get_stream_progress":[128,157],"get_string_arrai":[50,114,157],"get_string_point":[114,157],"get_total_data":[128,157],"get_trace_typ":[75,157],"get_uchar":[114,157],"get_uint":[114,157],"get_uint64":[109,157],"get_ulong":[114,157],"get_ulong_long":[114,157],"get_user_data":[157,159],"get_user_data_length":[157,159],"get_user_message_impl":127,"get_ushort":[114,157],"get_vector":[80,89,157],"get_vector_angl":[113,157],"get_vector_vector":[113,157],"get_veloc":25,"get_velocity_index":25,"get_verbose_nam":[148,157],"get_vers":[148,157],"get_view_angl":[132,157],"get_virtual_func":[114,157],"get_virtual_funct":[114,157],"get_weight":[157,161],"getter":51,"getveloc":25,"gg_team_lead":3,"ghost":15,"giftidx":7,"git":[0,180],"git_commit":[61,157],"github":[2,61,181,183],"give":[16,133,137,139,140],"give_named_item":[25,137,139,140,157],"give_named_item_index":25,"given":[7,8,20,21,25,31,34,35,37,42,50,51,54,57,59,66,67,71,76,78,80,85,87,90,91,94,98,103,109,111,113,114,115,116,117,123,127,131,132,133,143,147,150,154,156,159,160,166,175,184],"givenameditem":25,"giver":12,"gladli":2,"glass":[66,157],"glibc":181,"global":[1,4,50,62,80,85,117,157],"global_nam":[85,157],"global_point":[117,157],"globalentitylist":[76,157],"glock":[157,168],"glow":[79,157],"glow_shel":[79,157],"go":[0,1,3,7,22,24,74,83,84,93,132,172,173,174],"goal":26,"goalnam":12,"godmod":[79,157],"goe":114,"gohmert":180,"good":[1,2,27,157,168,179],"got":[7,20],"grai":[34,157],"grant":[179,184],"graph":[79,157],"grate":[75,157],"graviti":[85,130,157],"gravity_en":[130,157],"greater":114,"green":[34,66,157],"grenad":[7,8,79,157,168],"grenade1":[134,157],"grenade2":[134,157],"ground":85,"ground_ent":[85,157],"group":[5,7,12,30,85,128,134,157,158,161,179],"group_ad":[30,157],"group_nam":30,"group_remov":[30,157],"guarante":109,"guidelin":20,"guilti":12,"gun":132,"gun_offset":[132,157],"gunfir":[74,157],"gungam":148,"g\u00fcltiger":147,"h":[26,78,90],"ha":[2,4,7,8,16,19,20,22,24,26,27,30,50,51,60,61,62,76,84,85,87,98,103,110,111,114,117,126,127,128,131,132,148,150,159,173,174,179,184],"hackmastr":180,"had":177,"half":[4,7,66,85],"halflif":4,"halv":[66,85],"hammer":85,"hammerid":[85,157],"handl":[44,72,75,76,80,85,91,98,114,128,157,174,177],"handle_hook":[69,157],"handleent":[75,76,157],"handler":[50,128,177],"happen":[8,25,50,61,110],"happi":20,"hartin":180,"has_been_chang":127,"has_been_predict":[131,133,157],"has_c4":[141,142,157],"has_defus":[132,157],"has_helmet":[132,157],"has_max":[62,157],"has_min":[62,157],"has_no_individual_inst":[157,158],"has_pair":[78,90],"has_player_child":[79,157],"has_spit":12,"hasbomb":7,"hash":[78,90],"haskit":[7,8],"hassilenc":7,"hastrac":7,"have":[0,1,2,4,7,8,16,20,22,24,26,27,44,51,59,61,73,85,111,115,116,117,120,122,123,147,158,160,175,179,181,186],"hcontent":7,"he":[20,26],"head":[7,8,98,134,157],"head_angl":[131,157],"head_offset":[131,157],"header":[21,76,128],"header_separ":59,"headshot":[7,8,12,79,157],"heal":15,"healer":15,"healing_rank":15,"health":[5,6,7,8,9,11,12,15,16,22,85,131,134,157],"health_restor":12,"hear":131,"hebben":147,"hegrenad":[157,168],"hello":20,"helmet":132,"help":[2,20,27,35,44,147,183],"help_text":[35,43,44,157],"helper":[16,25,34,50,76,81,91,114,131,135,157,170],"helptext":43,"here":[16,21,22,25,27,180],"het":147,"hexadecim":34,"hibern":50,"hidden":[63,123,124,132,157],"hidden_hud":[132,157],"hide":134,"hidehudflag":[134,157],"hierarchi":[80,157,161,179],"high":[7,8,20,74,157],"high_low_mul":[89,157],"high_valu":[89,157],"higher":109,"highest":109,"highlight":[120,122],"hightlight":[120,122],"hilf":147,"himself":90,"hing":130,"hint":[75,98,123,124,157],"hint_activator_capt":[5,7],"hint_activator_userid":[5,7],"hint_allow_nodraw_target":[5,7,12],"hint_bind":[5,7,12],"hint_capt":[5,7,12],"hint_color":[5,7,12],"hint_display_limit":12,"hint_entindex":12,"hint_flag":[5,7,12],"hint_forcecapt":[5,7,12],"hint_gamepad_bind":[5,7],"hint_icon_offscreen":[5,7,12],"hint_icon_offset":[5,7,12],"hint_icon_onscreen":[5,7,12],"hint_instance_typ":12,"hint_local_player_onli":[5,7],"hint_nam":[5,7,12],"hint_nooffscreen":[5,7,12],"hint_rang":[5,7,12],"hint_replace_kei":[5,7],"hint_suppress_rest":12,"hint_target":[5,7,12],"hint_timeout":[5,7,12],"hintmessag":[5,6,7,8,9,11,12,15],"hinttext":[123,124,157],"histori":128,"hit":[0,7,75,120,122,123,134],"hitbox":[7,8,75,78,157,161],"hitbox_sets_count":[157,161],"hitbox_sets_offset":[157,161],"hitboxes_count":[157,161],"hitboxset":[157,161],"hitgroup":[7,8,9,12,75,85,132,134,157],"hits_given":7,"hits_taken":7,"hl2":132,"hltv":[73,131],"hold":[80,115],"hold_tim":[123,124],"hologram":[79,157],"home":15,"hook":[66,69,76,78,85,87,90,91,114,115,157],"hook_typ":[43,88,114,116,157],"hookabl":114,"hookbitbufferusermessag":126,"hookprotobufusermessag":126,"hooks_dis":[116,157],"hooktyp":[43,88,114,116,157],"hookusermessag":126,"hookusermessagebas":126,"hopefulli":27,"horizont":59,"host":179,"hostag":[7,8,24,78,132],"hostage_ent":[24,78],"hostnam":[5,6,7,8,9,11,12,15,50],"how":[0,16,21,22,26,27,85,112,179,183,186],"howev":[0,2,22,27,74,179],"hp":16,"html":2,"http":[20,27,50,184],"hud":[132,134],"huddestin":[123,124,157],"hudmsg":[123,124,157],"hulkonli":12,"hull_max":[157,161],"hull_min":[157,161],"human":[7,18,20,50,88,128],"hunteruserid":12,"hurt":[4,7,8],"i":[0,1,2,3,4,5,6,7,8,9,11,12,15,16,19,20,21,22,23,24,25,26,27,30,31,32,34,35,44,50,51,54,59,60,61,62,66,73,74,75,76,78,80,81,85,88,90,91,93,102,107,108,109,110,111,112,113,114,115,116,117,120,122,123,126,127,128,130,131,132,133,141,142,147,149,150,157,158,169,174,175,176,177,179,181,183,184,186],"i386":181,"ian":20,"id":[4,7,12,15,16,31,85,91,131,133,157,158,161,175],"id_stamp":[76,157],"identifi":[22,35,76,109,114,115,117,157],"identifier_linux":115,"identifier_window":115,"idl":[74,134,157],"idle_interv":[157,178],"ie":177,"ignor":[20,50,75,85,110],"ignore_nam":[74,157],"ignore_nodraw_opaqu":[75,157],"ignore_phonem":[74,157],"ignore_unicode_error":[50,157],"ignore_wchar":50,"il":147,"illumination_cent":[157,161],"imagin":27,"immedi":[16,26,73],"impact":[7,8,24,75],"impend":7,"implement":[21,24,27,50,76,80,89,123,124,126,127,131,158,179],"implemented_usermessag":127,"import":[4,16,18,19,20,21,22,23,24,25,26,27,28,50,51,78,90,91,93,107,108,116,150,181,183,186],"imposs":147,"improv":[0,103,183],"impuls":[131,133,157],"impulse_i":15,"impulse_x":15,"impulse_z":15,"in20cibl":180,"in_bomb_zon":[132,157],"in_buy_zon":[132,157],"in_ey":[134,157],"in_out":[128,157],"in_rescue_zon":[132,157],"in_skybox":[79,157],"in_vehicl":[79,134,157],"inaccuracy_crouch":[157,178],"inaccuracy_fir":[157,178],"inaccuracy_jump":[157,178],"inaccuracy_ladd":[157,178],"inaccuracy_land":[157,178],"inaccuracy_mov":[157,178],"inaccuracy_reload":[157,178],"inaccuracy_stand":[157,178],"inactive_icon":[157,178],"incendiari":7,"includ":[1,35,48],"incom":[128,157],"inconsequenti":62,"incorporado":147,"indefinit":111,"indent":[1,48,157],"index":[2,5,6,7,8,9,11,12,15,16,20,22,24,25,26,34,35,44,74,75,76,80,81,83,84,85,87,90,102,103,114,115,116,117,123,124,126,127,135,137,139,140,141,142,143,156,157,159,161,170,172,173,174,175,186],"index_from_baseent":[87,157],"index_from_basehandl":[87,157],"index_from_edict":[87,157],"index_from_inthandl":[87,157],"index_from_nam":[143,157],"index_from_playerinfo":[143,157],"index_from_point":[25,87,157],"index_from_steamid":[143,157],"index_from_uniqueid":[143,157],"index_from_userid":[16,143,157],"indic":[22,44,50,60,85,110,114],"individu":[1,121,157,158],"inertia":[5,6,7,8,9,11,12,15,130,157],"iney":[5,6,7,8,9,11,12,15],"inf":111,"infect":12,"infected_id":12,"inferno":7,"infil":[50,166],"inflic":8,"inflictor":[76,157],"inflictor_entindex":15,"info":[27,44,50,107,114,146,157,181,183],"infopanel":28,"inform":[4,21,22,23,27,44,80,115,148,150,175,176,184],"ingam":131,"ingeladen":147,"inherit":[2,50,92,179],"ini":[27,169,179,181],"init":[76,113,157],"initi":[7,8,9,11,12,15,31,32,34,44,48,59,62,67,68,69,75,78,81,85,87,90,103,110,111,113,114,115,117,120,122,123,124,135,147,148,149,150,157,158,170,174,177],"initialis":103,"initiator_entindex":15,"initiator_scor":15,"initil":62,"inplac":113,"input":[20,80,85,157],"input_field":[157,161],"input_funct":[80,157],"inputdata":[80,157],"inputfunct":[80,85,157],"inrain":[134,157],"inrestart":7,"insendt":[80,157],"insert":73,"insert_command_str":[73,157],"insert_server_command":[73,157],"insid":[23,85],"inside_arrai":[89,157],"inspect":7,"instac":88,"instal":[0,2,16,24,61,184,185,186],"instanc":[1,20,21,22,23,24,25,33,34,35,37,42,43,44,48,50,51,57,62,66,67,69,71,73,75,76,78,80,81,85,86,87,88,89,90,91,94,98,103,104,107,108,109,110,111,112,113,114,115,116,117,123,124,128,130,131,133,135,146,148,150,154,157,158,159,160,161,162,166,167,170,174,177,178],"instance_attribut":[117,157],"instance_baseline_index":[89,157],"instance_properti":80,"instancebaselin":28,"instanced_set":[157,158],"instantan":[131,133],"instanti":[23,35,37,42,43,62,67,71,73,76,78,80,86,89,90,91,92,103,114,123,128,130,131,133,149,150,156,159,162],"instati":[96,156],"instead":[19,25,26,73,74,102,176],"instruct":[16,183,185],"int":[20,25,31,33,34,35,44,48,51,59,61,62,66,67,69,71,73,75,76,78,80,81,85,86,87,89,90,91,94,97,98,103,108,109,111,112,113,114,115,120,122,123,126,127,128,130,131,132,135,143,157,158,159,160,161,162,173,174,175,177,184],"int64":[89,157],"int_data":15,"intal":61,"integ":[25,33,61,67,80,109,111,114,115,156,157],"integer64":[80,157],"integerset":[156,157],"intended_target":15,"intenum":[79,93,110,111,128,134,168],"interact":[4,67,70,74,79,83,84,85,109,132,137,139,140,141,142,157,186],"interactive_debri":[79,157],"interest":22,"interfac":[50,73,74,98,123,124,128,146,149],"interface_vers":[149,157],"intern":[25,116,157,158,177],"interv":[71,73,80,85,111,157],"intflag":[63,75,79,80,89,134,163,168],"inthandl":[81,85,87,143,157],"inthandle_from_baseent":[87,157],"inthandle_from_basehandl":[87,157],"inthandle_from_edict":[87,157],"inthandle_from_index":[87,157],"inthandle_from_playerinfo":[143,157],"inthandle_from_point":[87,157],"inthandle_from_userid":[143,157],"intial":[59,75],"introduct":[16,186],"invalid":[20,44,50,51,73,102,113,147,150,157,158,174],"invalidargumentvalu":[44,157],"invalidpluginnam":150,"invehicl":[134,157],"inventori":7,"invisiblesoldi":180,"involv":23,"inv\u00e1lido":147,"inwat":[134,157],"ip":[5,6,7,8,9,11,12,15,50,123],"ipifi":50,"iplayerinfo":143,"ipv4":50,"is_a_vector_elem":[89,157],"is_act":[73,131,157,168],"is_anonymous_account":[157,158],"is_anonymous_game_server_account":[157,158],"is_anonymous_user_account":[157,158],"is_attached_to_constraint":[130,157],"is_being_lifted_by_barnacl":[79,157],"is_blank_anonymous_account":[157,158],"is_bot_play":[88,157],"is_built_right_hand":[157,178],"is_cal":[114,157],"is_carried_by_play":[157,168],"is_chat_account":[157,158],"is_clan_account":[157,158],"is_command":[35,157],"is_connect":[131,157],"is_console_user_account":[157,158],"is_content_server_account":[157,158],"is_custom_packag":[54,157],"is_dead":[131,157],"is_ded":[73,157],"is_defus":[132,157],"is_duck":[132,157],"is_eflag_set":[133,157],"is_empti":[91,109,157],"is_exclude_prop":[89,157],"is_fake_cli":[131,157],"is_filt":[102,104],"is_flag_set":[35,157],"is_flipping_allow":[157,178],"is_fluid":[130,157],"is_game_server_account":[157,158],"is_hearing_cli":[131,157],"is_hing":[130,157],"is_hltv":[73,131,157],"is_hook":[114,157],"is_hud_elements_load":[157,178],"is_human_play":[88,131,157],"is_in_a_vehicl":[131,157],"is_in_solid":[85,157],"is_individual_account":[157,158],"is_init_messag":[103,157],"is_initi":[89,157],"is_inside_arrai":[89,157],"is_length_greater_than":[113,157],"is_length_less_than":[113,157],"is_load":[73,150,157],"is_lobbi":[157,158],"is_loc":[91,157],"is_loopback":[128,157],"is_marked_for_delet":[85,157],"is_mele":[157,178],"is_mov":[130,157],"is_multiplay":[73,157],"is_n":[115,157],"is_network":[76,85,132,157,174],"is_new_data_avail":60,"is_newer_version_avail":1,"is_not_play":[88,157],"is_observ":[131,157],"is_overflow":[33,157],"is_overlap":[114,157],"is_paus":[73,157],"is_persistent_game_server_account":[157,158],"is_play":[24,85,88,116,131,132,157,174],"is_playback":[128,157],"is_player_restrict":[157,177],"is_plugin":[54,157],"is_precach":[74,157],"is_private_command":[44,157],"is_protobuf":[123,157],"is_proximity_hearing_cli":[131,157],"is_ptr":115,"is_regist":[35,157],"is_reli":[91,103,157],"is_script_pars":[157,178],"is_serv":159,"is_sign":[89,157],"is_source_python":[54,157],"is_spawn":[131,157],"is_stat":[130,157],"is_team_restrict":[157,177],"is_timing_out":[128,157],"is_trigg":[130,157],"is_unvers":[61,157],"is_valid":[76,113,157,158],"is_valid_packet":[128,157],"is_valid_plugin_nam":[150,157],"is_virtu":[114,157],"is_vpk_fil":[98,157],"is_weapon":[24,85,132,157,174],"is_within_box":[113,157],"is_zero":[113,157],"isatti":[98,157],"isbot":[7,12],"isbuild":15,"iscrit":15,"iserverplugincallback":149,"islung":12,"ismael":180,"isn":[27,66,109],"isometr":[79,157],"ispaint":7,"isplant":7,"isprop":12,"issilenc":7,"isstrang":15,"issu":[7,8,9,11,12,15,26,27,35,44,186],"issuer":44,"ist":147,"istalk":12,"isunusu":15,"item":[1,7,8,12,15,25,59,74,123,133,137,139,140,157,160,168,175],"item_blink":[79,157,163],"item_definition_index":[157,175],"itemdef":[7,15],"itemdefindex":15,"itemflag":[157,168],"itemid":[6,7],"items_per_pag":[120,122],"iter":[20,22,44,62,66,75,76,81,85,99,100,102,103,104,109,114,115,120,122,123,150,157],"its":[16,20,31,34,35,44,51,52,60,62,76,80,84,85,89,91,113,114,117,150,158,179],"itself":[19,35,85,115],"jank":180,"jenkin":3,"jitter":128,"join":1,"jonathan":180,"jordan":180,"json":179,"jsza":180,"jump":[5,8,110,114,134,157],"just":[2,16,19,20,21,22,23,25,27,43,114,177,179,185],"justifi":59,"kamikazekuh":180,"kan":147,"keep":[24,81,127],"keep_on_recreate_ent":[79,157],"kei":[21,80,91,109,115,123,157,158,166],"kein":147,"kevlar":[157,168],"key0":115,"key1":115,"key_nam":[91,109],"keyerror":[4,51,85,102,114,115],"keyhinttext":[123,124,157],"keyvalu":[85,91,157],"keyvaluesit":[109,157],"keyvaluetyp":[109,157],"keyword":[51,73,81,85,111,135,170],"kick":[5,6,7,8,9,11,12,15,18,20,26,27,179],"kill":[5,6,7,8,9,11,12,15,78,131,132,157],"kill_streak_assist":15,"kill_streak_tot":15,"kill_streak_victim":15,"kill_streak_wep":15,"killer":[6,7,8,9,15],"killm":[79,157],"kills_rank":15,"killshot":[7,8],"killstreak_player_1":15,"killstreak_player_1_count":15,"kind":[16,75],"kiril":180,"kirillmysnik":180,"kit":[7,8],"knife":[157,168,175],"know":[22,93,181,183],"known":[5,6,7,8,9,11,12,15,186],"kon":147,"konnt":147,"kredieten":147,"kwarg":[37,42,43,44,50,51,52,66,68,72,78,81,85,87,88,90,92,110,111,112,114,116,120,122,123,124,126,127,135,147,148,154,157,160,170,177],"kwd":[89,110,114,158],"l":[147,180],"l4d1_onli":12,"la":[147,180],"label":[157,161],"label_offset":[157,161],"ladder":[75,79,157],"lade":147,"laden":147,"lambda":88,"langstr":[147,157,166],"languag":[44,143,165,166],"language_manag":[157,165],"last":[1,7,8,23,25,27,110,128,132,159],"last_hitgroup":[132,157],"last_user_command":[131,157],"last_vis":[75,157],"last_weapon":[132,157],"lastfram":[157,161],"lastgenericflag":[79,157],"lastlif":12,"latenc":128,"later":[0,114,181],"latest":[60,61,181,184],"lauri":180,"laurirasanen":180,"ld":181,"le":147,"lead":[1,7],"learn":0,"least":[66,131,133],"leave_aim":[134,157],"led":[7,8],"ledge_hang":12,"left":[4,27,59,66,134,157],"left_1":9,"left_2":9,"left_3":9,"left_pad":59,"left_score_1":9,"left_score_2":9,"left_score_3":9,"leftarm":[134,157],"leftleg":[134,157],"len":28,"length":[24,33,48,59,80,89,113,115,117,157,159],"length_2d":[113,157],"length_2d_sqr":[113,157],"length_sqr":[113,157],"less":[20,44,114],"let":[22,181,183],"letter":27,"level":[6,7,15,85,112,114,115,117,157],"levelinit":110,"levelnam":[8,9,11,15],"levelshutdown":110,"lib":3,"libffi":181,"libffi7":181,"libpython2":182,"libpython3":182,"librari":[50,149,182],"libsqlite3":157,"libz":181,"life":[4,132,134],"life_st":[132,157],"lifest":[134,157],"lifetim":15,"light":[75,157],"light_blu":[34,157],"light_grai":[34,157],"light_green":[34,157],"light_r":[34,157],"lightstyl":28,"like":[0,1,2,4,8,9,11,15,16,20,22,27,73,114,117,120,122,179,181],"limit":[7,8,20,22,24,73,111],"limitinworld":[157,168],"line":[1,3,15,21,26,48,50,108,183],"lineno":108,"link":[27,76,148],"linux":[25,114,115,157,186],"list":[1,4,16,17,26,27,37,42,43,44,50,52,59,67,76,78,90,91,93,98,109,114,120,122,123,124,147,148,160,175,186],"listen":[4,16,17,22,91,157,186],"listenermanag":[110,126,157],"listenermanagerdecor":[110,157],"listescmenu":[120,157],"listescopt":[120,157],"listmenu":[118,157],"listopt":[118,157],"listradiomenu":[118,122,157],"listradioopt":[118,122,157],"littl":[4,16,19,73],"ljust":[28,59],"load":[7,8,16,23,24,27,30,44,64,96,109,110,132,146,147,149,150,157,182],"load_ev":[23,96,157],"load_plugin":[27,147,157],"loaded_plugin":[27,150,157],"loadgam":[73,157],"local":[85,91,133,157,161,164],"local_angl":[133,157],"local_animations_count":[157,161],"local_bon":[157,161],"local_entry_nod":[157,161],"local_exit_nod":[157,161],"local_hierarchy_count":[157,161],"local_hierarchy_offset":[157,161],"local_origin":[133,157],"local_sequence_offset":[157,161],"local_sequences_count":[157,161],"local_tim":[85,157],"locat":[3,16,22,23,48,66,74,85,114,179],"log":[16,24,50,57,112,129,147,157,183,184],"log_format":112,"log_messag":[147,157],"log_path":[129,157],"logger":[147,157],"login":158,"logmanag":[112,157],"long":[2,5,6,7,8,9,11,12,15,91,97,114,115,157,179],"long_long":[114,115,157],"longer":[1,7,62],"longvari":[97,157],"look":[2,4,16,22,23,26,50,60,179],"lookatweapon":7,"lookspin":[134,157],"lookup":[85,87,89,174],"lookup_attach":[76,157],"lookup_bon":[76,157],"lookup_error":50,"lookuperror":50,"loop":[18,22,85,111],"loopback":128,"loops_elaps":[111,157],"loops_remain":[111,157],"lor":147,"loser":15,"loser_rp":15,"losing_team_num_cap":15,"loss":[50,128],"lost":[7,8,128],"lot":[22,26],"low":[74,157],"low_valu":[89,157],"lower":[23,66],"lower_case_with_underscor":1,"lower_half":66,"lowercas":102,"lowest":113,"luckili":2,"luke":180,"m":[26,78,90],"m249":[157,168],"m3":[157,168],"m4a1":[157,168],"mac10":[157,168],"machinegun":[157,168],"made":[2,7,25,26,111],"mahi":180,"mai":182,"main":[27,112,150,153,157],"mainli":116,"make":[0,1,7,8,16,20,24,26,27,50,62,109,114,117],"make_copi":[109,157],"make_funct":[114,157],"make_object":[114,157],"make_publ":[62,157],"make_virtual_funct":[25,114,157],"manag":[23,27,29,35,41,44,45,91,110,114,115,116,146,147,149,157,164,167,177,179],"mani":[20,25,26,44,77],"manipul":22,"manual":[2,12,24],"map":[7,8,15,22,24,57,73,76,78,80,85,90,110,111],"map_area":[76,157],"map_index":15,"map_nam":[12,24,73,157],"maploadtyp":[73,157],"mapnam":[5,6,7,8,9,11,12,15],"mark":[85,184],"marked_for_fast_reflect":[79,157],"marker":12,"marker_entindex":15,"marku":180,"mask":[75,78,85],"mass":[130,157,161],"mass_center_local_spac":[130,157],"master":[5,6,7,8,9,11,12,15],"match":[7,8,76,84,85,103,114,117,131,133,179],"materi":[5,6,7,8,9,11,12,15,28],"material_index":[130,157],"materialindex":[80,157],"math":111,"mathemat":113,"mathlib":[25,66,157],"matrix":113,"matrix3x4":[113,157,161],"matrix3x4_worldspac":[80,157],"matti":[180,184],"max":[48,50,62,85,113,131,157,158,159,161],"max_client":[24,73,157],"max_command_length":[35,157],"max_health":[85,131,157],"max_line_length":[48,157],"max_num_bit":[33,157],"max_round":[7,8],"max_str":[157,159],"max_val":[5,6,7,8,9,11,12,15,113],"max_valu":[48,62,64,156],"max_wav":15,"maxammo":[157,175],"maximum":[7,8,48,62,64,74,85,111,120,131,157,159],"maximum_inaccuraci":[157,178],"maximum_player_spe":[157,178],"maximum_primary_clip":[157,178],"maximum_secondary_clip":[157,178],"maxplay":[5,6,7,8,9,11,12,15],"md5":[50,60],"mdl":[21,22],"mean":[1,20],"mech":[66,157],"medic":15,"medic_entindex":15,"medic_userid":15,"meet":2,"mele":12,"melee_hit":[157,168],"melee_hit_sound":[157,178],"melee_hit_world":[157,168],"melee_hit_world_sound":[157,178],"melee_miss":[157,168],"melee_miss_sound":[157,178],"melee_onli":12,"member":[2,25,114,115,179],"memberfunct":[87,115,157],"memori":[17,50,87,88,157,186],"menu":[17,123,124,152,156,157,186],"menu_str":[123,124],"merg":[2,50,103,157],"mesa":[4,24],"mesh":130,"meskanen":180,"messag":[5,6,7,8,9,11,12,15,16,24,26,27,44,50,91,103,108,112,128,147,157],"message_index":[123,157],"message_nam":[123,124,157],"message_typ":[123,157],"messagesever":50,"met":147,"metaclass":117,"metamod":184,"method":[1,7,15,16,19,21,22,50,51,59,85,97,117,157],"mg":[157,168],"michael":180,"microsiemen":12,"microsoft":0,"might":[4,20,22,25,27,116,179],"min":[62,85,113,131,157,161],"min_val":113,"min_valu":[48,62,64,156],"minicrit":15,"minigun":12,"minimum":[48,62,64,85],"minu":20,"minut":2,"miscstatu":[134,157],"miss":[81,135,147,170,175],"mission":15,"mitig":15,"mm0":[114,157],"mm1":[114,157],"mm2":[114,157],"mm3":[114,157],"mm4":[114,157],"mm5":[114,157],"mm6":[114,157],"mm7":[114,157],"mode":[0,5,6,7,8,9,11,12,15,78,85,90,98,132,134],"model":[21,22,24,72,76,85,131,132,157,161,162,163,174],"model_handl":[24,76,157],"model_head":[76,157,161],"model_index":[76,157],"model_nam":[76,131,157,161],"modelattach":[157,161],"modelbon":[157,161],"modelcach":[157,162],"modelcachedatatyp":[157,162],"modelhead":[76,157,161,162],"modelindex":[80,157],"modelnam":[80,157],"modelprecach":[28,72],"modeltyp":[157,163],"moder":184,"modifi":[21,25,50,98,116,127,159,184,186],"modul":[1,2,16,21,23,27,186],"module_nam":[149,157],"moet":147,"molotov":7,"momentan":147,"momenteel":147,"mondai":180,"monei":8,"monster":[75,157],"monsterclip":[75,157],"more":[0,2,4,7,20,21,23,26,27,44,128,179],"moreov":16,"most":[1,4,22,27,44],"mostli":[2,117,185],"motion":130,"motion_en":[130,157],"motion_flag":[157,161],"mous":[131,133],"mousedi":[131,133,157],"mousedx":[131,133,157],"move":[7,8,85,114,131,133,157],"move_typ":[85,157],"moveabl":[75,157],"movecollid":[79,157],"moved_frac_bit":[123,124,157],"moveleft":[134,157],"movement":[7,8,157,161],"movement_index":[157,161],"movements_count":[157,161],"movements_offset":[157,161],"moveright":[134,157],"movetyp":[79,85,157],"mp5navi":[157,168],"mp_":24,"mrmalina":180,"msg":[24,44,123,157],"msg_handler":[128,157],"msg_index":127,"much":[21,27,179],"mudul":147,"muert":180,"mul_add":[113,157],"multi":[50,179],"multiblockcount":5,"multipl":[1,20,22,24,25,61,85,179],"multipli":[20,113],"multiseat":[157,158],"muncast":180,"music":[12,74],"muss":147,"must":[1,16,19,50,51,102,115,147],"mute_manag":[145,157],"muzzle_flash_scal":[157,178],"muzzle_flash_style_index":[157,178],"muzzleflashstyl":[157,168],"mvp":[7,8],"my":[21,27],"my_custom_ev":23,"my_custom_opt":27,"my_custom_option2":27,"my_float":20,"my_menu_select_callback":26,"my_model":22,"my_new_ev":23,"my_player_index":25,"my_plugin":[18,20,27,184],"my_plugin_manag":27,"my_plugin_vers":27,"my_r":19,"my_select_callback":26,"my_serv":181,"my_sub_command_manag":27,"my_sub_plugin":27,"mycustomcallingconvent":117,"mysnik":180,"m\u00f3dulo":147,"m\u00fcssen":147,"n":[1,50,147],"naam":147,"nach":147,"name":[0,4,5,6,7,8,9,11,12,15,16,20,22,23,24,27,28,30,31,32,35,37,42,43,48,50,51,54,57,59,62,64,66,67,68,71,73,74,75,76,78,79,80,84,85,87,89,90,91,92,93,98,102,108,109,110,112,114,115,116,117,123,124,126,128,130,131,134,137,139,140,143,147,148,149,150,154,156,157,158,159,161,162,163,168,173,174,175,177,179,180,184,186],"name_offset":[157,161],"name_symbol":[109,157],"namechang":15,"nan":113,"nathan":180,"nativ":115,"navig":[0,120,122],"nbit":33,"ne":147,"necavi":180,"necessari":1,"need":[0,1,2,7,16,20,22,23,24,25,26,27,60,61,112,128,179],"needsuit":[134,157],"negat":[113,157],"neither":110,"nen":180,"nervega":[79,157],"net":[73,128],"net_channel":[131,157],"net_stat":[73,157],"netchannel":[128,131,157],"netchannelhandl":[128,131,157],"netchannelinfo":[128,157],"netflow":[128,157],"netmessag":[73,128,157],"network":[22,24,76,78,80,85,89,90,91,103,128,131,132,157,174],"networkid":[5,6,7,8,9,11,12,15],"networkidvalid":110,"never":[1,24,27,78,90,91],"never_as_str":[63,157],"nevergib":[79,157],"new":[1,2,7,16,24,25,27,32,34,51,60,85,109,113,114,117,126,158,166,179,184],"new_button":[24,110],"new_class_nam":[59,75],"new_par":[157,161],"new_valu":15,"new_vers":24,"newcount":12,"newdifficulti":[7,12],"newgam":[73,157],"newli":177,"newlin":50,"newmod":[7,8,9,11,15],"newnam":[5,6,7,8,9,11,12,15],"next":[7,23,35,67,76,80,89,109,157,174,186],"next_attack":[157,174],"next_kei":[109,157],"next_map":15,"next_secondary_fire_attack":[157,174],"next_sequ":[157,161],"next_true_sub_kei":[109,157],"next_valu":[109,157],"nextlevel":7,"ngebruik":147,"nicht":147,"nicknam":180,"niet":147,"nightvis":[132,157,168],"nightvision_on":[132,157],"njanke96":180,"nl":147,"no_auto_edict_attach":[79,157],"no_damage_forc":[79,157],"no_dissip":[79,157],"no_dissolv":[79,157],"no_flag":[74,85,157],"no_game_physics_simul":[79,157],"no_megaphyscannon_ragdol":[79,157],"no_physcannon_interact":[79,157],"no_rotorwash_push":[79,157],"no_think_funct":[79,157],"no_water_velocity_chang":[79,157],"noammopickup":[157,168],"noautoreload":[157,168],"noautoswitchempti":[157,168],"nochop":[75,157],"noclip":[79,157],"noclip_act":[79,157],"node":[30,44,157],"node_flag":[157,161],"nodec":[75,157],"nodraw":[75,79,157],"noerrorcheck":[80,157],"noflashlight":[79,157],"nointerp":[79,157],"noisi":24,"noitempickup":[157,168],"nolight":[75,157],"nom":147,"nombr":147,"non":[7,22,24],"none":[20,27,31,32,33,34,35,37,42,43,44,48,50,51,59,62,63,64,67,71,73,74,75,76,78,79,80,81,83,84,85,86,87,89,90,91,94,97,98,100,102,104,109,110,111,112,113,114,115,116,117,120,122,123,124,128,130,131,132,133,134,135,137,139,140,141,142,147,148,154,156,157,158,159,161,163,166,168,170,172,173,174,175,184],"noport":[75,157],"nor":110,"noreceiveshadow":[79,157],"noreplai":7,"normal":[25,74,79,85,89,113,157,168,182],"noscal":[89,157],"noshadow":[75,79,157,163],"noshadowdepth":[79,157],"not_carri":[157,168],"not_connect":[63,157],"not_filt":[102,104],"not_found":[73,157],"not_mov":[79,157],"not_solid":[79,157],"not_stand":[79,157],"notarget":[79,157],"note":[21,27,111,123],"noth":[1,51,110],"notic":[16,20],"notif":123,"notifi":[7,8,20,62,63,64,79,110,123,157,177],"notimplementederror":[126,127],"novot":12,"now":[7,8,16,21,22,25,27,50,110,181],"noweaponmanag":[157,169,176],"npc":[79,157],"npc_actor":[79,157],"npc_script":[79,157],"npc_solid":[75,157],"npc_world_stat":[75,157],"null_matrix":[113,157],"null_qangl":[113,157],"null_quaternion":[113,157],"null_radianeul":[113,157],"null_vector":[113,157],"num":114,"num_bits_left":[33,157],"num_bits_read":[33,157],"num_bits_written":[33,157],"num_byt":114,"num_bytes_left":[33,157],"num_bytes_read":[33,157],"num_bytes_written":[33,157],"num_class":[73,157],"num_client":[73,157],"num_cor":0,"num_fake_cli":[73,157],"num_play":[73,157],"num_proxi":[73,157],"num_typ":[109,157],"numadvanc":[5,6,7,8,9,11,12,15],"number":[0,7,8,20,21,48,59,60,61,66,73,76,80,91,93,108,111,114,120,122,128,131,132,160,177,179],"numbronz":[5,6,7,8,9,11,12,15],"numctslotsfre":7,"numgift":7,"numgold":[5,6,7,8,9,11,12,15],"numplay":7,"numsilv":[5,6,7,8,9,11,12,15],"numspect":7,"numtslotsfre":7,"nusag":147,"nuso":147,"nutilis":147,"nverwendung":147,"nvg":[157,168],"n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435":147,"n\u7528\u6cd5":147,"o":[1,5,6,7,8,9,11,12,15,50,181,184],"obb":[79,157],"obb_yaw":[79,157],"obj":[114,117],"object":[1,2,4,5,6,7,8,9,11,12,15,16,19,20,21,22,25,30,31,32,33,34,35,37,42,43,44,48,50,51,59,62,64,65,67,68,71,73,75,76,77,78,79,80,81,84,85,87,88,89,90,91,92,93,94,95,98,100,102,104,107,108,109,110,111,113,114,115,117,120,122,123,127,130,131,132,133,143,145,149,151,156,157,158,161,165,166,174,175,176,177,179],"object_entindex":15,"object_mod":15,"objecttyp":15,"obs_target":[7,8,9,11,15],"observ":[79,131,132,134,157],"observer_mod":[132,157],"observer_target":[132,157],"observermod":[134,157],"obtain":103,"obvious":27,"occur":[32,60,61,114],"off":[7,8],"offens":[4,50],"offici":[7,179],"offlin":2,"offset":[5,6,7,8,9,11,12,15,71,80,85,89,98,114,115,117,132,157],"often":[22,116],"oildrum001":22,"ok":[1,128],"old":[60,62],"old_button":[24,110],"old_float":62,"old_str":62,"old_target":[7,8,9,11,15],"old_valu":[15,24,62],"old_vers":24,"olddifficulti":[7,12],"oldmod":[7,8,9,11,15],"oldnam":[5,6,7,8,9,11,12,15],"oldteam":[5,6,7,8,9,11,12,15],"oleg":180,"olegtsvetkov":180,"oliv":[34,157],"omdat":147,"omegak2":180,"on_add":20,"on_automatically_cr":[81,157],"on_automatically_remov":[81,157],"on_button_state_chang":24,"on_buttons_state_chang":110,"on_client_act":24,"on_client_connect":24,"on_client_disconnect":24,"on_client_fully_connect":24,"on_client_put_in_serv":24,"on_client_settings_chang":24,"on_combiner_precach":24,"on_convar_chang":24,"on_data_load":24,"on_data_unload":24,"on_dealloc":[117,157],"on_edict_alloc":24,"on_edict_fre":24,"on_entity_collis":24,"on_entity_cr":24,"on_entity_delet":24,"on_entity_output":24,"on_entity_pre_spawn":24,"on_entity_spawn":24,"on_entity_transmit":24,"on_level_end":24,"on_level_init":24,"on_level_shutdown":24,"on_networked_entity_cr":24,"on_networked_entity_delet":24,"on_networked_entity_pre_spawn":24,"on_networked_entity_spawn":24,"on_networkid_valid":24,"on_player_bumping_weapon":[157,177],"on_player_carrying_restricted_weapon":[157,177],"on_player_collis":24,"on_player_hurt":4,"on_player_post_run_command":24,"on_player_purchasing_weapon":[157,177],"on_player_restriction_ad":[157,177],"on_player_run_command":24,"on_player_sai":22,"on_player_spawn":16,"on_player_transmit":24,"on_plugin_load":24,"on_plugin_unload":24,"on_query_cvar_value_finish":24,"on_server_activ":24,"on_server_output":24,"on_take_damag":116,"on_team_restriction_ad":[157,177],"on_test":20,"on_test_fail":20,"on_tick":24,"on_version_upd":24,"onbuttonstatechang":[110,157],"onc":[0,24,51,131,133],"onclientact":[110,157],"onclientconnect":[110,157],"onclientdisconnect":[110,157],"onclientfullyconnect":[110,157],"onclientputinserv":[110,157],"onclientsettingschang":[110,157],"oncombinerprecach":[110,157],"onconvarchang":[110,157],"ondataload":[110,157],"ondataunload":[110,157],"one":[0,1,2,4,7,16,18,20,23,27,78,87,88,90,114,150],"one_object":1,"onedictalloc":[110,157],"onedictfre":[110,157],"onentitycollis":[110,157],"onentitycr":[110,157],"onentitydelet":[110,157],"onentityoutput":[110,157],"onentityoutputlistenermanag":[110,157],"onentityprespawn":[110,157],"onentityspawn":[110,157],"onentitytransmit":[110,157],"ones":22,"oneshot":12,"onfir":[79,157],"ongeldig":147,"onground":[134,157],"onlevelend":[110,157],"onlevelinit":[110,157],"onlevelshutdown":[110,157],"onli":[0,1,2,7,8,16,20,22,24,27,31,50,51,78,85,91,111,114,116,117,122,131,132,133,159,174,179],"onnetworkedentitycr":[110,157],"onnetworkedentitydelet":[110,157],"onnetworkedentityprespawn":[110,157],"onnetworkedentityspawn":[110,157],"onnetworkidvalid":[110,157],"onplayercollis":[110,157],"onplayerpostruncommand":[110,157],"onplayerruncommand":[110,157],"onplayertransmit":[110,157],"onpluginload":[110,157],"onpluginunload":[110,157],"onquerycvarvaluefinish":[110,157],"onserveractiv":[110,157],"onserveroutput":[110,157],"ontbreekt":147,"ontick":[110,157],"ontrain":[134,157],"onversionupd":[110,157],"opaqu":[75,157],"opaque_and_npc":[75,157],"open":[0,2,7,8,22,50,60,98,157,179,186],"oper":[7,8,20,21,184],"opgevolgd":147,"opposit":114,"optimized_datamap":[80,157],"option":[0,7,26,27,30,51,85,113,120,122,123,156,157,161],"option1":[7,8,9,11,15],"option2":[7,8,9,11,15],"option3":[7,8,9,11,15],"option4":[7,8,9,11,15],"option5":[7,8,9,11,15],"orang":[34,157],"orangebox":[131,135,136,157],"ord":50,"order":[1,4,16,21,103,117],"ordereddict":[96,150],"org":[20,50],"orient":59,"origin":[3,22,74,75,85,98,116,131,132,133,157],"original_loop":[111,157],"other":[1,18,22,23,24,25,27,50,62,78,90,109,113,114,116,123,150,179],"otherid":7,"othertyp":7,"otherwis":[22,24,44,51,159],"our":[2,20,51,181,186],"out":[7,8,21,33,59,73,113,114,123,128,157],"outgo":[128,157],"outlin":1,"output":[2,20,24,28,50,76,80,85,87,110,116,157,181,183,184],"output_debug_info":[130,157],"output_index":[80,157],"output_nam":24,"outputreturn":[24,50,157],"outsid":27,"over":[7,20,22,76,85,100,102,104,109,115,150],"overflow":33,"overlap":114,"overload":114,"overrid":[78,80,90,114,157],"override_count":[80,157],"override_field":[80,157],"overview":16,"overwrit":[50,116],"overwritten":116,"own":[0,16,20,27,150,179,186],"owner":[6,15,18,27,51,85,157,174],"owner_handl":[85,157,174],"ownerid":15,"p228":[157,168],"p2p_super_seed":[157,158],"p90":[157,168],"pa":147,"pack":98,"packag":[1,16,17,18,19,20,21,22,23,24,25,26,27,28,32,54,101,106,129,179,181,184,185],"package_dir":[32,157],"package_exist":[32,157],"packages_path":[129,157],"packed_offset":[80,157],"packed_offsets_comput":[80,157],"packed_s":[80,157],"packet":128,"pad":59,"paelinckx":180,"page":[0,2,17,18,19,20,21,22,23,24,25,26,27,28,120,122,181,184,186],"pagedescmenu":[120,157],"pagedescopt":[120,157],"pagedmenu":[118,157],"pagedopt":[26,118,157],"pagedradiomenu":[118,122,157],"pagedradioopt":[118,122,157],"pagin":26,"paint":7,"paintbal":[27,184],"pair":[78,90],"panel":[7,8,15],"panel_styl":15,"para":147,"paralyz":[79,157],"param":[44,85,114],"param1":[7,8,9,11,12,15,123,124],"param2":[123,124],"param3":[123,124],"param4":[123,124],"paramet":[20,31,32,34,44,48,50,51,59,60,61,62,64,66,67,68,69,73,75,76,78,80,81,85,90,91,93,102,107,108,110,111,112,114,115,116,117,120,122,123,124,126,127,131,132,135,141,142,143,147,148,149,150,157,158,160,166,170,174,177],"parent":[31,44,66,85,157,161,175],"parent_anim":[79,157],"parent_array_prop_nam":[89,157],"parent_class":[157,175],"parent_config_path":179,"parent_inthandl":[85,157],"parent_menu":[120,122],"parent_nam":[31,85,157],"parent_to_add":184,"parent_to_remov":184,"parenthes":20,"parentpermiss":[31,157],"parentpermissiondict":[31,157],"parma":85,"pars":[2,20,44,50,102,115,128,157,158,175,178],"parse_command":[44,157],"parse_data":[115,157],"parse_filt":[44,102,157],"parse_weapon_const":[157,175],"parser":[44,157],"part":[157,158],"partialground":[79,157],"particleeffectnam":28,"particular":166,"partner_entindex":15,"pass":[0,1,20,21,24,25,26,27,44,51,60,61,73,81,85,88,91,93,107,108,111,115,117,123,135,150,170],"passable_door":[79,157],"passer":15,"password":[5,6,7,8,9,11,12,15,73,157,179],"path":[1,7,8,15,27,32,48,50,85,96,98,109,114,149,150,157,160,179],"path_id":98,"patient":15,"paus":[73,111,157],"pbool":117,"pboolarrai":117,"peak":[157,161],"peek_ubit_long":[33,157],"pend":[157,158],"penetr":[7,76,157,178],"peopl":18,"pep257":1,"pep8":1,"per":[24,90,91,93],"perfect":[157,168],"perform":[21,24],"perman":19,"permiss":[27,30,31,44,147,148],"permission_ad":[30,157],"permission_remov":[30,157],"permissionbas":[31,157],"phase":7,"phi":[5,6,7,8,9,11,12,15],"php":[27,184],"phys_damage_scal":[132,157],"physgun":[79,157],"physic":[85,132,157],"physics_bon":[157,161],"physics_object":[85,157],"physicsbon":[75,157],"physicsenviron":[130,157],"physicsobject":[85,130,157],"pick":[7,8],"pickl":[34,91],"pin":[15,33],"ping":50,"pipe":117,"pipe_funct":[117,157],"pistol":[157,168],"pitch":[74,85,157],"place":[7,8,16,21,132,157],"plai":[74,85],"plain":[118,119],"plane":[75,113,157],"plant":[7,8],"plasma":[79,157],"platform":25,"play_sound":15,"playback":128,"player":[4,5,6,7,8,9,11,12,15,16,20,21,22,23,24,25,26,27,31,35,44,50,66,67,78,79,85,88,90,99,103,110,116,118,121,123,128,152,155,156,157,173,174,177,179],"player_1":15,"player_1_damag":15,"player_1_h":15,"player_1_kil":15,"player_1_lifetim":15,"player_1_point":15,"player_2":15,"player_2_damag":15,"player_2_h":15,"player_2_kil":15,"player_2_lifetim":15,"player_2_point":15,"player_3":15,"player_3_damag":15,"player_3_h":15,"player_3_kil":15,"player_3_lifetim":15,"player_3_point":15,"player_4":15,"player_4_damag":15,"player_4_h":15,"player_4_kil":15,"player_4_lifetim":15,"player_5":15,"player_5_damag":15,"player_5_h":15,"player_5_kil":15,"player_5_lifetim":15,"player_6":15,"player_6_damag":15,"player_6_h":15,"player_6_kil":15,"player_6_lifetim":15,"player_animation_extens":[157,178],"player_class":[132,157],"player_config_path":179,"player_death":[91,93],"player_di":91,"player_entindex":15,"player_hurt":[4,116],"player_index":[90,123,124],"player_mov":[79,157],"player_sai":[22,78,90],"player_solid":[75,157],"player_solid_brush_onli":[75,157],"player_spawn":16,"player_st":[132,157],"player_team":93,"playeranim":[134,157],"playerbutton":[110,134,157],"playerclip":[75,157],"playercount":12,"playerdead":[134,157],"playerdictionari":[135,157],"playergener":[131,157],"playerid":[6,7],"playerinfo":[131,143,157],"playerinfo_from_baseent":[143,157],"playerinfo_from_basehandl":[143,157],"playerinfo_from_edict":[143,157],"playerinfo_from_index":[143,157],"playerinfo_from_inthandl":[143,157],"playerinfo_from_point":[143,157],"playerinfo_from_userid":[143,157],"playerit":[18,102,157],"playermixin":[132,157],"playerpenetratecount":15,"playerpermiss":[31,157],"playerpermissiondict":[31,157],"playerset":[154,157],"playerst":[134,157],"playsound":15,"pleas":[2,16,179,181,183,186],"plu":20,"plugin":[4,17,18,19,24,44,50,52,54,110,111,116,129,157,166,179,181,186],"plugin_data_path":[129,157],"plugin_docs_path":[129,157],"plugin_exist":[150,157],"plugin_load":[27,58],"plugin_manag":27,"plugin_nam":[147,149,150],"plugin_path":[129,157],"plugin_unload":27,"pluginalreadyload":150,"pluginfilenotfounderror":150,"pluginhasbuiltinnam":150,"plugininfo":[148,150,157],"pluginmanag":[27,147,149,150,157],"pluginnam":147,"pluginnamen":147,"pluginnotload":150,"plugins_directori":[150,157],"po":7,"point":[2,15,21,24,66,97,109,179,183],"pointer":[25,67,71,76,80,85,87,89,114,115,116,117,143,157,161],"pointer_attribut":[117,157],"pointer_from_baseent":[87,157],"pointer_from_basehandl":[87,157],"pointer_from_edict":[87,157],"pointer_from_index":[25,87,157],"pointer_from_inthandl":[87,157],"pointer_from_playerinfo":[143,157],"pointer_from_userid":[143,157],"poison":[79,157],"polygon":[66,130,157],"poor":[157,168],"por":147,"porqu":147,"port":[5,6,7,8,9,11,12,15,73,147],"portal":4,"pos_i":[7,23],"pos_x":[7,23],"pos_z":[7,23],"pose":[157,161],"posi":[5,6,7,8,9,11,12,15],"posit":[8,22,33,76,85,111,113,130,132,157,161,178],"position_scal":[157,161],"position_to_bon":[157,161],"position_vector":[80,157],"positive_int":20,"possibl":[1,115,117,156,179,182],"possibli":85,"post":[88,110,114,116,157,183,186],"post_on_drop_weapon":116,"postgr":179,"posthook":[116,157],"posx":[5,6,7,8,9,11,12,15],"posz":[5,6,7,8,9,11,12,15],"potentialvot":[7,8,9,11,12,15],"pour":147,"power":132,"pprint":4,"practic":25,"pre":[43,68,88,93,114,116,157,179],"pre_event_manag":[93,157],"pre_on_drop_weapon":116,"pre_player_di":93,"pre_player_team":93,"precach":[22,24,67,70,74,157],"precache_t":[72,157],"precis":183,"predict":[131,133],"preevent":[93,157],"prefer":183,"prefix":[44,48,50,112,147,154,156,157],"prehook":[116,157],"present":185,"press":[7,8,24,110,132,157],"pretti":[25,179],"prevent":[78,90,182],"prevent_physics_forc":[79,157],"preventor":15,"previou":[22,116],"previous":110,"previous_pric":[157,178],"price":[157,178],"primari":[157,168,174],"primary_ammo_count":[157,174],"primary_ammo_icon":[157,178],"primary_ammo_nam":[157,178],"primary_ammo_typ":[157,178],"principl":20,"print":[16,18,19,20,22,24,27,50,59,85,98,112,116,147,181,184,185,186],"print_credit":[52,157],"print_nam":[157,178],"print_plugin":[147,157],"printableonli":[63,157],"prior":[1,7],"prioriti":[6,89,157],"privat":[1,44,80,157],"probabl":[4,22,44],"problem":[27,181,183],"procedur":16,"procedural_typ":[157,161],"process":[0,2,128,150,157],"processorregist":[114,157],"product":113,"progress":[15,60,128],"project":[1,32,184,186],"project_build_dir":[32,157],"project_dir":[32,157],"project_exist":[32,157],"project_nam":32,"project_source_dir":[32,157],"projectil":[7,8,24,79,157],"projectiletyp":15,"prop":[7,8,76,157,174],"prop_door_rot":22,"prop_nam":67,"prop_physics_multiplay":22,"prop_typ":[80,157],"proper":[91,115,181],"properli":27,"properti":[1,22,30,32,33,34,35,44,48,51,57,62,67,69,71,73,74,75,76,78,80,84,85,86,89,90,91,92,94,96,98,109,110,111,112,113,114,123,124,126,128,130,131,132,133,147,148,149,150,156,157,158,159,161,173,174,175,178],"propid":12,"props_c17":22,"props_encoded_against_tick_count":[89,157],"protect":[7,8,20,63,73,114,157],"protobuf":[123,124,126,157],"protobufmessag":127,"provid":[2,4,16,22,29,30,31,32,33,34,35,36,37,40,42,43,45,46,47,48,49,50,51,57,59,60,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,95,96,97,98,100,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,120,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,158,159,160,161,162,163,164,166,167,168,170,171,172,173,174,175,176,177,178,179,183,184],"proxi":[5,6,7,8,9,11,12,15,36,71,73,131],"proxim":131,"proxy_always_y":[89,157],"proxy_funct":[89,157],"pr\u00e9sentement":147,"pseudoup":113,"ptr":[25,50,80,109,114,115,117,157],"public":[27,50,62,73,148,157,158],"public_convar":[27,148],"public_object":151,"publicconvar":[64,148,157],"publish":2,"published_file_id":7,"pudo":147,"puisqu":147,"pull":2,"pulse_fast":[79,157],"pulse_fast_wid":[79,157],"pulse_slow":[79,157],"pulse_slow_wid":[79,157],"purchas":[7,177],"purg":[123,157],"purpl":[34,157],"push":[79,157],"pushawai":[79,157],"pusher":15,"put":24,"pv":76,"pvec":117,"pvecarrai":117,"pvs_info":[76,157],"pvs_size":[76,157],"py":16,"pymysql":179,"pyro_entindex":15,"python":[0,1,2,3,4,16,17,20,21,22,24,25,26,27,35,37,42,43,50,52,54,60,61,62,67,71,73,76,78,80,86,89,90,91,103,114,116,126,128,129,130,131,133,149,150,159,162,179,181,183,184,185],"python3":185,"python_document":3,"pz_clip":[79,157],"qangl":[33,67,85,113,130,131,132,133,157],"qualiti":[7,15],"qualnam":[59,75],"quaternion":[71,80,85,113,157,161],"queri":24,"querycvarstatu":[73,157],"quest_item_id_hi":15,"quest_item_id_low":15,"quest_objective_id":15,"question":186,"queue":[73,118,157],"queue_command_str":[73,157],"queue_server_command":[73,157],"quick":20,"quickli":179,"quickstart":[32,157],"quit":[20,22,27],"quot":1,"r":[19,34,157],"race":7,"radar":[134,157],"radianeul":[113,157,161],"radiant_eul":[157,161],"radiant_euler_scal":[157,161],"radiat":[79,157],"radio":[7,8,118,123,124,157],"radiu":[66,76,130,157],"ragdol":[79,132,157],"rai":[75,85,157],"rais":[4,20,32,35,37,42,43,44,50,51,60,62,67,71,73,76,78,80,81,85,86,89,90,91,102,103,107,111,114,115,126,127,128,130,131,133,149,150,159,162,174],"ran":24,"randint":51,"random":[26,51,113,131,133,157,182],"random_se":[131,133,157],"rang":[26,51,80,113,157,178],"range_modifi":[157,178],"rank":[5,6,7,8,9,11,12,15],"rate":[15,50,128,132],"rather":50,"ratio":8,"raw":126,"raw_data":[115,117],"rcon":[181,185],"re":[96,150,180],"re_valid_plugin":[150,157],"reach":[7,8,85],"read":[2,16,33,50,85,98,114,127,157,159],"read_bit_angl":[33,157],"read_bit_coord":[33,157],"read_bit_coord_mp":[33,157],"read_bit_float":[33,157],"read_bit_norm":[33,157],"read_bit_vec3_coord":[33,157],"read_bit_vec3_norm":[33,157],"read_bitbuff":127,"read_byt":[33,157],"read_char":[33,157],"read_float":[33,157],"read_from_buff":[128,157],"read_long":[33,157],"read_long_long":[33,157],"read_one_bit":[33,157],"read_protobuf":127,"read_sbit_long":[33,157],"read_short":[33,157],"read_str":[33,157],"read_ubit_long":[33,157],"read_ubit_var":[33,157],"read_word":[33,157],"readabl":[98,128,157],"readi":24,"readlin":[98,157],"readyst":15,"real":[131,150,180],"realloc":[114,157],"reason":[2,5,6,7,8,9,11,12,15],"recedetim":15,"receiv":[128,131],"recent":128,"recheck_collision_filt":[130,157],"recheck_contact_point":[130,157],"recipi":[12,66,67,85,99,123,157],"recipient_filt":69,"recipientfilt":[66,67,69,85,103,157],"recoil":[76,157],"recommend":[74,179],"reconstruct":[25,117],"recovery_time_crouch":[157,178],"recovery_time_stand":[157,178],"recreat":27,"recurs":[24,31,109,116],"recursive_copi":[109,157],"red":[19,34,66,157],"red_scor":15,"red_score_prev":15,"redirect":[124,157],"reduc":[111,157],"refer":[21,50,113],"regist":[26,35,37,38,39,40,42,43,44,51,52,53,54,55,56,62,69,76,78,85,90,91,93,110,114,116,117,123,126,147,153,154,157,184],"register":114,"register_bas":[62,157],"register_client_command_filt":[37,157],"register_close_callback":26,"register_convent":[117,157],"register_convert":[117,157],"register_hook":[78,90],"register_listen":[110,157],"register_say_filt":[42,157],"registr":95,"reichl":180,"reject":24,"reject_msg_len":24,"reject_msg_ptr":24,"rel":[85,114,130,134,157],"relat":179,"relationship":[132,157],"releas":[0,24,27,76,110,148,157,162],"release_typ":12,"reliabl":[91,103,123,124,128,157],"reload":[7,8,16,19,44,134,147,149,150,157,168],"reload_npc":[157,168],"reload_npc_sound":[157,178],"reload_plugin":[147,157],"reload_sound":[157,178],"remain":[7,8,21,111],"rememb":20,"remov":[15,22,30,31,35,37,42,43,44,50,62,65,78,81,85,90,109,110,111,114,133,156,157,160,174,177],"remove_all_item":[133,157],"remove_callback":[37,42,43,157],"remove_command":[44,157],"remove_directori":[157,160],"remove_entities_listen":157,"remove_entity_listen":[76,157],"remove_flag":[35,157],"remove_hook":[69,114,157],"remove_opt":[156,157],"remove_pair":[78,90],"remove_par":[31,44,157],"remove_player_restrict":[157,177],"remove_post_hook":[114,157],"remove_pre_hook":[114,157],"remove_publ":[62,157],"remove_sub_kei":[109,157],"remove_team_restrict":[157,177],"removenoragdol":[79,157],"remporari":66,"render":[85,157,163],"render_color":[85,157],"render_fx":[85,157],"render_mod":[85,157],"rendereffect":[79,85,157],"rendermod":[79,85,157],"repeat":[85,111,157],"repeatstatu":[111,157],"replac":[2,27,74,157],"repli":[44,157],"replic":[63,157],"report":186,"reported_posit":[76,157],"repositori":[0,61,186],"repres":[51,59,115],"represent":[21,32,158],"reproduc":183,"request":[2,51,123],"request_fil":[128,157],"requir":[0,4,7,8,16,20,22,24,25,44,51,88,112,114,116,120,122,184],"requires_registr":44,"rescu":[7,8,132],"rescuer":12,"reset":[7,15,33,62,92,123,124,131,133,157],"resethud":[123,124,157],"resid":27,"resourc":[0,4,23,91,129,157],"resource_fil":23,"resourcefil":[23,96,157],"respawn":[134,157],"rest":[157,161],"restart":[2,7,111,157,181,184,185],"restor":116,"restrict":[20,27,157,167],"result":[20,21,24,27,50,51,111,182,183],"resum":[111,157],"resync":[81,157],"ret_val":116,"retriev":[4,25,50,85,114,115,150],"return":[1,4,20,21,24,25,26,30,31,32,33,34,35,37,42,44,48,50,51,54,59,60,61,62,67,69,71,73,74,75,76,78,80,81,84,85,87,88,89,90,91,92,93,96,102,109,110,111,112,113,114,115,116,117,123,124,126,127,128,130,131,132,133,135,141,142,143,147,148,149,150,156,158,159,160,166,173,174,175,177,178],"return_address":[114,157],"return_ptr_chang":[114,157],"return_typ":[114,115,117,157],"reus":22,"reveng":[7,8,9],"revert":[62,157],"review":2,"reviv":15,"rgba":[19,34],"rick":20,"ricochet":[74,157],"ride_length":12,"rifl":[7,8,157,168],"right":[16,21,24,59,66,113,122,134,157],"right_1":9,"right_2":9,"right_3":9,"right_pad":59,"right_score_1":9,"right_score_2":9,"right_score_3":9,"rightarm":[134,157],"rightleg":[134,157],"ring":66,"rip":114,"roam":[134,157],"robin":180,"robinson":180,"robust":20,"roflmuffin":180,"role":179,"root":112,"root_parent_align":[79,157],"rotat":[85,157],"roughli":2,"round":[4,7,8,12,15],"round_complet":15,"round_down":[89,157],"round_freeze_end":[91,93],"round_start":[91,93],"round_tim":15,"round_up":[89,157],"rounds_remain":15,"roundslimit":[5,6,7,8,9,11,12,15],"rst":[2,3,32],"rt":98,"rtd":179,"rtt":128,"rtype":[62,71,85],"ru":147,"rule":[26,71,78,90],"rumble_effect":[157,178],"run":[2,24,110,111,134,157,179,182,185],"run_player_mov":[133,157],"runtim":22,"rush":[7,12],"r\u00e3":180,"sai":[0,7,8,20,22,26,35,36,43,44,147,153,157],"same":[1,20,22,27,51,73,110,111,120,122,158,179,182],"sampl":[74,85],"sampleid":12,"sapperid":15,"satoon101":180,"save":[32,80,98,109,114,116,157],"save_restor":[80,157],"save_to_fil":[109,157],"say_command":26,"say_command_manag":[42,157],"say_menus_command":26,"say_sub_command":[147,157],"say_team":42,"saycommand":[26,42,157],"saycommanddispatch":[42,157],"saycommandgener":[42,157],"sayfilt":[42,157],"saytext":[123,124,157],"saytext2":[16,26,110,123,124,127,157],"saytext2impl":127,"scalar":113,"scale":132,"scene":28,"scope":[1,114],"score":[5,6,7,8,9,11,12,15,134,157],"score_rank":15,"score_typ":15,"scorer":15,"scout":[157,168],"scout_id":15,"screen":[16,24],"script":[0,21,157,160,167,184],"scripter":186,"se":147,"seach":44,"search":[22,44,80,114,117,186],"search_byt":[114,157],"sec":73,"second":[7,8,9,15,20,60,61,73,76,85,111,123,128,179,184],"second_object":1,"secondari":[157,168,174],"secondary_ammo_count":[157,174],"secondary_ammo_icon":[157,178],"secondary_ammo_nam":[157,178],"secondary_ammo_typ":[157,178],"secondary_fire_ammo":[157,174],"secondary_fire_ammoprop":[157,174],"secondary_fire_clip":[157,174],"seconds_ad":[9,15],"section":[1,16,45,48,148,157,179],"section_fram":[157,161],"section_offset":[157,161],"secur":50,"see":[7,20,27,34,66,114,120,122,181],"seek":[33,98,157],"seek_rel":[33,157],"seek_to_bit":[33,157],"seekabl":[98,157],"seektyp":[98,157],"seen":7,"seguido":147,"sein":147,"select":[26,120,122,123],"select_callback":[26,120,122],"selectonempti":[157,168],"self":[1,51,78,80,90,114],"send":[16,26,44,57,66,67,76,110,123,124,128,153,157],"send_data":[128,157],"send_fil":[128,157],"send_messag":[44,157],"sender":131,"sendprop":[89,157],"sendpropflag":[89,157],"sendproptyp":[89,157],"sendpropvari":[89,157],"sendproxyrecipi":[89,157],"sendtabl":[89,157],"sendvarproxyfn":89,"sens":27,"sensit":27,"sent":[7,8,22,50,91,103,123,128],"sentry_bust":15,"separ":[1,22,48,59,122],"sequenc":[109,128,157,161],"sequenceev":[157,161],"ser":147,"serial_numb":[76,157],"server":[2,7,8,16,18,20,21,22,24,26,27,31,35,44,46,50,52,57,60,61,62,70,71,74,85,91,93,110,116,123,131,133,147,150,157,158,159,179,181,182,183,184,185],"server_can_execut":[63,157],"server_cannot_queri":[63,157],"server_class":[44,67,76,85,157],"server_command_manag":[43,157],"server_id":[30,31,179,184],"server_onli":[79,157],"server_output":[50,157],"server_query_info":28,"server_sub_command":[27,147,157],"serveractiv":110,"serverclass":[76,85,89,157],"serverclassgener":[76,157],"servercommand":[43,157],"servercommanddispatch":[43,157],"servercommandgener":[43,157],"serverent":[76,85,157],"servermapcycl":28,"servernetwork":[76,86,157],"serverplugin":[149,157],"serverpluginmanag":[150,157],"serverunknown":[76,157],"set":[0,1,7,8,19,20,21,22,23,24,27,34,35,44,50,51,62,64,67,71,76,78,80,81,85,90,91,102,109,113,114,115,116,117,122,123,128,132,133,135,148,157,158,159,160,170,173,174,177,179],"set_":20,"set_abs_angl":[133,157],"set_abs_origin":[133,157],"set_active_weapon":[133,157],"set_all_recipi":[89,157],"set_ammo":[157,173,174],"set_bool":[24,62,80,91,109,114,157],"set_cached_valu":51,"set_char":[114,157],"set_clip":[157,174],"set_color":[80,109,157],"set_data":[89,157],"set_data_r":[128,157],"set_datamap_property_bool":[85,157],"set_datamap_property_char":[85,157],"set_datamap_property_color":[85,157],"set_datamap_property_doubl":[85,157],"set_datamap_property_edict":[85,157],"set_datamap_property_float":[85,157],"set_datamap_property_int":[85,157],"set_datamap_property_interv":[85,157],"set_datamap_property_long":[85,157],"set_datamap_property_long_long":[85,157],"set_datamap_property_point":[85,157],"set_datamap_property_quaternion":[85,157],"set_datamap_property_short":[85,157],"set_datamap_property_string_arrai":[85,157],"set_datamap_property_string_point":[85,157],"set_datamap_property_uchar":[85,157],"set_datamap_property_uint":[85,157],"set_datamap_property_ulong":[85,157],"set_datamap_property_ulong_long":[85,157],"set_datamap_property_ushort":[85,157],"set_datamap_property_vector":[85,157],"set_doubl":[114,157],"set_ent":[80,157],"set_float":[80,89,91,109,114,157],"set_from_uint64":[157,158],"set_hooks_dis":[116,157],"set_initi":[89,157],"set_int":[80,89,91,109,114,157],"set_int64":[89,157],"set_key_value_bool":[85,157],"set_key_value_color":[85,157],"set_key_value_float":[85,157],"set_key_value_int":[85,157],"set_key_value_qangl":[85,157],"set_key_value_str":[85,157],"set_key_value_vector":[85,157],"set_long":[114,157],"set_long_long":[114,157],"set_model":[85,157],"set_nam":[131,157],"set_network_property_bool":[85,157],"set_network_property_char":[85,157],"set_network_property_color":[85,157],"set_network_property_doubl":[85,157],"set_network_property_edict":[85,157],"set_network_property_float":[85,157],"set_network_property_int":[85,157],"set_network_property_interv":[85,157],"set_network_property_long":[85,157],"set_network_property_long_long":[85,157],"set_network_property_point":[85,157],"set_network_property_quaternion":[85,157],"set_network_property_short":[85,157],"set_network_property_string_arrai":[85,157],"set_network_property_string_point":[85,157],"set_network_property_uchar":[85,157],"set_network_property_uint":[85,157],"set_network_property_ulong":[85,157],"set_network_property_ulong_long":[85,157],"set_network_property_ushort":[85,157],"set_network_property_vector":[85,157],"set_node_descript":[44,157],"set_onli":[89,157],"set_overflow_flag":[33,157],"set_par":[85,157],"set_point":[114,157],"set_posit":[130,157],"set_property_arrai":[67,157],"set_property_bool":[67,71,85,157],"set_property_char":[71,85,157],"set_property_color":[71,85,157],"set_property_doubl":[71,85,157],"set_property_edict":[71,85,157],"set_property_float":[67,71,85,157],"set_property_int":[67,71,85,157],"set_property_interv":[71,85,157],"set_property_long":[71,85,157],"set_property_long_long":[71,85,157],"set_property_point":[71,85,157],"set_property_quaternion":[71,85,157],"set_property_short":[71,85,157],"set_property_str":[67,71,85,157],"set_property_string_arrai":[71,85,157],"set_property_string_point":[71,85,157],"set_property_uchar":[71,85,157],"set_property_uint":[71,85,157],"set_property_ulong":[71,85,157],"set_property_ulong_long":[71,85,157],"set_property_ushort":[71,85,157],"set_property_vector":[67,71,85,157],"set_protect":[114,157],"set_recipi":[89,157],"set_secondary_fire_ammo":[157,174],"set_secondary_fire_clip":[157,174],"set_short":[114,157],"set_str":[80,89,91,109,157],"set_string_arrai":[24,114,157],"set_string_point":[114,157],"set_test":51,"set_tick":[157,159],"set_uchar":[50,114,157],"set_uint":[114,157],"set_uint64":[109,157],"set_ulong":[114,157],"set_ulong_long":[114,157],"set_user_data":[157,159],"set_ushort":[114,157],"set_vector":[80,89,157],"set_veloc":[130,157],"set_velocity_instantan":[130,157],"set_verbose_nam":[148,157],"set_vers":[148,157],"set_view_angl":[132,157],"setter":51,"setting_up_bon":[79,157],"settingstyp":[156,157],"setup":157,"setup_auth":157,"setup_core_set":157,"setup_data":157,"setup_data_upd":157,"setup_entities_listen":157,"setup_exception_hook":157,"setup_global_point":157,"setup_log":157,"setup_sp_command":157,"setup_sqlit":157,"setup_stdout_redirect":157,"setup_transl":157,"setup_user_set":157,"setup_vers":157,"sever":[2,24,50],"sezen":180,"sg550":[157,168],"sg552":[8,157,168],"sh":0,"shadow":85,"shadow_cast_dist":[85,157],"shadowdepthtextur":[157,163],"shake":[123,124,157],"shake_command":[123,124],"shakecommand":[123,124,157],"share":[20,22,66,131,133,149,179,182],"shattersurfac":[66,157],"shawn":20,"shield":[157,168],"shield_view_model":[157,178],"shock":[79,157],"shoot":[7,8],"shooter":15,"short":[5,6,7,8,9,11,12,15,16,18,80,91,97,114,115,148,157],"shorten":[0,16],"shorter":27,"shortvari":[23,97,157],"shot":[75,132,157],"shot_hul":[75,157],"shot_port":[75,157],"shotgun":[157,168],"shots_fir":[132,157],"should":[1,2,16,18,20,22,24,25,27,31,32,48,50,51,59,60,64,66,73,75,78,85,90,102,111,114,115,117,120,122,127,141,142,148,179,181],"should_collid":78,"should_hit_ent":[75,157],"should_paus":[74,157],"should_transmit":90,"show":[1,2,7,15,16,21,26,27,123,124],"show_dist":15,"show_effect":15,"show_pag":[120,122],"show_timer_attack":[7,8,9],"show_timer_defend":[7,8,9],"show_usage_hint":[157,178],"showdisguisedcrit":15,"showmenu":[122,123,124,127,157],"showmenuimpl":127,"shown":[7,8,26,123,124],"showwarn":108,"shuffl":26,"si":[114,157],"side":[0,22,114,117,157],"side_mov":[131,133,157],"sidewai":[131,133],"sign":[20,21],"signatur":[44,51,81,114,115,135,157,170],"signbit":[113,157],"signon":131,"silenc":7,"silencer_model":[157,178],"silent":[5,7,8,9,11,15],"silent_kil":15,"simpl":[2,16,21,22,25,26,66,74,75,117,179],"simple_config_path":179,"simpleescmenu":[120,157],"simpleescopt":[120,157],"simplemenu":[118,157],"simpleopt":[26,118,157],"simpleradiomenu":[118,122,157],"simpleradioopt":[118,122,157],"simpli":[0,2,16,18,20,22,27],"simplifi":174,"sinc":[16,25,27,111,128,159,182],"singl":[48,59,120,122,157,168,179],"single_npc":[157,168],"single_npc_sound":[157,178],"single_sound":[157,178],"singleton":[1,31,37,42,43,50,62,65,93,95,107,108,145,165,176,177],"site":[1,7,8,129,185],"site_packages_path":[129,157],"situat":[4,179],"size":[28,69,76,80,86,98,114,115,120,122,123,128,157],"size_in_byt":[80,157],"skip":[0,48,75,85,87,114,115,157],"skip_hook":[85,87,114,115,157],"sky":[75,157],"sky2d":[75,157],"slash":[44,79,157],"slime":[75,157],"sln":0,"slot":[5,6,7,8,9,11,12,15,25,73,103,131,157,175],"slot1":7,"slot10":7,"slot2":7,"slot3":7,"slot4":7,"slot5":7,"slot6":7,"slot7":7,"slot8":7,"slot9":7,"slot_index":[157,178],"slowburn":[79,157],"small_icon":[157,178],"smg":[157,168],"smoke":[7,8],"smokegrenad":[157,168],"smoker":12,"sn":15,"snap_to_posit":[132,157],"snapshot":[114,131],"sniper":[7,8,157,168],"sniperrifl":[157,168],"snippet":[4,22,27],"so":[0,2,16,22,25,27,51,66,74,85,116,122,157,158,181,182],"solid":[75,78,85,157],"solid_brush_onli":[75,157],"solid_fast":[79,157],"solid_flag":[85,157],"solid_mask":78,"solid_onli":78,"solid_slow":[79,157],"solid_typ":[85,157],"solidflag":[79,85,157],"solidtyp":[79,85,157],"solo":12,"some":[1,2,4,16,20,21,22,23,27,74,88,109,113,115,116,182],"some_funct":91,"some_method":1,"some_pre_funct":93,"someth":[0,1,7,8,18,22,24,27,73,181,184],"something_you_dont_lik":24,"sometim":[1,4,27],"somewher":22,"sonic":[79,157],"sont":147,"soon":[2,16,27],"sort":22,"sou":147,"soul_count":15,"sound":[5,6,7,8,9,11,12,15,70,85,129,157],"sound_path":[129,157],"sound_tim":[74,85],"soundflag":[74,85,157],"soundid":6,"soundnam":[80,157],"soundprecach":28,"sourc":[0,1,3,4,11,15,16,17,20,21,22,24,25,26,27,30,31,32,37,42,43,44,48,50,51,52,54,57,59,60,61,63,64,66,67,68,69,72,74,75,78,79,80,81,83,84,85,87,88,89,90,91,92,93,96,97,98,100,102,103,104,107,108,110,111,112,114,115,116,117,118,119,120,122,123,124,126,127,128,129,134,135,137,139,140,141,142,143,147,148,149,150,151,154,156,160,163,166,168,169,170,172,173,174,175,177,179,181,183,184,185],"source_entindex":15,"source_fil":[98,157],"sourcefil":[98,157],"sourcepython":[27,184],"sp":[2,16,20,27,44,50,52,53,54,55,56,114,147,148,157,179,181,183,184,185],"sp1":184,"sp_check_for_upd":24,"sp_data_path":[129,157],"sp_docs_path":[129,157],"sp_packages_path":[129,157],"space":[1,27,48,59,115],"spawn":[7,8,16,22,24,73,74,85,141,142,157],"spawn_count":[73,157],"spawn_flag":[85,157],"spawner":12,"spawntim":12,"speaker":[74,85,157],"speaker_ent":[74,85],"special":[115,157,168,179,181],"special1":[157,168],"special2":[157,168],"special3":[157,168],"special_sound_1":[157,178],"special_sound_2":[157,178],"special_sound_3":[157,178],"specif":[2,4,7,18,20,22,24,27,29,33,50,60,67,72,82,83,84,85,128,132,133,136,137,139,140,141,142,143,145,155,158,169,171,172,173,175,179,184],"specifi":[25,27,59,117,179],"spectat":7,"speed":[0,6,15,22,85,132,134,157],"sphere":130,"sphere_radiu":[130,157],"sphinx":[2,32,184],"sphinxerror":[32,157],"sphinxproject":[32,157],"splashedbil":12,"split":[44,50],"split_area_port":[75,157],"splitscreenplay":7,"sponli":[63,157],"spotlight":[79,157],"sppm":[27,148],"sprai":8,"spread":[157,178],"sprite":[157,163],"sprite_count":[157,178],"spy":15,"sql":[31,155,184],"sqlalchemi":179,"sqlbackend":31,"squar":[66,113,157],"src":0,"srv_check":[114,115,117,157],"ss":[114,157],"st":15,"st0":[114,157],"stack":114,"stack_data":116,"stackdata":[114,116,157],"stage":60,"stai":8,"stamina":[132,157],"stamp":76,"stand":[20,25,85],"standard":85,"start":[0,1,4,7,8,18,22,24,44,59,66,75,80,111,123,124,132,157,161,181,186],"start_aim":[134,157],"start_i":7,"start_norumbl":[123,157],"start_posit":[75,157],"start_query_cvar_valu":24,"start_rumbleonli":[123,157],"start_solid":[75,157],"start_valu":1,"start_x":7,"start_z":7,"startswith":24,"startup":182,"stat":[76,157],"state":[12,24,50,79,90,110,116,131,132,133,134,168],"statement":[16,22,50,117],"static":[44,51,74,88,89,98,100,102,104,109,115,117,123,127,130,157,158,175,177],"static_account_kei":[157,158],"static_instance_arrai":[117,157],"static_light":[157,163],"static_pointer_arrai":[117,157],"staticprop":[79,157],"statu":[20,24,50,110,111,157],"stayout":[123,157],"stdcall":[114,157],"stdout":157,"steam":[24,157],"steam_0":179,"steam_i":179,"steamid":[7,8,15,24,131,143,157,158,179],"steamid2":[31,158,179],"steamid3":[31,158,179],"steamid64":[31,158,179],"step":[0,7,8,23,27,66,79,157],"stephen":180,"stepmov":[79,157],"steven":180,"sticki":26,"still":[4,7,8,16,20,24,27,111,116],"stomach":[134,157],"stop":[8,74,85,93,110,111,123,157],"stop_broadcast":93,"stop_loop":[74,157],"stop_sound":[85,157],"storag":[152,157],"store":[0,31,34,44,48,50,60,69,80,81,88,92,97,100,110,111,112,115,129,135,148,149,150,154,156,157,160,165,166,170,175,179],"str":[28,31,32,33,34,35,37,42,43,44,48,50,51,59,60,62,64,67,68,71,73,75,76,80,84,85,86,87,89,91,93,98,102,108,109,112,114,115,117,120,122,123,124,126,128,130,131,132,133,143,147,148,149,150,156,158,159,160,161,162,173,175,177],"straight":33,"strdifficulti":[7,12],"streak":15,"stream":[74,85,157],"streamsound":[74,157],"strftime":26,"strict":[50,109],"strike":[4,50],"string":[2,5,6,7,8,9,11,12,15,20,21,25,34,35,48,50,51,57,59,62,64,67,73,80,89,91,97,109,114,115,128,156,157,158,159,164,184],"string_arrai":[115,157],"string_point":[115,157],"string_tabl":[28,44],"stringifi":34,"stringset":[156,157],"stringtabl":[17,157,186],"stringvari":[23,97,157],"strobe_fast":[79,157],"strobe_slow":[79,157],"struck":7,"structur":[25,115],"studio":157,"studioflag":[157,163],"studiohdr":[157,162],"studiohwdata":[157,162],"stuff":[0,85],"stun_flag":15,"stunner":15,"style":1,"sub":[2,16,25,32,44,52,53,54,55,56,109,147,179,184],"sub_command":184,"sub_dir":32,"sub_kei":109,"subclass":[50,111,117],"subcommand":147,"subcommanderror":[44,157],"subcommandexpect":44,"subcommandexpectederror":[44,157],"subcommandmanag":[27,52,147,157],"subcommandnotfound":[44,157],"subject":[5,7,12],"subjectentid":12,"subkei":[109,123,124],"submachinegun":[157,168],"submerg":12,"subnod":179,"subsequ":51,"subtyp":12,"succeed":0,"success":[15,61,73,109,147,157],"successfulli":[0,2,7,8,16,20,24,147,181],"succ\u00e8":147,"suffic":1,"suit":132,"suit_power_load":[132,157],"sum":20,"summari":[5,6,7,8,9,11,12,15],"super":179,"super_admin":179,"superjump":[134,157],"support":[4,91,93,176,179],"support_rank":15,"suppos":[7,8],"sure":[24,109,117],"surfac":[7,8,75,157],"surface_nam":[157,161],"surface_prop":[75,157],"surfaceflag":[75,157],"surfprop1":[75,157],"surfprop2":[75,157],"survivorcount":12,"sustain":[7,8],"sv_":24,"sv_graviti":85,"sv_tag":[65,157],"svc_serverinfo":128,"swim":[79,157],"switch":[0,7],"sy":[1,107,157],"symbol":[114,115,157,179,182],"symphoni":[4,24],"sync":[30,81,157],"syncedentitydictionari":[81,157],"synchron":30,"syntaxerror":102,"system":[7,8,98,148,184],"s\u00e3":180,"t":[4,16,20,22,24,25,27,50,51,60,62,66,71,73,74,80,85,90,109,115,116,123,148,150,175,177,179,182,184,186],"t_kd":8,"t_money_earn":8,"t_objectives_don":8,"t_score":8,"tab":1,"tabl":[25,50,57,89,157,159,181,184],"tag":[62,104,128,157,175],"tail":[98,157,161],"take":[2,7,16,26,79,111],"take_damag":[85,116,157],"takeawai":21,"takedamag":[79,157],"takedamageinfo":[76,157],"taken":7,"talk":[123,157],"tankid":12,"target":[0,5,6,7,8,9,11,12,15,76,85,132,157],"target1":[5,6,7,8,9,11,12,15],"target2":[5,6,7,8,9,11,12,15],"target_id":15,"target_index":15,"target_input":[76,157],"target_nam":[85,157],"target_scor":15,"targetid":[12,15],"task":179,"taunt":[157,168],"taunt_sound":[157,178],"tcp":128,"team":[4,5,6,7,8,9,11,12,20,22,24,44,85,131,157,177,181,184],"team1":[75,157],"team2":[75,157],"team_index":[22,24,85,157,178],"team_onli":[20,44],"teamid":[5,6,7,8,9,11,12,15],"teammat":[7,8,24],"teamnam":[5,6,7,8,9,11,12,15],"teamnum":7,"teamonli":[5,6,7,8,9,11,12,15,26],"teleport":[85,132,157],"tell":[2,26,27,98,157,184],"temp":[67,68,69],"temp_ent":[67,69],"temp_entity_nam":68,"tempent":[67,69,157],"tempentityprehook":[68,157],"tempentitytempl":[67,69,157],"templat":[66,67,157],"temporari":[66,98],"temporarili":[50,116],"term":[76,157],"terrorist":[7,8],"test":[0,2,18,20,24,44,51,67,157],"test1":16,"test_class":1,"testclass":1,"testfogvolum":[75,157],"text":[5,6,7,8,9,11,12,15,21,26,35,44,48,50,118,119,120,122,123,154,156,157,179],"textmsg":[123,124,157],"tf2":132,"than":[1,50,109,114],"thank":[26,183],"thapwn":180,"thei":[4,16,22,23,24,27,114,123,158,184],"them":[1,4,8,16,22,25,27,74,115,179,182],"therefor":[2,16],"theta":[5,6,7,8,9,11,12,15],"thi":[0,1,2,4,5,6,7,8,9,11,12,15,16,17,18,19,20,21,22,23,24,25,26,27,28,31,32,33,34,35,37,42,43,44,50,51,59,61,62,67,69,71,73,74,76,78,80,81,85,86,89,90,91,103,109,111,113,114,115,116,117,120,122,123,124,128,130,131,133,135,149,150,157,158,159,162,170,179,181,182,183,184,186],"thing":[2,20,23,27],"think":183,"third":[7,25,179],"this_pointer_offset":[114,157],"thiscal":[25,114,116,117,157],"thoma":180,"thomasvieth":180,"those":[22,27,74,117,148],"though":8,"thread":[111,148],"three":[25,115,179],"threw":[7,8],"through":[18,22,62,85,150],"throw":111,"thrower":84,"thrower_entindex":15,"thrown":[7,8],"thu":[1,16,20,22,27,44,73,74,98,116],"tick":[73,80,110,131,133,157,159],"tick_count":[131,133,157],"tick_interv":[73,157],"tile":[66,157],"till":111,"tim":180,"time":[7,8,12,15,24,25,26,51,73,76,80,85,110,111,123,128,132,157,174,182,186],"time_connect":[128,157],"time_elaps":[111,157],"time_remain":[9,15,111,157],"time_since_last_receiv":[128,157],"time_to_idl":[157,178],"timelimit":[5,6,7,8,9,11,12,15],"timeout":[60,61],"timeout_second":[128,157],"timer":15,"timer_tim":[7,8,9],"times_to_fir":[76,157],"timestamp":7,"timo":180,"tire":22,"titl":[26,120,122,123,148],"title_color":120,"tmp":[157,168],"to_int":[76,157],"to_qangl":[113,157],"to_steamid2":[157,158],"to_steamid3":[157,158],"to_str":[89,128,157],"to_uint64":[157,158],"todo":186,"togeth":158,"toggl":[78,90],"token":[7,8,35,44,50,73,123,124,157,166],"toler":[80,113,157],"too":[8,20,44,117],"took":[7,8],"tool":[0,4],"toon":180,"top":[120,122,123],"top_separ":122,"topic":2,"toptext":123,"total":[7,8,20,73,111,128],"total_loop":[111,157],"total_tim":[111,157],"total_time_elaps":[111,157],"total_time_remain":[111,157],"totalhit":15,"totalreward":7,"totalscor":9,"toteam":7,"touching_fluid":[79,157],"trace":[70,78,157],"trace_back":107,"trace_filt":78,"trace_typ":75,"traceback":[1,107],"tracebacktyp":107,"tracefilt":[75,157],"tracefiltersimpl":[75,157],"tracer":7,"tracetyp":[75,157],"track":[127,131,133],"trail":1,"trampolin":[87,114,115,157],"tran":[75,157],"trans_add":[79,157],"trans_add_frame_blend":[79,157],"trans_alpha":[79,157],"trans_alpha_add":[79,157],"trans_color":[79,157],"trans_textur":[79,157],"transfer_id":128,"transit":[73,157],"translat":[44,123,124,129,147,157],"translatable_field":[123,124,157],"translated_kwarg":[123,124],"translation_path":[129,157],"translationstr":[44,48,64,157,166],"transluc":[75,157],"transmiss":90,"transmit":[24,93,128],"transmit_hook":90,"transmithash":[24,90],"transmithook":90,"transmitmanag":90,"transmitmap":[24,90],"transmitmod":90,"transmitset":[24,90],"transmitst":90,"transpar":[34,157,163],"transragdol":[79,157],"tree":109,"tri":[20,22,24,85,117],"trigger":[2,20,22,75,79,130,157],"trigger_touch_debri":[79,157],"trigger_touch_play":[79,157],"tripl":1,"true":[1,7,8,20,31,32,33,44,50,54,60,61,62,66,74,75,76,78,84,85,88,91,100,103,109,111,113,114,115,116,117,120,122,123,124,128,130,131,132,137,139,140,141,142,148,158,159,173,174,178],"truncat":[50,98,157],"try":[1,2,4,7,8,20,85,179],"tsvetkov":180,"tupl":[25,34,44,50,51,73,81,85,89,110,111,114,115,130,135,148,150,158,170],"tutori":[16,18,19,20,21,22,23,24,25,26,27,28,185,186],"two":[1,2,16,18,22,23,25,113,179],"twopass":[157,163],"txt":[98,179,184],"type":[1,2,4,5,6,7,8,9,11,12,15,22,23,25,31,32,33,34,35,41,48,50,51,59,60,61,62,67,69,71,73,74,75,76,78,79,80,81,84,85,87,88,89,90,91,93,97,102,107,108,109,110,111,112,113,114,115,116,117,126,127,128,132,135,143,147,148,149,150,152,157,158,160,161,166,173,174,175,177,179,181],"type_info":[114,157],"type_nam":[115,117,157],"typecount":[80,157],"typed_command_cl":44,"typedclientcommand":[20,44,147,157],"typedef":117,"typedescript":[80,157],"typedescriptionflag":[80,157],"typedsaycommand":[20,44,147,157],"typedservercommand":[20,44,147,157],"typeerror":[51,73,80,126],"typemanag":[115,117,157],"u":[20,179,181,182,183],"ubuntu":181,"uchar":[114,115,157],"udp":[50,73],"udp_port":[73,157],"uint":[114,115,157],"uint64":[7,12,91,157],"uitgeladen":147,"uitladen":147,"ulong":[114,115,157],"ulong_long":[114,115,157],"ump45":[157,168],"un":[114,147],"unabl":[74,147],"unauthor":20,"unblockable_by_play":[79,157],"unchang":21,"under":[85,120,122],"underscor":[1,27],"understand":20,"undoc":2,"unfortun":182,"ung\u00fcltig":147,"unicodedecodeerror":50,"unint64":[109,157],"union":20,"uniqu":[22,76,109],"uniqueid":[20,50,143],"uniqueid_from_index":[143,157],"uniqueid_from_playerinfo":[143,157],"univers":[157,158],"unknown":[20,157,168,181],"unlik":50,"unlimit":[120,122],"unload":[16,24,27,30,44,50,64,68,78,88,90,110,111,116,146,147,149,150,157],"unload_auth":157,"unload_plugin":[27,147,157],"unlog":[63,157],"unoffici":61,"unpack":60,"unprotect":[114,157],"unregist":[37,42,62,63,69,78,90,110,117,154,157],"unregister_bas":[62,157],"unregister_client_command_filt":[37,157],"unregister_convent":[117,157],"unregister_convert":[117,157],"unregister_hook":[78,90],"unregister_listen":[110,157],"unregister_say_filt":[42,157],"unregister_set":[154,157],"unsign":[33,87,89,143,157],"unsupport":169,"unterbefehl":147,"until":[60,61,111],"unus":[73,75,120,157],"unvers":27,"up":[0,7,8,22,50,113,114,157],"up_mov":[131,133,157],"updat":[3,7,24,25,31,44,51,61,85,103,110,148,157,166,186],"update_backend":31,"update_data":60,"update_in_progress":60,"update_posit":[74,85],"upgrad":[7,12,186],"upgradeclass":12,"upgradeid":12,"upper":66,"upper_half":66,"upward":[131,133],"uri":179,"url":[27,60,117,148],"url_path":60,"us":[0,1,2,4,7,8,18,19,22,23,24,26,27,31,34,37,42,43,44,48,50,51,52,58,59,62,64,66,67,68,69,72,73,74,75,76,78,80,81,83,84,85,88,90,93,96,97,102,103,106,109,110,111,112,114,115,116,117,123,124,129,132,134,135,137,139,140,141,142,147,148,149,153,154,156,157,160,165,166,169,170,175,176,177,179,181,184,185,186],"usag":[25,172,173,174,184],"use_partition_when_not_solid":[79,157],"use_pre_regist":[114,116,157],"use_trigger_bound":[79,157],"user":[4,16,20,123,124,126,127,152,153,154,156,157,158,159,179],"user_bas":[74,157],"user_cmd":24,"user_data":159,"user_messag":126,"usercmd":[131,157],"userdata":51,"userid":[4,5,6,7,8,9,11,12,15,16,20,22,23,50,78,90,102,131,135,143,157],"userid_from_baseent":[143,157],"userid_from_basehandl":[143,157],"userid_from_edict":[143,157],"userid_from_index":[143,157],"userid_from_inthandl":[143,157],"userid_from_playerinfo":[143,157],"userid_from_point":[143,157],"userinfo":[28,63,157],"usermessag":[123,124,157],"usermessagecr":[123,124,157],"usermessagedata":127,"usermessageimpl":127,"usernam":179,"uses_escape_sequ":[109,157],"ushort":[114,115,157],"usp":[157,168],"usual":[2,50,131],"utf":[48,50,109,112],"utf_8":166,"util":[19,21,147],"utilis":147,"valid":[32,113,117,123,124,147,150,174,181],"valid_slot":[123,124],"validate_packag":[32,157],"validate_project":[32,157],"validate_project_and_packag":[32,157],"validationerror":[20,44,157],"valu":[4,7,8,19,21,23,24,25,26,27,31,34,35,44,48,50,51,59,62,63,64,65,66,67,71,73,74,75,76,78,79,80,85,89,90,91,92,98,107,109,110,111,112,113,114,115,116,120,122,123,128,131,133,134,148,151,154,156,157,158,162,163,168,173,174,175,177,178],"value1":1,"value2":1,"valueerror":[32,44,50,60,71,73,78,81,85,90,102,111,114,115,126,174],"valv":[7,186],"vanilla":12,"var":[3,62],"variabl":[0,1,23,27,33,48,62,64,85,91,92,112,150,151,157,184,186],"variant":[76,80,157],"variou":[4,16,22],"vcollid":[157,162],"ve":[131,133],"vec":133,"vecarrai":117,"vector":[25,33,66,67,71,74,75,80,85,89,113,115,117,130,131,132,133,157,161],"vector2d":[80,157],"vector4d":[80,157],"vectorxi":[89,157],"vecval":117,"vehicl":[79,131,157],"vehicle_clip":[79,157],"vehicle_crosshair":[134,157],"veloc":[25,85,130,131,132,133,157],"velocity_end":[157,161],"velocity_start":[157,161],"verbos":[27,148],"verbose_nam":[27,148,157],"veri":[1,2,7,8,16,20,22,27,115,179,183],"verif":80,"verifi":154,"versa":182,"version":[1,22,24,27,32,50,110,148,149,157,161,181,182,184],"vertex":[157,162],"vertic":59,"very_good":[157,168],"vgui":[123,124],"vguimenu":[123,124,127,157],"vguimenuimpl":127,"vguiscreen":28,"via":[0,2,7,8,27,50,85,183],"vice":182,"victim":[4,6,7,8,9,12,15],"victim_cap":15,"victim_entindex":15,"victim_i":[6,12],"victim_x":[6,12],"victim_z":[6,12],"victimid":[7,9],"victimisbot":12,"victimnam":12,"vieth":180,"view":[8,9,11,15,85,131,132,133,174],"view_angl":[131,132,133,157],"view_coordin":22,"view_ent":[78,90],"view_max":[157,161],"view_min":[157,161],"view_nev":[80,157],"view_offset":[85,132,157],"view_other_play":[80,157],"view_own_team":[80,157],"view_vector":[132,157],"viewtop":[27,184],"viewxformattach":[157,163],"vinci6k":180,"virtual":[114,117,131,133,178],"virtual_funct":[117,157],"virtualmodel":[157,162],"visibilitybitfield":15,"visibl":[75,76,98,157],"visible_and_npc":[75,157],"visual":0,"vmatrix":[80,157],"vmatrix_worldspac":[80,157],"voic":[74,131,157],"voice_bas":[74,157],"void":[25,80,114,117,157],"volum":[74,85],"volume_cont":[79,157],"von":147,"voor":147,"vote":[7,15],"vote_option1":[7,8,9,11,15],"vote_option2":[7,8,9,11,15],"vote_option3":[7,8,9,11,15],"vote_option4":[7,8,9,11,15],"vote_option5":[7,8,9,11,15],"vote_paramet":7,"votedata":12,"vou":147,"vphysic":[79,157],"vpk":98,"vtable_index":[114,157],"vtable_offset":[114,157],"v\u00e1lido":147,"w":[113,157],"wa":[4,7,8,20,22,25,26,31,44,50,51,61,62,73,75,78,90,91,98,102,107,108,110,114,116,117,128,147,150,177],"wai":[23,26,48,49,59,65,78,85,90,92,96,147,151],"wait":76,"walk":[7,8,79,134,157],"walkabl":[75,157],"want":[0,2,4,16,18,19,21,22,23,24,26,27,114,116,117,148,179],"warmup":7,"warn":[105,111,157],"warning_callback":108,"warning_hook":[108,157],"warninghook":[108,157],"warp":[75,157],"was_build":15,"was_sudden_death":15,"wasn":[60,71,80,85,123,150],"water":[75,85,157],"water_level":[85,157],"waterjump":[134,157],"wav":74,"wave_index":15,"we":[1,2,16,20,22,25,51,131,133,183],"weak":50,"weakautounload":[27,50,78,90,111,157],"weapon":[5,6,7,8,9,11,12,15,22,23,24,74,76,79,85,99,131,132,133,157,184],"weapon1":[134,157],"weapon2":[134,157],"weapon_armor_radio":[157,178],"weapon_awp":25,"weapon_const":175,"weapon_def_index":15,"weapon_fauxitemid":7,"weapon_handl":132,"weapon_id":12,"weapon_index":85,"weapon_itemid":7,"weapon_knif":[23,175],"weapon_logclassnam":15,"weapon_manag":[157,176],"weapon_nam":[131,133,157,173,174],"weapon_originalowner_xuid":7,"weapon_restriction_handl":[157,177],"weapon_restriction_manag":[157,177],"weapon_script":44,"weapon_type_index":[157,178],"weaponclass":[104,157,175],"weaponclassit":[104,157],"weapondictionari":[157,170],"weaponentid":12,"weaponid":[6,12,15,157,168,175],"weaponinfo":[57,157,178],"weaponit":[104,157],"weaponmixin":[157,174],"weaponnam":[7,12],"weaponprofici":[157,168],"weaponrank":7,"weaponrestrictionhandl":[157,177],"weaponselect":[131,133,134,157],"weaponslot":[12,157,168,175],"weaponsound":[157,168],"weaponst":[157,168],"weaponsubtyp":[131,133,157],"weapontyp":[157,168,175],"wear":[15,133],"webmin":179,"weight":[157,178],"welcom":[26,186],"well":[20,21,27,123,182],"went":7,"wepid":7,"weptyp":7,"werd":147,"werden":147,"were":[7,25,116],"wether":62,"what":[1,25,27,50,93,148,186],"whe":107,"when":[1,2,4,7,8,16,19,20,22,23,24,26,27,30,32,37,42,50,51,62,75,81,91,93,107,108,110,111,114,116,117,120,122,123,128,149,150,183],"whenc":98,"whenev":26,"where":[1,7,8,22,32,48,60,78,85,90,108,112,123,150],"wheter":35,"whether":[1,8,24,35,44,50,60,74,76,78,80,85,90,103,109,110,111,116,123,124,127,131,132,133,141,142,149,150,174,177,179],"which":[0,1,4,20,21,22,24,25,26,27,31,50,58,85,111,114,159,179,182,184],"while":[7,8,111,123,179],"white":[34,157],"whitespac":[1,50],"who":[1,7,22,26,184],"whole":[2,91],"whom":[7,8],"whose":[7,8,25,123],"why":[2,7,8],"width":59,"wiki":[20,22,186],"wikipedia":20,"win":[7,8],"win_round":[7,8],"window":[25,50,75,115,116,157,184,186],"winner":[5,6,7,8,9,11,12,15],"winner_rp":15,"winning_team":15,"winreason":15,"wirefram":[157,163],"wireframe_vcollid":[157,163],"wish":[0,16,19,27,123],"witchid":12,"with_alpha":[19,34,157],"within":[24,27,48,49,66,113,114,179],"without":27,"won":[20,27,74,116],"wonder":22,"word":[1,27],"worden":147,"work":[1,22,25,120,122,179,181,182,185],"workspac":3,"world":[20,22,73,75,174],"world_glow":[79,157],"world_model":[157,178],"world_model_index":[157,174],"world_onli":[75,157],"worldbrush":[79,157],"worldnormali":15,"worldnormalx":15,"worldnormalz":15,"worldposi":15,"worldposx":15,"worldposz":15,"worldspac":130,"worldspawn":22,"would":[0,16,20,27,114,116,179,182],"wrap":[22,25,51,67,85,87,114,115,117,131,178],"wrap_descriptor":51,"wrap_entity_mem_func":[87,157],"wrapped_self":87,"wrapper":[16,32,63,66,74,75,79,80,87,89,115,117,125,127,134,163,168],"write":[4,21,22,23,33,48,50,96,98,114,127,128,157,186],"write_bit_angl":[33,157],"write_bit_coord":[33,157],"write_bit_coord_mp":[33,157],"write_bit_float":[33,157],"write_bit_norm":[33,157],"write_bit_vec3_coord":[33,157],"write_bit_vec3_norm":[33,157],"write_bitbuff":127,"write_bits_from_buff":[33,157],"write_byt":[33,157],"write_char":[33,157],"write_flag":[89,157],"write_float":[33,157],"write_long":[33,157],"write_long_long":[33,157],"write_one_bit":[33,157],"write_one_bit_at":[33,157],"write_one_bit_no_check":[33,157],"write_protobuf":127,"write_sbit_long":[33,157],"write_short":[33,157],"write_str":[33,157],"write_to_buff":[128,157],"write_ubit_long":[33,157],"write_ubit_var":[33,157],"write_word":[33,157],"writeabl":[98,157],"writelin":[98,157],"written":[21,127],"wrong_team_messag":[157,178],"wstring":[7,91,109,157],"wurd":147,"www":184,"x":[6,7,8,12,15,19,20,23,113,123,124,131,133,157,179],"x01":[123,124],"xavier":20,"xe_manup":180,"xm1014":[157,168],"xmm0":[114,157],"xmm1":[114,157],"xmm2":[114,157],"xmm3":[114,157],"xmm4":[114,157],"xmm5":[114,157],"xmm6":[114,157],"xmm7":[114,157],"xuid":12,"xy":20,"xyze":[89,157],"y":[6,7,8,12,15,20,23,113,123,124,131,133,157],"ya":147,"ye":[26,79,157],"yellow":[34,66,157],"yesvot":12,"yet":126,"yield":150,"you":[0,2,4,16,18,19,20,21,22,23,24,26,27,66,85,114,115,116,117,148,150,179,181,182,183,185,186],"your":[0,2,18,20,21,23,24,27,150,180,181,183,185,186],"z":[6,7,8,12,15,23,113,150,157,179],"z0":150,"za":150,"zero":[113,114,130,157],"zero_frame_count":[157,161],"zero_frame_index":[157,161],"zero_frame_span":[157,161],"zero_frame_stall_tim":[157,161],"zh":147,"zip":185,"zlib1g":181,"zommed_autoaim_icon":[157,178],"zone":[7,8,22,132],"zone_id":15,"zoom":[7,8,134,157],"zoomed_crosshair_icon":[157,178],"\u00e9t\u00e9":147,"\u00e9xito":147,"\u0430\u0432\u0442\u043e\u0440\u044b":147,"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b":147,"\u0431\u0443\u043a\u0432":147,"\u0431\u044b\u043b":147,"\u0431\u044b\u0442\u044c":147,"\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0433\u043e":147,"\u0434\u043e\u043b\u0436\u043d\u043e":147,"\u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d":147,"\u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0435":147,"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c":147,"\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430":147,"\u0438":147,"\u0438\u0437":147,"\u043a\u0430\u043a":147,"\u043a\u043e\u043c\u0430\u043d\u0434\u0430":147,"\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0439":147,"\u043c\u043e\u0434\u0443\u043b\u044f":147,"\u043c\u043e\u0436\u0435\u0442":147,"\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435":147,"\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c":147,"\u043d\u0435":147,"\u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e":147,"\u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e":147,"\u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0435":147,"\u043e\u043d":147,"\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435":147,"\u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c":147,"\u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442":147,"\u043f\u043b\u0430\u0433\u0438\u043d":147,"\u043f\u043b\u0430\u0433\u0438\u043d\u0430":147,"\u043f\u043b\u0430\u0433\u0438\u043d\u044b":147,"\u043f\u043e\u0434\u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439":147,"\u043f\u043e\u0434\u043a\u043e\u043c\u0430\u043d\u0434\u0443":147,"\u043f\u043e\u0434\u043a\u043e\u043c\u0430\u043d\u0434\u044b":147,"\u043f\u043e\u043c\u043e\u0449\u044c":147,"\u043f\u043e\u0441\u043b\u0435":147,"\u0441\u0435\u0431\u044f":147,"\u0441\u043e\u0441\u0442\u043e\u044f\u0442\u044c":147,"\u0442\u0430\u043a":147,"\u0442\u043e\u043b\u044c\u043a\u043e":147,"\u0442\u0440\u0435\u0431\u0443\u0435\u0442":147,"\u0443\u0436\u0435":147,"\u0443\u0441\u043f\u0435\u0448\u043d\u0430\u044f":147,"\u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0435":147,"\u0444\u0430\u0439\u043b":147,"\u0446\u0438\u0444\u0440":147,"\u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f":147,"\u4e0d\u662f\u6709\u6548\u7684\u5b50\u547d\u4ee4":147,"\u4e22\u5931\u6587\u4ef6":147,"\u52a0\u8f7d\u63d2\u4ef6":147,"\u5378\u8f7d\u63d2\u4ef6":147,"\u547d\u4ee4\u540e\u9762\u5fc5\u987b\u6709\u4e00\u4e2a\u5b50\u547d\u4ee4":147,"\u56e0\u4e3a\u5b83\u5df2\u7ecf\u52a0\u8f7d\u8fc7\u4e86":147,"\u56e0\u4e3a\u5b83\u5f53\u524d\u6ca1\u6709\u88ab\u52a0\u8f7d":147,"\u5b50\u547d\u4ee4\u7684\u53c2\u6570\u65e0\u6548":147,"\u5b66\u5206":147,"\u5e2e\u52a9":147,"\u6210\u529f\u52a0\u8f7d\u63d2\u4ef6":147,"\u6210\u529f\u5378\u8f7d\u63d2\u4ef6":147,"\u63d2\u4ef6":147,"\u63d2\u4ef6\u540d\u4e0d\u80fd\u662f\u5185\u7f6e\u6a21\u5757\u7684\u540d\u79f0":147,"\u63d2\u4ef6\u540d\u79f0\u5fc5\u987b\u662f\u5b57\u6bcd\u6570\u5b57":147,"\u65e0\u6cd5\u52a0\u8f7d":147,"\u65e0\u6cd5\u52a0\u8f7d\u63d2\u4ef6":147,"\u65e0\u6cd5\u5378\u8f7d\u63d2\u4ef6":147,"\u662f\u65e0\u6548\u7684":147,"\u7ed9\u5b9a\u7684\u63d2\u4ef6\u540d\u79f0":147},"titles":["Building","Coding conventions","Contributing","TODOs","Events","Blade Symphony","Black Mesa: Source","Counter-Strike: Global Offensive","Counter-Strike: Source","Day of Defeat: Source","Halflife 2","Half-Life 2 DeathMatch","Left 4 Dead 2","Portal","Portal 2","Team Fortress 2","Getting started","Module tutorials","auth","colors","commands","config","entities","events","listeners","memory","menus","plugins","stringtables","auth package","auth.base module","auth.manager module","autodoc module","bitbuffers module","colors module","commands package","commands.auth module","commands.client package","commands.command module","commands.filter module","commands.manager module","commands.player module","commands.say package","commands.server package","commands.typed module","config package","config.command module","config.cvar module","config.manager module","config.section module","core package","core.cache module","core.command package","core.command.auth module","core.command.docs module","core.command.dump module","core.command.plugin module","core.dumps module","core.settings module","core.table module","core.update module","core.version module","cvars package","cvars.flags module","cvars.public module","cvars.tags module","effects package","effects.base module","effects.hooks module","effects.templates module","engines package","engines.gamerules module","engines.precache module","engines.server module","engines.sound module","engines.trace module","entities package","entities.classes module","entities.collisions module","entities.constants module","entities.datamaps module","entities.dictionary module","entities.engines package","entities.engines.csgo package","entities.engines.csgo.csgo module","entities.entity module","entities.factories module","entities.helpers module","entities.hooks module","entities.props module","entities.transmit module","events package","events.custom module","events.hooks module","events.listener module","events.manager module","events.resource module","events.variable module","filesystem module","filters package","filters.entities module","filters.iterator module","filters.players module","filters.recipients module","filters.weapons module","hooks package","hooks.base module","hooks.exceptions module","hooks.warnings module","keyvalues module","listeners package","listeners.tick package","loggers module","mathlib module","memory package","memory.helpers module","memory.hooks module","memory.manager module","menus package","menus.base module","menus.esc module","menus.queue module","menus.radio module","messages package","messages.base module","messages.base module","messages.hooks module","messages.impl module","net_channel module","paths module","physics module","players package","players._base module","players.bots module","players.constants module","players.dictionary module","players.engines package","players.engines.bms package","players.engines.csgo package","players.engines.l4d2 package","players.engines.orangebox package","players.engines.orangebox.cstrike module","players.entity module","players.helpers module","players.teams module","players.voice module","plugins package","plugins.command module","plugins.info module","plugins.instance module","plugins.manager module","public module","settings package","settings.menu module","settings.player module","settings.storage module","settings.types module","source-python package","steam module","stringtables package","stringtables.downloads module","studio package","studio.cache module","studio.constants module","translations package","translations.manager module","translations.strings module","weapons package","weapons.constants module","weapons.default module","weapons.dictionary module","weapons.engines package","weapons.engines.csgo package","weapons.engines.csgo.csgo module","weapons.entity module","weapons.instance module","weapons.manager module","weapons.restrictions module","weapons.scripts module","Configuring authorization","Credits","Installation","Known issues","Reporting a bug","Console commands","Updating","Source.Python documentation"],"titleterms":{"":[1,16,19,182],"2":[10,11,12,14,15],"4":12,"_base":132,"ability_out_of_rang":12,"ability_us":12,"acceler":182,"access":22,"achievement_earn":[5,6,7,8,9,11,12,15],"achievement_earned_loc":[7,8,15],"achievement_ev":[5,6,7,8,9,11,12,15],"achievement_incr":[7,8,9,11,15],"achievement_info_load":7,"achievement_write_fail":[7,12],"ad":[20,21,27,179],"add":184,"add_bullet_hit_mark":7,"add_par":184,"add_player_sonar_icon":7,"addit":21,"administr":180,"adrenaline_us":12,"air_dash":15,"all":28,"all_weapons_out_of_ammo":12,"ammo_pack_us":12,"ammo_pack_used_fail_doesnt_use_ammo":12,"ammo_pack_used_fail_ful":12,"ammo_pack_used_fail_no_weapon":12,"ammo_pickup":[7,12],"ammo_pile_weapon_cant_use_ammo":12,"announce_phase_end":7,"area_clear":12,"arena_match_maxstreak":15,"arena_player_notif":15,"arena_round_start":15,"arena_win_panel":15,"argument":[20,25],"arrow_impact":15,"assassination_target_kil":7,"assign":179,"atom":25,"auth":[18,29,30,31,36,53,184],"author":179,"autodoc":32,"automat":185,"avail":[4,28],"award_earn":12,"backend":[179,184],"base":[30,67,106,119,124,125],"base_player_teleport":[6,8,9,11,15],"begin_new_match":7,"begin_scavenge_overtim":12,"begin_xp_lerp":15,"berimbau_action_start":5,"berimbau_attack_start":5,"berimbau_block":5,"berimbau_break_block":5,"berimbau_character_chang":5,"berimbau_grab":5,"berimbau_intercept":5,"berimbau_jump":5,"berimbau_map_chang":5,"berimbau_parri":5,"berimbau_wallrun":5,"bitbuff":33,"black":6,"blade":5,"bm":137,"bomb_abortdefus":[7,8],"bomb_abortpl":[7,8],"bomb_beep":[7,8],"bomb_begindefus":[7,8],"bomb_beginpl":[7,8],"bomb_defus":[7,8],"bomb_drop":[7,8],"bomb_explod":[7,8],"bomb_pickup":[7,8],"bomb_plant":[7,8],"bonus_upd":[5,6,7,8,9,11,12,15],"boomer_explod":12,"boomer_near":12,"bot":133,"bot_player_replac":12,"bot_takeov":7,"break_break":[5,6,7,8,9,11,12,15],"break_prop":[5,6,7,8,9,11,12,15],"broadcast_killstreak":6,"broadcast_playersound":6,"broadcast_teamsound":6,"browse_replai":[8,9,11,15],"bug":183,"build":[0,184],"building_h":15,"building_info_chang":15,"bullet_impact":[7,8,12],"buymenu_clos":7,"buymenu_open":7,"buytime_end":7,"c1m4_scavenge_instruct":12,"cach":[51,162],"call":25,"cart_upd":[7,8,9,11,15],"chair_charg":12,"charger_carry_end":12,"charger_carry_start":12,"charger_charge_end":12,"charger_charge_start":12,"charger_impact":12,"charger_kil":12,"charger_pummel_end":12,"charger_pummel_start":12,"check":18,"choke_end":12,"choke_start":12,"choke_stop":12,"christmas_gift_grab":[8,9,12,15],"cl_drawlin":15,"class":77,"class_info":184,"client":37,"client_beginconnect":[6,8,9,11,15],"client_connect":[6,8,9,11,15],"client_disconnect":[6,7,8,9,11,15],"client_fullconnect":[6,8,9,11,15],"client_loadout_chang":7,"code":[1,2],"collis":78,"color":[19,34],"command":[20,35,36,37,38,39,40,41,42,43,44,46,52,53,54,55,56,147,184],"comment":1,"competitive_state_chang":15,"competitive_stats_upd":15,"competitive_victori":15,"config":[21,45,46,47,48,49],"configur":[21,179],"conga_kil":15,"consol":[21,184],"constant":[79,134,163,168],"content":[29,35,45,50,52,62,66,70,76,82,83,91,99,105,110,114,118,123,131,136,137,138,139,140,146,152,157,159,161,164,167,171,172],"context":21,"contribut":[2,186],"contributor":180,"controlpoint_endtouch":15,"controlpoint_fake_captur":15,"controlpoint_fake_capture_mult":15,"controlpoint_initi":15,"controlpoint_pulse_el":15,"controlpoint_starttouch":15,"controlpoint_timer_upd":15,"controlpoint_unlock_upd":15,"controlpoint_updatecap":15,"controlpoint_updateimag":15,"controlpoint_updatelayout":15,"controlpoint_updateown":15,"convar":184,"convent":[1,18],"core":[50,51,52,53,54,55,56,57,58,59,60,61],"counter":[7,8],"creat":[20,21,22,23,26,184],"create_panic_ev":12,"credit":[180,184],"cross_spectral_bridg":15,"crossbow_h":15,"cs_game_disconnect":7,"cs_handle_ime_ev":7,"cs_intermiss":7,"cs_match_end_restart":7,"cs_pre_restart":7,"cs_prev_next_spect":7,"cs_round_final_beep":7,"cs_round_start_beep":7,"cs_win_panel_match":[7,8],"cs_win_panel_round":[7,8],"csgo":[83,84,138,172,173],"cstrike":141,"ctf_flag_captur":15,"custom":[20,23,92],"cvar":[47,62,63,64,65],"dai":9,"damage_ind":6,"damage_mitig":15,"damage_prev":15,"damage_resist":15,"datamap":[80,184],"dead":12,"dead_survivor_vis":12,"deadringer_cheat_death":15,"deathmatch":11,"decoy_deton":7,"decoy_fir":7,"decoy_start":7,"default":169,"defeat":9,"defibrillator_begin":12,"defibrillator_interrupt":12,"defibrillator_us":12,"defibrillator_used_fail":12,"defuser_drop":7,"defuser_pickup":7,"delai":184,"delet":179,"demoman_det_sticki":15,"deploy_buff_bann":15,"design":180,"develop":[180,186],"dictionari":[81,135,170],"difficulty_chang":[7,12],"dm_bonus_weapon_start":7,"do":[1,19],"doc":[54,184],"document":[1,21,186],"dod_allies_readi":9,"dod_axis_readi":9,"dod_bomb_defus":9,"dod_bomb_explod":9,"dod_bomb_pl":9,"dod_broadcast_audio":9,"dod_capture_block":9,"dod_game_ov":9,"dod_hint":9,"dod_kill_defus":9,"dod_kill_plant":9,"dod_map_time_remain":9,"dod_point_captur":9,"dod_ready_restart":9,"dod_restart_round":9,"dod_round_act":9,"dod_round_restart_second":9,"dod_round_start":9,"dod_round_win":9,"dod_stats_player_damag":9,"dod_stats_player_kil":9,"dod_stats_weapon_attack":9,"dod_team_scor":9,"dod_tick_point":9,"dod_timer_flash":9,"dod_timer_time_ad":9,"dod_tnt_pickup":9,"dod_warmup_begin":9,"dod_warmup_end":9,"dod_win_panel":9,"don":[1,19],"doomsday_rocket_open":15,"door_clos":12,"door_mov":[7,8,12],"door_open":12,"door_unlock":12,"download":160,"drag_begin":12,"drag_end":12,"drastic_music_chang":12,"ds_screenshot":15,"ds_stop":15,"duck_xp_level_up":15,"duel_statu":15,"dump":[55,57,184],"effect":[66,67,68,69],"enable_restart_vot":7,"endmatch_cmm_start_reveal_item":7,"endmatch_mapvote_selecting_map":7,"engin":[70,71,72,73,74,75,82,83,84,136,137,138,139,140,141,171,172,173],"enter_bombzon":7,"enter_buyzon":7,"enter_rescue_zon":7,"entered_performance_mod":[8,9,11,15],"entered_spit":12,"entiti":[22,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,100,142,174],"entity_kil":[5,6,7,8,9,11,12,15],"entity_shov":12,"entity_vis":[5,7,12],"environmental_death":15,"error":20,"esc":120,"escape_hel":15,"escaped_loot_island":15,"escort_progress":15,"escort_reced":15,"escort_spe":15,"event":[4,16,23,91,92,93,94,95,96,97],"eventscript":182,"except":107,"exit_bombzon":7,"exit_buyzon":7,"exit_rescue_zon":7,"experience_chang":15,"explain_bodyshots_reduc":12,"explain_bridg":12,"explain_bridge_button":12,"explain_burger_sign":12,"explain_c1m4_final":12,"explain_c2m4_ticketbooth":12,"explain_c3m4_radio1":12,"explain_c3m4_radio2":12,"explain_c3m4_rescu":12,"explain_c6m3_final":12,"explain_carousel_button":12,"explain_carousel_destin":12,"explain_church_door":12,"explain_coast":12,"explain_coaster_stop":12,"explain_cran":12,"explain_deactivate_alarm":12,"explain_decon":12,"explain_decon_wait":12,"explain_disturb":12,"explain_dlc3barrel":12,"explain_dlc3door":12,"explain_dlc3generator_button":12,"explain_dlc3howitz":12,"explain_dlc3lift_lev":12,"explain_dlc3radio":12,"explain_drawbridg":12,"explain_elevator_button":12,"explain_emergency_door":12,"explain_ferry_button":12,"explain_float":12,"explain_freight":12,"explain_gas_can_pan":12,"explain_gas_truck":12,"explain_gates_are_open":12,"explain_gun_shop":12,"explain_gun_shop_tank":12,"explain_hatch_button":12,"explain_highrise_finale2":12,"explain_hotel_elevator_door":12,"explain_impound_lot":12,"explain_item_glows_dis":12,"explain_lift_button":12,"explain_mainstreet":12,"explain_mall_alarm":12,"explain_mall_window":12,"explain_need_gnome_to_continu":12,"explain_onslaught":12,"explain_panic_button":12,"explain_perimet":12,"explain_pil":12,"explain_pre_drawbridg":12,"explain_pre_radio":12,"explain_radio":12,"explain_rescue_dis":12,"explain_restart_gener":12,"explain_return_item":12,"explain_save_item":12,"explain_scavenge_go":12,"explain_scavenge_leave_area":12,"explain_sewer_g":12,"explain_sewer_run":12,"explain_shack_button":12,"explain_stage_finale_start":12,"explain_stage_light":12,"explain_stage_pyrotechn":12,"explain_stage_survival_start":12,"explain_start_gener":12,"explain_store_alarm":12,"explain_store_item":12,"explain_store_item_stop":12,"explain_survival_alarm":12,"explain_survival_carousel":12,"explain_survival_gener":12,"explain_survival_radio":12,"explain_survivor_glows_dis":12,"explain_train_boss":12,"explain_train_exit":12,"explain_train_lev":12,"explain_van_pan":12,"explain_vehicle_arriv":12,"explain_weapon":12,"explain_witch_instant_kil":12,"eyeball_boss_escap":15,"eyeball_boss_escape_immin":15,"eyeball_boss_kil":15,"eyeball_boss_stun":15,"eyeball_boss_summon":15,"factori":86,"fatal_vomit":12,"file":21,"filesystem":98,"filter":[39,99,100,101,102,103,104],"final_reportscreen":12,"finale_bridge_low":12,"finale_bridge_readi":12,"finale_elevator_readi":12,"finale_escape_start":12,"finale_radio_damag":12,"finale_radio_start":12,"finale_rush":12,"finale_start":[7,12],"finale_vehicle_incom":12,"finale_vehicle_leav":12,"finale_vehicle_readi":12,"finale_win":12,"fire_mortar":6,"first":16,"fish_notic":15,"fish_notice__arm":15,"flag":63,"flag_carried_in_detection_zon":15,"flagstatus_upd":15,"flare_ignite_npc":[5,6,7,8,9,11,12,15],"flashbang_deton":[7,8],"flatfil":179,"foot_locker_open":12,"format":1,"fortress":15,"freezecam_start":[6,7,8,9,15],"friendly_fir":12,"function":25,"game_end":[5,6,7,8,9,11,12,15],"game_init":[5,6,7,8,9,11,12,15],"game_messag":[5,6,7,8,9,11,12,15],"game_newmap":[5,6,7,8,9,11,12,15],"game_shutdown":5,"game_start":[5,6,7,8,9,11,12,15],"gameinstructor_draw":[5,7,12],"gameinstructor_nodraw":[5,7,12],"gamerul":71,"gameui_activ":15,"gameui_hidden":[7,15],"gas_can_forced_drop":12,"gascan_drop":12,"gascan_pour_block":12,"gascan_pour_complet":12,"gascan_pour_interrupt":12,"gauntlet_finale_start":12,"gc_connect":[7,8,9,11,15],"gener":[184,186],"generator_start":12,"get":16,"gg_bonus_grenade_achiev":7,"gg_final_weapon_achiev":7,"gg_killed_enemi":7,"gg_leader":7,"gg_player_impending_upgrad":7,"gg_player_levelup":7,"gg_reset_round_start_sound":7,"gg_team_lead":7,"ggprogressive_player_levelup":7,"ggtr_player_levelup":7,"ghost_spawn_tim":12,"give_weapon":12,"global":7,"global_war_data_upd":15,"grant":18,"grenade_bounc":[7,8,12],"guest":179,"half":11,"halflif":10,"halloween_boss_kil":15,"halloween_duck_collect":15,"halloween_pumpkin_grab":15,"halloween_skeleton_kil":15,"halloween_soul_collect":15,"heal_begin":12,"heal_end":12,"heal_interrupt":12,"heal_success":12,"hegrenade_deton":[7,8,12],"helicopter_grenade_punt_miss":[5,6,7,8,9,11,12,15],"help":[184,186],"helper":[87,115,143],"hide_annot":15,"hide_freezepanel":[6,7,8,9,15],"hit_safe_room":12,"hltv_cameraman":[5,6,7,8,9,11,12,15],"hltv_changed_mod":[7,8,9,11,15],"hltv_changed_target":[7,8,9,11,15],"hltv_chase":[5,6,7,8,9,11,12,15],"hltv_chat":[5,6,7,8,9,11,12,15],"hltv_fix":[5,6,7,8,9,11,12,15],"hltv_messag":[5,6,7,8,9,11,12,15],"hltv_rank_camera":[5,6,7,8,9,11,12,15],"hltv_rank_ent":[5,6,7,8,9,11,12,15],"hltv_statu":[5,6,7,8,9,11,12,15],"hltv_titl":[5,6,7,8,9,11,12,15],"hook":[68,88,93,105,106,107,108,116,126],"host_quit":[6,8,9,11,15],"hostage_call_for_help":[7,8],"hostage_follow":[7,8],"hostage_hurt":[7,8],"hostage_kil":[7,8],"hostage_rescu":[7,8],"hostage_rescued_al":[7,8],"hostage_stops_follow":[7,8],"hostname_chang":[7,12],"hunter_headshot":12,"hunter_punch":12,"i":18,"impl":127,"import":1,"incompat":182,"indic":186,"infected_death":12,"infected_decapit":12,"infected_explosive_barrel_kil":12,"infected_hurt":12,"inferno_expir":7,"inferno_extinguish":7,"inferno_startburn":7,"info":[148,184],"inspect_weapon":7,"instal":181,"instanc":[27,149,175],"instructor_server_hint_cr":[5,7,12],"instructor_server_hint_stop":[5,7,12],"intro_finish":15,"intro_nextcamera":15,"introduct":[4,179],"inventory_upd":[7,8,9,11,15],"issu":182,"item_equip":7,"item_found":[7,15],"item_pickup":[6,7,8,12,15],"item_purchas":7,"item_schema_initi":[7,8,9,11,15],"items_gift":7,"iter":101,"jockey_kil":12,"jockey_rid":12,"jockey_ride_end":12,"jointeam_fail":7,"keyvalu":109,"kill_in_hel":15,"kill_refills_met":15,"killed_capping_play":15,"known":182,"l4d2":139,"land":15,"leader":180,"left":12,"life":11,"link":186,"linux":[0,181,182],"list":184,"listen":[24,94,110,111],"listmenu":26,"load":184,"lobby_upd":15,"localplayer_becameobserv":15,"localplayer_changeclass":15,"localplayer_changedisguis":15,"localplayer_changeteam":15,"localplayer_chargereadi":15,"localplayer_h":15,"localplayer_pickup_weapon":15,"localplayer_respawn":15,"localplayer_score_chang":15,"localplayer_winddown":15,"logger":112,"lunge_pounc":12,"lunge_shov":12,"m60_streak_end":12,"manag":[21,31,40,48,95,117,150,165,176],"manual":185,"map_transit":[5,7,12],"match_end_condit":[7,8],"matchmaker_stats_upd":15,"material_default_complet":7,"mathlib":113,"mb_input_lock_cancel":7,"mb_input_lock_success":7,"medic_death":15,"medic_defend":15,"medigun_shield_blocked_damag":15,"melee_kil":12,"memori":[25,114,115,116,117],"menu":[26,118,119,120,121,122,153],"merasmus_escap":15,"merasmus_escape_warn":15,"merasmus_kil":15,"merasmus_prop_found":15,"merasmus_stun":15,"merasmus_summon":15,"mesa":6,"messag":[20,123,124,125,126,127],"minigame_win":15,"minigame_won":15,"mission_lost":12,"mm_lobby_chat":15,"mm_lobby_member_join":15,"mm_lobby_member_leav":15,"modifi":[16,22,179],"modul":[17,29,30,31,32,33,34,35,36,38,39,40,41,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178],"molotov_deton":7,"molotov_thrown":12,"mounted_gun_overh":12,"mounted_gun_start":12,"mvm_adv_wave_complete_no_g":15,"mvm_adv_wave_killed_stun_radio":15,"mvm_begin_wav":15,"mvm_bomb_alarm_trigg":15,"mvm_bomb_carrier_kil":15,"mvm_bomb_deploy_reset_by_play":15,"mvm_bomb_reset_by_play":15,"mvm_creditbonus_al":15,"mvm_creditbonus_all_advanc":15,"mvm_creditbonus_wav":15,"mvm_kill_robot_delivering_bomb":15,"mvm_mannhattan_pit":15,"mvm_medic_powerup_shar":15,"mvm_mission_complet":15,"mvm_mission_upd":15,"mvm_pickup_curr":15,"mvm_quick_sentry_upgrad":15,"mvm_reset_stat":15,"mvm_scout_marked_for_death":15,"mvm_sentrybuster_deton":15,"mvm_sentrybuster_kil":15,"mvm_sniper_headshot_curr":15,"mvm_tank_destroyed_by_play":15,"mvm_wave_complet":15,"mvm_wave_fail":15,"mysql":179,"name":[1,18],"nav_block":[7,8,12,15],"nav_gener":[7,8,12],"net_channel":128,"new":22,"next":16,"nextlevel":6,"nextlevel_chang":7,"non":25,"non_melee_fir":12,"non_pistol_fir":12,"npc_barnacle_grab_victim":6,"npc_hurt":15,"num_cappers_chang":15,"object_deflect":15,"object_destroi":15,"object_deton":15,"object_remov":15,"offens":7,"on_cooldown_begin":12,"on_cooldown_end":12,"on_helicopter_begin":12,"on_helicopter_end":12,"on_resources_chang":12,"onbuttonstatechang":24,"onclientact":24,"onclientconnect":24,"onclientdisconnect":24,"onclientfullyconnect":24,"onclientputinserv":24,"onclientsettingschang":24,"oncombinerprecach":24,"onconvarchang":24,"ondataload":24,"ondataunload":24,"onedictalloc":24,"onedictfre":24,"onentitycollis":24,"onentitycr":24,"onentitydelet":24,"onentityoutput":24,"onentityprespawn":24,"onentityspawn":24,"onentitytransmit":24,"onlevelend":24,"onlevelinit":24,"onlevelshutdown":24,"onnetworkedentitycr":24,"onnetworkedentitydelet":24,"onnetworkedentityprespawn":24,"onnetworkedentityspawn":24,"onnetworkidvalid":24,"onplayercollis":24,"onplayerpostruncommand":24,"onplayerruncommand":24,"onplayertransmit":24,"onpluginload":24,"onpluginunload":24,"onquerycvarvaluefinish":24,"onserveractiv":24,"onserveroutput":24,"ontick":24,"onversionupd":24,"option":20,"orangebox":[140,141],"other":186,"other_death":7,"out":28,"overtime_nag":15,"packag":[29,35,37,42,43,45,50,52,62,66,70,76,82,83,91,99,105,110,111,114,118,123,131,136,137,138,139,140,146,152,157,159,161,164,167,171,172],"pagedmenu":26,"panic_event_finish":12,"parachute_deploi":15,"parachute_holst":15,"parent":[179,184],"party_upd":15,"pass_ball_block":15,"pass_ball_stolen":15,"pass_fre":15,"pass_get":15,"pass_pass_caught":15,"pass_scor":15,"path":129,"path_track_pass":15,"payload_push":15,"permiss":[18,20,179,184],"physgun_pickup":[5,6,7,8,9,11,12,15],"physic":130,"pills_us":12,"pills_used_fail":12,"ping_upd":15,"player":[18,41,102,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,154,184],"player_abandoned_match":15,"player_account_chang":15,"player_activ":[5,6,7,8,9,11,12,15],"player_afk":12,"player_askedforbal":15,"player_avenged_teamm":[7,8],"player_begin_sacrifice_run":12,"player_biofeedback_scl":12,"player_blind":[7,8,12],"player_block":12,"player_bonuspoint":15,"player_bot_replac":12,"player_buff":15,"player_builtobject":15,"player_buyback":15,"player_calledformed":15,"player_carryobject":15,"player_changeclass":[9,15],"player_changenam":[5,6,7,8,9,11,12,15],"player_chargedeploi":15,"player_chat":[5,6,7,8,9,11,12,15],"player_class":[5,6,7,8,9,11,12,15],"player_complete_sacrific":12,"player_connect":[5,6,7,8,9,11,12,15],"player_connect_cli":[8,9,11,15],"player_connect_ful":[5,7,12],"player_currency_chang":15,"player_damag":15,"player_damage_dodg":15,"player_death":[5,6,7,8,9,11,12,15],"player_dec":[7,8],"player_destroyed_pipebomb":15,"player_directhit_stun":15,"player_disconnect":[5,6,7,8,9,11,12,15],"player_domin":6,"player_drop":5,"player_dropobject":15,"player_entered_checkpoint":12,"player_entered_start_area":12,"player_escort_scor":15,"player_extinguish":15,"player_falldamag":[7,8,12],"player_first_spawn":12,"player_footstep":[7,8,12],"player_fullyjoin":5,"player_given_c4":7,"player_h":15,"player_healedbymed":15,"player_healedmediccal":15,"player_healonhit":15,"player_highfive_cancel":15,"player_highfive_start":15,"player_highfive_success":15,"player_hintmessag":[5,6,7,8,9,11,12,15],"player_hit":5,"player_hurt":[5,6,7,8,9,11,12,15],"player_hurt_concis":12,"player_ignit":15,"player_ignited_inv":15,"player_incapacit":12,"player_incapacitated_start":12,"player_info":[5,6,7,8,9,11,12,15],"player_initial_spawn":15,"player_invuln":15,"player_jar":15,"player_jarated_fad":15,"player_jump":[7,8,12],"player_jump_apex":12,"player_killed_achievement_zon":15,"player_ledge_grab":12,"player_ledge_releas":12,"player_left_checkpoint":12,"player_left_start_area":12,"player_lost":5,"player_mvp":15,"player_next_map_vote_chang":15,"player_no_longer_it":12,"player_now_it":12,"player_pin":15,"player_radio":[7,8],"player_regener":15,"player_rematch_chang":15,"player_reset_vot":7,"player_reveng":6,"player_sai":[5,6,7,8,9,11,12,15],"player_sapped_object":15,"player_scor":[5,6,7,8,9,11,12,15],"player_score_chang":15,"player_shield_block":15,"player_shoot":[5,6,7,8,9,11,12,15],"player_shov":12,"player_soda_machin":6,"player_spawn":[5,6,7,8,9,11,12,15],"player_stats_upd":[7,8,15],"player_stealsandvich":15,"player_stun":15,"player_talking_st":12,"player_team":[5,6,7,8,9,11,12,15],"player_teleport":15,"player_transit":12,"player_turned_to_ghost":15,"player_upgrad":15,"player_upgradedobject":15,"player_us":[5,6,7,8,9,11,12,15],"player_used_powerup_bottl":15,"player_was_block":5,"player_won":5,"playing_commentari":15,"plugin":[16,27,56,146,147,148,149,150,184],"plugininfo":27,"portal":[13,14],"post_inventory_appl":15,"pounce_end":12,"pounce_fail":12,"pounce_stop":12,"precach":72,"print":[4,28],"project":180,"projectile_direct_hit":15,"prop":89,"public":[64,151],"pumpkin_lord_kil":15,"pumpkin_lord_summon":15,"punched_clown":12,"pve_win_panel":15,"python":[157,182,186],"quest_objective_complet":15,"questlog_open":15,"queue":121,"radio":122,"ragdoll_dissolv":[5,6,7,8,9,11,12,15],"raid_spawn_mob":15,"raid_spawn_squad":15,"rd_player_score_point":15,"rd_robot_impact":15,"rd_robot_kil":15,"rd_rules_state_chang":15,"rd_team_points_chang":15,"read_game_titledata":7,"recalculate_holidai":15,"recalculate_truc":15,"receive_upgrad":12,"recipi":103,"reload":184,"reloc":12,"rematch_failed_to_cr":15,"rematch_vote_period_ov":15,"remov":[18,184],"remove_nemesis_relationship":15,"remove_par":184,"replay_endrecord":15,"replay_replaysavail":15,"replay_sav":[8,9,11,15],"replay_servererror":15,"replay_sessioninfo":15,"replay_startrecord":15,"replay_youtube_stat":[8,9,11,15],"report":183,"repost_xbox_achiev":7,"request_weapon_stat":12,"requir":181,"rescue_door_open":12,"reset_game_titledata":7,"reset_player_control":7,"resourc":96,"respawn":12,"respawn_ghost":15,"restart_timer_tim":15,"restrict":177,"retriev":27,"revive_begin":12,"revive_end":12,"revive_player_complet":15,"revive_player_notifi":15,"revive_player_stop":15,"revive_success":12,"rocket_jump":15,"rocket_jump_land":15,"round_announce_fin":7,"round_announce_last_round_half":7,"round_announce_match_point":7,"round_announce_match_start":7,"round_announce_warmup":7,"round_end":[5,6,7,8,9,11,12,15],"round_end_messag":12,"round_end_upload_stat":7,"round_freeze_end":[7,8,12],"round_mvp":[7,8],"round_officially_end":7,"round_poststart":7,"round_prestart":7,"round_start":[5,6,7,8,9,11,12,15],"round_start_post_nav":12,"round_start_pre_ent":[7,12],"round_time_warn":7,"rps_taunt_ev":15,"sai":42,"scavenge_gas_can_destroi":12,"scavenge_match_finish":12,"scavenge_round_finish":12,"scavenge_round_halftim":12,"scavenge_round_start":12,"scavenge_score_ti":12,"schema_upd":15,"scorestats_accumulated_reset":15,"scorestats_accumulated_upd":15,"scout_grand_slam":15,"scout_slamdoll_land":15,"script":178,"scriptedmode_reloadhud":12,"seasoncoin_levelup":7,"section":[21,49],"sentry_on_go_act":15,"server":[43,73],"server_addban":[5,6,7,8,9,11,12,15],"server_changelevel_fail":[8,9,11,15],"server_class":184,"server_cvar":[5,6,7,8,9,11,12,15],"server_messag":[5,6,7,8,9,11,12,15],"server_pre_shutdown":[5,7,12],"server_removeban":[5,6,7,8,9,11,12,15],"server_shutdown":[5,6,7,8,9,11,12,15],"server_spawn":[5,6,7,8,9,11,12,15],"set":[58,152,153,154,155,156,184],"set_instructor_group_en":[5,7,12],"sfuievent":7,"show_annot":15,"show_class_layout":15,"show_freezepanel":[6,7,8,9,15],"show_match_summari":15,"show_vs_panel":15,"silencer_detach":7,"silencer_off":7,"silencer_on":7,"simplemenu":26,"singl":21,"smokegrenade_deton":[7,8],"smokegrenade_expir":7,"song_plai":12,"sound":74,"sourc":[2,6,8,9,157,182,186],"sourcemod":182,"spawned_as_tank":12,"spawner_give_item":12,"spec_mode_upd":7,"spec_target_upd":[5,6,7,8,9,11,12,15],"special":180,"special_scor":15,"spit_burst":12,"spitter_kil":12,"spy_pda_reset":15,"sql":179,"sqlite":179,"start":16,"start_halftim":7,"start_holdout":12,"start_score_anim":12,"start_vot":7,"started_pre_radio":12,"stashwhacker_game_won":12,"stats_resetround":15,"steam":158,"step":181,"sticky_jump":15,"sticky_jump_land":15,"stop_watch_chang":15,"storag":155,"store_pricesheet_upd":[7,8,9,11,15],"strike":[7,8],"string":[28,166],"string_tabl":184,"stringtabl":[28,159,160],"strongman_bell_knocked_off":12,"studio":[161,162,163],"sub":[20,27],"submodul":[29,35,45,50,52,62,66,70,76,91,99,105,114,118,123,131,140,146,152,157,159,161,164,167],"subpackag":[82,110,131,136,157,171],"success_checkpoint_button_us":12,"survival_announce_phas":7,"survival_at_30min":12,"survival_goal_reach":12,"survival_round_start":12,"survivor_call_for_help":12,"survivor_rescu":12,"survivor_rescue_abandon":12,"switch_team":7,"symphoni":5,"t":[1,19],"tabl":[28,59,186],"tag":65,"tagged_player_as_it":15,"tagrenade_deton":7,"tank_frustr":12,"tank_kil":12,"tank_spawn":12,"team":[15,144],"team_info":[5,6,7,8,9,11,12,15],"team_leader_kil":15,"team_scor":[5,6,7,8,9,11,12,15],"teamchange_pend":7,"teamplay_alert":15,"teamplay_broadcast_audio":[5,6,7,8,9,11,12,15],"teamplay_capture_block":15,"teamplay_capture_broken":15,"teamplay_flag_ev":15,"teamplay_game_ov":15,"teamplay_map_time_remain":15,"teamplay_overtime_begin":15,"teamplay_overtime_end":15,"teamplay_point_captur":15,"teamplay_point_lock":15,"teamplay_point_startcaptur":15,"teamplay_point_unlock":15,"teamplay_pre_round_time_left":15,"teamplay_ready_restart":15,"teamplay_restart_round":15,"teamplay_round_act":15,"teamplay_round_restart_second":15,"teamplay_round_select":15,"teamplay_round_stalem":15,"teamplay_round_start":[7,8,11,15],"teamplay_round_win":15,"teamplay_setup_finish":15,"teamplay_suddendeath_begin":15,"teamplay_suddendeath_end":15,"teamplay_team_readi":15,"teamplay_teambalanced_play":15,"teamplay_timer_flash":15,"teamplay_timer_time_ad":15,"teamplay_update_tim":15,"teamplay_waiting_abouttoend":15,"teamplay_waiting_begin":15,"teamplay_waiting_end":15,"teamplay_win_panel":15,"teams_chang":15,"temp_c4m1_getga":12,"temp_c4m3_return_to_boat":12,"templat":69,"test":184,"tf_game_ov":15,"tf_map_time_remain":15,"thank":180,"throwable_hit":15,"tick":111,"todo":[3,7],"tongue_broke_b":12,"tongue_grab":12,"tongue_pull_stop":12,"tongue_releas":12,"top_streams_request_finish":15,"total_ammo_below_40":12,"tournament_enablecountdown":15,"tournament_reward":7,"tournament_stateupd":15,"tr_exit_hint_trigg":7,"tr_mark_best_tim":7,"tr_mark_complet":7,"tr_player_flashbang":7,"tr_show_exit_msgbox":7,"tr_show_finish_msgbox":7,"trace":75,"training_complet":15,"tram_acceler":6,"tram_client_state_chang":6,"tram_control_st":6,"translat":[164,165,166,180],"transmit":90,"trial_time_expir":7,"triggered_car_alarm":12,"tutori":17,"type":[20,44,156],"ugc_file_download_finish":7,"ugc_file_download_start":7,"ugc_map_download_error":7,"ugc_map_info_receiv":7,"ugc_map_unsubscrib":7,"unload":184,"updat":[60,184,185],"update_matchmaking_stat":7,"update_status_item":15,"upgrade_explosive_ammo":12,"upgrade_failed_no_primari":12,"upgrade_incendiary_ammo":12,"upgrade_item_already_us":12,"upgrade_pack_ad":12,"upgrade_pack_begin":12,"upgrade_pack_us":12,"upgrades_file_chang":15,"us":[16,20,21],"use_target":12,"user_data_download":[5,6,7,8,9,11,12,15],"valid":20,"valu":20,"variabl":[4,21,97],"variad":20,"verify_client_hit":7,"version":61,"versus_marker_reach":12,"versus_match_finish":12,"versus_round_start":12,"vip_escap":[7,8],"vip_kil":[7,8],"virtual":25,"voic":145,"vomit_bomb_tank":12,"vote_cast":[7,8,9,11,15],"vote_cast_no":12,"vote_cast_y":12,"vote_chang":[7,8,9,11,12,15],"vote_end":[7,8,9,11,12,15],"vote_fail":[7,8,9,11,12,15],"vote_maps_chang":15,"vote_opt":[7,8,9,11,15],"vote_pass":[7,8,9,11,12,15],"vote_start":[7,8,9,11,12,15],"waiting_checkpoint_button_us":12,"waiting_checkpoint_door_us":12,"waiting_door_used_versu":12,"warn":108,"weapon":[104,167,168,169,170,171,172,173,174,175,176,177,178],"weapon_drop":12,"weapon_fir":[7,8,12],"weapon_fire_at_40":12,"weapon_fire_on_empti":[7,8,12],"weapon_given":12,"weapon_gluon_fir":6,"weapon_out_of_ammo":12,"weapon_outofammo":7,"weapon_pickup":[6,12],"weapon_reload":[7,8,12],"weapon_reload_databas":7,"weapon_script":184,"weapon_spawn_vis":12,"weapon_tau_overcharg":6,"weapon_zoom":[7,8,12],"weapon_zoom_rifl":7,"web":180,"what":16,"wiki":2,"window":[0,181],"winlimit_chang":15,"winpanel_show_scor":15,"witch_harasser_set":12,"witch_kil":12,"witch_spawn":12,"write":16,"write_game_titledata":7,"write_profile_data":7,"your":16,"zombie_death":12,"zombie_ignit":12}}) \ No newline at end of file +Search.setIndex({"alltitles":{"Accessing entities":[[22,"accessing-entities"]],"Adding additional documentation to console variables":[[21,"adding-additional-documentation-to-console-variables"]],"Adding sections":[[21,"adding-sections"]],"Adding sub-plugins":[[27,"adding-sub-plugins"]],"Adding value validation":[[20,"adding-value-validation"]],"Adding, modifying and deleting permissions and parents":[[179,"adding-modifying-and-deleting-permissions-and-parents"]],"Assigning permissions to guests":[[179,"assigning-permissions-to-guests"]],"Automatically":[[185,"automatically"]],"Available events":[[4,"available-events"]],"Backends":[[179,"backends"]],"Black Mesa: Source":[[6,null]],"Blade Symphony":[[5,null]],"Building":[[0,null]],"Calling a virtual function":[[25,"calling-a-virtual-function"]],"Calling a virtual function with non atomic arguments":[[25,"calling-a-virtual-function-with-non-atomic-arguments"]],"Check if a player is granted a permission":[[18,"check-if-a-player-is-granted-a-permission"]],"Coding conventions":[[1,null]],"Configuring authorization":[[179,null]],"Console commands":[[184,null]],"Contributing":[[2,null]],"Contributing to Source.Python":[[186,"contributing-to-source-python"]],"Contributing to the source code":[[2,"contributing-to-the-source-code"]],"Contributing to the wiki":[[2,"contributing-to-the-wiki"]],"Contributors":[[180,"contributors"]],"Counter-Strike: Global Offensive":[[7,null]],"Counter-Strike: Source":[[8,null]],"Creating ListMenu":[[26,"creating-listmenu"]],"Creating PagedMenu":[[26,"creating-pagedmenu"]],"Creating SimpleMenu":[[26,"creating-simplemenu"]],"Creating a configuration file with a single variable":[[21,"creating-a-configuration-file-with-a-single-variable"]],"Creating a custom event":[[23,"creating-a-custom-event"]],"Creating custom validators":[[20,"creating-custom-validators"]],"Creating new entities":[[22,"creating-new-entities"]],"Creating optional arguments":[[20,"creating-optional-arguments"]],"Creating sub-commands":[[20,"creating-sub-commands"]],"Creating variadic commands":[[20,"creating-variadic-commands"]],"Credits":[[180,null]],"Day of Defeat: Source":[[9,null]],"Developers":[[180,"developers"]],"Developing with Source.Python":[[186,"developing-with-source-python"]],"Documentation":[[1,"documentation"]],"Do\u2019s and Don\u2019ts":[[19,"do-s-and-don-ts"]],"Do\u2019s and don\u2019ts of importing":[[1,"do-s-and-don-ts-of-importing"]],"EventScripts/Source.Python incompatibility on Linux":[[182,"eventscripts-source-python-incompatibility-on-linux"]],"Events":[[4,null]],"Flatfile":[[179,"flatfile"]],"Formatting":[[1,"formatting"]],"General":[[186,"general"]],"Getting started":[[16,null]],"Granting a permission":[[18,"granting-a-permission"]],"Half-Life 2 DeathMatch":[[11,null]],"Halflife 2":[[10,null]],"Import comments":[[1,"import-comments"]],"Indices and tables":[[186,"indices-and-tables"]],"Installation":[[181,null]],"Installation steps":[[181,"installation-steps"]],"Introduction":[[4,"introduction"],[179,"introduction"]],"Known issues":[[182,null]],"Left 4 Dead 2":[[12,null]],"Linux":[[0,"linux"],[181,"linux"]],"Manually":[[185,"manually"]],"Modifying entities":[[22,"modifying-entities"]],"Modifying your first plugin":[[16,"modifying-your-first-plugin"]],"Module contents":[[29,"module-auth"],[35,"module-commands"],[45,"module-config"],[50,"module-core"],[52,"module-core.command"],[62,"module-cvars"],[66,"module-effects"],[70,"module-engines"],[76,"module-entities"],[82,"module-entities.engines"],[83,"module-entities.engines.csgo"],[91,"module-events"],[99,"module-filters"],[105,"module-hooks"],[110,"module-listeners"],[114,"module-memory"],[118,"module-menus"],[123,"module-messages"],[131,"module-players"],[136,"module-players.engines"],[137,"module-players.engines.bms"],[138,"module-contents"],[139,"module-players.engines.l4d2"],[140,"module-players.engines.orangebox"],[146,"module-plugins"],[152,"module-settings"],[157,"module-__init__"],[159,"module-stringtables"],[161,"module-studio"],[164,"module-translations"],[167,"module-weapons"],[171,"module-weapons.engines"],[172,"module-weapons.engines.csgo"]],"Module tutorials":[[17,null]],"MySQL configuration":[[179,"mysql-configuration"]],"Naming convention on permissions":[[18,"naming-convention-on-permissions"]],"Naming conventions":[[1,"naming-conventions"]],"OnButtonStateChanged":[[24,"onbuttonstatechanged"]],"OnClientActive":[[24,"onclientactive"]],"OnClientConnect":[[24,"onclientconnect"]],"OnClientDisconnect":[[24,"onclientdisconnect"]],"OnClientFullyConnect":[[24,"onclientfullyconnect"]],"OnClientPutInServer":[[24,"onclientputinserver"]],"OnClientSettingsChanged":[[24,"onclientsettingschanged"]],"OnCombinerPreCache":[[24,"oncombinerprecache"]],"OnConVarChanged":[[24,"onconvarchanged"]],"OnDataLoaded":[[24,"ondataloaded"]],"OnDataUnloaded":[[24,"ondataunloaded"]],"OnEdictAllocated":[[24,"onedictallocated"]],"OnEdictFreed":[[24,"onedictfreed"]],"OnEntityCollision":[[24,"onentitycollision"]],"OnEntityCreated":[[24,"onentitycreated"]],"OnEntityDeleted":[[24,"onentitydeleted"]],"OnEntityOutput":[[24,"onentityoutput"]],"OnEntityPreSpawned":[[24,"onentityprespawned"]],"OnEntitySpawned":[[24,"onentityspawned"]],"OnEntityTransmit":[[24,"onentitytransmit"]],"OnLevelEnd":[[24,"onlevelend"]],"OnLevelInit":[[24,"onlevelinit"]],"OnLevelShutdown":[[24,"onlevelshutdown"]],"OnNetworkedEntityCreated":[[24,"onnetworkedentitycreated"]],"OnNetworkedEntityDeleted":[[24,"onnetworkedentitydeleted"]],"OnNetworkedEntityPreSpawned":[[24,"onnetworkedentityprespawned"]],"OnNetworkedEntitySpawned":[[24,"onnetworkedentityspawned"]],"OnNetworkidValidated":[[24,"onnetworkidvalidated"]],"OnPlayerCollision":[[24,"onplayercollision"]],"OnPlayerPostRunCommand":[[24,"onplayerpostruncommand"]],"OnPlayerRunCommand":[[24,"onplayerruncommand"]],"OnPlayerTransmit":[[24,"onplayertransmit"]],"OnPluginLoaded":[[24,"onpluginloaded"]],"OnPluginLoading":[[24,"onpluginloading"]],"OnPluginUnloaded":[[24,"onpluginunloaded"]],"OnPluginUnloading":[[24,"onpluginunloading"]],"OnQueryCvarValueFinished":[[24,"onquerycvarvaluefinished"]],"OnServerActivate":[[24,"onserveractivate"]],"OnServerOutput":[[24,"onserveroutput"]],"OnTick":[[24,"ontick"]],"OnVersionUpdate":[[24,"onversionupdate"]],"Other helpful links":[[186,"other-helpful-links"]],"PluginInfo":[[27,"plugininfo"]],"Portal":[[13,null]],"Portal 2":[[14,null]],"Printing event variables":[[4,"printing-event-variables"]],"Printing out all available string tables":[[28,"printing-out-all-available-string-tables"]],"Project Leaders":[[180,"project-leaders"]],"Removing a permission":[[18,"removing-a-permission"]],"Reporting a bug":[[183,null]],"Requirements":[[181,"requirements"]],"Retrieving a PluginInfo instance":[[27,"retrieving-a-plugininfo-instance"]],"SQL":[[179,"sql"]],"SQLite configuration":[[179,"sqlite-configuration"]],"Source.Python documentation":[[186,null]],"SourceMod\u2019s Accelerator incompatibility":[[182,"sourcemod-s-accelerator-incompatibility"]],"Special Thanks":[[180,"special-thanks"]],"Submodules":[[29,"submodules"],[35,"submodules"],[45,"submodules"],[50,"submodules"],[52,"submodules"],[62,"submodules"],[66,"submodules"],[70,"submodules"],[76,"submodules"],[91,"submodules"],[99,"submodules"],[105,"submodules"],[114,"submodules"],[118,"submodules"],[123,"submodules"],[131,"submodules"],[140,"submodules"],[146,"submodules"],[152,"submodules"],[157,"submodules"],[159,"submodules"],[161,"submodules"],[164,"submodules"],[167,"submodules"]],"Subpackages":[[82,"subpackages"],[110,"subpackages"],[131,"subpackages"],[136,"subpackages"],[157,"subpackages"],[171,"subpackages"]],"TODOs":[[3,null]],"Team Fortress 2":[[15,null]],"Todo":[[3,null],[7,"id1"]],"Translators":[[180,"translators"]],"Typed commands":[[20,"typed-commands"]],"Updating":[[185,null]],"Using context management":[[21,"using-context-management"]],"Using custom error messages":[[20,"using-custom-error-messages"]],"Using events in your first plugin":[[16,"using-events-in-your-first-plugin"]],"Using permissions":[[20,"using-permissions"]],"Web Administrators/Designers":[[180,"web-administrators-designers"]],"What\u2019s next?":[[16,"what-s-next"]],"Windows":[[0,"windows"],[181,"windows"]],"Writing your first plugin":[[16,"writing-your-first-plugin"]],"ability_out_of_range":[[12,"ability-out-of-range"]],"ability_use":[[12,"ability-use"]],"achievement_earned":[[5,"achievement-earned"],[6,"achievement-earned"],[7,"achievement-earned"],[8,"achievement-earned"],[9,"achievement-earned"],[11,"achievement-earned"],[12,"achievement-earned"],[15,"achievement-earned"]],"achievement_earned_local":[[7,"achievement-earned-local"],[8,"achievement-earned-local"],[15,"achievement-earned-local"]],"achievement_event":[[5,"achievement-event"],[6,"achievement-event"],[7,"achievement-event"],[8,"achievement-event"],[9,"achievement-event"],[11,"achievement-event"],[12,"achievement-event"],[15,"achievement-event"]],"achievement_increment":[[7,"achievement-increment"],[8,"achievement-increment"],[9,"achievement-increment"],[11,"achievement-increment"],[15,"achievement-increment"]],"achievement_info_loaded":[[7,"achievement-info-loaded"]],"achievement_write_failed":[[7,"achievement-write-failed"],[12,"achievement-write-failed"]],"add":[[184,"add"],[184,"id1"]],"add_bullet_hit_marker":[[7,"add-bullet-hit-marker"]],"add_parent":[[184,"add-parent"],[184,"id2"]],"add_player_sonar_icon":[[7,"add-player-sonar-icon"]],"adrenaline_used":[[12,"adrenaline-used"]],"air_dash":[[15,"air-dash"]],"all_weapons_out_of_ammo":[[12,"all-weapons-out-of-ammo"]],"ammo_pack_used":[[12,"ammo-pack-used"]],"ammo_pack_used_fail_doesnt_use_ammo":[[12,"ammo-pack-used-fail-doesnt-use-ammo"]],"ammo_pack_used_fail_full":[[12,"ammo-pack-used-fail-full"]],"ammo_pack_used_fail_no_weapon":[[12,"ammo-pack-used-fail-no-weapon"]],"ammo_pickup":[[7,"ammo-pickup"],[12,"ammo-pickup"]],"ammo_pile_weapon_cant_use_ammo":[[12,"ammo-pile-weapon-cant-use-ammo"]],"announce_phase_end":[[7,"announce-phase-end"]],"area_cleared":[[12,"area-cleared"]],"arena_match_maxstreak":[[15,"arena-match-maxstreak"]],"arena_player_notification":[[15,"arena-player-notification"]],"arena_round_start":[[15,"arena-round-start"]],"arena_win_panel":[[15,"arena-win-panel"]],"arrow_impact":[[15,"arrow-impact"]],"assassination_target_killed":[[7,"assassination-target-killed"]],"auth":[[18,null],[184,"auth"]],"auth package":[[29,null]],"auth.base module":[[30,null]],"auth.manager module":[[31,null]],"autodoc module":[[32,null]],"award_earned":[[12,"award-earned"]],"backend":[[184,"backend"]],"base_player_teleported":[[6,"base-player-teleported"],[8,"base-player-teleported"],[9,"base-player-teleported"],[11,"base-player-teleported"],[15,"base-player-teleported"]],"begin_new_match":[[7,"begin-new-match"]],"begin_scavenge_overtime":[[12,"begin-scavenge-overtime"]],"begin_xp_lerp":[[15,"begin-xp-lerp"]],"berimbau_action_started":[[5,"berimbau-action-started"]],"berimbau_attack_started":[[5,"berimbau-attack-started"]],"berimbau_blocked":[[5,"berimbau-blocked"]],"berimbau_break_block":[[5,"berimbau-break-block"]],"berimbau_character_change":[[5,"berimbau-character-change"]],"berimbau_grab":[[5,"berimbau-grab"]],"berimbau_intercepted":[[5,"berimbau-intercepted"]],"berimbau_jumped":[[5,"berimbau-jumped"]],"berimbau_map_change":[[5,"berimbau-map-change"]],"berimbau_parried":[[5,"berimbau-parried"]],"berimbau_wallrun":[[5,"berimbau-wallrun"]],"bitbuffers module":[[33,null]],"bomb_abortdefuse":[[7,"bomb-abortdefuse"],[8,"bomb-abortdefuse"]],"bomb_abortplant":[[7,"bomb-abortplant"],[8,"bomb-abortplant"]],"bomb_beep":[[7,"bomb-beep"],[8,"bomb-beep"]],"bomb_begindefuse":[[7,"bomb-begindefuse"],[8,"bomb-begindefuse"]],"bomb_beginplant":[[7,"bomb-beginplant"],[8,"bomb-beginplant"]],"bomb_defused":[[7,"bomb-defused"],[8,"bomb-defused"]],"bomb_dropped":[[7,"bomb-dropped"],[8,"bomb-dropped"]],"bomb_exploded":[[7,"bomb-exploded"],[8,"bomb-exploded"]],"bomb_pickup":[[7,"bomb-pickup"],[8,"bomb-pickup"]],"bomb_planted":[[7,"bomb-planted"],[8,"bomb-planted"]],"bonus_updated":[[5,"bonus-updated"],[6,"bonus-updated"],[7,"bonus-updated"],[8,"bonus-updated"],[9,"bonus-updated"],[11,"bonus-updated"],[12,"bonus-updated"],[15,"bonus-updated"]],"boomer_exploded":[[12,"boomer-exploded"]],"boomer_near":[[12,"boomer-near"]],"bot_player_replace":[[12,"bot-player-replace"]],"bot_takeover":[[7,"bot-takeover"]],"break_breakable":[[5,"break-breakable"],[6,"break-breakable"],[7,"break-breakable"],[8,"break-breakable"],[9,"break-breakable"],[11,"break-breakable"],[12,"break-breakable"],[15,"break-breakable"]],"break_prop":[[5,"break-prop"],[6,"break-prop"],[7,"break-prop"],[8,"break-prop"],[9,"break-prop"],[11,"break-prop"],[12,"break-prop"],[15,"break-prop"]],"broadcast_killstreak":[[6,"broadcast-killstreak"]],"broadcast_playersound":[[6,"broadcast-playersound"]],"broadcast_teamsound":[[6,"broadcast-teamsound"]],"browse_replays":[[8,"browse-replays"],[9,"browse-replays"],[11,"browse-replays"],[15,"browse-replays"]],"build":[[184,"build"]],"building_healed":[[15,"building-healed"]],"building_info_changed":[[15,"building-info-changed"]],"bullet_impact":[[7,"bullet-impact"],[8,"bullet-impact"],[12,"bullet-impact"]],"buymenu_close":[[7,"buymenu-close"]],"buymenu_open":[[7,"buymenu-open"]],"buytime_ended":[[7,"buytime-ended"]],"c1m4_scavenge_instructions":[[12,"c1m4-scavenge-instructions"]],"cart_updated":[[7,"cart-updated"],[8,"cart-updated"],[9,"cart-updated"],[11,"cart-updated"],[15,"cart-updated"]],"chair_charged":[[12,"chair-charged"]],"charger_carry_end":[[12,"charger-carry-end"]],"charger_carry_start":[[12,"charger-carry-start"]],"charger_charge_end":[[12,"charger-charge-end"]],"charger_charge_start":[[12,"charger-charge-start"]],"charger_impact":[[12,"charger-impact"]],"charger_killed":[[12,"charger-killed"]],"charger_pummel_end":[[12,"charger-pummel-end"]],"charger_pummel_start":[[12,"charger-pummel-start"]],"choke_end":[[12,"choke-end"]],"choke_start":[[12,"choke-start"]],"choke_stopped":[[12,"choke-stopped"]],"christmas_gift_grab":[[8,"christmas-gift-grab"],[9,"christmas-gift-grab"],[12,"christmas-gift-grab"],[15,"christmas-gift-grab"]],"cl_drawline":[[15,"cl-drawline"]],"class_info":[[184,"class-info"]],"client_beginconnect":[[6,"client-beginconnect"],[8,"client-beginconnect"],[9,"client-beginconnect"],[11,"client-beginconnect"],[15,"client-beginconnect"]],"client_connected":[[6,"client-connected"],[8,"client-connected"],[9,"client-connected"],[11,"client-connected"],[15,"client-connected"]],"client_disconnect":[[6,"client-disconnect"],[7,"client-disconnect"],[8,"client-disconnect"],[9,"client-disconnect"],[11,"client-disconnect"],[15,"client-disconnect"]],"client_fullconnect":[[6,"client-fullconnect"],[8,"client-fullconnect"],[9,"client-fullconnect"],[11,"client-fullconnect"],[15,"client-fullconnect"]],"client_loadout_changed":[[7,"client-loadout-changed"]],"colors":[[19,null]],"colors module":[[34,null]],"commands":[[20,null]],"commands package":[[35,null]],"commands.auth module":[[36,null]],"commands.client package":[[37,null]],"commands.command module":[[38,null]],"commands.filter module":[[39,null]],"commands.manager module":[[40,null]],"commands.player module":[[41,null]],"commands.say package":[[42,null]],"commands.server package":[[43,null]],"commands.typed module":[[44,null]],"competitive_state_changed":[[15,"competitive-state-changed"]],"competitive_stats_update":[[15,"competitive-stats-update"]],"competitive_victory":[[15,"competitive-victory"]],"config":[[21,null]],"config package":[[45,null]],"config.command module":[[46,null]],"config.cvar module":[[47,null]],"config.manager module":[[48,null]],"config.section module":[[49,null]],"conga_kill":[[15,"conga-kill"]],"controlpoint_endtouch":[[15,"controlpoint-endtouch"]],"controlpoint_fake_capture":[[15,"controlpoint-fake-capture"]],"controlpoint_fake_capture_mult":[[15,"controlpoint-fake-capture-mult"]],"controlpoint_initialized":[[15,"controlpoint-initialized"]],"controlpoint_pulse_element":[[15,"controlpoint-pulse-element"]],"controlpoint_starttouch":[[15,"controlpoint-starttouch"]],"controlpoint_timer_updated":[[15,"controlpoint-timer-updated"]],"controlpoint_unlock_updated":[[15,"controlpoint-unlock-updated"]],"controlpoint_updatecapping":[[15,"controlpoint-updatecapping"]],"controlpoint_updateimages":[[15,"controlpoint-updateimages"]],"controlpoint_updatelayout":[[15,"controlpoint-updatelayout"]],"controlpoint_updateowner":[[15,"controlpoint-updateowner"]],"convars":[[184,"convars"]],"core package":[[50,null]],"core.cache module":[[51,null]],"core.command package":[[52,null]],"core.command.auth module":[[53,null]],"core.command.docs module":[[54,null]],"core.command.dump module":[[55,null]],"core.command.plugin module":[[56,null]],"core.dumps module":[[57,null]],"core.settings module":[[58,null]],"core.table module":[[59,null]],"core.update module":[[60,null]],"core.version module":[[61,null]],"create":[[184,"create"]],"create_panic_event":[[12,"create-panic-event"]],"credits":[[184,"credits"]],"cross_spectral_bridge":[[15,"cross-spectral-bridge"]],"crossbow_heal":[[15,"crossbow-heal"]],"cs_game_disconnected":[[7,"cs-game-disconnected"]],"cs_handle_ime_event":[[7,"cs-handle-ime-event"]],"cs_intermission":[[7,"cs-intermission"]],"cs_match_end_restart":[[7,"cs-match-end-restart"]],"cs_pre_restart":[[7,"cs-pre-restart"]],"cs_prev_next_spectator":[[7,"cs-prev-next-spectator"]],"cs_round_final_beep":[[7,"cs-round-final-beep"]],"cs_round_start_beep":[[7,"cs-round-start-beep"]],"cs_win_panel_match":[[7,"cs-win-panel-match"],[8,"cs-win-panel-match"]],"cs_win_panel_round":[[7,"cs-win-panel-round"],[8,"cs-win-panel-round"]],"ctf_flag_captured":[[15,"ctf-flag-captured"]],"cvars package":[[62,null]],"cvars.flags module":[[63,null]],"cvars.public module":[[64,null]],"cvars.tags module":[[65,null]],"damage_indicator":[[6,"damage-indicator"]],"damage_mitigated":[[15,"damage-mitigated"]],"damage_prevented":[[15,"damage-prevented"]],"damage_resisted":[[15,"damage-resisted"]],"datamaps":[[184,"datamaps"]],"dead_survivor_visible":[[12,"dead-survivor-visible"]],"deadringer_cheat_death":[[15,"deadringer-cheat-death"]],"decoy_detonate":[[7,"decoy-detonate"]],"decoy_firing":[[7,"decoy-firing"]],"decoy_started":[[7,"decoy-started"]],"defibrillator_begin":[[12,"defibrillator-begin"]],"defibrillator_interrupted":[[12,"defibrillator-interrupted"]],"defibrillator_used":[[12,"defibrillator-used"]],"defibrillator_used_fail":[[12,"defibrillator-used-fail"]],"defuser_dropped":[[7,"defuser-dropped"]],"defuser_pickup":[[7,"defuser-pickup"]],"delay":[[184,"delay"]],"demoman_det_stickies":[[15,"demoman-det-stickies"]],"deploy_buff_banner":[[15,"deploy-buff-banner"]],"difficulty_changed":[[7,"difficulty-changed"],[12,"difficulty-changed"]],"dm_bonus_weapon_start":[[7,"dm-bonus-weapon-start"]],"docs":[[184,"docs"]],"dod_allies_ready":[[9,"dod-allies-ready"]],"dod_axis_ready":[[9,"dod-axis-ready"]],"dod_bomb_defused":[[9,"dod-bomb-defused"]],"dod_bomb_exploded":[[9,"dod-bomb-exploded"]],"dod_bomb_planted":[[9,"dod-bomb-planted"]],"dod_broadcast_audio":[[9,"dod-broadcast-audio"]],"dod_capture_blocked":[[9,"dod-capture-blocked"]],"dod_game_over":[[9,"dod-game-over"]],"dod_hint":[[9,"dod-hint"]],"dod_kill_defuser":[[9,"dod-kill-defuser"]],"dod_kill_planter":[[9,"dod-kill-planter"]],"dod_map_time_remaining":[[9,"dod-map-time-remaining"]],"dod_point_captured":[[9,"dod-point-captured"]],"dod_ready_restart":[[9,"dod-ready-restart"]],"dod_restart_round":[[9,"dod-restart-round"]],"dod_round_active":[[9,"dod-round-active"]],"dod_round_restart_seconds":[[9,"dod-round-restart-seconds"]],"dod_round_start":[[9,"dod-round-start"]],"dod_round_win":[[9,"dod-round-win"]],"dod_stats_player_damage":[[9,"dod-stats-player-damage"]],"dod_stats_player_killed":[[9,"dod-stats-player-killed"]],"dod_stats_weapon_attack":[[9,"dod-stats-weapon-attack"]],"dod_team_scores":[[9,"dod-team-scores"]],"dod_tick_points":[[9,"dod-tick-points"]],"dod_timer_flash":[[9,"dod-timer-flash"]],"dod_timer_time_added":[[9,"dod-timer-time-added"]],"dod_tnt_pickup":[[9,"dod-tnt-pickup"]],"dod_warmup_begins":[[9,"dod-warmup-begins"]],"dod_warmup_ends":[[9,"dod-warmup-ends"]],"dod_win_panel":[[9,"dod-win-panel"]],"doomsday_rocket_open":[[15,"doomsday-rocket-open"]],"door_close":[[12,"door-close"]],"door_moving":[[7,"door-moving"],[8,"door-moving"],[12,"door-moving"]],"door_open":[[12,"door-open"]],"door_unlocked":[[12,"door-unlocked"]],"drag_begin":[[12,"drag-begin"]],"drag_end":[[12,"drag-end"]],"drastic_music_change":[[12,"drastic-music-change"]],"ds_screenshot":[[15,"ds-screenshot"]],"ds_stop":[[15,"ds-stop"]],"duck_xp_level_up":[[15,"duck-xp-level-up"]],"duel_status":[[15,"duel-status"]],"dump":[[184,"dump"]],"effects package":[[66,null]],"effects.base module":[[67,null]],"effects.hooks module":[[68,null]],"effects.templates module":[[69,null]],"enable_restart_voting":[[7,"enable-restart-voting"]],"endmatch_cmm_start_reveal_items":[[7,"endmatch-cmm-start-reveal-items"]],"endmatch_mapvote_selecting_map":[[7,"endmatch-mapvote-selecting-map"]],"engines package":[[70,null]],"engines.gamerules module":[[71,null]],"engines.precache module":[[72,null]],"engines.server module":[[73,null]],"engines.sound module":[[74,null]],"engines.trace module":[[75,null]],"enter_bombzone":[[7,"enter-bombzone"]],"enter_buyzone":[[7,"enter-buyzone"]],"enter_rescue_zone":[[7,"enter-rescue-zone"]],"entered_performance_mode":[[8,"entered-performance-mode"],[9,"entered-performance-mode"],[11,"entered-performance-mode"],[15,"entered-performance-mode"]],"entered_spit":[[12,"entered-spit"]],"entities":[[22,null]],"entities package":[[76,null]],"entities.classes module":[[77,null]],"entities.collisions module":[[78,null]],"entities.constants module":[[79,null]],"entities.datamaps module":[[80,null]],"entities.dictionary module":[[81,null]],"entities.engines package":[[82,null]],"entities.engines.csgo package":[[83,null]],"entities.engines.csgo.csgo module":[[84,null]],"entities.entity module":[[85,null]],"entities.factories module":[[86,null]],"entities.helpers module":[[87,null]],"entities.hooks module":[[88,null]],"entities.props module":[[89,null]],"entities.transmit module":[[90,null]],"entity_killed":[[5,"entity-killed"],[6,"entity-killed"],[7,"entity-killed"],[8,"entity-killed"],[9,"entity-killed"],[11,"entity-killed"],[12,"entity-killed"],[15,"entity-killed"]],"entity_shoved":[[12,"entity-shoved"]],"entity_visible":[[5,"entity-visible"],[7,"entity-visible"],[12,"entity-visible"]],"environmental_death":[[15,"environmental-death"]],"escape_hell":[[15,"escape-hell"]],"escaped_loot_island":[[15,"escaped-loot-island"]],"escort_progress":[[15,"escort-progress"]],"escort_recede":[[15,"escort-recede"]],"escort_speed":[[15,"escort-speed"]],"events":[[23,null]],"events package":[[91,null]],"events.custom module":[[92,null]],"events.hooks module":[[93,null]],"events.listener module":[[94,null]],"events.manager module":[[95,null]],"events.resource module":[[96,null]],"events.variable module":[[97,null]],"exit_bombzone":[[7,"exit-bombzone"]],"exit_buyzone":[[7,"exit-buyzone"]],"exit_rescue_zone":[[7,"exit-rescue-zone"]],"experience_changed":[[15,"experience-changed"]],"explain_DLC3barrels":[[12,"explain-dlc3barrels"]],"explain_DLC3door":[[12,"explain-dlc3door"]],"explain_DLC3generator_button":[[12,"explain-dlc3generator-button"]],"explain_DLC3howitzer":[[12,"explain-dlc3howitzer"]],"explain_DLC3lift_lever":[[12,"explain-dlc3lift-lever"]],"explain_DLC3radio":[[12,"explain-dlc3radio"]],"explain_bodyshots_reduced":[[12,"explain-bodyshots-reduced"]],"explain_bridge":[[12,"explain-bridge"]],"explain_bridge_button":[[12,"explain-bridge-button"]],"explain_burger_sign":[[12,"explain-burger-sign"]],"explain_c1m4_finale":[[12,"explain-c1m4-finale"]],"explain_c2m4_ticketbooth":[[12,"explain-c2m4-ticketbooth"]],"explain_c3m4_radio1":[[12,"explain-c3m4-radio1"]],"explain_c3m4_radio2":[[12,"explain-c3m4-radio2"]],"explain_c3m4_rescue":[[12,"explain-c3m4-rescue"]],"explain_c6m3_finale":[[12,"explain-c6m3-finale"]],"explain_carousel_button":[[12,"explain-carousel-button"]],"explain_carousel_destination":[[12,"explain-carousel-destination"]],"explain_church_door":[[12,"explain-church-door"]],"explain_coaster":[[12,"explain-coaster"]],"explain_coaster_stop":[[12,"explain-coaster-stop"]],"explain_crane":[[12,"explain-crane"]],"explain_deactivate_alarm":[[12,"explain-deactivate-alarm"]],"explain_decon":[[12,"explain-decon"]],"explain_decon_wait":[[12,"explain-decon-wait"]],"explain_disturbance":[[12,"explain-disturbance"]],"explain_drawbridge":[[12,"explain-drawbridge"]],"explain_elevator_button":[[12,"explain-elevator-button"]],"explain_emergency_door":[[12,"explain-emergency-door"]],"explain_ferry_button":[[12,"explain-ferry-button"]],"explain_float":[[12,"explain-float"]],"explain_freighter":[[12,"explain-freighter"]],"explain_gas_can_panic":[[12,"explain-gas-can-panic"]],"explain_gas_truck":[[12,"explain-gas-truck"]],"explain_gates_are_open":[[12,"explain-gates-are-open"]],"explain_gun_shop":[[12,"explain-gun-shop"]],"explain_gun_shop_tanker":[[12,"explain-gun-shop-tanker"]],"explain_hatch_button":[[12,"explain-hatch-button"]],"explain_highrise_finale2":[[12,"explain-highrise-finale2"]],"explain_hotel_elevator_doors":[[12,"explain-hotel-elevator-doors"]],"explain_impound_lot":[[12,"explain-impound-lot"]],"explain_item_glows_disabled":[[12,"explain-item-glows-disabled"]],"explain_lift_button":[[12,"explain-lift-button"]],"explain_mainstreet":[[12,"explain-mainstreet"]],"explain_mall_alarm":[[12,"explain-mall-alarm"]],"explain_mall_window":[[12,"explain-mall-window"]],"explain_need_gnome_to_continue":[[12,"explain-need-gnome-to-continue"]],"explain_onslaught":[[12,"explain-onslaught"]],"explain_panic_button":[[12,"explain-panic-button"]],"explain_perimeter":[[12,"explain-perimeter"]],"explain_pills":[[12,"explain-pills"]],"explain_pre_drawbridge":[[12,"explain-pre-drawbridge"]],"explain_pre_radio":[[12,"explain-pre-radio"]],"explain_radio":[[12,"explain-radio"]],"explain_rescue_disabled":[[12,"explain-rescue-disabled"]],"explain_restart_generator":[[12,"explain-restart-generator"]],"explain_return_item":[[12,"explain-return-item"]],"explain_save_items":[[12,"explain-save-items"]],"explain_scavenge_goal":[[12,"explain-scavenge-goal"]],"explain_scavenge_leave_area":[[12,"explain-scavenge-leave-area"]],"explain_sewer_gate":[[12,"explain-sewer-gate"]],"explain_sewer_run":[[12,"explain-sewer-run"]],"explain_shack_button":[[12,"explain-shack-button"]],"explain_stage_finale_start":[[12,"explain-stage-finale-start"]],"explain_stage_lighting":[[12,"explain-stage-lighting"]],"explain_stage_pyrotechnics":[[12,"explain-stage-pyrotechnics"]],"explain_stage_survival_start":[[12,"explain-stage-survival-start"]],"explain_start_generator":[[12,"explain-start-generator"]],"explain_store_alarm":[[12,"explain-store-alarm"]],"explain_store_item":[[12,"explain-store-item"]],"explain_store_item_stop":[[12,"explain-store-item-stop"]],"explain_survival_alarm":[[12,"explain-survival-alarm"]],"explain_survival_carousel":[[12,"explain-survival-carousel"]],"explain_survival_generic":[[12,"explain-survival-generic"]],"explain_survival_radio":[[12,"explain-survival-radio"]],"explain_survivor_glows_disabled":[[12,"explain-survivor-glows-disabled"]],"explain_train_boss":[[12,"explain-train-boss"]],"explain_train_exit":[[12,"explain-train-exit"]],"explain_train_lever":[[12,"explain-train-lever"]],"explain_van_panic":[[12,"explain-van-panic"]],"explain_vehicle_arrival":[[12,"explain-vehicle-arrival"]],"explain_weapons":[[12,"explain-weapons"]],"explain_witch_instant_kill":[[12,"explain-witch-instant-kill"]],"eyeball_boss_escape_imminent":[[15,"eyeball-boss-escape-imminent"]],"eyeball_boss_escaped":[[15,"eyeball-boss-escaped"]],"eyeball_boss_killed":[[15,"eyeball-boss-killed"]],"eyeball_boss_killer":[[15,"eyeball-boss-killer"]],"eyeball_boss_stunned":[[15,"eyeball-boss-stunned"]],"eyeball_boss_summoned":[[15,"eyeball-boss-summoned"]],"fatal_vomit":[[12,"fatal-vomit"]],"filesystem module":[[98,null]],"filters package":[[99,null]],"filters.entities module":[[100,null]],"filters.iterator module":[[101,null]],"filters.players module":[[102,null]],"filters.recipients module":[[103,null]],"filters.weapons module":[[104,null]],"final_reportscreen":[[12,"final-reportscreen"]],"finale_bridge_lowering":[[12,"finale-bridge-lowering"]],"finale_bridge_ready":[[12,"finale-bridge-ready"]],"finale_elevator_ready":[[12,"finale-elevator-ready"]],"finale_escape_start":[[12,"finale-escape-start"]],"finale_radio_damaged":[[12,"finale-radio-damaged"]],"finale_radio_start":[[12,"finale-radio-start"]],"finale_rush":[[12,"finale-rush"]],"finale_start":[[7,"finale-start"],[12,"finale-start"]],"finale_vehicle_incoming":[[12,"finale-vehicle-incoming"]],"finale_vehicle_leaving":[[12,"finale-vehicle-leaving"]],"finale_vehicle_ready":[[12,"finale-vehicle-ready"]],"finale_win":[[12,"finale-win"]],"fire_mortar":[[6,"fire-mortar"]],"fish_notice":[[15,"fish-notice"]],"fish_notice__arm":[[15,"fish-notice-arm"]],"flag_carried_in_detection_zone":[[15,"flag-carried-in-detection-zone"]],"flagstatus_update":[[15,"flagstatus-update"]],"flare_ignite_npc":[[5,"flare-ignite-npc"],[6,"flare-ignite-npc"],[7,"flare-ignite-npc"],[8,"flare-ignite-npc"],[9,"flare-ignite-npc"],[11,"flare-ignite-npc"],[12,"flare-ignite-npc"],[15,"flare-ignite-npc"]],"flashbang_detonate":[[7,"flashbang-detonate"],[8,"flashbang-detonate"]],"foot_locker_opened":[[12,"foot-locker-opened"]],"freezecam_started":[[6,"freezecam-started"],[7,"freezecam-started"],[8,"freezecam-started"],[9,"freezecam-started"],[15,"freezecam-started"]],"friendly_fire":[[12,"friendly-fire"]],"game_end":[[5,"game-end"],[6,"game-end"],[7,"game-end"],[8,"game-end"],[9,"game-end"],[11,"game-end"],[12,"game-end"],[15,"game-end"]],"game_init":[[5,"game-init"],[6,"game-init"],[7,"game-init"],[8,"game-init"],[9,"game-init"],[11,"game-init"],[12,"game-init"],[15,"game-init"]],"game_message":[[5,"game-message"],[6,"game-message"],[7,"game-message"],[8,"game-message"],[9,"game-message"],[11,"game-message"],[12,"game-message"],[15,"game-message"]],"game_newmap":[[5,"game-newmap"],[6,"game-newmap"],[7,"game-newmap"],[8,"game-newmap"],[9,"game-newmap"],[11,"game-newmap"],[12,"game-newmap"],[15,"game-newmap"]],"game_shutdown":[[5,"game-shutdown"]],"game_start":[[5,"game-start"],[6,"game-start"],[7,"game-start"],[8,"game-start"],[9,"game-start"],[11,"game-start"],[12,"game-start"],[15,"game-start"]],"gameinstructor_draw":[[5,"gameinstructor-draw"],[7,"gameinstructor-draw"],[12,"gameinstructor-draw"]],"gameinstructor_nodraw":[[5,"gameinstructor-nodraw"],[7,"gameinstructor-nodraw"],[12,"gameinstructor-nodraw"]],"gameui_activated":[[15,"gameui-activated"]],"gameui_hidden":[[7,"gameui-hidden"],[15,"gameui-hidden"]],"gas_can_forced_drop":[[12,"gas-can-forced-drop"]],"gascan_dropped":[[12,"gascan-dropped"]],"gascan_pour_blocked":[[12,"gascan-pour-blocked"]],"gascan_pour_completed":[[12,"gascan-pour-completed"]],"gascan_pour_interrupted":[[12,"gascan-pour-interrupted"]],"gauntlet_finale_start":[[12,"gauntlet-finale-start"]],"gc_connected":[[7,"gc-connected"],[8,"gc-connected"],[9,"gc-connected"],[11,"gc-connected"],[15,"gc-connected"]],"generate":[[184,"generate"]],"generator_started":[[12,"generator-started"]],"gg_bonus_grenade_achieved":[[7,"gg-bonus-grenade-achieved"]],"gg_final_weapon_achieved":[[7,"gg-final-weapon-achieved"]],"gg_killed_enemy":[[7,"gg-killed-enemy"]],"gg_leader":[[7,"gg-leader"]],"gg_player_impending_upgrade":[[7,"gg-player-impending-upgrade"]],"gg_player_levelup":[[7,"gg-player-levelup"]],"gg_reset_round_start_sounds":[[7,"gg-reset-round-start-sounds"]],"gg_team_leader":[[7,"gg-team-leader"]],"ggprogressive_player_levelup":[[7,"ggprogressive-player-levelup"]],"ggtr_player_levelup":[[7,"ggtr-player-levelup"]],"ghost_spawn_time":[[12,"ghost-spawn-time"]],"give_weapon":[[12,"give-weapon"]],"global_war_data_updated":[[15,"global-war-data-updated"]],"grenade_bounce":[[7,"grenade-bounce"],[8,"grenade-bounce"],[12,"grenade-bounce"]],"halloween_boss_killed":[[15,"halloween-boss-killed"]],"halloween_duck_collected":[[15,"halloween-duck-collected"]],"halloween_pumpkin_grab":[[15,"halloween-pumpkin-grab"]],"halloween_skeleton_killed":[[15,"halloween-skeleton-killed"]],"halloween_soul_collected":[[15,"halloween-soul-collected"]],"heal_begin":[[12,"heal-begin"]],"heal_end":[[12,"heal-end"]],"heal_interrupted":[[12,"heal-interrupted"]],"heal_success":[[12,"heal-success"]],"hegrenade_detonate":[[7,"hegrenade-detonate"],[8,"hegrenade-detonate"],[12,"hegrenade-detonate"]],"helicopter_grenade_punt_miss":[[5,"helicopter-grenade-punt-miss"],[6,"helicopter-grenade-punt-miss"],[7,"helicopter-grenade-punt-miss"],[8,"helicopter-grenade-punt-miss"],[9,"helicopter-grenade-punt-miss"],[11,"helicopter-grenade-punt-miss"],[12,"helicopter-grenade-punt-miss"],[15,"helicopter-grenade-punt-miss"]],"help":[[184,"help"]],"hide_annotation":[[15,"hide-annotation"]],"hide_freezepanel":[[6,"hide-freezepanel"],[7,"hide-freezepanel"],[8,"hide-freezepanel"],[9,"hide-freezepanel"],[15,"hide-freezepanel"]],"hit_safe_room":[[12,"hit-safe-room"]],"hltv_cameraman":[[5,"hltv-cameraman"],[6,"hltv-cameraman"],[7,"hltv-cameraman"],[8,"hltv-cameraman"],[9,"hltv-cameraman"],[11,"hltv-cameraman"],[12,"hltv-cameraman"],[15,"hltv-cameraman"]],"hltv_changed_mode":[[7,"hltv-changed-mode"],[8,"hltv-changed-mode"],[9,"hltv-changed-mode"],[11,"hltv-changed-mode"],[15,"hltv-changed-mode"]],"hltv_changed_target":[[7,"hltv-changed-target"],[8,"hltv-changed-target"],[9,"hltv-changed-target"],[11,"hltv-changed-target"],[15,"hltv-changed-target"]],"hltv_chase":[[5,"hltv-chase"],[6,"hltv-chase"],[7,"hltv-chase"],[8,"hltv-chase"],[9,"hltv-chase"],[11,"hltv-chase"],[12,"hltv-chase"],[15,"hltv-chase"]],"hltv_chat":[[5,"hltv-chat"],[6,"hltv-chat"],[7,"hltv-chat"],[8,"hltv-chat"],[9,"hltv-chat"],[11,"hltv-chat"],[12,"hltv-chat"],[15,"hltv-chat"]],"hltv_fixed":[[5,"hltv-fixed"],[6,"hltv-fixed"],[7,"hltv-fixed"],[8,"hltv-fixed"],[9,"hltv-fixed"],[11,"hltv-fixed"],[12,"hltv-fixed"],[15,"hltv-fixed"]],"hltv_message":[[5,"hltv-message"],[6,"hltv-message"],[7,"hltv-message"],[8,"hltv-message"],[9,"hltv-message"],[11,"hltv-message"],[12,"hltv-message"],[15,"hltv-message"]],"hltv_rank_camera":[[5,"hltv-rank-camera"],[6,"hltv-rank-camera"],[7,"hltv-rank-camera"],[8,"hltv-rank-camera"],[9,"hltv-rank-camera"],[11,"hltv-rank-camera"],[12,"hltv-rank-camera"],[15,"hltv-rank-camera"]],"hltv_rank_entity":[[5,"hltv-rank-entity"],[6,"hltv-rank-entity"],[7,"hltv-rank-entity"],[8,"hltv-rank-entity"],[9,"hltv-rank-entity"],[11,"hltv-rank-entity"],[12,"hltv-rank-entity"],[15,"hltv-rank-entity"]],"hltv_status":[[5,"hltv-status"],[6,"hltv-status"],[7,"hltv-status"],[8,"hltv-status"],[9,"hltv-status"],[11,"hltv-status"],[12,"hltv-status"],[15,"hltv-status"]],"hltv_title":[[5,"hltv-title"],[6,"hltv-title"],[7,"hltv-title"],[8,"hltv-title"],[9,"hltv-title"],[11,"hltv-title"],[12,"hltv-title"],[15,"hltv-title"]],"hooks package":[[105,null]],"hooks.base module":[[106,null]],"hooks.exceptions module":[[107,null]],"hooks.warnings module":[[108,null]],"host_quit":[[6,"host-quit"],[8,"host-quit"],[9,"host-quit"],[11,"host-quit"],[15,"host-quit"]],"hostage_call_for_help":[[7,"hostage-call-for-help"],[8,"hostage-call-for-help"]],"hostage_follows":[[7,"hostage-follows"],[8,"hostage-follows"]],"hostage_hurt":[[7,"hostage-hurt"],[8,"hostage-hurt"]],"hostage_killed":[[7,"hostage-killed"],[8,"hostage-killed"]],"hostage_rescued":[[7,"hostage-rescued"],[8,"hostage-rescued"]],"hostage_rescued_all":[[7,"hostage-rescued-all"],[8,"hostage-rescued-all"]],"hostage_stops_following":[[7,"hostage-stops-following"],[8,"hostage-stops-following"]],"hostname_changed":[[7,"hostname-changed"],[12,"hostname-changed"]],"hunter_headshot":[[12,"hunter-headshot"]],"hunter_punched":[[12,"hunter-punched"]],"infected_death":[[12,"infected-death"]],"infected_decapitated":[[12,"infected-decapitated"]],"infected_explosive_barrel_kill":[[12,"infected-explosive-barrel-kill"]],"infected_hurt":[[12,"infected-hurt"]],"inferno_expire":[[7,"inferno-expire"]],"inferno_extinguish":[[7,"inferno-extinguish"]],"inferno_startburn":[[7,"inferno-startburn"]],"info":[[184,"info"]],"inspect_weapon":[[7,"inspect-weapon"]],"instructor_server_hint_create":[[5,"instructor-server-hint-create"],[7,"instructor-server-hint-create"],[12,"instructor-server-hint-create"]],"instructor_server_hint_stop":[[5,"instructor-server-hint-stop"],[7,"instructor-server-hint-stop"],[12,"instructor-server-hint-stop"]],"intro_finish":[[15,"intro-finish"]],"intro_nextcamera":[[15,"intro-nextcamera"]],"inventory_updated":[[7,"inventory-updated"],[8,"inventory-updated"],[9,"inventory-updated"],[11,"inventory-updated"],[15,"inventory-updated"]],"item_equip":[[7,"item-equip"]],"item_found":[[7,"item-found"],[15,"item-found"]],"item_pickup":[[6,"item-pickup"],[7,"item-pickup"],[8,"item-pickup"],[12,"item-pickup"],[15,"item-pickup"]],"item_purchase":[[7,"item-purchase"]],"item_schema_initialized":[[7,"item-schema-initialized"],[8,"item-schema-initialized"],[9,"item-schema-initialized"],[11,"item-schema-initialized"],[15,"item-schema-initialized"]],"items_gifted":[[7,"items-gifted"]],"jockey_killed":[[12,"jockey-killed"]],"jockey_ride":[[12,"jockey-ride"]],"jockey_ride_end":[[12,"jockey-ride-end"]],"jointeam_failed":[[7,"jointeam-failed"]],"keyvalues module":[[109,null]],"kill_in_hell":[[15,"kill-in-hell"]],"kill_refills_meter":[[15,"kill-refills-meter"]],"killed_capping_player":[[15,"killed-capping-player"]],"landed":[[15,"landed"]],"list":[[184,"list"],[184,"id5"]],"listeners":[[24,null]],"listeners package":[[110,null]],"listeners.tick package":[[111,null]],"load":[[184,"load"]],"lobby_updated":[[15,"lobby-updated"]],"localplayer_becameobserver":[[15,"localplayer-becameobserver"]],"localplayer_changeclass":[[15,"localplayer-changeclass"]],"localplayer_changedisguise":[[15,"localplayer-changedisguise"]],"localplayer_changeteam":[[15,"localplayer-changeteam"]],"localplayer_chargeready":[[15,"localplayer-chargeready"]],"localplayer_healed":[[15,"localplayer-healed"]],"localplayer_pickup_weapon":[[15,"localplayer-pickup-weapon"]],"localplayer_respawn":[[15,"localplayer-respawn"]],"localplayer_score_changed":[[15,"localplayer-score-changed"]],"localplayer_winddown":[[15,"localplayer-winddown"]],"loggers module":[[112,null]],"lunge_pounce":[[12,"lunge-pounce"]],"lunge_shove":[[12,"lunge-shove"]],"m60_streak_ended":[[12,"m60-streak-ended"]],"map_transition":[[5,"map-transition"],[7,"map-transition"],[12,"map-transition"]],"match_end_conditions":[[7,"match-end-conditions"],[8,"match-end-conditions"]],"matchmaker_stats_updated":[[15,"matchmaker-stats-updated"]],"material_default_complete":[[7,"material-default-complete"]],"mathlib module":[[113,null]],"mb_input_lock_cancel":[[7,"mb-input-lock-cancel"]],"mb_input_lock_success":[[7,"mb-input-lock-success"]],"medic_death":[[15,"medic-death"]],"medic_defended":[[15,"medic-defended"]],"medigun_shield_blocked_damage":[[15,"medigun-shield-blocked-damage"]],"melee_kill":[[12,"melee-kill"]],"memory":[[25,null]],"memory package":[[114,null]],"memory.helpers module":[[115,null]],"memory.hooks module":[[116,null]],"memory.manager module":[[117,null]],"menus":[[26,null]],"menus package":[[118,null]],"menus.base module":[[119,null]],"menus.esc module":[[120,null]],"menus.queue module":[[121,null]],"menus.radio module":[[122,null]],"merasmus_escape_warning":[[15,"merasmus-escape-warning"]],"merasmus_escaped":[[15,"merasmus-escaped"]],"merasmus_killed":[[15,"merasmus-killed"]],"merasmus_prop_found":[[15,"merasmus-prop-found"]],"merasmus_stunned":[[15,"merasmus-stunned"]],"merasmus_summoned":[[15,"merasmus-summoned"]],"messages package":[[123,null]],"messages.base module":[[124,null],[125,null]],"messages.hooks module":[[126,null]],"messages.impl module":[[127,null]],"minigame_win":[[15,"minigame-win"]],"minigame_won":[[15,"minigame-won"]],"mission_lost":[[12,"mission-lost"]],"mm_lobby_chat":[[15,"mm-lobby-chat"]],"mm_lobby_member_join":[[15,"mm-lobby-member-join"]],"mm_lobby_member_leave":[[15,"mm-lobby-member-leave"]],"molotov_detonate":[[7,"molotov-detonate"]],"molotov_thrown":[[12,"molotov-thrown"]],"mounted_gun_overheated":[[12,"mounted-gun-overheated"]],"mounted_gun_start":[[12,"mounted-gun-start"]],"mvm_adv_wave_complete_no_gates":[[15,"mvm-adv-wave-complete-no-gates"]],"mvm_adv_wave_killed_stun_radio":[[15,"mvm-adv-wave-killed-stun-radio"]],"mvm_begin_wave":[[15,"mvm-begin-wave"]],"mvm_bomb_alarm_triggered":[[15,"mvm-bomb-alarm-triggered"]],"mvm_bomb_carrier_killed":[[15,"mvm-bomb-carrier-killed"]],"mvm_bomb_deploy_reset_by_player":[[15,"mvm-bomb-deploy-reset-by-player"]],"mvm_bomb_reset_by_player":[[15,"mvm-bomb-reset-by-player"]],"mvm_creditbonus_all":[[15,"mvm-creditbonus-all"]],"mvm_creditbonus_all_advanced":[[15,"mvm-creditbonus-all-advanced"]],"mvm_creditbonus_wave":[[15,"mvm-creditbonus-wave"]],"mvm_kill_robot_delivering_bomb":[[15,"mvm-kill-robot-delivering-bomb"]],"mvm_mannhattan_pit":[[15,"mvm-mannhattan-pit"]],"mvm_medic_powerup_shared":[[15,"mvm-medic-powerup-shared"]],"mvm_mission_complete":[[15,"mvm-mission-complete"]],"mvm_mission_update":[[15,"mvm-mission-update"]],"mvm_pickup_currency":[[15,"mvm-pickup-currency"]],"mvm_quick_sentry_upgrade":[[15,"mvm-quick-sentry-upgrade"]],"mvm_reset_stats":[[15,"mvm-reset-stats"]],"mvm_scout_marked_for_death":[[15,"mvm-scout-marked-for-death"]],"mvm_sentrybuster_detonate":[[15,"mvm-sentrybuster-detonate"]],"mvm_sentrybuster_killed":[[15,"mvm-sentrybuster-killed"]],"mvm_sniper_headshot_currency":[[15,"mvm-sniper-headshot-currency"]],"mvm_tank_destroyed_by_players":[[15,"mvm-tank-destroyed-by-players"]],"mvm_wave_complete":[[15,"mvm-wave-complete"]],"mvm_wave_failed":[[15,"mvm-wave-failed"]],"nav_blocked":[[7,"nav-blocked"],[8,"nav-blocked"],[12,"nav-blocked"],[15,"nav-blocked"]],"nav_generate":[[7,"nav-generate"],[8,"nav-generate"],[12,"nav-generate"]],"net_channel module":[[128,null]],"nextlevel":[[6,"nextlevel"]],"nextlevel_changed":[[7,"nextlevel-changed"]],"non_melee_fired":[[12,"non-melee-fired"]],"non_pistol_fired":[[12,"non-pistol-fired"]],"npc_barnacle_grab_victim":[[6,"npc-barnacle-grab-victim"]],"npc_hurt":[[15,"npc-hurt"]],"num_cappers_changed":[[15,"num-cappers-changed"]],"object_deflected":[[15,"object-deflected"]],"object_destroyed":[[15,"object-destroyed"]],"object_detonated":[[15,"object-detonated"]],"object_removed":[[15,"object-removed"]],"on_cooldown_begin":[[12,"on-cooldown-begin"]],"on_cooldown_end":[[12,"on-cooldown-end"]],"on_helicopter_begin":[[12,"on-helicopter-begin"]],"on_helicopter_end":[[12,"on-helicopter-end"]],"on_resources_changed":[[12,"on-resources-changed"]],"other_death":[[7,"other-death"]],"overtime_nag":[[15,"overtime-nag"]],"panic_event_finished":[[12,"panic-event-finished"]],"parachute_deploy":[[15,"parachute-deploy"]],"parachute_holster":[[15,"parachute-holster"]],"parent":[[184,"parent"]],"party_updated":[[15,"party-updated"]],"pass_ball_blocked":[[15,"pass-ball-blocked"]],"pass_ball_stolen":[[15,"pass-ball-stolen"]],"pass_free":[[15,"pass-free"]],"pass_get":[[15,"pass-get"]],"pass_pass_caught":[[15,"pass-pass-caught"]],"pass_score":[[15,"pass-score"]],"path_track_passed":[[15,"path-track-passed"]],"paths module":[[129,null]],"payload_pushed":[[15,"payload-pushed"]],"permission":[[184,"permission"]],"physgun_pickup":[[5,"physgun-pickup"],[6,"physgun-pickup"],[7,"physgun-pickup"],[8,"physgun-pickup"],[9,"physgun-pickup"],[11,"physgun-pickup"],[12,"physgun-pickup"],[15,"physgun-pickup"]],"physics module":[[130,null]],"pills_used":[[12,"pills-used"]],"pills_used_fail":[[12,"pills-used-fail"]],"ping_updated":[[15,"ping-updated"]],"player":[[184,"player"]],"player_abandoned_match":[[15,"player-abandoned-match"]],"player_account_changed":[[15,"player-account-changed"]],"player_activate":[[5,"player-activate"],[6,"player-activate"],[7,"player-activate"],[8,"player-activate"],[9,"player-activate"],[11,"player-activate"],[12,"player-activate"],[15,"player-activate"]],"player_afk":[[12,"player-afk"]],"player_askedforball":[[15,"player-askedforball"]],"player_avenged_teammate":[[7,"player-avenged-teammate"],[8,"player-avenged-teammate"]],"player_begin_sacrifice_run":[[12,"player-begin-sacrifice-run"]],"player_biofeedback_scl":[[12,"player-biofeedback-scl"]],"player_blind":[[7,"player-blind"],[8,"player-blind"],[12,"player-blind"]],"player_blocked":[[12,"player-blocked"]],"player_bonuspoints":[[15,"player-bonuspoints"]],"player_bot_replace":[[12,"player-bot-replace"]],"player_buff":[[15,"player-buff"]],"player_builtobject":[[15,"player-builtobject"]],"player_buyback":[[15,"player-buyback"]],"player_calledformedic":[[15,"player-calledformedic"]],"player_carryobject":[[15,"player-carryobject"]],"player_changeclass":[[9,"player-changeclass"],[15,"player-changeclass"]],"player_changename":[[5,"player-changename"],[6,"player-changename"],[7,"player-changename"],[8,"player-changename"],[9,"player-changename"],[11,"player-changename"],[12,"player-changename"],[15,"player-changename"]],"player_chargedeployed":[[15,"player-chargedeployed"]],"player_chat":[[5,"player-chat"],[6,"player-chat"],[7,"player-chat"],[8,"player-chat"],[9,"player-chat"],[11,"player-chat"],[12,"player-chat"],[15,"player-chat"]],"player_class":[[5,"player-class"],[6,"player-class"],[7,"player-class"],[8,"player-class"],[9,"player-class"],[11,"player-class"],[12,"player-class"],[15,"player-class"]],"player_complete_sacrifice":[[12,"player-complete-sacrifice"]],"player_connect":[[5,"player-connect"],[6,"player-connect"],[7,"player-connect"],[8,"player-connect"],[9,"player-connect"],[11,"player-connect"],[12,"player-connect"],[15,"player-connect"]],"player_connect_client":[[8,"player-connect-client"],[9,"player-connect-client"],[11,"player-connect-client"],[15,"player-connect-client"]],"player_connect_full":[[5,"player-connect-full"],[7,"player-connect-full"],[12,"player-connect-full"]],"player_currency_changed":[[15,"player-currency-changed"]],"player_damage_dodged":[[15,"player-damage-dodged"]],"player_damaged":[[15,"player-damaged"]],"player_death":[[5,"player-death"],[6,"player-death"],[7,"player-death"],[8,"player-death"],[9,"player-death"],[11,"player-death"],[12,"player-death"],[15,"player-death"]],"player_decal":[[7,"player-decal"],[8,"player-decal"]],"player_destroyed_pipebomb":[[15,"player-destroyed-pipebomb"]],"player_directhit_stun":[[15,"player-directhit-stun"]],"player_disconnect":[[5,"player-disconnect"],[6,"player-disconnect"],[7,"player-disconnect"],[8,"player-disconnect"],[9,"player-disconnect"],[11,"player-disconnect"],[12,"player-disconnect"],[15,"player-disconnect"]],"player_dominated":[[6,"player-dominated"]],"player_drop":[[5,"player-drop"]],"player_dropobject":[[15,"player-dropobject"]],"player_entered_checkpoint":[[12,"player-entered-checkpoint"]],"player_entered_start_area":[[12,"player-entered-start-area"]],"player_escort_score":[[15,"player-escort-score"]],"player_extinguished":[[15,"player-extinguished"]],"player_falldamage":[[7,"player-falldamage"],[8,"player-falldamage"],[12,"player-falldamage"]],"player_first_spawn":[[12,"player-first-spawn"]],"player_footstep":[[7,"player-footstep"],[8,"player-footstep"],[12,"player-footstep"]],"player_fullyjoined":[[5,"player-fullyjoined"]],"player_given_c4":[[7,"player-given-c4"]],"player_healed":[[15,"player-healed"]],"player_healedbymedic":[[15,"player-healedbymedic"]],"player_healedmediccall":[[15,"player-healedmediccall"]],"player_healonhit":[[15,"player-healonhit"]],"player_highfive_cancel":[[15,"player-highfive-cancel"]],"player_highfive_start":[[15,"player-highfive-start"]],"player_highfive_success":[[15,"player-highfive-success"]],"player_hintmessage":[[5,"player-hintmessage"],[6,"player-hintmessage"],[7,"player-hintmessage"],[8,"player-hintmessage"],[9,"player-hintmessage"],[11,"player-hintmessage"],[12,"player-hintmessage"],[15,"player-hintmessage"]],"player_hit":[[5,"player-hit"]],"player_hurt":[[5,"player-hurt"],[6,"player-hurt"],[7,"player-hurt"],[8,"player-hurt"],[9,"player-hurt"],[11,"player-hurt"],[12,"player-hurt"],[15,"player-hurt"]],"player_hurt_concise":[[12,"player-hurt-concise"]],"player_ignited":[[15,"player-ignited"]],"player_ignited_inv":[[15,"player-ignited-inv"]],"player_incapacitated":[[12,"player-incapacitated"]],"player_incapacitated_start":[[12,"player-incapacitated-start"]],"player_info":[[5,"player-info"],[6,"player-info"],[7,"player-info"],[8,"player-info"],[9,"player-info"],[11,"player-info"],[12,"player-info"],[15,"player-info"]],"player_initial_spawn":[[15,"player-initial-spawn"]],"player_invulned":[[15,"player-invulned"]],"player_jarated":[[15,"player-jarated"]],"player_jarated_fade":[[15,"player-jarated-fade"]],"player_jump":[[7,"player-jump"],[8,"player-jump"],[12,"player-jump"]],"player_jump_apex":[[12,"player-jump-apex"]],"player_killed_achievement_zone":[[15,"player-killed-achievement-zone"]],"player_ledge_grab":[[12,"player-ledge-grab"]],"player_ledge_release":[[12,"player-ledge-release"]],"player_left_checkpoint":[[12,"player-left-checkpoint"]],"player_left_start_area":[[12,"player-left-start-area"]],"player_lost":[[5,"player-lost"]],"player_mvp":[[15,"player-mvp"]],"player_next_map_vote_change":[[15,"player-next-map-vote-change"]],"player_no_longer_it":[[12,"player-no-longer-it"]],"player_now_it":[[12,"player-now-it"]],"player_pinned":[[15,"player-pinned"]],"player_radio":[[7,"player-radio"],[8,"player-radio"]],"player_regenerate":[[15,"player-regenerate"]],"player_rematch_change":[[15,"player-rematch-change"]],"player_reset_vote":[[7,"player-reset-vote"]],"player_revenge":[[6,"player-revenge"]],"player_sapped_object":[[15,"player-sapped-object"]],"player_say":[[5,"player-say"],[6,"player-say"],[7,"player-say"],[8,"player-say"],[9,"player-say"],[11,"player-say"],[12,"player-say"],[15,"player-say"]],"player_score":[[5,"player-score"],[6,"player-score"],[7,"player-score"],[8,"player-score"],[9,"player-score"],[11,"player-score"],[12,"player-score"],[15,"player-score"]],"player_score_changed":[[15,"player-score-changed"]],"player_shield_blocked":[[15,"player-shield-blocked"]],"player_shoot":[[5,"player-shoot"],[6,"player-shoot"],[7,"player-shoot"],[8,"player-shoot"],[9,"player-shoot"],[11,"player-shoot"],[12,"player-shoot"],[15,"player-shoot"]],"player_shoved":[[12,"player-shoved"]],"player_soda_machine":[[6,"player-soda-machine"]],"player_spawn":[[5,"player-spawn"],[6,"player-spawn"],[7,"player-spawn"],[8,"player-spawn"],[9,"player-spawn"],[11,"player-spawn"],[12,"player-spawn"],[15,"player-spawn"]],"player_spawned":[[7,"player-spawned"]],"player_stats_updated":[[7,"player-stats-updated"],[8,"player-stats-updated"],[15,"player-stats-updated"]],"player_stealsandvich":[[15,"player-stealsandvich"]],"player_stunned":[[15,"player-stunned"]],"player_talking_state":[[12,"player-talking-state"]],"player_team":[[5,"player-team"],[6,"player-team"],[7,"player-team"],[8,"player-team"],[9,"player-team"],[11,"player-team"],[12,"player-team"],[15,"player-team"]],"player_teleported":[[15,"player-teleported"]],"player_transitioned":[[12,"player-transitioned"]],"player_turned_to_ghost":[[15,"player-turned-to-ghost"]],"player_upgraded":[[15,"player-upgraded"]],"player_upgradedobject":[[15,"player-upgradedobject"]],"player_use":[[5,"player-use"],[6,"player-use"],[7,"player-use"],[8,"player-use"],[9,"player-use"],[11,"player-use"],[12,"player-use"],[15,"player-use"]],"player_used_powerup_bottle":[[15,"player-used-powerup-bottle"]],"player_was_blocked":[[5,"player-was-blocked"]],"player_won":[[5,"player-won"]],"players package":[[131,null]],"players._base module":[[132,null]],"players.bots module":[[133,null]],"players.constants module":[[134,null]],"players.dictionary module":[[135,null]],"players.engines package":[[136,null]],"players.engines.bms package":[[137,null]],"players.engines.csgo package":[[138,null]],"players.engines.l4d2 package":[[139,null]],"players.engines.orangebox package":[[140,null]],"players.engines.orangebox.cstrike module":[[141,null]],"players.entity module":[[142,null]],"players.helpers module":[[143,null]],"players.teams module":[[144,null]],"players.voice module":[[145,null]],"playing_commentary":[[15,"playing-commentary"]],"plugin":[[184,"plugin"]],"plugins":[[27,null]],"plugins package":[[146,null]],"plugins.command module":[[147,null]],"plugins.info module":[[148,null]],"plugins.instance module":[[149,null]],"plugins.manager module":[[150,null]],"post_inventory_application":[[15,"post-inventory-application"]],"pounce_end":[[12,"pounce-end"]],"pounce_fail":[[12,"pounce-fail"]],"pounce_stopped":[[12,"pounce-stopped"]],"projectile_direct_hit":[[15,"projectile-direct-hit"]],"public module":[[151,null]],"pumpkin_lord_killed":[[15,"pumpkin-lord-killed"]],"pumpkin_lord_summoned":[[15,"pumpkin-lord-summoned"]],"punched_clown":[[12,"punched-clown"]],"pve_win_panel":[[15,"pve-win-panel"]],"quest_objective_completed":[[15,"quest-objective-completed"]],"questlog_opened":[[15,"questlog-opened"]],"ragdoll_dissolved":[[5,"ragdoll-dissolved"],[6,"ragdoll-dissolved"],[7,"ragdoll-dissolved"],[8,"ragdoll-dissolved"],[9,"ragdoll-dissolved"],[11,"ragdoll-dissolved"],[12,"ragdoll-dissolved"],[15,"ragdoll-dissolved"]],"raid_spawn_mob":[[15,"raid-spawn-mob"]],"raid_spawn_squad":[[15,"raid-spawn-squad"]],"rd_player_score_points":[[15,"rd-player-score-points"]],"rd_robot_impact":[[15,"rd-robot-impact"]],"rd_robot_killed":[[15,"rd-robot-killed"]],"rd_rules_state_changed":[[15,"rd-rules-state-changed"]],"rd_team_points_changed":[[15,"rd-team-points-changed"]],"read_game_titledata":[[7,"read-game-titledata"]],"recalculate_holidays":[[15,"recalculate-holidays"]],"recalculate_truce":[[15,"recalculate-truce"]],"receive_upgrade":[[12,"receive-upgrade"]],"reload":[[184,"reload"]],"relocated":[[12,"relocated"]],"rematch_failed_to_create":[[15,"rematch-failed-to-create"]],"rematch_vote_period_over":[[15,"rematch-vote-period-over"]],"remove":[[184,"remove"],[184,"id3"]],"remove_nemesis_relationships":[[15,"remove-nemesis-relationships"]],"remove_parent":[[184,"remove-parent"],[184,"id4"]],"replay_endrecord":[[15,"replay-endrecord"]],"replay_replaysavailable":[[15,"replay-replaysavailable"]],"replay_saved":[[8,"replay-saved"],[9,"replay-saved"],[11,"replay-saved"],[15,"replay-saved"]],"replay_servererror":[[15,"replay-servererror"]],"replay_sessioninfo":[[15,"replay-sessioninfo"]],"replay_startrecord":[[15,"replay-startrecord"]],"replay_youtube_stats":[[8,"replay-youtube-stats"],[9,"replay-youtube-stats"],[11,"replay-youtube-stats"],[15,"replay-youtube-stats"]],"repost_xbox_achievements":[[7,"repost-xbox-achievements"]],"request_weapon_stats":[[12,"request-weapon-stats"]],"rescue_door_open":[[12,"rescue-door-open"]],"reset_game_titledata":[[7,"reset-game-titledata"]],"reset_player_controls":[[7,"reset-player-controls"]],"respawn_ghost":[[15,"respawn-ghost"]],"respawning":[[12,"respawning"]],"restart_timer_time":[[15,"restart-timer-time"]],"revive_begin":[[12,"revive-begin"]],"revive_end":[[12,"revive-end"]],"revive_player_complete":[[15,"revive-player-complete"]],"revive_player_notify":[[15,"revive-player-notify"]],"revive_player_stopped":[[15,"revive-player-stopped"]],"revive_success":[[12,"revive-success"]],"rocket_jump":[[15,"rocket-jump"]],"rocket_jump_landed":[[15,"rocket-jump-landed"]],"round_announce_final":[[7,"round-announce-final"]],"round_announce_last_round_half":[[7,"round-announce-last-round-half"]],"round_announce_match_point":[[7,"round-announce-match-point"]],"round_announce_match_start":[[7,"round-announce-match-start"]],"round_announce_warmup":[[7,"round-announce-warmup"]],"round_end":[[5,"round-end"],[6,"round-end"],[7,"round-end"],[8,"round-end"],[9,"round-end"],[11,"round-end"],[12,"round-end"],[15,"round-end"]],"round_end_message":[[12,"round-end-message"]],"round_end_upload_stats":[[7,"round-end-upload-stats"]],"round_freeze_end":[[7,"round-freeze-end"],[8,"round-freeze-end"],[12,"round-freeze-end"]],"round_mvp":[[7,"round-mvp"],[8,"round-mvp"]],"round_officially_ended":[[7,"round-officially-ended"]],"round_poststart":[[7,"round-poststart"]],"round_prestart":[[7,"round-prestart"]],"round_start":[[5,"round-start"],[6,"round-start"],[7,"round-start"],[8,"round-start"],[9,"round-start"],[11,"round-start"],[12,"round-start"],[15,"round-start"]],"round_start_post_nav":[[12,"round-start-post-nav"]],"round_start_pre_entity":[[7,"round-start-pre-entity"],[12,"round-start-pre-entity"]],"round_time_warning":[[7,"round-time-warning"]],"rps_taunt_event":[[15,"rps-taunt-event"]],"scavenge_gas_can_destroyed":[[12,"scavenge-gas-can-destroyed"]],"scavenge_match_finished":[[12,"scavenge-match-finished"]],"scavenge_round_finished":[[12,"scavenge-round-finished"]],"scavenge_round_halftime":[[12,"scavenge-round-halftime"]],"scavenge_round_start":[[12,"scavenge-round-start"]],"scavenge_score_tied":[[12,"scavenge-score-tied"]],"schema_updated":[[15,"schema-updated"]],"scorestats_accumulated_reset":[[15,"scorestats-accumulated-reset"]],"scorestats_accumulated_update":[[15,"scorestats-accumulated-update"]],"scout_grand_slam":[[15,"scout-grand-slam"]],"scout_slamdoll_landed":[[15,"scout-slamdoll-landed"]],"scriptedmode_reloadhud":[[12,"scriptedmode-reloadhud"]],"seasoncoin_levelup":[[7,"seasoncoin-levelup"]],"sentry_on_go_active":[[15,"sentry-on-go-active"]],"server_addban":[[5,"server-addban"],[6,"server-addban"],[7,"server-addban"],[8,"server-addban"],[9,"server-addban"],[11,"server-addban"],[12,"server-addban"],[15,"server-addban"]],"server_changelevel_failed":[[8,"server-changelevel-failed"],[9,"server-changelevel-failed"],[11,"server-changelevel-failed"],[15,"server-changelevel-failed"]],"server_classes":[[184,"server-classes"]],"server_cvar":[[5,"server-cvar"],[6,"server-cvar"],[7,"server-cvar"],[8,"server-cvar"],[9,"server-cvar"],[11,"server-cvar"],[12,"server-cvar"],[15,"server-cvar"]],"server_message":[[5,"server-message"],[6,"server-message"],[7,"server-message"],[8,"server-message"],[9,"server-message"],[11,"server-message"],[12,"server-message"],[15,"server-message"]],"server_pre_shutdown":[[5,"server-pre-shutdown"],[7,"server-pre-shutdown"],[12,"server-pre-shutdown"]],"server_removeban":[[5,"server-removeban"],[6,"server-removeban"],[7,"server-removeban"],[8,"server-removeban"],[9,"server-removeban"],[11,"server-removeban"],[12,"server-removeban"],[15,"server-removeban"]],"server_shutdown":[[5,"server-shutdown"],[6,"server-shutdown"],[7,"server-shutdown"],[8,"server-shutdown"],[9,"server-shutdown"],[11,"server-shutdown"],[12,"server-shutdown"],[15,"server-shutdown"]],"server_spawn":[[5,"server-spawn"],[6,"server-spawn"],[7,"server-spawn"],[8,"server-spawn"],[9,"server-spawn"],[11,"server-spawn"],[12,"server-spawn"],[15,"server-spawn"]],"set":[[184,"set"]],"set_instructor_group_enabled":[[5,"set-instructor-group-enabled"],[7,"set-instructor-group-enabled"],[12,"set-instructor-group-enabled"]],"settings package":[[152,null]],"settings.menu module":[[153,null]],"settings.player module":[[154,null]],"settings.storage module":[[155,null]],"settings.types module":[[156,null]],"sfuievent":[[7,"sfuievent"]],"show_annotation":[[15,"show-annotation"]],"show_class_layout":[[15,"show-class-layout"]],"show_freezepanel":[[6,"show-freezepanel"],[7,"show-freezepanel"],[8,"show-freezepanel"],[9,"show-freezepanel"],[15,"show-freezepanel"]],"show_match_summary":[[15,"show-match-summary"]],"show_vs_panel":[[15,"show-vs-panel"]],"silencer_detach":[[7,"silencer-detach"]],"silencer_off":[[7,"silencer-off"]],"silencer_on":[[7,"silencer-on"]],"smokegrenade_detonate":[[7,"smokegrenade-detonate"],[8,"smokegrenade-detonate"]],"smokegrenade_expired":[[7,"smokegrenade-expired"]],"song_played":[[12,"song-played"]],"source-python package":[[157,null]],"spawned_as_tank":[[12,"spawned-as-tank"]],"spawner_give_item":[[12,"spawner-give-item"]],"spec_mode_updated":[[7,"spec-mode-updated"]],"spec_target_updated":[[5,"spec-target-updated"],[6,"spec-target-updated"],[7,"spec-target-updated"],[8,"spec-target-updated"],[9,"spec-target-updated"],[11,"spec-target-updated"],[12,"spec-target-updated"],[15,"spec-target-updated"]],"special_score":[[15,"special-score"]],"spit_burst":[[12,"spit-burst"]],"spitter_killed":[[12,"spitter-killed"]],"spy_pda_reset":[[15,"spy-pda-reset"]],"start_halftime":[[7,"start-halftime"]],"start_holdout":[[12,"start-holdout"]],"start_score_animation":[[12,"start-score-animation"]],"start_vote":[[7,"start-vote"]],"started_pre_radio":[[12,"started-pre-radio"]],"stashwhacker_game_won":[[12,"stashwhacker-game-won"]],"stats_resetround":[[15,"stats-resetround"]],"steam module":[[158,null]],"sticky_jump":[[15,"sticky-jump"]],"sticky_jump_landed":[[15,"sticky-jump-landed"]],"stop_watch_changed":[[15,"stop-watch-changed"]],"store_pricesheet_updated":[[7,"store-pricesheet-updated"],[8,"store-pricesheet-updated"],[9,"store-pricesheet-updated"],[11,"store-pricesheet-updated"],[15,"store-pricesheet-updated"]],"string_tables":[[184,"string-tables"]],"stringtables":[[28,null]],"stringtables package":[[159,null]],"stringtables.downloads module":[[160,null]],"strongman_bell_knocked_off":[[12,"strongman-bell-knocked-off"]],"studio package":[[161,null]],"studio.cache module":[[162,null]],"studio.constants module":[[163,null]],"success_checkpoint_button_used":[[12,"success-checkpoint-button-used"]],"survival_announce_phase":[[7,"survival-announce-phase"]],"survival_at_30min":[[12,"survival-at-30min"]],"survival_goal_reached":[[12,"survival-goal-reached"]],"survival_round_start":[[12,"survival-round-start"]],"survivor_call_for_help":[[12,"survivor-call-for-help"]],"survivor_rescue_abandoned":[[12,"survivor-rescue-abandoned"]],"survivor_rescued":[[12,"survivor-rescued"]],"switch_team":[[7,"switch-team"]],"tagged_player_as_it":[[15,"tagged-player-as-it"]],"tagrenade_detonate":[[7,"tagrenade-detonate"]],"tank_frustrated":[[12,"tank-frustrated"]],"tank_killed":[[12,"tank-killed"]],"tank_spawn":[[12,"tank-spawn"]],"team_info":[[5,"team-info"],[6,"team-info"],[7,"team-info"],[8,"team-info"],[9,"team-info"],[11,"team-info"],[12,"team-info"],[15,"team-info"]],"team_leader_killed":[[15,"team-leader-killed"]],"team_score":[[5,"team-score"],[6,"team-score"],[7,"team-score"],[8,"team-score"],[9,"team-score"],[11,"team-score"],[12,"team-score"],[15,"team-score"]],"teamchange_pending":[[7,"teamchange-pending"]],"teamplay_alert":[[15,"teamplay-alert"]],"teamplay_broadcast_audio":[[5,"teamplay-broadcast-audio"],[6,"teamplay-broadcast-audio"],[7,"teamplay-broadcast-audio"],[8,"teamplay-broadcast-audio"],[9,"teamplay-broadcast-audio"],[11,"teamplay-broadcast-audio"],[12,"teamplay-broadcast-audio"],[15,"teamplay-broadcast-audio"]],"teamplay_capture_blocked":[[15,"teamplay-capture-blocked"]],"teamplay_capture_broken":[[15,"teamplay-capture-broken"]],"teamplay_flag_event":[[15,"teamplay-flag-event"]],"teamplay_game_over":[[15,"teamplay-game-over"]],"teamplay_map_time_remaining":[[15,"teamplay-map-time-remaining"]],"teamplay_overtime_begin":[[15,"teamplay-overtime-begin"]],"teamplay_overtime_end":[[15,"teamplay-overtime-end"]],"teamplay_point_captured":[[15,"teamplay-point-captured"]],"teamplay_point_locked":[[15,"teamplay-point-locked"]],"teamplay_point_startcapture":[[15,"teamplay-point-startcapture"]],"teamplay_point_unlocked":[[15,"teamplay-point-unlocked"]],"teamplay_pre_round_time_left":[[15,"teamplay-pre-round-time-left"]],"teamplay_ready_restart":[[15,"teamplay-ready-restart"]],"teamplay_restart_round":[[15,"teamplay-restart-round"]],"teamplay_round_active":[[15,"teamplay-round-active"]],"teamplay_round_restart_seconds":[[15,"teamplay-round-restart-seconds"]],"teamplay_round_selected":[[15,"teamplay-round-selected"]],"teamplay_round_stalemate":[[15,"teamplay-round-stalemate"]],"teamplay_round_start":[[7,"teamplay-round-start"],[8,"teamplay-round-start"],[11,"teamplay-round-start"],[15,"teamplay-round-start"]],"teamplay_round_win":[[15,"teamplay-round-win"]],"teamplay_setup_finished":[[15,"teamplay-setup-finished"]],"teamplay_suddendeath_begin":[[15,"teamplay-suddendeath-begin"]],"teamplay_suddendeath_end":[[15,"teamplay-suddendeath-end"]],"teamplay_team_ready":[[15,"teamplay-team-ready"]],"teamplay_teambalanced_player":[[15,"teamplay-teambalanced-player"]],"teamplay_timer_flash":[[15,"teamplay-timer-flash"]],"teamplay_timer_time_added":[[15,"teamplay-timer-time-added"]],"teamplay_update_timer":[[15,"teamplay-update-timer"]],"teamplay_waiting_abouttoend":[[15,"teamplay-waiting-abouttoend"]],"teamplay_waiting_begins":[[15,"teamplay-waiting-begins"]],"teamplay_waiting_ends":[[15,"teamplay-waiting-ends"]],"teamplay_win_panel":[[15,"teamplay-win-panel"]],"teams_changed":[[15,"teams-changed"]],"temp_c4m1_getgas":[[12,"temp-c4m1-getgas"]],"temp_c4m3_return_to_boat":[[12,"temp-c4m3-return-to-boat"]],"test":[[184,"test"]],"tf_game_over":[[15,"tf-game-over"]],"tf_map_time_remaining":[[15,"tf-map-time-remaining"]],"throwable_hit":[[15,"throwable-hit"]],"tongue_broke_bent":[[12,"tongue-broke-bent"]],"tongue_grab":[[12,"tongue-grab"]],"tongue_pull_stopped":[[12,"tongue-pull-stopped"]],"tongue_release":[[12,"tongue-release"]],"top_streams_request_finished":[[15,"top-streams-request-finished"]],"total_ammo_below_40":[[12,"total-ammo-below-40"]],"tournament_enablecountdown":[[15,"tournament-enablecountdown"]],"tournament_reward":[[7,"tournament-reward"]],"tournament_stateupdate":[[15,"tournament-stateupdate"]],"tr_exit_hint_trigger":[[7,"tr-exit-hint-trigger"]],"tr_mark_best_time":[[7,"tr-mark-best-time"]],"tr_mark_complete":[[7,"tr-mark-complete"]],"tr_player_flashbanged":[[7,"tr-player-flashbanged"]],"tr_show_exit_msgbox":[[7,"tr-show-exit-msgbox"]],"tr_show_finish_msgbox":[[7,"tr-show-finish-msgbox"]],"training_complete":[[15,"training-complete"]],"tram_accelerate":[[6,"tram-accelerate"]],"tram_client_state_change":[[6,"tram-client-state-change"]],"tram_control_state":[[6,"tram-control-state"]],"translations package":[[164,null]],"translations.manager module":[[165,null]],"translations.strings module":[[166,null]],"trial_time_expired":[[7,"trial-time-expired"]],"triggered_car_alarm":[[12,"triggered-car-alarm"]],"ugc_file_download_finished":[[7,"ugc-file-download-finished"]],"ugc_file_download_start":[[7,"ugc-file-download-start"]],"ugc_map_download_error":[[7,"ugc-map-download-error"]],"ugc_map_info_received":[[7,"ugc-map-info-received"]],"ugc_map_unsubscribed":[[7,"ugc-map-unsubscribed"]],"unload":[[184,"unload"]],"update":[[184,"update"]],"update_matchmaking_stats":[[7,"update-matchmaking-stats"]],"update_status_item":[[15,"update-status-item"]],"upgrade_explosive_ammo":[[12,"upgrade-explosive-ammo"]],"upgrade_failed_no_primary":[[12,"upgrade-failed-no-primary"]],"upgrade_incendiary_ammo":[[12,"upgrade-incendiary-ammo"]],"upgrade_item_already_used":[[12,"upgrade-item-already-used"]],"upgrade_pack_added":[[12,"upgrade-pack-added"]],"upgrade_pack_begin":[[12,"upgrade-pack-begin"]],"upgrade_pack_used":[[12,"upgrade-pack-used"]],"upgrades_file_changed":[[15,"upgrades-file-changed"]],"use_target":[[12,"use-target"]],"user_data_downloaded":[[5,"user-data-downloaded"],[6,"user-data-downloaded"],[7,"user-data-downloaded"],[8,"user-data-downloaded"],[9,"user-data-downloaded"],[11,"user-data-downloaded"],[12,"user-data-downloaded"],[15,"user-data-downloaded"]],"verify_client_hit":[[7,"verify-client-hit"]],"versus_marker_reached":[[12,"versus-marker-reached"]],"versus_match_finished":[[12,"versus-match-finished"]],"versus_round_start":[[12,"versus-round-start"]],"vip_escaped":[[7,"vip-escaped"],[8,"vip-escaped"]],"vip_killed":[[7,"vip-killed"],[8,"vip-killed"]],"vomit_bomb_tank":[[12,"vomit-bomb-tank"]],"vote_cast":[[7,"vote-cast"],[8,"vote-cast"],[9,"vote-cast"],[11,"vote-cast"],[15,"vote-cast"]],"vote_cast_no":[[12,"vote-cast-no"]],"vote_cast_yes":[[12,"vote-cast-yes"]],"vote_changed":[[7,"vote-changed"],[8,"vote-changed"],[9,"vote-changed"],[11,"vote-changed"],[12,"vote-changed"],[15,"vote-changed"]],"vote_ended":[[7,"vote-ended"],[8,"vote-ended"],[9,"vote-ended"],[11,"vote-ended"],[12,"vote-ended"],[15,"vote-ended"]],"vote_failed":[[7,"vote-failed"],[8,"vote-failed"],[9,"vote-failed"],[11,"vote-failed"],[12,"vote-failed"],[15,"vote-failed"]],"vote_maps_changed":[[15,"vote-maps-changed"]],"vote_options":[[7,"vote-options"],[8,"vote-options"],[9,"vote-options"],[11,"vote-options"],[15,"vote-options"]],"vote_passed":[[7,"vote-passed"],[8,"vote-passed"],[9,"vote-passed"],[11,"vote-passed"],[12,"vote-passed"],[15,"vote-passed"]],"vote_started":[[7,"vote-started"],[8,"vote-started"],[9,"vote-started"],[11,"vote-started"],[12,"vote-started"],[15,"vote-started"]],"waiting_checkpoint_button_used":[[12,"waiting-checkpoint-button-used"]],"waiting_checkpoint_door_used":[[12,"waiting-checkpoint-door-used"]],"waiting_door_used_versus":[[12,"waiting-door-used-versus"]],"weapon_drop":[[12,"weapon-drop"]],"weapon_fire":[[7,"weapon-fire"],[8,"weapon-fire"],[12,"weapon-fire"]],"weapon_fire_at_40":[[12,"weapon-fire-at-40"]],"weapon_fire_on_empty":[[7,"weapon-fire-on-empty"],[8,"weapon-fire-on-empty"],[12,"weapon-fire-on-empty"]],"weapon_given":[[12,"weapon-given"]],"weapon_gluon_fired":[[6,"weapon-gluon-fired"]],"weapon_out_of_ammo":[[12,"weapon-out-of-ammo"]],"weapon_outofammo":[[7,"weapon-outofammo"]],"weapon_pickup":[[6,"weapon-pickup"],[12,"weapon-pickup"]],"weapon_reload":[[7,"weapon-reload"],[8,"weapon-reload"],[12,"weapon-reload"]],"weapon_reload_database":[[7,"weapon-reload-database"]],"weapon_scripts":[[184,"weapon-scripts"]],"weapon_spawn_visible":[[12,"weapon-spawn-visible"]],"weapon_tau_overcharged":[[6,"weapon-tau-overcharged"]],"weapon_zoom":[[7,"weapon-zoom"],[8,"weapon-zoom"],[12,"weapon-zoom"]],"weapon_zoom_rifle":[[7,"weapon-zoom-rifle"]],"weapons package":[[167,null]],"weapons.constants module":[[168,null]],"weapons.default module":[[169,null]],"weapons.dictionary module":[[170,null]],"weapons.engines package":[[171,null]],"weapons.engines.csgo package":[[172,null]],"weapons.engines.csgo.csgo module":[[173,null]],"weapons.entity module":[[174,null]],"weapons.instance module":[[175,null]],"weapons.manager module":[[176,null]],"weapons.restrictions module":[[177,null]],"weapons.scripts module":[[178,null]],"winlimit_changed":[[15,"winlimit-changed"]],"winpanel_show_scores":[[15,"winpanel-show-scores"]],"witch_harasser_set":[[12,"witch-harasser-set"]],"witch_killed":[[12,"witch-killed"]],"witch_spawn":[[12,"witch-spawn"]],"write_game_titledata":[[7,"write-game-titledata"]],"write_profile_data":[[7,"write-profile-data"]],"zombie_death":[[12,"zombie-death"]],"zombie_ignited":[[12,"zombie-ignited"]]},"docnames":["contributing/building","contributing/coding-conventions","contributing/contributing","contributing/todos","developing/events","developing/events/blade","developing/events/bms","developing/events/csgo","developing/events/cstrike","developing/events/dod","developing/events/hl2","developing/events/hl2mp","developing/events/l4d2","developing/events/portal","developing/events/portal2","developing/events/tf","developing/getting-started","developing/module_tutorials","developing/module_tutorials/auth","developing/module_tutorials/colors","developing/module_tutorials/commands","developing/module_tutorials/config","developing/module_tutorials/entities","developing/module_tutorials/events","developing/module_tutorials/listeners","developing/module_tutorials/memory","developing/module_tutorials/menus","developing/module_tutorials/plugins","developing/module_tutorials/stringtables","developing/modules/auth","developing/modules/auth.base","developing/modules/auth.manager","developing/modules/autodoc","developing/modules/bitbuffers","developing/modules/colors","developing/modules/commands","developing/modules/commands.auth","developing/modules/commands.client","developing/modules/commands.command","developing/modules/commands.filter","developing/modules/commands.manager","developing/modules/commands.player","developing/modules/commands.say","developing/modules/commands.server","developing/modules/commands.typed","developing/modules/config","developing/modules/config.command","developing/modules/config.cvar","developing/modules/config.manager","developing/modules/config.section","developing/modules/core","developing/modules/core.cache","developing/modules/core.command","developing/modules/core.command.auth","developing/modules/core.command.docs","developing/modules/core.command.dump","developing/modules/core.command.plugin","developing/modules/core.dumps","developing/modules/core.settings","developing/modules/core.table","developing/modules/core.update","developing/modules/core.version","developing/modules/cvars","developing/modules/cvars.flags","developing/modules/cvars.public","developing/modules/cvars.tags","developing/modules/effects","developing/modules/effects.base","developing/modules/effects.hooks","developing/modules/effects.templates","developing/modules/engines","developing/modules/engines.gamerules","developing/modules/engines.precache","developing/modules/engines.server","developing/modules/engines.sound","developing/modules/engines.trace","developing/modules/entities","developing/modules/entities.classes","developing/modules/entities.collisions","developing/modules/entities.constants","developing/modules/entities.datamaps","developing/modules/entities.dictionary","developing/modules/entities.engines","developing/modules/entities.engines.csgo","developing/modules/entities.engines.csgo.csgo","developing/modules/entities.entity","developing/modules/entities.factories","developing/modules/entities.helpers","developing/modules/entities.hooks","developing/modules/entities.props","developing/modules/entities.transmit","developing/modules/events","developing/modules/events.custom","developing/modules/events.hooks","developing/modules/events.listener","developing/modules/events.manager","developing/modules/events.resource","developing/modules/events.variable","developing/modules/filesystem","developing/modules/filters","developing/modules/filters.entities","developing/modules/filters.iterator","developing/modules/filters.players","developing/modules/filters.recipients","developing/modules/filters.weapons","developing/modules/hooks","developing/modules/hooks.base","developing/modules/hooks.exceptions","developing/modules/hooks.warnings","developing/modules/keyvalues","developing/modules/listeners","developing/modules/listeners.tick","developing/modules/loggers","developing/modules/mathlib","developing/modules/memory","developing/modules/memory.helpers","developing/modules/memory.hooks","developing/modules/memory.manager","developing/modules/menus","developing/modules/menus.base","developing/modules/menus.esc","developing/modules/menus.queue","developing/modules/menus.radio","developing/modules/messages","developing/modules/messages.base","developing/modules/messages.dialog","developing/modules/messages.hooks","developing/modules/messages.impl","developing/modules/net_channel","developing/modules/paths","developing/modules/physics","developing/modules/players","developing/modules/players._base","developing/modules/players.bots","developing/modules/players.constants","developing/modules/players.dictionary","developing/modules/players.engines","developing/modules/players.engines.bms","developing/modules/players.engines.csgo","developing/modules/players.engines.l4d2","developing/modules/players.engines.orangebox","developing/modules/players.engines.orangebox.cstrike","developing/modules/players.entity","developing/modules/players.helpers","developing/modules/players.teams","developing/modules/players.voice","developing/modules/plugins","developing/modules/plugins.command","developing/modules/plugins.info","developing/modules/plugins.instance","developing/modules/plugins.manager","developing/modules/public","developing/modules/settings","developing/modules/settings.menu","developing/modules/settings.player","developing/modules/settings.storage","developing/modules/settings.types","developing/modules/source-python","developing/modules/steam","developing/modules/stringtables","developing/modules/stringtables.downloads","developing/modules/studio","developing/modules/studio.cache","developing/modules/studio.constants","developing/modules/translations","developing/modules/translations.manager","developing/modules/translations.strings","developing/modules/weapons","developing/modules/weapons.constants","developing/modules/weapons.default","developing/modules/weapons.dictionary","developing/modules/weapons.engines","developing/modules/weapons.engines.csgo","developing/modules/weapons.engines.csgo.csgo","developing/modules/weapons.entity","developing/modules/weapons.instance","developing/modules/weapons.manager","developing/modules/weapons.restrictions","developing/modules/weapons.scripts","general/config-auth","general/credits","general/installation","general/known-issues","general/reporting-a-bug","general/sp-commands","general/updating","index"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,"sphinx.ext.todo":2,"sphinx.ext.viewcode":1},"filenames":["contributing/building.rst","contributing/coding-conventions.rst","contributing/contributing.rst","contributing/todos.rst","developing/events.rst","developing/events/blade.rst","developing/events/bms.rst","developing/events/csgo.rst","developing/events/cstrike.rst","developing/events/dod.rst","developing/events/hl2.rst","developing/events/hl2mp.rst","developing/events/l4d2.rst","developing/events/portal.rst","developing/events/portal2.rst","developing/events/tf.rst","developing/getting-started.rst","developing/module_tutorials.rst","developing/module_tutorials/auth.rst","developing/module_tutorials/colors.rst","developing/module_tutorials/commands.rst","developing/module_tutorials/config.rst","developing/module_tutorials/entities.rst","developing/module_tutorials/events.rst","developing/module_tutorials/listeners.rst","developing/module_tutorials/memory.rst","developing/module_tutorials/menus.rst","developing/module_tutorials/plugins.rst","developing/module_tutorials/stringtables.rst","developing/modules/auth.rst","developing/modules/auth.base.rst","developing/modules/auth.manager.rst","developing/modules/autodoc.rst","developing/modules/bitbuffers.rst","developing/modules/colors.rst","developing/modules/commands.rst","developing/modules/commands.auth.rst","developing/modules/commands.client.rst","developing/modules/commands.command.rst","developing/modules/commands.filter.rst","developing/modules/commands.manager.rst","developing/modules/commands.player.rst","developing/modules/commands.say.rst","developing/modules/commands.server.rst","developing/modules/commands.typed.rst","developing/modules/config.rst","developing/modules/config.command.rst","developing/modules/config.cvar.rst","developing/modules/config.manager.rst","developing/modules/config.section.rst","developing/modules/core.rst","developing/modules/core.cache.rst","developing/modules/core.command.rst","developing/modules/core.command.auth.rst","developing/modules/core.command.docs.rst","developing/modules/core.command.dump.rst","developing/modules/core.command.plugin.rst","developing/modules/core.dumps.rst","developing/modules/core.settings.rst","developing/modules/core.table.rst","developing/modules/core.update.rst","developing/modules/core.version.rst","developing/modules/cvars.rst","developing/modules/cvars.flags.rst","developing/modules/cvars.public.rst","developing/modules/cvars.tags.rst","developing/modules/effects.rst","developing/modules/effects.base.rst","developing/modules/effects.hooks.rst","developing/modules/effects.templates.rst","developing/modules/engines.rst","developing/modules/engines.gamerules.rst","developing/modules/engines.precache.rst","developing/modules/engines.server.rst","developing/modules/engines.sound.rst","developing/modules/engines.trace.rst","developing/modules/entities.rst","developing/modules/entities.classes.rst","developing/modules/entities.collisions.rst","developing/modules/entities.constants.rst","developing/modules/entities.datamaps.rst","developing/modules/entities.dictionary.rst","developing/modules/entities.engines.rst","developing/modules/entities.engines.csgo.rst","developing/modules/entities.engines.csgo.csgo.rst","developing/modules/entities.entity.rst","developing/modules/entities.factories.rst","developing/modules/entities.helpers.rst","developing/modules/entities.hooks.rst","developing/modules/entities.props.rst","developing/modules/entities.transmit.rst","developing/modules/events.rst","developing/modules/events.custom.rst","developing/modules/events.hooks.rst","developing/modules/events.listener.rst","developing/modules/events.manager.rst","developing/modules/events.resource.rst","developing/modules/events.variable.rst","developing/modules/filesystem.rst","developing/modules/filters.rst","developing/modules/filters.entities.rst","developing/modules/filters.iterator.rst","developing/modules/filters.players.rst","developing/modules/filters.recipients.rst","developing/modules/filters.weapons.rst","developing/modules/hooks.rst","developing/modules/hooks.base.rst","developing/modules/hooks.exceptions.rst","developing/modules/hooks.warnings.rst","developing/modules/keyvalues.rst","developing/modules/listeners.rst","developing/modules/listeners.tick.rst","developing/modules/loggers.rst","developing/modules/mathlib.rst","developing/modules/memory.rst","developing/modules/memory.helpers.rst","developing/modules/memory.hooks.rst","developing/modules/memory.manager.rst","developing/modules/menus.rst","developing/modules/menus.base.rst","developing/modules/menus.esc.rst","developing/modules/menus.queue.rst","developing/modules/menus.radio.rst","developing/modules/messages.rst","developing/modules/messages.base.rst","developing/modules/messages.dialog.rst","developing/modules/messages.hooks.rst","developing/modules/messages.impl.rst","developing/modules/net_channel.rst","developing/modules/paths.rst","developing/modules/physics.rst","developing/modules/players.rst","developing/modules/players._base.rst","developing/modules/players.bots.rst","developing/modules/players.constants.rst","developing/modules/players.dictionary.rst","developing/modules/players.engines.rst","developing/modules/players.engines.bms.rst","developing/modules/players.engines.csgo.rst","developing/modules/players.engines.l4d2.rst","developing/modules/players.engines.orangebox.rst","developing/modules/players.engines.orangebox.cstrike.rst","developing/modules/players.entity.rst","developing/modules/players.helpers.rst","developing/modules/players.teams.rst","developing/modules/players.voice.rst","developing/modules/plugins.rst","developing/modules/plugins.command.rst","developing/modules/plugins.info.rst","developing/modules/plugins.instance.rst","developing/modules/plugins.manager.rst","developing/modules/public.rst","developing/modules/settings.rst","developing/modules/settings.menu.rst","developing/modules/settings.player.rst","developing/modules/settings.storage.rst","developing/modules/settings.types.rst","developing/modules/source-python.rst","developing/modules/steam.rst","developing/modules/stringtables.rst","developing/modules/stringtables.downloads.rst","developing/modules/studio.rst","developing/modules/studio.cache.rst","developing/modules/studio.constants.rst","developing/modules/translations.rst","developing/modules/translations.manager.rst","developing/modules/translations.strings.rst","developing/modules/weapons.rst","developing/modules/weapons.constants.rst","developing/modules/weapons.default.rst","developing/modules/weapons.dictionary.rst","developing/modules/weapons.engines.rst","developing/modules/weapons.engines.csgo.rst","developing/modules/weapons.engines.csgo.csgo.rst","developing/modules/weapons.entity.rst","developing/modules/weapons.instance.rst","developing/modules/weapons.manager.rst","developing/modules/weapons.restrictions.rst","developing/modules/weapons.scripts.rst","general/config-auth.rst","general/credits.rst","general/installation.rst","general/known-issues.rst","general/reporting-a-bug.rst","general/sp-commands.rst","general/updating.rst","index.rst"],"indexentries":{"__eq__() (colors.color method)":[[34,"colors.Color.__eq__",false]],"__getitem__() (colors.color method)":[[34,"colors.Color.__getitem__",false]],"__getitem__() (events.gameevent method)":[[91,"events.GameEvent.__getitem__",false]],"__init__":[[157,"module-__init__",false]],"__init__() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.__init__",false]],"__init__() (_players.playermixin method)":[[132,"players.PlayerMixin.__init__",false]],"__init__() (_weapons._entity.weaponmixin method)":[[174,"weapons._entity.WeaponMixin.__init__",false]],"__init__() (auth.manager.parentpermissions method)":[[31,"auth.manager.ParentPermissions.__init__",false]],"__init__() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.__init__",false]],"__init__() (auth.manager.playerpermissions method)":[[31,"auth.manager.PlayerPermissions.__init__",false]],"__init__() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.__init__",false]],"__init__() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.__init__",false]],"__init__() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.__init__",false]],"__init__() (colors.color method)":[[34,"colors.Color.__init__",false]],"__init__() (commands.client.clientcommanddispatcher method)":[[37,"commands.client.ClientCommandDispatcher.__init__",false]],"__init__() (commands.client.clientcommandgenerator method)":[[37,"commands.client.ClientCommandGenerator.__init__",false]],"__init__() (commands.command method)":[[35,"commands.Command.__init__",false]],"__init__() (commands.concommand method)":[[35,"commands.ConCommand.__init__",false]],"__init__() (commands.concommandbase method)":[[35,"commands.ConCommandBase.__init__",false]],"__init__() (commands.say.saycommanddispatcher method)":[[42,"commands.say.SayCommandDispatcher.__init__",false]],"__init__() (commands.say.saycommandgenerator method)":[[42,"commands.say.SayCommandGenerator.__init__",false]],"__init__() (commands.server.servercommanddispatcher method)":[[43,"commands.server.ServerCommandDispatcher.__init__",false]],"__init__() (commands.server.servercommandgenerator method)":[[43,"commands.server.ServerCommandGenerator.__init__",false]],"__init__() (commands.typed.commandinfo method)":[[44,"commands.typed.CommandInfo.__init__",false]],"__init__() (commands.typed.commandnode method)":[[44,"commands.typed.CommandNode.__init__",false]],"__init__() (commands.typed.node method)":[[44,"commands.typed.Node.__init__",false]],"__init__() (commands.typed.store method)":[[44,"commands.typed.Store.__init__",false]],"__init__() (commands.typed.validationerror method)":[[44,"commands.typed.ValidationError.__init__",false]],"__init__() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.__init__",false]],"__init__() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.__init__",false]],"__init__() (core.configfile method)":[[50,"core.ConfigFile.__init__",false]],"__init__() (core.gameconfigobj method)":[[50,"core.GameConfigObj.__init__",false]],"__init__() (core.table.asciitable method)":[[59,"core.table.AsciiTable.__init__",false]],"__init__() (core.table.column method)":[[59,"core.table.Column.__init__",false]],"__init__() (core.table.item method)":[[59,"core.table.Item.__init__",false]],"__init__() (core.tokenize method)":[[50,"core.Tokenize.__init__",false]],"__init__() (cvars._cvar method)":[[62,"cvars._Cvar.__init__",false]],"__init__() (cvars.convar method)":[[62,"cvars.ConVar.__init__",false]],"__init__() (cvars.public.publicconvar method)":[[64,"cvars.public.PublicConVar.__init__",false]],"__init__() (effects.base.basetempentity method)":[[67,"effects.base.BaseTempEntity.__init__",false]],"__init__() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.__init__",false]],"__init__() (effects.hooks.tempentityprehook method)":[[68,"effects.hooks.TempEntityPreHook.__init__",false]],"__init__() (effects.templates.tempentitytemplate method)":[[69,"effects.templates.TempEntityTemplate.__init__",false]],"__init__() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.__init__",false]],"__init__() (engines.server.connectionlesspackethandler method)":[[73,"engines.server.ConnectionlessPacketHandler.__init__",false]],"__init__() (engines.server.server method)":[[73,"engines.server.Server.__init__",false]],"__init__() (engines.trace.basetrace method)":[[75,"engines.trace.BaseTrace.__init__",false]],"__init__() (engines.trace.entityenumerator method)":[[75,"engines.trace.EntityEnumerator.__init__",false]],"__init__() (engines.trace.gametrace method)":[[75,"engines.trace.GameTrace.__init__",false]],"__init__() (engines.trace.ray method)":[[75,"engines.trace.Ray.__init__",false]],"__init__() (engines.trace.surface method)":[[75,"engines.trace.Surface.__init__",false]],"__init__() (engines.trace.tracefilter method)":[[75,"engines.trace.TraceFilter.__init__",false]],"__init__() (engines.trace.tracefiltersimple method)":[[75,"engines.trace.TraceFilterSimple.__init__",false]],"__init__() (entities.baseentitygenerator method)":[[76,"entities.BaseEntityGenerator.__init__",false]],"__init__() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.__init__",false]],"__init__() (entities.baseentityoutput method)":[[76,"entities.BaseEntityOutput.__init__",false]],"__init__() (entities.checktransmitinfo method)":[[76,"entities.CheckTransmitInfo.__init__",false]],"__init__() (entities.collideable method)":[[76,"entities.Collideable.__init__",false]],"__init__() (entities.collisions.basecollisionrules method)":[[78,"entities.collisions.BaseCollisionRules.__init__",false]],"__init__() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.__init__",false]],"__init__() (entities.collisions.collisionhook method)":[[78,"entities.collisions.CollisionHook.__init__",false]],"__init__() (entities.collisions.collisionmanager method)":[[78,"entities.collisions.CollisionManager.__init__",false]],"__init__() (entities.collisions.collisionmap method)":[[78,"entities.collisions.CollisionMap.__init__",false]],"__init__() (entities.collisions.collisionset method)":[[78,"entities.collisions.CollisionSet.__init__",false]],"__init__() (entities.datamaps.datamap method)":[[80,"entities.datamaps.DataMap.__init__",false]],"__init__() (entities.datamaps.entityproperty method)":[[80,"entities.datamaps.EntityProperty.__init__",false]],"__init__() (entities.datamaps.inputdata method)":[[80,"entities.datamaps.InputData.__init__",false]],"__init__() (entities.datamaps.inputfunction method)":[[80,"entities.datamaps.InputFunction.__init__",false]],"__init__() (entities.datamaps.interval method)":[[80,"entities.datamaps.Interval.__init__",false]],"__init__() (entities.datamaps.typedescription method)":[[80,"entities.datamaps.TypeDescription.__init__",false]],"__init__() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.__init__",false]],"__init__() (entities.dictionary.entitydictionary method)":[[81,"entities.dictionary.EntityDictionary.__init__",false]],"__init__() (entities.dictionary.syncedentitydictionary method)":[[81,"entities.dictionary.SyncedEntityDictionary.__init__",false]],"__init__() (entities.edict method)":[[76,"entities.Edict.__init__",false]],"__init__() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.__init__",false]],"__init__() (entities.entity.entity method)":[[85,"entities.entity.Entity.__init__",false]],"__init__() (entities.entitygenerator method)":[[76,"entities.EntityGenerator.__init__",false]],"__init__() (entities.entitylistener method)":[[76,"entities.EntityListener.__init__",false]],"__init__() (entities.eventaction method)":[[76,"entities.EventAction.__init__",false]],"__init__() (entities.eventactiongenerator method)":[[76,"entities.EventActionGenerator.__init__",false]],"__init__() (entities.factories.entityfactory method)":[[86,"entities.factories.EntityFactory.__init__",false]],"__init__() (entities.factories.entityfactorydictionary method)":[[86,"entities.factories.EntityFactoryDictionary.__init__",false]],"__init__() (entities.globalentitylist method)":[[76,"entities.GlobalEntityList.__init__",false]],"__init__() (entities.handleentity method)":[[76,"entities.HandleEntity.__init__",false]],"__init__() (entities.helpers.entitymemfuncwrapper method)":[[87,"entities.helpers.EntityMemFuncWrapper.__init__",false]],"__init__() (entities.props.sendprop method)":[[89,"entities.props.SendProp.__init__",false]],"__init__() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.__init__",false]],"__init__() (entities.props.sendproxyrecipients method)":[[89,"entities.props.SendProxyRecipients.__init__",false]],"__init__() (entities.props.sendtable method)":[[89,"entities.props.SendTable.__init__",false]],"__init__() (entities.props.serverclass method)":[[89,"entities.props.ServerClass.__init__",false]],"__init__() (entities.serverclassgenerator method)":[[76,"entities.ServerClassGenerator.__init__",false]],"__init__() (entities.serverentity method)":[[76,"entities.ServerEntity.__init__",false]],"__init__() (entities.servernetworkable method)":[[76,"entities.ServerNetworkable.__init__",false]],"__init__() (entities.serverunknown method)":[[76,"entities.ServerUnknown.__init__",false]],"__init__() (entities.takedamageinfo method)":[[76,"entities.TakeDamageInfo.__init__",false]],"__init__() (entities.transmit.basetransmitrules method)":[[90,"entities.transmit.BaseTransmitRules.__init__",false]],"__init__() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.__init__",false]],"__init__() (entities.transmit.transmithook method)":[[90,"entities.transmit.TransmitHook.__init__",false]],"__init__() (entities.transmit.transmitmanager method)":[[90,"entities.transmit.TransmitManager.__init__",false]],"__init__() (entities.transmit.transmitmap method)":[[90,"entities.transmit.TransmitMap.__init__",false]],"__init__() (entities.transmit.transmitset method)":[[90,"entities.transmit.TransmitSet.__init__",false]],"__init__() (entities.transmit.transmitstates method)":[[90,"entities.transmit.TransmitStates.__init__",false]],"__init__() (events.custom.customevent method)":[[92,"events.custom.CustomEvent.__init__",false]],"__init__() (events.gameevent method)":[[91,"events.GameEvent.__init__",false]],"__init__() (events.gameeventdescriptor method)":[[91,"events.GameEventDescriptor.__init__",false]],"__init__() (events.listener.gameeventlistener method)":[[94,"events.listener.GameEventListener.__init__",false]],"__init__() (events.resource.resourcefile method)":[[96,"events.resource.ResourceFile.__init__",false]],"__init__() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.__init__",false]],"__init__() (filters.entities.baseentityiter method)":[[100,"filters.entities.BaseEntityIter.__init__",false]],"__init__() (filters.recipients.baserecipientfilter method)":[[103,"filters.recipients.BaseRecipientFilter.__init__",false]],"__init__() (filters.recipients.recipientfilter method)":[[103,"filters.recipients.RecipientFilter.__init__",false]],"__init__() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.__init__",false]],"__init__() (keyvalues.keyvaluesiter method)":[[109,"keyvalues.KeyValuesIter.__init__",false]],"__init__() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.__init__",false]],"__init__() (listeners.listenermanagerdecorator method)":[[110,"listeners.ListenerManagerDecorator.__init__",false]],"__init__() (listeners.tick.delay method)":[[111,"listeners.tick.Delay.__init__",false]],"__init__() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.__init__",false]],"__init__() (loggers.logmanager method)":[[112,"loggers.LogManager.__init__",false]],"__init__() (mathlib.matrix3x4 method)":[[113,"mathlib.Matrix3x4.__init__",false]],"__init__() (mathlib.plane method)":[[113,"mathlib.Plane.__init__",false]],"__init__() (mathlib.qangle method)":[[113,"mathlib.QAngle.__init__",false]],"__init__() (mathlib.quaternion method)":[[113,"mathlib.Quaternion.__init__",false]],"__init__() (mathlib.radianeuler method)":[[113,"mathlib.RadianEuler.__init__",false]],"__init__() (mathlib.vector method)":[[113,"mathlib.Vector.__init__",false]],"__init__() (memory.binaryfile method)":[[114,"memory.BinaryFile.__init__",false]],"__init__() (memory.callback method)":[[114,"memory.Callback.__init__",false]],"__init__() (memory.callingconvention method)":[[114,"memory.CallingConvention.__init__",false]],"__init__() (memory.function method)":[[114,"memory.Function.__init__",false]],"__init__() (memory.functioninfo method)":[[114,"memory.FunctionInfo.__init__",false]],"__init__() (memory.helpers.array method)":[[115,"memory.helpers.Array.__init__",false]],"__init__() (memory.helpers.memberfunction method)":[[115,"memory.helpers.MemberFunction.__init__",false]],"__init__() (memory.manager.customtype method)":[[117,"memory.manager.CustomType.__init__",false]],"__init__() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.__init__",false]],"__init__() (memory.pointer method)":[[114,"memory.Pointer.__init__",false]],"__init__() (memory.processorregister method)":[[114,"memory.ProcessorRegister.__init__",false]],"__init__() (memory.registers method)":[[114,"memory.Registers.__init__",false]],"__init__() (memory.stackdata method)":[[114,"memory.StackData.__init__",false]],"__init__() (menus.esc.listescmenu method)":[[120,"menus.esc.ListESCMenu.__init__",false]],"__init__() (menus.esc.listescoption method)":[[120,"menus.esc.ListESCOption.__init__",false]],"__init__() (menus.esc.pagedescmenu method)":[[120,"menus.esc.PagedESCMenu.__init__",false]],"__init__() (menus.esc.simpleescmenu method)":[[120,"menus.esc.SimpleESCMenu.__init__",false]],"__init__() (menus.esc.simpleescoption method)":[[120,"menus.esc.SimpleESCOption.__init__",false]],"__init__() (menus.radio.listradiomenu method)":[[122,"menus.radio.ListRadioMenu.__init__",false]],"__init__() (menus.radio.listradiooption method)":[[122,"menus.radio.ListRadioOption.__init__",false]],"__init__() (menus.radio.pagedradiomenu method)":[[122,"menus.radio.PagedRadioMenu.__init__",false]],"__init__() (menus.radio.simpleradiooption method)":[[122,"menus.radio.SimpleRadioOption.__init__",false]],"__init__() (messages.base.fade method)":[[124,"messages.base.Fade.__init__",false]],"__init__() (messages.base.hinttext method)":[[124,"messages.base.HintText.__init__",false]],"__init__() (messages.base.hudmsg method)":[[124,"messages.base.HudMsg.__init__",false]],"__init__() (messages.base.keyhinttext method)":[[124,"messages.base.KeyHintText.__init__",false]],"__init__() (messages.base.resethud method)":[[124,"messages.base.ResetHUD.__init__",false]],"__init__() (messages.base.saytext method)":[[124,"messages.base.SayText.__init__",false]],"__init__() (messages.base.saytext2 method)":[[124,"messages.base.SayText2.__init__",false]],"__init__() (messages.base.shake method)":[[124,"messages.base.Shake.__init__",false]],"__init__() (messages.base.showmenu method)":[[124,"messages.base.ShowMenu.__init__",false]],"__init__() (messages.base.textmsg method)":[[124,"messages.base.TextMsg.__init__",false]],"__init__() (messages.base.usermessagecreator method)":[[124,"messages.base.UserMessageCreator.__init__",false]],"__init__() (messages.base.vguimenu method)":[[124,"messages.base.VGUIMenu.__init__",false]],"__init__() (messages.dialogaskconnect method)":[[123,"messages.DialogAskConnect.__init__",false]],"__init__() (messages.dialogentry method)":[[123,"messages.DialogEntry.__init__",false]],"__init__() (messages.dialogmenu method)":[[123,"messages.DialogMenu.__init__",false]],"__init__() (messages.dialogmsg method)":[[123,"messages.DialogMsg.__init__",false]],"__init__() (messages.dialogtext method)":[[123,"messages.DialogText.__init__",false]],"__init__() (messages.fade method)":[[123,"messages.Fade.__init__",false]],"__init__() (messages.hinttext method)":[[123,"messages.HintText.__init__",false]],"__init__() (messages.hooks.hookusermessage method)":[[126,"messages.hooks.HookUserMessage.__init__",false]],"__init__() (messages.hooks.hookusermessagebase method)":[[126,"messages.hooks.HookUserMessageBase.__init__",false]],"__init__() (messages.hudmsg method)":[[123,"messages.HudMsg.__init__",false]],"__init__() (messages.impl.usermessagedata method)":[[127,"messages.impl.UserMessageData.__init__",false]],"__init__() (messages.keyhinttext method)":[[123,"messages.KeyHintText.__init__",false]],"__init__() (messages.resethud method)":[[123,"messages.ResetHUD.__init__",false]],"__init__() (messages.saytext method)":[[123,"messages.SayText.__init__",false]],"__init__() (messages.saytext2 method)":[[123,"messages.SayText2.__init__",false]],"__init__() (messages.shake method)":[[123,"messages.Shake.__init__",false]],"__init__() (messages.showmenu method)":[[123,"messages.ShowMenu.__init__",false]],"__init__() (messages.textmsg method)":[[123,"messages.TextMsg.__init__",false]],"__init__() (messages.usermessage method)":[[123,"messages.UserMessage.__init__",false]],"__init__() (messages.usermessagecreator method)":[[123,"messages.UserMessageCreator.__init__",false]],"__init__() (messages.vguimenu method)":[[123,"messages.VGUIMenu.__init__",false]],"__init__() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.__init__",false]],"__init__() (net_channel.netchannelhandler method)":[[128,"net_channel.NetChannelHandler.__init__",false]],"__init__() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.__init__",false]],"__init__() (net_channel.netmessage method)":[[128,"net_channel.NetMessage.__init__",false]],"__init__() (physics.physics method)":[[130,"physics.Physics.__init__",false]],"__init__() (physics.physicsenvironment method)":[[130,"physics.PhysicsEnvironment.__init__",false]],"__init__() (physics.physicsobject method)":[[130,"physics.PhysicsObject.__init__",false]],"__init__() (players.bots.botcmd method)":[[133,"players.bots.BotCmd.__init__",false]],"__init__() (players.bots.botcontroller method)":[[133,"players.bots.BotController.__init__",false]],"__init__() (players.client method)":[[131,"players.Client.__init__",false]],"__init__() (players.dictionary.playerdictionary method)":[[135,"players.dictionary.PlayerDictionary.__init__",false]],"__init__() (players.playergenerator method)":[[131,"players.PlayerGenerator.__init__",false]],"__init__() (players.playerinfo method)":[[131,"players.PlayerInfo.__init__",false]],"__init__() (players.usercmd method)":[[131,"players.UserCmd.__init__",false]],"__init__() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.__init__",false]],"__init__() (plugins.info.plugininfo method)":[[148,"plugins.info.PluginInfo.__init__",false]],"__init__() (plugins.instance.plugin method)":[[149,"plugins.instance.Plugin.__init__",false]],"__init__() (plugins.instance.serverplugin method)":[[149,"plugins.instance.ServerPlugin.__init__",false]],"__init__() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.__init__",false]],"__init__() (plugins.manager.serverpluginmanager method)":[[150,"plugins.manager.ServerPluginManager.__init__",false]],"__init__() (settings.player.playersettings method)":[[154,"settings.player.PlayerSettings.__init__",false]],"__init__() (settings.types.boolsetting method)":[[156,"settings.types.BoolSetting.__init__",false]],"__init__() (settings.types.integersetting method)":[[156,"settings.types.IntegerSetting.__init__",false]],"__init__() (settings.types.settingstype method)":[[156,"settings.types.SettingsType.__init__",false]],"__init__() (settings.types.stringsetting method)":[[156,"settings.types.StringSetting.__init__",false]],"__init__() (steam.steamid method)":[[158,"steam.SteamID.__init__",false]],"__init__() (stringtables.downloads.downloadables method)":[[160,"stringtables.downloads.Downloadables.__init__",false]],"__init__() (stringtables.stringtable method)":[[159,"stringtables.StringTable.__init__",false]],"__init__() (studio.animation method)":[[161,"studio.Animation.__init__",false]],"__init__() (studio.animsections method)":[[161,"studio.AnimSections.__init__",false]],"__init__() (studio.bonecontroller method)":[[161,"studio.BoneController.__init__",false]],"__init__() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.__init__",false]],"__init__() (studio.hierarchy method)":[[161,"studio.Hierarchy.__init__",false]],"__init__() (studio.hitbox method)":[[161,"studio.Hitbox.__init__",false]],"__init__() (studio.hitboxset method)":[[161,"studio.HitboxSet.__init__",false]],"__init__() (studio.modelattachment method)":[[161,"studio.ModelAttachment.__init__",false]],"__init__() (studio.modelbone method)":[[161,"studio.ModelBone.__init__",false]],"__init__() (studio.modelheader method)":[[161,"studio.ModelHeader.__init__",false]],"__init__() (studio.movement method)":[[161,"studio.Movement.__init__",false]],"__init__() (studio.sequence method)":[[161,"studio.Sequence.__init__",false]],"__init__() (studio.sequenceevent method)":[[161,"studio.SequenceEvent.__init__",false]],"__init__() (translations.strings.langstrings method)":[[166,"translations.strings.LangStrings.__init__",false]],"__init__() (translations.strings.translationstrings method)":[[166,"translations.strings.TranslationStrings.__init__",false]],"__init__() (weapons.dictionary.weapondictionary method)":[[170,"weapons.dictionary.WeaponDictionary.__init__",false]],"__init__() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.__init__",false]],"__init__() (weapons.instance.weaponclass method)":[[175,"weapons.instance.WeaponClass.__init__",false]],"__init__() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.__init__",false]],"__ne__() (colors.color method)":[[34,"colors.Color.__ne__",false]],"__reduce__() (colors.color method)":[[34,"colors.Color.__reduce__",false]],"__reduce__() (events.gameevent method)":[[91,"events.GameEvent.__reduce__",false]],"__reduce__() (events.gameeventdescriptor method)":[[91,"events.GameEventDescriptor.__reduce__",false]],"__repr__() (colors.color method)":[[34,"colors.Color.__repr__",false]],"__setitem__() (colors.color method)":[[34,"colors.Color.__setitem__",false]],"__setitem__() (events.gameevent method)":[[91,"events.GameEvent.__setitem__",false]],"__str__() (colors.color method)":[[34,"colors.Color.__str__",false]],"_cvar (class in cvars)":[[62,"cvars._Cvar",false]],"a (colors.color property)":[[34,"colors.Color.a",false]],"absolute (players.constants.fixangle attribute)":[[134,"players.constants.FixAngle.ABSOLUTE",false]],"accessor (memory.helpers.key attribute)":[[115,"memory.helpers.Key.ACCESSOR",false]],"accessor_offset (memory.helpers.key attribute)":[[115,"memory.helpers.Key.ACCESSOR_OFFSET",false]],"account_id (steam.steamid property)":[[158,"steam.SteamID.account_id",false]],"account_instance (steam.steamid property)":[[158,"steam.SteamID.account_instance",false]],"account_type (steam.steamid property)":[[158,"steam.SteamID.account_type",false]],"accounttype (class in steam)":[[158,"steam.AccountType",false]],"accuracy_divisor (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.accuracy_divisor",false]],"accuracy_offset (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.accuracy_offset",false]],"accuracy_quadratic (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.accuracy_quadratic",false]],"acid (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.ACID",false]],"act_weight (studio.sequence property)":[[161,"studio.Sequence.act_weight",false]],"activator (entities.datamaps.inputdata property)":[[80,"entities.datamaps.InputData.activator",false]],"active_devices (_players.playermixin property)":[[132,"players.PlayerMixin.active_devices",false]],"active_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.active_icon",false]],"active_weapon_handle (_players.playermixin property)":[[132,"players.PlayerMixin.active_weapon_handle",false]],"activity (studio.sequence property)":[[161,"studio.Sequence.activity",false]],"activity_index (studio.sequence property)":[[161,"studio.Sequence.activity_index",false]],"activity_offset (studio.sequence property)":[[161,"studio.Sequence.activity_offset",false]],"add() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.add",false]],"add() (entities.collisions.collisionset method)":[[78,"entities.collisions.CollisionSet.add",false]],"add() (entities.transmit.transmitset method)":[[90,"entities.transmit.TransmitSet.add",false]],"add() (stringtables.downloads.downloadables method)":[[160,"stringtables.downloads.Downloadables.add",false]],"add_callback() (commands.client.clientcommanddispatcher method)":[[37,"commands.client.ClientCommandDispatcher.add_callback",false]],"add_callback() (commands.say.saycommanddispatcher method)":[[42,"commands.say.SayCommandDispatcher.add_callback",false]],"add_callback() (commands.server.servercommanddispatcher method)":[[43,"commands.server.ServerCommandDispatcher.add_callback",false]],"add_command() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.add_command",false]],"add_directory() (stringtables.downloads.downloadables method)":[[160,"stringtables.downloads.Downloadables.add_directory",false]],"add_entity_listener() (entities.globalentitylist method)":[[76,"entities.GlobalEntityList.add_entity_listener",false]],"add_flags() (commands.concommandbase method)":[[35,"commands.ConCommandBase.add_flags",false]],"add_hook() (effects.templates.tempentitytemplate method)":[[69,"effects.templates.TempEntityTemplate.add_hook",false]],"add_hook() (memory.function method)":[[114,"memory.Function.add_hook",false]],"add_option() (settings.types.stringsetting method)":[[156,"settings.types.StringSetting.add_option",false]],"add_pair() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.add_pair",false]],"add_pair() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.add_pair",false]],"add_parent() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.add_parent",false]],"add_player_restrictions() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.add_player_restrictions",false]],"add_post_hook() (memory.function method)":[[114,"memory.Function.add_post_hook",false]],"add_pre_hook() (memory.function method)":[[114,"memory.Function.add_pre_hook",false]],"add_reference() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.add_reference",false]],"add_row() (core.table.asciitable method)":[[59,"core.table.AsciiTable.add_row",false]],"add_string() (stringtables.stringtable method)":[[159,"stringtables.StringTable.add_string",false]],"add_sub_key() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.add_sub_key",false]],"add_team_restrictions() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.add_team_restrictions",false]],"addon_model (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.addon_model",false]],"address (memory.pointer property)":[[114,"memory.Pointer.address",false]],"address (memory.processorregister property)":[[114,"memory.ProcessorRegister.address",false]],"address (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.address",false]],"address_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.address_from_playerinfo",false]],"adjusted_loops (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.adjusted_loops",false]],"ah (memory.register attribute)":[[114,"memory.Register.AH",false]],"ah (memory.registers property)":[[114,"memory.Registers.ah",false]],"ai_addon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.ai_addon",false]],"aim (entities.constants.takedamage attribute)":[[79,"entities.constants.TakeDamage.AIM",false]],"aim_direction (players.usercmd property)":[[131,"players.UserCmd.aim_direction",false]],"aimtarget (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.AIMTARGET",false]],"air_density (physics.physicsenvironment property)":[[130,"physics.PhysicsEnvironment.air_density",false]],"airboat (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.AIRBOAT",false]],"ak47 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.AK47",false]],"al (memory.register attribute)":[[114,"memory.Register.AL",false]],"al (memory.registers property)":[[114,"memory.Registers.al",false]],"aliases (effects.templates.tempentitytemplate property)":[[69,"effects.templates.TempEntityTemplate.aliases",false]],"alignment (class in core.table)":[[59,"core.table.Alignment",false]],"alignment (memory.callingconvention property)":[[114,"memory.CallingConvention.alignment",false]],"alignment (studio.modelbone property)":[[161,"studio.ModelBone.alignment",false]],"alive (players.constants.lifestate attribute)":[[134,"players.constants.LifeState.ALIVE",false]],"all (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.ALL",false]],"all (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.ALL",false]],"all_solid (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.all_solid",false]],"all_visible (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.ALL_VISIBLE",false]],"alloc() (in module memory)":[[114,"memory.alloc",false]],"allow (entities.collisions.collisionmode attribute)":[[78,"entities.collisions.CollisionMode.ALLOW",false]],"allow (entities.transmit.transmitmode attribute)":[[90,"entities.transmit.TransmitMode.ALLOW",false]],"alt1 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.ALT1",false]],"alt2 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.ALT2",false]],"alternate_inaccuracy_crouch (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_crouch",false]],"alternate_inaccuracy_fire (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_fire",false]],"alternate_inaccuracy_jump (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_jump",false]],"alternate_inaccuracy_ladder (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_ladder",false]],"alternate_inaccuracy_land (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_land",false]],"alternate_inaccuracy_move (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_move",false]],"alternate_inaccuracy_reload (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_reload",false]],"alternate_inaccuracy_stand (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_inaccuracy_stand",false]],"alternate_spread (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.alternate_spread",false]],"alwaysgib (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.ALWAYSGIB",false]],"ammo (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.ammo",false]],"ammo (weapons.engines.csgo.csgo.weapon property)":[[173,"weapons.engines.csgo.csgo.Weapon.ammo",false]],"ammo (weapons.entity.weapon property)":[[174,"weapons.entity.Weapon.ammo",false]],"ammoprop (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.ammoprop",false]],"ammoprop (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.ammoprop",false]],"amplitude (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.AMPLITUDE",false]],"angle (studio.movement property)":[[161,"studio.Movement.angle",false]],"angles (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.angles",false]],"angles (mathlib.matrix3x4 property)":[[113,"mathlib.Matrix3x4.angles",false]],"angles (players.playerinfo property)":[[131,"players.PlayerInfo.angles",false]],"anim_block (studio.animation property)":[[161,"studio.Animation.anim_block",false]],"anim_offset (studio.animation property)":[[161,"studio.Animation.anim_offset",false]],"animation (class in studio)":[[161,"studio.Animation",false]],"animation_offset (studio.sequence property)":[[161,"studio.Sequence.animation_offset",false]],"animation_prefix (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.animation_prefix",false]],"animations_offset (studio.modelheader property)":[[161,"studio.ModelHeader.animations_offset",false]],"animblock (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.ANIMBLOCK",false]],"animsections (class in studio)":[[161,"studio.AnimSections",false]],"anonymous_game_server (steam.accounttype attribute)":[[158,"steam.AccountType.ANONYMOUS_GAME_SERVER",false]],"anonymous_user (steam.accounttype attribute)":[[158,"steam.AccountType.ANONYMOUS_USER",false]],"apply_force_center() (physics.physicsobject method)":[[130,"physics.PhysicsObject.apply_force_center",false]],"archive (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.ARCHIVE",false]],"archive_xbox (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.ARCHIVE_XBOX",false]],"area_num() (entities.servernetworkable method)":[[76,"entities.ServerNetworkable.area_num",false]],"areaportal (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.AREAPORTAL",false]],"areas (loggers.logmanager property)":[[112,"loggers.LogManager.areas",false]],"areas_networked (entities.checktransmitinfo property)":[[76,"entities.CheckTransmitInfo.areas_networked",false]],"arg_string (commands.command property)":[[35,"commands.Command.arg_string",false]],"args (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.args",false]],"args (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.args",false]],"args (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.args",false]],"args (memory.helpers.key attribute)":[[115,"memory.helpers.Key.ARGS",false]],"argument_ptr_changed() (memory.callingconvention method)":[[114,"memory.CallingConvention.argument_ptr_changed",false]],"argument_types (memory.callingconvention property)":[[114,"memory.CallingConvention.argument_types",false]],"argument_types (memory.functioninfo property)":[[114,"memory.FunctionInfo.argument_types",false]],"argumenterror":[[44,"commands.typed.ArgumentError",false]],"argumentnumbermismatch":[[44,"commands.typed.ArgumentNumberMismatch",false]],"arguments (memory.function property)":[[114,"memory.Function.arguments",false]],"armor (_players.playermixin property)":[[132,"players.PlayerMixin.armor",false]],"armor (players.playerinfo property)":[[131,"players.PlayerInfo.armor",false]],"array (class in memory.helpers)":[[115,"memory.helpers.Array",false]],"array (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.ARRAY",false]],"array_length_proxy_function (entities.props.sendprop property)":[[89,"entities.props.SendProp.array_length_proxy_function",false]],"array_prop (entities.props.sendprop property)":[[89,"entities.props.SendProp.array_prop",false]],"as_args_tuple() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_args_tuple",false]],"as_attribute_type() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_attribute_type",false]],"as_bool() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_bool",false]],"as_convention() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_convention",false]],"as_dict() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.as_dict",false]],"as_identifier() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_identifier",false]],"as_int() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_int",false]],"as_return_type() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_return_type",false]],"as_str() (memory.helpers.key static method)":[[115,"memory.helpers.Key.as_str",false]],"as_vector_2d() (mathlib.vector method)":[[113,"mathlib.Vector.as_vector_2D",false]],"asciitable (class in core.table)":[[59,"core.table.AsciiTable",false]],"askconnect (messages.dialogtype attribute)":[[123,"messages.DialogType.ASKCONNECT",false]],"asleep (physics.physicsobject property)":[[130,"physics.PhysicsObject.asleep",false]],"assaultsuit (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.ASSAULTSUIT",false]],"atcontrols (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.ATCONTROLS",false]],"attachments_count (studio.modelheader property)":[[161,"studio.ModelHeader.attachments_count",false]],"attack (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.ATTACK",false]],"attack1 (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.ATTACK1",false]],"attack2 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.ATTACK2",false]],"attacker (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.attacker",false]],"attenuation (class in engines.sound)":[[74,"engines.sound.Attenuation",false]],"attrdict (class in messages.base)":[[124,"messages.base.AttrDict",false]],"aug (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.AUG",false]],"auth":[[29,"module-auth",false]],"auth.base":[[30,"module-auth.base",false]],"auth.manager":[[31,"module-auth.manager",false]],"auth_manager (in module auth.manager)":[[31,"auth.manager.auth_manager",false]],"auto (engines.sound.channel attribute)":[[74,"engines.sound.Channel.AUTO",false]],"auto_command_return (commands.typed.commandinfo property)":[[44,"commands.typed.CommandInfo.auto_command_return",false]],"auto_dealloc (memory.pointer property)":[[114,"memory.Pointer.auto_dealloc",false]],"auto_switch_from (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.auto_switch_from",false]],"auto_switch_to (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.auto_switch_to",false]],"autoaim_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.autoaim_icon",false]],"autodoc":[[32,"module-autodoc",false]],"autounload (class in core)":[[50,"core.AutoUnload",false]],"aux (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.AUX",false]],"avelocity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.avelocity",false]],"average (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.AVERAGE",false]],"awp (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.AWP",false]],"ax (memory.register attribute)":[[114,"memory.Register.AX",false]],"ax (memory.registers property)":[[114,"memory.Registers.ax",false]],"b (colors.color property)":[[34,"colors.Color.b",false]],"back (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.BACK",false]],"backend (class in auth.base)":[[30,"auth.base.Backend",false]],"background (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.Background",false]],"bad (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.BAD",false]],"ball() (in module effects)":[[66,"effects.ball",false]],"base (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.base",false]],"base (memory.binaryfile property)":[[114,"memory.BinaryFile.base",false]],"base_damage (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.base_damage",false]],"base_entity (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.base_entity",false]],"base_entity (entities.serverunknown property)":[[76,"entities.ServerUnknown.base_entity",false]],"base_import (plugins.manager.pluginmanager property)":[[150,"plugins.manager.PluginManager.base_import",false]],"base_path (in module paths)":[[129,"paths.BASE_PATH",false]],"base_velocity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.base_velocity",false]],"baseclient (class in players)":[[131,"players.BaseClient",false]],"basecollisionrules (class in entities.collisions)":[[78,"entities.collisions.BaseCollisionRules",false]],"baseentity (class in entities.entity)":[[85,"entities.entity.BaseEntity",false]],"baseentity_from_basehandle() (in module entities.helpers)":[[87,"entities.helpers.baseentity_from_basehandle",false]],"baseentity_from_edict() (in module entities.helpers)":[[87,"entities.helpers.baseentity_from_edict",false]],"baseentity_from_index() (in module entities.helpers)":[[87,"entities.helpers.baseentity_from_index",false]],"baseentity_from_inthandle() (in module entities.helpers)":[[87,"entities.helpers.baseentity_from_inthandle",false]],"baseentity_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.baseentity_from_playerinfo",false]],"baseentity_from_pointer() (in module entities.helpers)":[[87,"entities.helpers.baseentity_from_pointer",false]],"baseentity_from_userid() (in module players.helpers)":[[143,"players.helpers.baseentity_from_userid",false]],"baseentitygenerator (class in entities)":[[76,"entities.BaseEntityGenerator",false]],"baseentityhandle (class in entities)":[[76,"entities.BaseEntityHandle",false]],"baseentityiter (class in filters.entities)":[[100,"filters.entities.BaseEntityIter",false]],"baseentityoutput (class in entities)":[[76,"entities.BaseEntityOutput",false]],"basehandle (entities.handleentity property)":[[76,"entities.HandleEntity.basehandle",false]],"basehandle_from_baseentity() (in module entities.helpers)":[[87,"entities.helpers.basehandle_from_baseentity",false]],"basehandle_from_edict() (in module entities.helpers)":[[87,"entities.helpers.basehandle_from_edict",false]],"basehandle_from_index() (in module entities.helpers)":[[87,"entities.helpers.basehandle_from_index",false]],"basehandle_from_inthandle() (in module entities.helpers)":[[87,"entities.helpers.basehandle_from_inthandle",false]],"basehandle_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.basehandle_from_playerinfo",false]],"basehandle_from_pointer() (in module entities.helpers)":[[87,"entities.helpers.basehandle_from_pointer",false]],"basehandle_from_userid() (in module players.helpers)":[[143,"players.helpers.basehandle_from_userid",false]],"basename (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.basename",false]],"basepointer (class in memory.helpers)":[[115,"memory.helpers.BasePointer",false]],"baserecipientfilter (class in filters.recipients)":[[103,"filters.recipients.BaseRecipientFilter",false]],"basetempentity (class in effects.base)":[[67,"effects.base.BaseTempEntity",false]],"basetrace (class in engines.trace)":[[75,"engines.trace.BaseTrace",false]],"basetransmitrules (class in entities.transmit)":[[90,"entities.transmit.BaseTransmitRules",false]],"basevelocity (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.BASEVELOCITY",false]],"bbox (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.BBOX",false]],"beam() (in module effects)":[[66,"effects.beam",false]],"beta (steam.universe attribute)":[[158,"steam.Universe.BETA",false]],"bh (memory.register attribute)":[[114,"memory.Register.BH",false]],"bh (memory.registers property)":[[114,"memory.Registers.bh",false]],"binary (memory.helpers.key attribute)":[[115,"memory.helpers.Key.BINARY",false]],"binaryfile (class in memory)":[[114,"memory.BinaryFile",false]],"bind() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.bind",false]],"bind() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.bind",false]],"bitbuf() (messages.base.fade method)":[[124,"messages.base.Fade.bitbuf",false]],"bitbuf() (messages.base.hinttext method)":[[124,"messages.base.HintText.bitbuf",false]],"bitbuf() (messages.base.hudmsg method)":[[124,"messages.base.HudMsg.bitbuf",false]],"bitbuf() (messages.base.keyhinttext method)":[[124,"messages.base.KeyHintText.bitbuf",false]],"bitbuf() (messages.base.resethud method)":[[124,"messages.base.ResetHUD.bitbuf",false]],"bitbuf() (messages.base.saytext method)":[[124,"messages.base.SayText.bitbuf",false]],"bitbuf() (messages.base.saytext2 method)":[[124,"messages.base.SayText2.bitbuf",false]],"bitbuf() (messages.base.shake method)":[[124,"messages.base.Shake.bitbuf",false]],"bitbuf() (messages.base.showmenu method)":[[124,"messages.base.ShowMenu.bitbuf",false]],"bitbuf() (messages.base.textmsg method)":[[124,"messages.base.TextMsg.bitbuf",false]],"bitbuf() (messages.base.usermessagecreator method)":[[124,"messages.base.UserMessageCreator.bitbuf",false]],"bitbuf() (messages.base.vguimenu method)":[[124,"messages.base.VGUIMenu.bitbuf",false]],"bitbuf() (messages.fade method)":[[123,"messages.Fade.bitbuf",false]],"bitbuf() (messages.hinttext method)":[[123,"messages.HintText.bitbuf",false]],"bitbuf() (messages.hudmsg method)":[[123,"messages.HudMsg.bitbuf",false]],"bitbuf() (messages.keyhinttext method)":[[123,"messages.KeyHintText.bitbuf",false]],"bitbuf() (messages.resethud method)":[[123,"messages.ResetHUD.bitbuf",false]],"bitbuf() (messages.saytext method)":[[123,"messages.SayText.bitbuf",false]],"bitbuf() (messages.saytext2 method)":[[123,"messages.SayText2.bitbuf",false]],"bitbuf() (messages.shake method)":[[123,"messages.Shake.bitbuf",false]],"bitbuf() (messages.showmenu method)":[[123,"messages.ShowMenu.bitbuf",false]],"bitbuf() (messages.textmsg method)":[[123,"messages.TextMsg.bitbuf",false]],"bitbuf() (messages.usermessagecreator method)":[[123,"messages.UserMessageCreator.bitbuf",false]],"bitbuf() (messages.vguimenu method)":[[123,"messages.VGUIMenu.bitbuf",false]],"bitbufferread (class in bitbuffers)":[[33,"bitbuffers.BitBufferRead",false]],"bitbuffers":[[33,"module-bitbuffers",false]],"bitbufferwrite (class in bitbuffers)":[[33,"bitbuffers.BitBufferWrite",false]],"bits (entities.props.sendprop property)":[[89,"entities.props.SendProp.bits",false]],"bl (memory.register attribute)":[[114,"memory.Register.BL",false]],"bl (memory.registers property)":[[114,"memory.Registers.bl",false]],"black (in module colors)":[[34,"colors.BLACK",false]],"blast (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.BLAST",false]],"blast_surface (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.BLAST_SURFACE",false]],"blends_count (studio.sequence property)":[[161,"studio.Sequence.blends_count",false]],"block (commands.commandreturn attribute)":[[35,"commands.CommandReturn.BLOCK",false]],"block (core.outputreturn attribute)":[[50,"core.OutputReturn.BLOCK",false]],"block (studio.animsections property)":[[161,"studio.AnimSections.block",false]],"blocklos (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.BLOCKLOS",false]],"blocklos (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.BLOCKLOS",false]],"blocklos_and_npcs (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.BLOCKLOS_AND_NPCS",false]],"bloodcolor (class in effects)":[[66,"effects.BloodColor",false]],"blue (in module colors)":[[34,"colors.BLUE",false]],"body (engines.sound.channel attribute)":[[74,"engines.sound.Channel.BODY",false]],"bone (studio.bonecontroller property)":[[161,"studio.BoneController.bone",false]],"bone (studio.hierarchy property)":[[161,"studio.Hierarchy.bone",false]],"bone (studio.hitbox property)":[[161,"studio.Hitbox.bone",false]],"bone_controllers_count (studio.modelheader property)":[[161,"studio.ModelHeader.bone_controllers_count",false]],"bone_controllers_offset (studio.modelheader property)":[[161,"studio.ModelHeader.bone_controllers_offset",false]],"bonecontroller (class in studio)":[[161,"studio.BoneController",false]],"bonemerge (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.BONEMERGE",false]],"bonemerge_fastcull (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.BONEMERGE_FASTCULL",false]],"bones_count (studio.modelheader property)":[[161,"studio.ModelHeader.bones_count",false]],"bones_offset (studio.modelheader property)":[[161,"studio.ModelHeader.bones_offset",false]],"bonus_progress (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.BONUS_PROGRESS",false]],"bool (events.eventvartype attribute)":[[91,"events.EventVarType.BOOL",false]],"bool (memory.datatype attribute)":[[114,"memory.DataType.BOOL",false]],"bool (memory.helpers.type attribute)":[[115,"memory.helpers.Type.BOOL",false]],"boolean (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.BOOLEAN",false]],"boolsetting (class in settings.types)":[[156,"settings.types.BoolSetting",false]],"boolvariable (class in events.variable)":[[97,"events.variable.BoolVariable",false]],"boostpythonclass (in module core)":[[50,"core.BoostPythonClass",false]],"bot_audible_range (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.bot_audible_range",false]],"bot_frozen (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.BOT_FROZEN",false]],"botcmd (class in players.bots)":[[133,"players.bots.BotCmd",false]],"botcontroller (class in players.bots)":[[133,"players.bots.BotController",false]],"box() (in module effects)":[[66,"effects.box",false]],"bp (memory.register attribute)":[[114,"memory.Register.BP",false]],"bp (memory.registers property)":[[114,"memory.Registers.bp",false]],"breakable_glass (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.BREAKABLE_GLASS",false]],"brightlight (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.BRIGHTLIGHT",false]],"broadcast_message() (engines.server.server method)":[[73,"engines.server.Server.broadcast_message",false]],"brown (in module colors)":[[34,"colors.BROWN",false]],"brush (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.BRUSH",false]],"bsp (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.BSP",false]],"buckshot (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.BUCKSHOT",false]],"buffer (messages.usermessage property)":[[123,"messages.UserMessage.buffer",false]],"buffer_size (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.buffer_size",false]],"build() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.build",false]],"buildable (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.BUILDABLE",false]],"bullet (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.BULLET",false]],"bullet (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.bullet",false]],"bullrush (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.BULLRUSH",false]],"bumplight (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.BUMPLIGHT",false]],"burn (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.BURN",false]],"burst (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.BURST",false]],"burst_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.burst_sound",false]],"buttons (_players.playermixin property)":[[132,"players.PlayerMixin.buttons",false]],"buttons (players.bots.botcmd property)":[[133,"players.bots.BotCmd.buttons",false]],"buttons (players.usercmd property)":[[131,"players.UserCmd.buttons",false]],"buttonstatus (class in listeners)":[[110,"listeners.ButtonStatus",false]],"bx (memory.register attribute)":[[114,"memory.Register.BX",false]],"bx (memory.registers property)":[[114,"memory.Registers.bx",false]],"byte (events.eventvartype attribute)":[[91,"events.EventVarType.BYTE",false]],"bytevariable (class in events.variable)":[[97,"events.variable.ByteVariable",false]],"c4 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.C4",false]],"c4 (weapons.constants.weaponslot attribute)":[[168,"weapons.constants.WeaponSlot.C4",false]],"c4 (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.C4",false]],"cached_property() (in module core.cache)":[[51,"core.cache.cached_property",false]],"cached_result() (in module core.cache)":[[51,"core.cache.cached_result",false]],"cachedproperty (class in _core._cache)":[[51,"core._cache.CachedProperty",false]],"cachedproperty (class in core.cache)":[[51,"core.cache.CachedProperty",false]],"caching (entities.engines.csgo.csgo.entity attribute)":[[84,"entities.engines.csgo.csgo.Entity.caching",false]],"caching (players.engines.bms.player attribute)":[[137,"players.engines.bms.Player.caching",false]],"caching (players.engines.l4d2.player attribute)":[[139,"players.engines.l4d2.Player.caching",false]],"caching (players.engines.orangebox.cstrike.player attribute)":[[141,"players.engines.orangebox.cstrike.Player.caching",false]],"caching (players.engines.orangebox.player attribute)":[[140,"players.engines.orangebox.Player.caching",false]],"caching (players.entity.player attribute)":[[142,"players.entity.Player.caching",false]],"caching (weapons.engines.csgo.csgo.weapon attribute)":[[173,"weapons.engines.csgo.csgo.Weapon.caching",false]],"call_global_change_callbacks() (cvars._cvar method)":[[62,"cvars._Cvar.call_global_change_callbacks",false]],"call_input() (entities.entity.entity method)":[[85,"entities.entity.Entity.call_input",false]],"call_trampoline() (entities.helpers.entitymemfuncwrapper method)":[[87,"entities.helpers.EntityMemFuncWrapper.call_trampoline",false]],"call_trampoline() (memory.function method)":[[114,"memory.Function.call_trampoline",false]],"call_trampoline() (memory.helpers.memberfunction method)":[[115,"memory.helpers.MemberFunction.call_trampoline",false]],"callback (class in memory)":[[114,"memory.Callback",false]],"callback (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.callback",false]],"callback_flags (physics.physicsobject property)":[[130,"physics.PhysicsObject.callback_flags",false]],"caller (entities.datamaps.inputdata property)":[[80,"entities.datamaps.InputData.caller",false]],"calling_convention (memory.functioninfo property)":[[114,"memory.FunctionInfo.calling_convention",false]],"callingconvention (class in memory)":[[114,"memory.CallingConvention",false]],"can_equip_with_shield (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.can_equip_with_shield",false]],"cancel (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.CANCEL",false]],"cancel() (listeners.tick.delay method)":[[111,"listeners.tick.Delay.cancel",false]],"cancel_on_level_end (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.cancel_on_level_end",false]],"cash (_players.playermixin property)":[[132,"players.PlayerMixin.cash",false]],"cdecl (memory.convention attribute)":[[114,"memory.Convention.CDECL",false]],"center (messages.huddestination attribute)":[[123,"messages.HudDestination.CENTER",false]],"center() (core.table.alignment method)":[[59,"core.table.Alignment.CENTER",false]],"cfg_path (in module paths)":[[129,"paths.CFG_PATH",false]],"ch (memory.register attribute)":[[114,"memory.Register.CH",false]],"ch (memory.registers property)":[[114,"memory.Registers.ch",false]],"chains_validated (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.chains_validated",false]],"change_pitch (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.CHANGE_PITCH",false]],"change_vol (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.CHANGE_VOL",false]],"changed_since_tick() (stringtables.stringtable method)":[[159,"stringtables.StringTable.changed_since_tick",false]],"changes_often (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.CHANGES_OFTEN",false]],"channel (class in engines.sound)":[[74,"engines.sound.Channel",false]],"char (memory.datatype attribute)":[[114,"memory.DataType.CHAR",false]],"char (memory.helpers.type attribute)":[[115,"memory.helpers.Type.CHAR",false]],"character (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.CHARACTER",false]],"chase (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.CHASE",false]],"chat (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.CHAT",false]],"chat (steam.accounttype attribute)":[[158,"steam.AccountType.CHAT",false]],"cheat (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.CHEAT",false]],"check_for_overflow() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.check_for_overflow",false]],"check_info_output() (in module core)":[[50,"core.check_info_output",false]],"check_untouch (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.CHECK_UNTOUCH",false]],"checksum (players.usercmd property)":[[131,"players.UserCmd.checksum",false]],"checksum (studio.modelheader property)":[[161,"studio.ModelHeader.checksum",false]],"checktransmitinfo (class in entities)":[[76,"entities.CheckTransmitInfo",false]],"chest (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.CHEST",false]],"chunk_size (messages.base.showmenu attribute)":[[124,"messages.base.ShowMenu.chunk_size",false]],"chunk_size (messages.showmenu attribute)":[[123,"messages.ShowMenu.chunk_size",false]],"cl (memory.register attribute)":[[114,"memory.Register.CL",false]],"cl (memory.registers property)":[[114,"memory.Registers.cl",false]],"clamp_min_scale (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.CLAMP_MIN_SCALE",false]],"clan (steam.accounttype attribute)":[[158,"steam.AccountType.CLAN",false]],"class_bits (engines.server.server property)":[[73,"engines.server.Server.class_bits",false]],"class_index (entities.props.serverclass property)":[[89,"entities.props.ServerClass.class_index",false]],"class_name (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.class_name",false]],"class_name (entities.serverunknown property)":[[76,"entities.ServerUnknown.class_name",false]],"class_name (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.class_name",false]],"classname (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.classname",false]],"classname (entities.serverunknown property)":[[76,"entities.ServerUnknown.classname",false]],"classptr (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.CLASSPTR",false]],"clean_command() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.clean_command",false]],"clear() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.clear",false]],"clear() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.clear",false]],"clear() (entities.collisions.collisionmap method)":[[78,"entities.collisions.CollisionMap.clear",false]],"clear() (entities.collisions.collisionset method)":[[78,"entities.collisions.CollisionSet.clear",false]],"clear() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.clear",false]],"clear() (entities.transmit.transmitmap method)":[[90,"entities.transmit.TransmitMap.clear",false]],"clear() (entities.transmit.transmitset method)":[[90,"entities.transmit.TransmitSet.clear",false]],"clear() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.clear",false]],"clear() (steam.steamid method)":[[158,"steam.SteamID.clear",false]],"clear() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.clear",false]],"clear_all_recipients() (entities.props.sendproxyrecipients method)":[[89,"entities.props.SendProxyRecipients.clear_all_recipients",false]],"clear_individual_instance() (steam.steamid method)":[[158,"steam.SteamID.clear_individual_instance",false]],"client (class in players)":[[131,"players.Client",false]],"client (entities.checktransmitinfo property)":[[76,"entities.CheckTransmitInfo.client",false]],"client (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.CLIENT",false]],"client_command_manager (in module commands.client)":[[37,"commands.client.client_command_manager",false]],"client_count (engines.server.server property)":[[73,"engines.server.Server.client_count",false]],"client_sub_command() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.client_sub_command",false]],"clientcmd_can_execute (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.CLIENTCMD_CAN_EXECUTE",false]],"clientcommand (class in commands.client)":[[37,"commands.client.ClientCommand",false]],"clientcommanddispatcher (class in commands.client)":[[37,"commands.client.ClientCommandDispatcher",false]],"clientcommandfilter (class in commands.client)":[[37,"commands.client.ClientCommandFilter",false]],"clientcommandgenerator (class in commands.client)":[[37,"commands.client.ClientCommandGenerator",false]],"clientdll (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.CLIENTDLL",false]],"clip (weapons.entity.weapon property)":[[174,"weapons.entity.Weapon.clip",false]],"clip (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.clip",false]],"close() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.close",false]],"closed (filesystem.sourcefile property)":[[98,"filesystem.SourceFile.closed",false]],"club (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.CLUB",false]],"collapsible (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.COLLAPSIBLE",false]],"collideable (class in entities)":[[76,"entities.Collideable",false]],"collideable (entities.edict property)":[[76,"entities.Edict.collideable",false]],"collideable (entities.serverunknown property)":[[76,"entities.ServerUnknown.collideable",false]],"collision_enabled (physics.physicsobject property)":[[130,"physics.PhysicsObject.collision_enabled",false]],"collision_group (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.collision_group",false]],"collisiongroup (class in entities.constants)":[[79,"entities.constants.CollisionGroup",false]],"collisionhash (class in entities.collisions)":[[78,"entities.collisions.CollisionHash",false]],"collisionhook (class in entities.collisions)":[[78,"entities.collisions.CollisionHook",false]],"collisionmanager (class in entities.collisions)":[[78,"entities.collisions.CollisionManager",false]],"collisionmap (class in entities.collisions)":[[78,"entities.collisions.CollisionMap",false]],"collisionmode (class in entities.collisions)":[[78,"entities.collisions.CollisionMode",false]],"collisionset (class in entities.collisions)":[[78,"entities.collisions.CollisionSet",false]],"color (class in colors)":[[34,"colors.Color",false]],"color (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.color",false]],"color (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.COLOR",false]],"color32 (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.COLOR32",false]],"colors":[[34,"module-colors",false]],"column (class in core.table)":[[59,"core.table.Column",false]],"command (class in commands)":[[35,"commands.Command",false]],"command (messages.dialogentry property)":[[123,"messages.DialogEntry.command",false]],"command (messages.dialogmenu property)":[[123,"messages.DialogMenu.command",false]],"command (plugins.command.subcommandmanager property)":[[147,"plugins.command.SubCommandManager.command",false]],"command() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.command",false]],"command_number (players.bots.botcmd property)":[[133,"players.bots.BotCmd.command_number",false]],"command_number (players.usercmd property)":[[131,"players.UserCmd.command_number",false]],"command_string (commands.command property)":[[35,"commands.Command.command_string",false]],"commandinfo (class in commands.typed)":[[44,"commands.typed.CommandInfo",false]],"commandnode (class in commands.typed)":[[44,"commands.typed.CommandNode",false]],"commandparser (class in commands.typed)":[[44,"commands.typed.CommandParser",false]],"commandreturn (class in commands)":[[35,"commands.CommandReturn",false]],"commands":[[35,"module-commands",false]],"commands (cvars._cvar property)":[[62,"cvars._Cvar.commands",false]],"commands.auth":[[36,"module-commands.auth",false]],"commands.client":[[37,"module-commands.client",false]],"commands.command":[[38,"module-commands.command",false]],"commands.filter":[[39,"module-commands.filter",false]],"commands.manager":[[40,"module-commands.manager",false]],"commands.player":[[41,"module-commands.player",false]],"commands.say":[[42,"module-commands.say",false]],"commands.server":[[43,"module-commands.server",false]],"commands.typed":[[44,"module-commands.typed",false]],"compare() (memory.pointer method)":[[114,"memory.Pointer.compare",false]],"concommand (class in commands)":[[35,"commands.ConCommand",false]],"concommandbase (class in commands)":[[35,"commands.ConCommandBase",false]],"config":[[45,"module-config",false]],"config.command":[[46,"module-config.command",false]],"config.cvar":[[47,"module-config.cvar",false]],"config.manager":[[48,"module-config.manager",false]],"config.section":[[49,"module-config.section",false]],"configfile (class in core)":[[50,"core.ConfigFile",false]],"configmanager (class in config.manager)":[[48,"config.manager.ConfigManager",false]],"connectionlesspackethandler (class in engines.server)":[[73,"engines.server.ConnectionlessPacketHandler",false]],"console (messages.huddestination attribute)":[[123,"messages.HudDestination.CONSOLE",false]],"console_message() (in module core)":[[50,"core.console_message",false]],"console_user (steam.accounttype attribute)":[[158,"steam.AccountType.CONSOLE_USER",false]],"content_server (steam.accounttype attribute)":[[158,"steam.AccountType.CONTENT_SERVER",false]],"contentflags (class in engines.trace)":[[75,"engines.trace.ContentFlags",false]],"contentmasks (class in engines.trace)":[[75,"engines.trace.ContentMasks",false]],"contents (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.contents",false]],"contents (physics.physicsobject property)":[[130,"physics.PhysicsObject.contents",false]],"contents (studio.modelbone property)":[[161,"studio.ModelBone.contents",false]],"contents (studio.modelheader property)":[[161,"studio.ModelHeader.contents",false]],"continue (commands.commandreturn attribute)":[[35,"commands.CommandReturn.CONTINUE",false]],"continue (core.outputreturn attribute)":[[50,"core.OutputReturn.CONTINUE",false]],"convar (class in cvars)":[[62,"cvars.ConVar",false]],"convar (settings.types.settingstype property)":[[156,"settings.types.SettingsType.convar",false]],"convarflags (class in cvars.flags)":[[63,"cvars.flags.ConVarFlags",false]],"convention (class in memory)":[[114,"memory.Convention",false]],"convention (memory.function property)":[[114,"memory.Function.convention",false]],"convention (memory.helpers.key attribute)":[[115,"memory.helpers.Key.CONVENTION",false]],"convert() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.convert",false]],"converter (memory.function property)":[[114,"memory.Function.converter",false]],"conveyor (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.CONVEYOR",false]],"coord (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.COORD",false]],"coord_mp (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.COORD_MP",false]],"coord_mp_integral (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.COORD_MP_INTEGRAL",false]],"coord_mp_low_precision (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.COORD_MP_LOW_PRECISION",false]],"copy() (mathlib.vector method)":[[113,"mathlib.Vector.copy",false]],"copy() (memory.pointer method)":[[114,"memory.Pointer.copy",false]],"core":[[50,"module-core",false]],"core (entities.constants.dissolvetype attribute)":[[79,"entities.constants.DissolveType.CORE",false]],"core.cache":[[51,"module-core.cache",false]],"core.command":[[52,"module-core.command",false]],"core.command.auth":[[53,"module-core.command.auth",false]],"core.command.docs":[[54,"module-core.command.docs",false]],"core.command.dump":[[55,"module-core.command.dump",false]],"core.command.plugin":[[56,"module-core.command.plugin",false]],"core.dumps":[[57,"module-core.dumps",false]],"core.settings":[[58,"module-core.settings",false]],"core.table":[[59,"module-core.table",false]],"core.update":[[60,"module-core.update",false]],"core.version":[[61,"module-core.version",false]],"core_plugin_manager (in module core)":[[50,"core.core_plugin_manager",false]],"corecommandmanager (class in core.command)":[[52,"core.command.CoreCommandManager",false]],"cost (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.cost",false]],"count (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.COUNT",false]],"create() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.create",false]],"create() (effects.base.basetempentity method)":[[67,"effects.base.BaseTempEntity.create",false]],"create() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.create",false]],"create() (entities.engines.csgo.csgo.entity class method)":[[84,"entities.engines.csgo.csgo.Entity.create",false]],"create() (entities.entity.baseentity class method)":[[85,"entities.entity.BaseEntity.create",false]],"create() (entities.factories.entityfactory method)":[[86,"entities.factories.EntityFactory.create",false]],"create_blank_anonymous_logon() (steam.steamid method)":[[158,"steam.SteamID.create_blank_anonymous_logon",false]],"create_blank_anonymous_user_account() (steam.steamid method)":[[158,"steam.SteamID.create_blank_anonymous_user_account",false]],"create_checksum() (in module core)":[[50,"core.create_checksum",false]],"create_converter() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_converter",false]],"create_function_typedefs_from_file() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_function_typedefs_from_file",false]],"create_global_pointers_from_file() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_global_pointers_from_file",false]],"create_new_key() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.create_new_key",false]],"create_pipe() (memory.manager.typemanager static method)":[[117,"memory.manager.TypeManager.create_pipe",false]],"create_pipe_from_dict() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_pipe_from_dict",false]],"create_pipe_from_file() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_pipe_from_file",false]],"create_type() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_type",false]],"create_type_from_dict() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_type_from_dict",false]],"create_type_from_file() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.create_type_from_file",false]],"cross() (mathlib.vector method)":[[113,"mathlib.Vector.cross",false]],"crosshair (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.CROSSHAIR",false]],"crosshair_delta_distance (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.crosshair_delta_distance",false]],"crosshair_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.crosshair_icon",false]],"crosshair_minimum_distance (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.crosshair_minimum_distance",false]],"crush (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.CRUSH",false]],"cs (memory.register attribute)":[[114,"memory.Register.CS",false]],"cs (memory.registers property)":[[114,"memory.Registers.cs",false]],"current (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.CURRENT",false]],"current (filesystem.seektype attribute)":[[98,"filesystem.SeekType.CURRENT",false]],"current_0 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_0",false]],"current_180 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_180",false]],"current_270 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_270",false]],"current_90 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_90",false]],"current_bit (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.current_bit",false]],"current_bit (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.current_bit",false]],"current_down (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_DOWN",false]],"current_up (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.CURRENT_UP",false]],"custom (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.CUSTOM",false]],"custom (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.CUSTOM",false]],"custom (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.CUSTOM",false]],"custom (memory.convention attribute)":[[114,"memory.Convention.CUSTOM",false]],"custom_calling_convention() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.custom_calling_convention",false]],"custom_convention (memory.function property)":[[114,"memory.Function.custom_convention",false]],"custom_data_path (in module paths)":[[129,"paths.CUSTOM_DATA_PATH",false]],"custom_packages_docs_path (in module paths)":[[129,"paths.CUSTOM_PACKAGES_DOCS_PATH",false]],"custom_packages_path (in module paths)":[[129,"paths.CUSTOM_PACKAGES_PATH",false]],"customboxtest (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.CUSTOMBOXTEST",false]],"customevent (class in events.custom)":[[92,"events.custom.CustomEvent",false]],"customraytest (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.CUSTOMRAYTEST",false]],"customtype (class in memory.manager)":[[117,"memory.manager.CustomType",false]],"cvar (in module cvars)":[[62,"cvars.cvar",false]],"cvar() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.cvar",false]],"cvar_prefix (config.manager.configmanager property)":[[48,"config.manager.ConfigManager.cvar_prefix",false]],"cvars":[[62,"module-cvars",false]],"cvars.flags":[[63,"module-cvars.flags",false]],"cvars.public":[[64,"module-cvars.public",false]],"cvars.tags":[[65,"module-cvars.tags",false]],"cx (memory.register attribute)":[[114,"memory.Register.CX",false]],"cx (memory.registers property)":[[114,"memory.Registers.cx",false]],"cyan (in module colors)":[[34,"colors.CYAN",false]],"cycle (studio.sequenceevent property)":[[161,"studio.SequenceEvent.cycle",false]],"cycle_time (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.cycle_time",false]],"damage (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.damage",false]],"damage (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.damage",false]],"damage_filter (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.damage_filter",false]],"damaged_other_players (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.damaged_other_players",false]],"damagetypes (class in entities.constants)":[[79,"entities.constants.DamageTypes",false]],"dark_blue (in module colors)":[[34,"colors.DARK_BLUE",false]],"dark_gray (in module colors)":[[34,"colors.DARK_GRAY",false]],"dark_green (in module colors)":[[34,"colors.DARK_GREEN",false]],"dark_red (in module colors)":[[34,"colors.DARK_RED",false]],"data (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.data",false]],"data (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.data",false]],"data_bits_count (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.data_bits_count",false]],"data_bits_count (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.data_bits_count",false]],"data_bytes_count (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.data_bytes_count",false]],"data_bytes_count (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.data_bytes_count",false]],"data_path (in module paths)":[[129,"paths.DATA_PATH",false]],"data_rate (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.data_rate",false]],"data_table (entities.props.sendprop property)":[[89,"entities.props.SendProp.data_table",false]],"data_table_proxy_function (entities.props.sendprop property)":[[89,"entities.props.SendProp.data_table_proxy_function",false]],"datamap (class in entities.datamaps)":[[80,"entities.datamaps.DataMap",false]],"datamap (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.datamap",false]],"datatable (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.DATATABLE",false]],"datatype (class in memory)":[[114,"memory.DataType",false]],"dead (_players.playermixin property)":[[132,"players.PlayerMixin.dead",false]],"dead (players.constants.lifestate attribute)":[[134,"players.constants.LifeState.DEAD",false]],"dead_solid (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.DEAD_SOLID",false]],"deagle (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.DEAGLE",false]],"dealloc() (memory.pointer method)":[[114,"memory.Pointer.dealloc",false]],"deathcam (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.DEATHCAM",false]],"deaths (_players.playermixin property)":[[132,"players.PlayerMixin.deaths",false]],"deaths (players.playerinfo property)":[[131,"players.PlayerInfo.deaths",false]],"debris (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.DEBRIS",false]],"debris (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.DEBRIS",false]],"debris_block_projectile (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.DEBRIS_BLOCK_PROJECTILE",false]],"debris_trigger (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.DEBRIS_TRIGGER",false]],"decal (class in engines.precache)":[[72,"engines.precache.Decal",false]],"decodedanimblock (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.DECODEDANIMBLOCK",false]],"default (cvars.convar property)":[[62,"cvars.ConVar.default",false]],"default (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.DEFAULT",false]],"default_fov (_players.playermixin property)":[[132,"players.PlayerMixin.default_fov",false]],"default_price (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.default_price",false]],"default_primary_clip (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.default_primary_clip",false]],"default_secondary_clip (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.default_secondary_clip",false]],"delay (class in listeners.tick)":[[111,"listeners.tick.Delay",false]],"delay (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.DELAY",false]],"delay (entities.eventaction property)":[[76,"entities.EventAction.delay",false]],"delay (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.delay",false]],"delay() (entities.entity.entity method)":[[85,"entities.entity.Entity.delay",false]],"delay_time_elapsed (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.delay_time_elapsed",false]],"delay_time_remaining (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.delay_time_remaining",false]],"delete_cached_value() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.delete_cached_value",false]],"delete_cached_value() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.delete_cached_value",false]],"deleter() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.deleter",false]],"deleter() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.deleter",false]],"demo (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.DEMO",false]],"deny_file() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.deny_file",false]],"descriptor (events.gameevent property)":[[91,"events.GameEvent.descriptor",false]],"desired_player_class (_players.playermixin property)":[[132,"players.PlayerMixin.desired_player_class",false]],"destroy() (entities.factories.entityfactory method)":[[86,"entities.factories.EntityFactory.destroy",false]],"detail (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.DETAIL",false]],"dev (steam.universe attribute)":[[158,"steam.Universe.DEV",false]],"developmentonly (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.DEVELOPMENTONLY",false]],"dh (memory.register attribute)":[[114,"memory.Register.DH",false]],"dh (memory.registers property)":[[114,"memory.Registers.dh",false]],"di (memory.register attribute)":[[114,"memory.Register.DI",false]],"di (memory.registers property)":[[114,"memory.Registers.di",false]],"dialogaskconnect (class in messages)":[[123,"messages.DialogAskConnect",false]],"dialogentry (class in messages)":[[123,"messages.DialogEntry",false]],"dialogmenu (class in messages)":[[123,"messages.DialogMenu",false]],"dialogmsg (class in messages)":[[123,"messages.DialogMsg",false]],"dialogtext (class in messages)":[[123,"messages.DialogText",false]],"dialogtype (class in messages)":[[123,"messages.DialogType",false]],"did_hit() (engines.trace.gametrace method)":[[75,"engines.trace.GameTrace.did_hit",false]],"did_hit_world() (engines.trace.gametrace method)":[[75,"engines.trace.GameTrace.did_hit_world",false]],"die (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.DIE",false]],"dimlight (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.DIMLIGHT",false]],"direct (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.DIRECT",false]],"dirty_absangvelocity (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_ABSANGVELOCITY",false]],"dirty_abstransform (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_ABSTRANSFORM",false]],"dirty_absvelocity (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_ABSVELOCITY",false]],"dirty_shadowupdate (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_SHADOWUPDATE",false]],"dirty_spatial_partition (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_SPATIAL_PARTITION",false]],"dirty_surrounding_collision_bounds (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DIRTY_SURROUNDING_COLLISION_BOUNDS",false]],"discardbody (players.constants.lifestate attribute)":[[134,"players.constants.LifeState.DISCARDBODY",false]],"disconnect() (players.client method)":[[131,"players.Client.disconnect",false]],"disconnect_client() (engines.server.server method)":[[73,"engines.server.Server.disconnect_client",false]],"dispatch() (commands.concommand method)":[[35,"commands.ConCommand.dispatch",false]],"displacement_flags (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.displacement_flags",false]],"displacementflags (class in engines.trace)":[[75,"engines.trace.DisplacementFlags",false]],"dissolve (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.DISSOLVE",false]],"dissolvetype (class in entities.constants)":[[79,"entities.constants.DissolveType",false]],"dissolving (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.DISSOLVING",false]],"dissolving (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.DISSOLVING",false]],"dist (mathlib.plane property)":[[113,"mathlib.Plane.dist",false]],"distort (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.DISTORT",false]],"dl (memory.register attribute)":[[114,"memory.Register.DL",false]],"dl (memory.registers property)":[[114,"memory.Registers.dl",false]],"dll_identifier (commands.concommandbase property)":[[35,"commands.ConCommandBase.dll_identifier",false]],"doc (memory.helpers.key attribute)":[[115,"memory.helpers.Key.DOC",false]],"docs_path (in module paths)":[[129,"paths.DOCS_PATH",false]],"dohitlocationdmg (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.DOHITLOCATIONDMG",false]],"dont_bleed (effects.bloodcolor attribute)":[[66,"effects.BloodColor.DONT_BLEED",false]],"dontblocklos (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DONTBLOCKLOS",false]],"dontrecord (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.DONTRECORD",false]],"donttouch (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.DONTTOUCH",false]],"dontwalkon (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DONTWALKON",false]],"door_blocker (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.DOOR_BLOCKER",false]],"dormant (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.DORMANT",false]],"dot() (mathlib.vector method)":[[113,"mathlib.Vector.dot",false]],"double (memory.datatype attribute)":[[114,"memory.DataType.DOUBLE",false]],"double (memory.helpers.type attribute)":[[115,"memory.helpers.Type.DOUBLE",false]],"double (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.DOUBLE",false]],"double_npc (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.DOUBLE_NPC",false]],"double_npc_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.double_npc_sound",false]],"double_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.double_sound",false]],"download_file() (in module core.update)":[[60,"core.update.download_file",false]],"downloadables (class in stringtables.downloads)":[[160,"stringtables.downloads.Downloadables",false]],"drag_enabled (physics.physicsobject property)":[[130,"physics.PhysicsObject.drag_enabled",false]],"draw_view_model (_players.playermixin property)":[[132,"players.PlayerMixin.draw_view_model",false]],"drawtranslucentsubmodels (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.DRAWTRANSLUCENTSUBMODELS",false]],"dropped_model (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.dropped_model",false]],"drown (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.DROWN",false]],"drownrecover (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.DROWNRECOVER",false]],"ds (memory.register attribute)":[[114,"memory.Register.DS",false]],"ds (memory.registers property)":[[114,"memory.Registers.ds",false]],"duck (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.DUCK",false]],"ducking (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.DUCKING",false]],"dump_class_info() (in module core.dumps)":[[57,"core.dumps.dump_class_info",false]],"dump_convars() (in module core.dumps)":[[57,"core.dumps.dump_convars",false]],"dump_datamaps() (in module core.dumps)":[[57,"core.dumps.dump_datamaps",false]],"dump_server_classes() (in module core.dumps)":[[57,"core.dumps.dump_server_classes",false]],"dump_string_tables() (in module core.dumps)":[[57,"core.dumps.dump_string_tables",false]],"dump_weapon_scripts() (in module core.dumps)":[[57,"core.dumps.dump_weapon_scripts",false]],"dx (memory.register attribute)":[[114,"memory.Register.DX",false]],"dx (memory.registers property)":[[114,"memory.Registers.dx",false]],"dying (players.constants.lifestate attribute)":[[134,"players.constants.LifeState.DYING",false]],"dynamic_attributes (entities.entity.entity attribute)":[[85,"entities.entity.Entity.dynamic_attributes",false]],"dynamic_instance_array() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.dynamic_instance_array",false]],"dynamic_pointer_array() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.dynamic_pointer_array",false]],"eax (memory.register attribute)":[[114,"memory.Register.EAX",false]],"eax (memory.registers property)":[[114,"memory.Registers.eax",false]],"ebp (memory.register attribute)":[[114,"memory.Register.EBP",false]],"ebp (memory.registers property)":[[114,"memory.Registers.ebp",false]],"ebx (memory.register attribute)":[[114,"memory.Register.EBX",false]],"ebx (memory.registers property)":[[114,"memory.Registers.ebx",false]],"echo_console() (in module core)":[[50,"core.echo_console",false]],"ecx (memory.register attribute)":[[114,"memory.Register.ECX",false]],"ecx (memory.registers property)":[[114,"memory.Registers.ecx",false]],"edi (memory.register attribute)":[[114,"memory.Register.EDI",false]],"edi (memory.registers property)":[[114,"memory.Registers.edi",false]],"edict (class in entities)":[[76,"entities.Edict",false]],"edict (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.EDICT",false]],"edict (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.edict",false]],"edict (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.edict",false]],"edict_from_baseentity() (in module entities.helpers)":[[87,"entities.helpers.edict_from_baseentity",false]],"edict_from_basehandle() (in module entities.helpers)":[[87,"entities.helpers.edict_from_basehandle",false]],"edict_from_index() (in module entities.helpers)":[[87,"entities.helpers.edict_from_index",false]],"edict_from_inthandle() (in module entities.helpers)":[[87,"entities.helpers.edict_from_inthandle",false]],"edict_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.edict_from_playerinfo",false]],"edict_from_pointer() (in module entities.helpers)":[[87,"entities.helpers.edict_from_pointer",false]],"edict_from_userid() (in module players.helpers)":[[143,"players.helpers.edict_from_userid",false]],"edx (memory.register attribute)":[[114,"memory.Register.EDX",false]],"edx (memory.registers property)":[[114,"memory.Registers.edx",false]],"effects":[[66,"module-effects",false]],"effects (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.effects",false]],"effects.base":[[67,"module-effects.base",false]],"effects.hooks":[[68,"module-effects.hooks",false]],"effects.templates":[[69,"module-effects.templates",false]],"ehandle (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.EHANDLE",false]],"elasticity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.elasticity",false]],"electrical (entities.constants.dissolvetype attribute)":[[79,"entities.constants.DissolveType.ELECTRICAL",false]],"electrical_light (entities.constants.dissolvetype attribute)":[[79,"entities.constants.DissolveType.ELECTRICAL_LIGHT",false]],"element_stride (entities.props.sendprop property)":[[89,"entities.props.SendProp.element_stride",false]],"elite (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.ELITE",false]],"embedded (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.EMBEDDED",false]],"embedded_datamap (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.embedded_datamap",false]],"emit_sound() (entities.entity.entity method)":[[85,"entities.entity.Entity.emit_sound",false]],"empty (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.EMPTY",false]],"empty (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.EMPTY",false]],"empty_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.empty_sound",false]],"end (studio.bonecontroller property)":[[161,"studio.BoneController.end",false]],"end (studio.hierarchy property)":[[161,"studio.Hierarchy.end",false]],"end_frame (studio.movement property)":[[161,"studio.Movement.end_frame",false]],"end_position (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.end_position",false]],"energy (physics.physicsobject property)":[[130,"physics.PhysicsObject.energy",false]],"energybeam (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.ENERGYBEAM",false]],"engines":[[70,"module-engines",false]],"engines.gamerules":[[71,"module-engines.gamerules",false]],"engines.precache":[[72,"module-engines.precache",false]],"engines.server":[[73,"module-engines.server",false]],"engines.sound":[[74,"module-engines.sound",false]],"engines.trace":[[75,"module-engines.trace",false]],"entities":[[76,"module-entities",false]],"entities.classes":[[77,"module-entities.classes",false]],"entities.collisions":[[78,"module-entities.collisions",false]],"entities.constants":[[79,"module-entities.constants",false]],"entities.datamaps":[[80,"module-entities.datamaps",false]],"entities.dictionary":[[81,"module-entities.dictionary",false]],"entities.engines":[[82,"module-entities.engines",false]],"entities.engines.csgo":[[83,"module-entities.engines.csgo",false]],"entities.engines.csgo.csgo":[[84,"module-entities.engines.csgo.csgo",false]],"entities.entity":[[85,"module-entities.entity",false]],"entities.factories":[[86,"module-entities.factories",false]],"entities.helpers":[[87,"module-entities.helpers",false]],"entities.hooks":[[88,"module-entities.hooks",false]],"entities.props":[[89,"module-entities.props",false]],"entities.transmit":[[90,"module-entities.transmit",false]],"entities_only (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.ENTITIES_ONLY",false]],"entity (class in entities.engines.csgo)":[[83,"entities.engines.csgo.Entity",false]],"entity (class in entities.engines.csgo.csgo)":[[84,"entities.engines.csgo.csgo.Entity",false]],"entity (class in entities.entity)":[[85,"entities.entity.Entity",false]],"entity (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.entity",false]],"entity_flags (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.entity_flags",false]],"entity_handle (entities.collideable property)":[[76,"entities.Collideable.entity_handle",false]],"entity_handle (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.entity_handle",false]],"entity_index (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.entity_index",false]],"entitycondition (class in entities.hooks)":[[88,"entities.hooks.EntityCondition",false]],"entitydictionary (class in entities.dictionary)":[[81,"entities.dictionary.EntityDictionary",false]],"entityeffects (class in entities.constants)":[[79,"entities.constants.EntityEffects",false]],"entityenumerator (class in engines.trace)":[[75,"engines.trace.EntityEnumerator",false]],"entityfactory (class in entities.factories)":[[86,"entities.factories.EntityFactory",false]],"entityfactorydictionary (class in entities.factories)":[[86,"entities.factories.EntityFactoryDictionary",false]],"entityflags (class in entities.constants)":[[79,"entities.constants.EntityFlags",false]],"entitygenerator (class in entities)":[[76,"entities.EntityGenerator",false]],"entityiter (class in filters.entities)":[[100,"filters.entities.EntityIter",false]],"entitylistener (class in entities)":[[76,"entities.EntityListener",false]],"entitymemfuncwrapper (class in entities.helpers)":[[87,"entities.helpers.EntityMemFuncWrapper",false]],"entityposthook (class in entities.hooks)":[[88,"entities.hooks.EntityPostHook",false]],"entityprehook (class in entities.hooks)":[[88,"entities.hooks.EntityPreHook",false]],"entityproperty (class in entities.datamaps)":[[80,"entities.datamaps.EntityProperty",false]],"entitystates (class in entities.constants)":[[79,"entities.constants.EntityStates",false]],"entry (messages.dialogtype attribute)":[[123,"messages.DialogType.ENTRY",false]],"entry_bits (stringtables.stringtable property)":[[159,"stringtables.StringTable.entry_bits",false]],"entry_index (entities.baseentityhandle property)":[[76,"entities.BaseEntityHandle.entry_index",false]],"entry_phase (studio.sequence property)":[[161,"studio.Sequence.entry_phase",false]],"enum_entity() (engines.trace.entityenumerator method)":[[75,"engines.trace.EntityEnumerator.enum_entity",false]],"env_rain (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.ENV_RAIN",false]],"env_snow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.ENV_SNOW",false]],"environmental (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.ENVIRONMENTAL",false]],"eof (filesystem.sourcefile property)":[[98,"filesystem.SourceFile.eof",false]],"equals_datamap_classname() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.equals_datamap_classname",false]],"equals_entity_classname() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.equals_entity_classname",false]],"es (memory.register attribute)":[[114,"memory.Register.ES",false]],"es (memory.registers property)":[[114,"memory.Registers.es",false]],"esi (memory.register attribute)":[[114,"memory.Register.ESI",false]],"esi (memory.registers property)":[[114,"memory.Registers.esi",false]],"esp (memory.register attribute)":[[114,"memory.Register.ESP",false]],"esp (memory.registers property)":[[114,"memory.Registers.esp",false]],"event (studio.sequenceevent property)":[[161,"studio.SequenceEvent.event",false]],"event() (in module events)":[[91,"events.Event",false]],"event_action (entities.baseentityoutput property)":[[76,"entities.BaseEntityOutput.event_action",false]],"event_actions (entities.baseentityoutput property)":[[76,"entities.BaseEntityOutput.event_actions",false]],"event_debug_id (events.listener.gameeventlistener property)":[[94,"events.listener.GameEventListener.event_debug_id",false]],"event_id (events.gameeventdescriptor property)":[[91,"events.GameEventDescriptor.event_id",false]],"event_manager (in module events.manager)":[[95,"events.manager.event_manager",false]],"event_offset (studio.sequenceevent property)":[[161,"studio.SequenceEvent.event_offset",false]],"event_path (in module paths)":[[129,"paths.EVENT_PATH",false]],"eventaction (class in entities)":[[76,"entities.EventAction",false]],"eventaction (class in events.hooks)":[[93,"events.hooks.EventAction",false]],"eventactiongenerator (class in entities)":[[76,"entities.EventActionGenerator",false]],"events":[[91,"module-events",false]],"events.custom":[[92,"module-events.custom",false]],"events.hooks":[[93,"module-events.hooks",false]],"events.listener":[[94,"module-events.listener",false]],"events.manager":[[95,"module-events.manager",false]],"events.resource":[[96,"module-events.resource",false]],"events.variable":[[97,"module-events.variable",false]],"events_count (studio.sequence property)":[[161,"studio.Sequence.events_count",false]],"events_offset (studio.sequence property)":[[161,"studio.Sequence.events_offset",false]],"events_only (entities.constants.takedamage attribute)":[[79,"entities.constants.TakeDamage.EVENTS_ONLY",false]],"eventvartype (class in events)":[[91,"events.EventVarType",false]],"everything (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.EVERYTHING",false]],"everything_filter_props (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.EVERYTHING_FILTER_PROPS",false]],"except_hooks (in module hooks.exceptions)":[[107,"hooks.exceptions.except_hooks",false]],"excepthook() (in module hooks.exceptions)":[[107,"hooks.exceptions.ExceptHook",false]],"exclude (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.EXCLUDE",false]],"exclude_data_table_name (entities.props.sendprop property)":[[89,"entities.props.SendProp.exclude_data_table_name",false]],"exec_time (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.exec_time",false]],"execute() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.execute",false]],"execute() (listeners.tick.delay method)":[[111,"listeners.tick.Delay.execute",false]],"execute_server_command() (in module engines.server)":[[73,"engines.server.execute_server_command",false]],"exhaustible (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.EXHAUSTIBLE",false]],"exit_phase (studio.sequence property)":[[161,"studio.Sequence.exit_phase",false]],"explode (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.EXPLODE",false]],"explosive (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.EXPLOSIVE",false]],"extend() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.extend",false]],"external_name (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.external_name",false]],"eye_angle (_players.playermixin property)":[[132,"players.PlayerMixin.eye_angle",false]],"eye_position (studio.modelheader property)":[[161,"studio.ModelHeader.eye_position",false]],"factory (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.factory",false]],"fade (class in messages)":[[123,"messages.Fade",false]],"fade (class in messages.base)":[[124,"messages.base.Fade",false]],"fade_fast (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FADE_FAST",false]],"fade_in (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FADE_IN",false]],"fade_in_time (studio.sequence property)":[[161,"studio.Sequence.fade_in_time",false]],"fade_out (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FADE_OUT",false]],"fade_out_time (studio.sequence property)":[[161,"studio.Sequence.fade_out_time",false]],"fade_slow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FADE_SLOW",false]],"fadeflags (class in messages)":[[123,"messages.FadeFlags",false]],"fakeclient (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.FAKECLIENT",false]],"fall (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.FALL",false]],"fall_velocity (_players.playermixin property)":[[132,"players.PlayerMixin.fall_velocity",false]],"famas (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.FAMAS",false]],"fast_reload (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.FAST_RELOAD",false]],"fastcall (memory.convention attribute)":[[114,"memory.Convention.FASTCALL",false]],"fdel (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.fdel",false]],"fdel (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.fdel",false]],"fget (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.fget",false]],"fget (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.fget",false]],"fieldtype (class in entities.datamaps)":[[80,"entities.datamaps.FieldType",false]],"fileno() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.fileno",false]],"filepath (config.manager.configmanager property)":[[48,"config.manager.ConfigManager.filepath",false]],"filepath (events.resource.resourcefile property)":[[96,"events.resource.ResourceFile.filepath",false]],"filesystem":[[98,"module-filesystem",false]],"filter_str() (in module commands.typed)":[[44,"commands.typed.filter_str",false]],"filters":[[99,"module-filters",false]],"filters.entities":[[100,"module-filters.entities",false]],"filters.iterator":[[101,"module-filters.iterator",false]],"filters.players":[[102,"module-filters.players",false]],"filters.recipients":[[103,"module-filters.recipients",false]],"filters.weapons":[[104,"module-filters.weapons",false]],"finalize() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.finalize",false]],"finalize() (listeners.onentityoutputlistenermanager method)":[[110,"listeners.OnEntityOutputListenerManager.finalize",false]],"find() (entities.datamaps.datamap method)":[[80,"entities.datamaps.DataMap.find",false]],"find() (entities.engines.csgo.csgo.entity class method)":[[84,"entities.engines.csgo.csgo.Entity.find",false]],"find() (entities.entity.baseentity class method)":[[85,"entities.entity.BaseEntity.find",false]],"find_address() (memory.binaryfile method)":[[114,"memory.BinaryFile.find_address",false]],"find_base() (cvars._cvar method)":[[62,"cvars._Cvar.find_base",false]],"find_binary() (in module memory)":[[114,"memory.find_binary",false]],"find_command() (cvars._cvar method)":[[62,"cvars._Cvar.find_command",false]],"find_game_rules() (in module engines.gamerules)":[[71,"engines.gamerules.find_game_rules",false]],"find_game_rules_property_offset() (in module engines.gamerules)":[[71,"engines.gamerules.find_game_rules_property_offset",false]],"find_game_rules_proxy_name() (in module engines.gamerules)":[[71,"engines.gamerules.find_game_rules_proxy_name",false]],"find_key() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.find_key",false]],"find_key_by_symbol() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.find_key_by_symbol",false]],"find_model() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.find_model",false]],"find_offset() (entities.datamaps.datamap method)":[[80,"entities.datamaps.DataMap.find_offset",false]],"find_or_create() (entities.entity.baseentity class method)":[[85,"entities.entity.BaseEntity.find_or_create",false]],"find_output_name() (in module entities.helpers)":[[87,"entities.helpers.find_output_name",false]],"find_pointer() (memory.binaryfile method)":[[114,"memory.BinaryFile.find_pointer",false]],"find_server_class() (entities.props.serverclass static method)":[[89,"entities.props.ServerClass.find_server_class",false]],"find_var() (cvars._cvar method)":[[62,"cvars._Cvar.find_var",false]],"fire() (events.custom.customevent method)":[[92,"events.custom.CustomEvent.fire",false]],"fire_game_event (players.baseclient attribute)":[[131,"players.BaseClient.fire_game_event",false]],"fire_game_event() (events.listener.gameeventlistener method)":[[94,"events.listener.GameEventListener.fire_game_event",false]],"fire_output (entities.baseentityoutput attribute)":[[76,"entities.BaseEntityOutput.fire_output",false]],"fired_bullets (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.fired_bullets",false]],"first_sub_key (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.first_sub_key",false]],"first_true_sub_key (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.first_true_sub_key",false]],"first_value (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.first_value",false]],"fiveseven (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.FIVESEVEN",false]],"fixangle (class in players.constants)":[[134,"players.constants.FixAngle",false]],"fixed (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.FIXED",false]],"flags (_players.playermixin property)":[[132,"players.PlayerMixin.flags",false]],"flags (commands.concommandbase property)":[[35,"commands.ConCommandBase.flags",false]],"flags (engines.trace.surface property)":[[75,"engines.trace.Surface.flags",false]],"flags (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.flags",false]],"flags (entities.props.sendprop property)":[[89,"entities.props.SendProp.flags",false]],"flags (studio.animation property)":[[161,"studio.Animation.flags",false]],"flags (studio.modelattachment property)":[[161,"studio.ModelAttachment.flags",false]],"flags (studio.modelbone property)":[[161,"studio.ModelBone.flags",false]],"flags (studio.modelheader property)":[[161,"studio.ModelHeader.flags",false]],"flags (studio.sequence property)":[[161,"studio.Sequence.flags",false]],"flags (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.flags",false]],"flash_alpha (_players.playermixin property)":[[132,"players.PlayerMixin.flash_alpha",false]],"flash_duration (_players.playermixin property)":[[132,"players.PlayerMixin.flash_duration",false]],"flashbang (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.FLASHBANG",false]],"flashlight (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.FLASHLIGHT",false]],"flat_group (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.flat_group",false]],"flat_offset (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.flat_offset",false]],"flatten() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.flatten",false]],"flicker_fast (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FLICKER_FAST",false]],"flicker_slow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.FLICKER_SLOW",false]],"flip_view_model (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.flip_view_model",false]],"float (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.FLOAT",false]],"float (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.FLOAT",false]],"float (events.eventvartype attribute)":[[91,"events.EventVarType.FLOAT",false]],"float (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.FLOAT",false]],"float (memory.datatype attribute)":[[114,"memory.DataType.FLOAT",false]],"float (memory.helpers.type attribute)":[[115,"memory.helpers.Type.FLOAT",false]],"floatvariable (class in events.variable)":[[97,"events.variable.FloatVariable",false]],"flush() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.flush",false]],"fly (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.FLY",false]],"fly (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.FLY",false]],"fly_bounce (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.FLY_BOUNCE",false]],"fly_custom (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.FLY_CUSTOM",false]],"fly_slide (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.FLY_SLIDE",false]],"flygravity (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.FLYGRAVITY",false]],"force (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.force",false]],"force_check_transmit (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.FORCE_CHECK_TRANSMIT",false]],"force_world_aligned (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.FORCE_WORLD_ALIGNED",false]],"format() (core.table.asciitable method)":[[59,"core.table.AsciiTable.format",false]],"forward (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.FORWARD",false]],"forward_move (players.bots.botcmd property)":[[133,"players.bots.BotCmd.forward_move",false]],"forward_move (players.usercmd property)":[[131,"players.UserCmd.forward_move",false]],"fov (_players.playermixin property)":[[132,"players.PlayerMixin.fov",false]],"fov_rate (_players.playermixin property)":[[132,"players.PlayerMixin.fov_rate",false]],"fov_start (_players.playermixin property)":[[132,"players.PlayerMixin.fov_start",false]],"fov_time (_players.playermixin property)":[[132,"players.PlayerMixin.fov_time",false]],"fraction (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.fraction",false]],"fraction_left_solid (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.fraction_left_solid",false]],"frames_count (studio.animation property)":[[161,"studio.Animation.frames_count",false]],"freezecam (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.FREEZECAM",false]],"frequency (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.FREQUENCY",false]],"friction (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.friction",false]],"from_buffer() (keyvalues.keyvalues static method)":[[109,"keyvalues.KeyValues.from_buffer",false]],"from_buffer_in_place() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.from_buffer_in_place",false]],"from_dict() (keyvalues.keyvalues static method)":[[109,"keyvalues.KeyValues.from_dict",false]],"from_file() (keyvalues.keyvalues static method)":[[109,"keyvalues.KeyValues.from_file",false]],"from_file_in_place() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.from_file_in_place",false]],"from_inthandle() (entities.dictionary.entitydictionary method)":[[81,"entities.dictionary.EntityDictionary.from_inthandle",false]],"from_inthandle() (entities.entity.entity class method)":[[85,"entities.entity.Entity.from_inthandle",false]],"from_userid() (players.dictionary.playerdictionary method)":[[135,"players.dictionary.PlayerDictionary.from_userid",false]],"frozen (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.FROZEN",false]],"fs (memory.register attribute)":[[114,"memory.Register.FS",false]],"fs (memory.registers property)":[[114,"memory.Registers.fs",false]],"fset (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.fset",false]],"fset (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.fset",false]],"full_auto (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.full_auto",false]],"full_set() (steam.steamid method)":[[158,"steam.SteamID.full_set",false]],"fullpath (config.manager.configmanager property)":[[48,"config.manager.ConfigManager.fullpath",false]],"fullpath (events.resource.resourcefile property)":[[96,"events.resource.ResourceFile.fullpath",false]],"function (class in memory)":[[114,"memory.Function",false]],"function (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.FUNCTION",false]],"function (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.function",false]],"function() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.function",false]],"function_typedef() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.function_typedef",false]],"functioninfo (class in memory)":[[114,"memory.FunctionInfo",false]],"functiontable (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.FUNCTIONTABLE",false]],"g (colors.color property)":[[34,"colors.Color.g",false]],"g3sg1 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.G3SG1",false]],"galil (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.GALIL",false]],"game_data (physics.physicsobject property)":[[130,"physics.PhysicsObject.game_data",false]],"game_flags (physics.physicsobject property)":[[130,"physics.PhysicsObject.game_flags",false]],"game_index (physics.physicsobject property)":[[130,"physics.PhysicsObject.game_index",false]],"game_path (in module paths)":[[129,"paths.GAME_PATH",false]],"game_server (steam.accounttype attribute)":[[158,"steam.AccountType.GAME_SERVER",false]],"gameconfigobj (class in core)":[[50,"core.GameConfigObj",false]],"gamedll (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.GAMEDLL",false]],"gameevent (class in events)":[[91,"events.GameEvent",false]],"gameeventdescriptor (class in events)":[[91,"events.GameEventDescriptor",false]],"gameeventlistener (class in events.listener)":[[94,"events.listener.GameEventListener",false]],"gamerules (class in engines.gamerules)":[[71,"engines.gamerules.GameRules",false]],"gamethread (class in listeners.tick)":[[111,"listeners.tick.GameThread",false]],"gametrace (class in engines.trace)":[[75,"engines.trace.GameTrace",false]],"gear (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.GEAR",false]],"generate_project_files() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.generate_project_files",false]],"generic (class in engines.precache)":[[72,"engines.precache.Generic",false]],"generic (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.GENERIC",false]],"generic (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.GENERIC",false]],"get_active_environment_by_index() (physics.physics method)":[[130,"physics.Physics.get_active_environment_by_index",false]],"get_active_object_by_index() (physics.physicsenvironment method)":[[130,"physics.PhysicsEnvironment.get_active_object_by_index",false]],"get_ammo() (weapons.engines.csgo.csgo.weapon method)":[[173,"weapons.engines.csgo.csgo.Weapon.get_ammo",false]],"get_ammo() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.get_ammo",false]],"get_angle_vectors() (mathlib.qangle method)":[[113,"mathlib.QAngle.get_angle_vectors",false]],"get_animation_index() (studio.sequence method)":[[161,"studio.Sequence.get_animation_index",false]],"get_argument_ptr() (memory.callingconvention method)":[[114,"memory.CallingConvention.get_argument_ptr",false]],"get_attachment() (studio.modelheader method)":[[161,"studio.ModelHeader.get_attachment",false]],"get_auto_command_return() (commands.typed.typedclientcommand class method)":[[44,"commands.typed.TypedClientCommand.get_auto_command_return",false]],"get_auto_command_return() (commands.typed.typedsaycommand class method)":[[44,"commands.typed.TypedSayCommand.get_auto_command_return",false]],"get_auto_command_return() (commands.typed.typedservercommand class method)":[[44,"commands.typed.TypedServerCommand.get_auto_command_return",false]],"get_avg_choke() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_avg_choke",false]],"get_avg_data() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_avg_data",false]],"get_avg_latency() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_avg_latency",false]],"get_avg_loss() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_avg_loss",false]],"get_avg_packets() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_avg_packets",false]],"get_bone() (studio.modelheader method)":[[161,"studio.ModelHeader.get_bone",false]],"get_bone_controller() (studio.modelheader method)":[[161,"studio.ModelHeader.get_bone_controller",false]],"get_bool() (cvars.convar method)":[[62,"cvars.ConVar.get_bool",false]],"get_bool() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_bool",false]],"get_bool() (events.gameevent method)":[[91,"events.GameEvent.get_bool",false]],"get_bool() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_bool",false]],"get_bool() (memory.pointer method)":[[114,"memory.Pointer.get_bool",false]],"get_build_artifacts() (in module core.update)":[[60,"core.update.get_build_artifacts",false]],"get_button_combination_status() (in module listeners)":[[110,"listeners.get_button_combination_status",false]],"get_cached_value() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.get_cached_value",false]],"get_cached_value() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.get_cached_value",false]],"get_char() (memory.pointer method)":[[114,"memory.Pointer.get_char",false]],"get_class() (in module memory)":[[114,"memory.get_class",false]],"get_class() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.get_class",false]],"get_class_info() (in module memory)":[[114,"memory.get_class_info",false]],"get_class_name() (in module memory)":[[114,"memory.get_class_name",false]],"get_client() (engines.server.server method)":[[73,"engines.server.Server.get_client",false]],"get_client_command() (in module commands.client)":[[37,"commands.client.get_client_command",false]],"get_client_language() (in module players.helpers)":[[143,"players.helpers.get_client_language",false]],"get_clip() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.get_clip",false]],"get_color() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_color",false]],"get_color() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_color",false]],"get_command() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.get_command",false]],"get_command_index() (in module commands)":[[35,"commands.get_command_index",false]],"get_command_interpolation_amount() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_command_interpolation_amount",false]],"get_core_modules() (in module core)":[[50,"core.get_core_modules",false]],"get_count() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.get_count",false]],"get_count() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.get_count",false]],"get_data() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_data",false]],"get_data_type() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_data_type",false]],"get_data_type_size() (in module memory)":[[114,"memory.get_data_type_size",false]],"get_datamap_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_bool",false]],"get_datamap_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_char",false]],"get_datamap_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_color",false]],"get_datamap_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_double",false]],"get_datamap_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_edict",false]],"get_datamap_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_float",false]],"get_datamap_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_int",false]],"get_datamap_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_interval",false]],"get_datamap_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_long",false]],"get_datamap_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_long_long",false]],"get_datamap_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_pointer",false]],"get_datamap_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_quaternion",false]],"get_datamap_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_short",false]],"get_datamap_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_string_array",false]],"get_datamap_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_string_pointer",false]],"get_datamap_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_uchar",false]],"get_datamap_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_uint",false]],"get_datamap_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_ulong",false]],"get_datamap_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_ulong_long",false]],"get_datamap_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_ushort",false]],"get_datamap_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_datamap_property_vector",false]],"get_default_filters() (in module filters.players)":[[102,"filters.players.get_default_filters",false]],"get_distance() (mathlib.vector method)":[[113,"mathlib.Vector.get_distance",false]],"get_distance_sqr() (mathlib.vector method)":[[113,"mathlib.Vector.get_distance_sqr",false]],"get_double() (memory.pointer method)":[[114,"memory.Pointer.get_double",false]],"get_download_url() (in module core.update)":[[60,"core.update.get_download_url",false]],"get_entity() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_entity",false]],"get_eye_location() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_eye_location",false]],"get_float() (cvars.convar method)":[[62,"cvars.ConVar.get_float",false]],"get_float() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_float",false]],"get_float() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_float",false]],"get_float() (events.gameevent method)":[[91,"events.GameEvent.get_float",false]],"get_float() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_float",false]],"get_float() (memory.pointer method)":[[114,"memory.Pointer.get_float",false]],"get_function_info() (in module memory)":[[114,"memory.get_function_info",false]],"get_global_pointer() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.get_global_pointer",false]],"get_hitbox() (studio.hitboxset method)":[[161,"studio.HitboxSet.get_hitbox",false]],"get_hitbox_set() (studio.modelheader method)":[[161,"studio.ModelHeader.get_hitbox_set",false]],"get_hooks_disabled() (in module memory.hooks)":[[116,"memory.hooks.get_hooks_disabled",false]],"get_input() (entities.entity.entity method)":[[85,"entities.entity.Entity.get_input",false]],"get_int() (cvars.convar method)":[[62,"cvars.ConVar.get_int",false]],"get_int() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_int",false]],"get_int() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_int",false]],"get_int() (events.gameevent method)":[[91,"events.GameEvent.get_int",false]],"get_int() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_int",false]],"get_int() (memory.pointer method)":[[114,"memory.Pointer.get_int",false]],"get_int64() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_int64",false]],"get_interface() (in module core)":[[50,"core.get_interface",false]],"get_key_value_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_bool",false]],"get_key_value_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_color",false]],"get_key_value_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_float",false]],"get_key_value_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_int",false]],"get_key_value_qangle() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_qangle",false]],"get_key_value_string() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_string",false]],"get_key_value_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_key_value_vector",false]],"get_language() (translations.strings.translationstrings method)":[[166,"translations.strings.TranslationStrings.get_language",false]],"get_last_successful_build_number() (in module core.version)":[[61,"core.version.get_last_successful_build_number",false]],"get_latency() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_latency",false]],"get_latest_data_checksum() (in module core.update)":[[60,"core.update.get_latest_data_checksum",false]],"get_local_animation() (studio.modelheader method)":[[161,"studio.ModelHeader.get_local_animation",false]],"get_long() (memory.pointer method)":[[114,"memory.Pointer.get_long",false]],"get_long_long() (memory.pointer method)":[[114,"memory.Pointer.get_long_long",false]],"get_message_index() (in module messages)":[[123,"messages.get_message_index",false]],"get_message_name() (in module messages)":[[123,"messages.get_message_name",false]],"get_message_size() (in module messages)":[[123,"messages.get_message_size",false]],"get_model() (entities.entity.entity method)":[[85,"entities.entity.Entity.get_model",false]],"get_model_header() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.get_model_header",false]],"get_model_name() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.get_model_name",false]],"get_movement() (studio.animation method)":[[161,"studio.Animation.get_movement",false]],"get_name() (studio.sequenceevent method)":[[161,"studio.SequenceEvent.get_name",false]],"get_network_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_bool",false]],"get_network_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_char",false]],"get_network_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_color",false]],"get_network_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_double",false]],"get_network_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_edict",false]],"get_network_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_float",false]],"get_network_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_int",false]],"get_network_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_interval",false]],"get_network_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_long",false]],"get_network_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_long_long",false]],"get_network_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_pointer",false]],"get_network_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_quaternion",false]],"get_network_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_short",false]],"get_network_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_string_array",false]],"get_network_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_string_pointer",false]],"get_network_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_uchar",false]],"get_network_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_uint",false]],"get_network_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_ulong",false]],"get_network_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_ulong_long",false]],"get_network_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_ushort",false]],"get_network_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_network_property_vector",false]],"get_node() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.get_node",false]],"get_object_pointer() (in module memory)":[[114,"memory.get_object_pointer",false]],"get_offset() (memory.helpers.array method)":[[115,"memory.helpers.Array.get_offset",false]],"get_output() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_output",false]],"get_output() (entities.entity.entity method)":[[85,"entities.entity.Entity.get_output",false]],"get_packet_bytes() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_packet_bytes",false]],"get_packet_response_latency() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_packet_response_latency",false]],"get_packet_time() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_packet_time",false]],"get_pairs() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.get_pairs",false]],"get_pairs() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.get_pairs",false]],"get_parent() (entities.entity.entity method)":[[85,"entities.entity.Entity.get_parent",false]],"get_player_info() (engines.server.server method)":[[73,"engines.server.Server.get_player_info",false]],"get_plugin_directory() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.get_plugin_directory",false]],"get_plugin_file_path() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.get_plugin_file_path",false]],"get_plugin_info() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.get_plugin_info",false]],"get_plugin_instance() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.get_plugin_instance",false]],"get_plugin_name() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.get_plugin_name",false]],"get_pointer() (memory.pointer method)":[[114,"memory.Pointer.get_pointer",false]],"get_pop_size() (memory.callingconvention method)":[[114,"memory.CallingConvention.get_pop_size",false]],"get_priority() (entities.props.sendprop method)":[[89,"entities.props.SendProp.get_priority",false]],"get_procedure() (studio.modelbone method)":[[161,"studio.ModelBone.get_procedure",false]],"get_prop() (entities.props.sendtable method)":[[89,"entities.props.SendTable.get_prop",false]],"get_property_array() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_array",false]],"get_property_bool() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_bool",false]],"get_property_bool() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_bool",false]],"get_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_bool",false]],"get_property_char() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_char",false]],"get_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_char",false]],"get_property_color() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_color",false]],"get_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_color",false]],"get_property_double() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_double",false]],"get_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_double",false]],"get_property_edict() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_edict",false]],"get_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_edict",false]],"get_property_float() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_float",false]],"get_property_float() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_float",false]],"get_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_float",false]],"get_property_int() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_int",false]],"get_property_int() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_int",false]],"get_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_int",false]],"get_property_interval() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_interval",false]],"get_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_interval",false]],"get_property_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_long",false]],"get_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_long",false]],"get_property_long_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_long_long",false]],"get_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_long_long",false]],"get_property_pointer() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_pointer",false]],"get_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_pointer",false]],"get_property_quaternion() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_quaternion",false]],"get_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_quaternion",false]],"get_property_short() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_short",false]],"get_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_short",false]],"get_property_string() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_string",false]],"get_property_string() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_string",false]],"get_property_string() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_string",false]],"get_property_string_array() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_string_array",false]],"get_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_string_array",false]],"get_property_string_pointer() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_string_pointer",false]],"get_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_string_pointer",false]],"get_property_uchar() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_uchar",false]],"get_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_uchar",false]],"get_property_uint() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_uint",false]],"get_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_uint",false]],"get_property_ulong() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_ulong",false]],"get_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_ulong",false]],"get_property_ulong_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_ulong_long",false]],"get_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_ulong_long",false]],"get_property_ushort() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_ushort",false]],"get_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_ushort",false]],"get_property_vector() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.get_property_vector",false]],"get_property_vector() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.get_property_vector",false]],"get_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.get_property_vector",false]],"get_public_ip() (in module core)":[[50,"core.get_public_ip",false]],"get_recipient_index() (filters.recipients.baserecipientfilter method)":[[103,"filters.recipients.BaseRecipientFilter.get_recipient_index",false]],"get_reference_count() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.get_reference_count",false]],"get_registers() (memory.callingconvention method)":[[114,"memory.CallingConvention.get_registers",false]],"get_remote_frame_rate() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_remote_frame_rate",false]],"get_return_ptr() (memory.callingconvention method)":[[114,"memory.CallingConvention.get_return_ptr",false]],"get_say_command() (in module commands.say)":[[42,"commands.say.get_say_command",false]],"get_secondary_fire_ammo() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.get_secondary_fire_ammo",false]],"get_secondary_fire_clip() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.get_secondary_fire_clip",false]],"get_sequence_number() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_sequence_number",false]],"get_server_command() (in module commands.server)":[[43,"commands.server.get_server_command",false]],"get_setting() (settings.types.settingstype method)":[[156,"settings.types.SettingsType.get_setting",false]],"get_short() (memory.pointer method)":[[114,"memory.Pointer.get_short",false]],"get_size() (in module memory)":[[114,"memory.get_size",false]],"get_stream_progress() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_stream_progress",false]],"get_string() (cvars.convar method)":[[62,"cvars.ConVar.get_string",false]],"get_string() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_string",false]],"get_string() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_string",false]],"get_string() (events.gameevent method)":[[91,"events.GameEvent.get_string",false]],"get_string() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_string",false]],"get_string() (translations.strings.translationstrings method)":[[166,"translations.strings.TranslationStrings.get_string",false]],"get_string_array() (memory.pointer method)":[[114,"memory.Pointer.get_string_array",false]],"get_string_pointer() (memory.pointer method)":[[114,"memory.Pointer.get_string_pointer",false]],"get_strings() (translations.strings.langstrings method)":[[166,"translations.strings.LangStrings.get_strings",false]],"get_total_data() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.get_total_data",false]],"get_trace_type() (engines.trace.tracefilter method)":[[75,"engines.trace.TraceFilter.get_trace_type",false]],"get_trace_type() (engines.trace.tracefiltersimple method)":[[75,"engines.trace.TraceFilterSimple.get_trace_type",false]],"get_uchar() (memory.pointer method)":[[114,"memory.Pointer.get_uchar",false]],"get_uint() (memory.pointer method)":[[114,"memory.Pointer.get_uint",false]],"get_uint64() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.get_uint64",false]],"get_ulong() (memory.pointer method)":[[114,"memory.Pointer.get_ulong",false]],"get_ulong_long() (memory.pointer method)":[[114,"memory.Pointer.get_ulong_long",false]],"get_user_data() (stringtables.stringtable method)":[[159,"stringtables.StringTable.get_user_data",false]],"get_user_data_length() (stringtables.stringtable method)":[[159,"stringtables.StringTable.get_user_data_length",false]],"get_user_message_impl() (in module messages.impl)":[[127,"messages.impl.get_user_message_impl",false]],"get_ushort() (memory.pointer method)":[[114,"memory.Pointer.get_ushort",false]],"get_vector() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.get_vector",false]],"get_vector() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.get_vector",false]],"get_vector_angles() (mathlib.vector method)":[[113,"mathlib.Vector.get_vector_angles",false]],"get_vector_vectors() (mathlib.vector method)":[[113,"mathlib.Vector.get_vector_vectors",false]],"get_verbose_name() (plugins.info.plugininfo method)":[[148,"plugins.info.PluginInfo.get_verbose_name",false]],"get_version() (plugins.info.plugininfo method)":[[148,"plugins.info.PluginInfo.get_version",false]],"get_view_angle() (_players.playermixin method)":[[132,"players.PlayerMixin.get_view_angle",false]],"get_virtual_func() (memory.pointer method)":[[114,"memory.Pointer.get_virtual_func",false]],"get_virtual_function() (in module memory)":[[114,"memory.get_virtual_function",false]],"get_weight() (studio.sequence method)":[[161,"studio.Sequence.get_weight",false]],"getter() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.getter",false]],"getter() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.getter",false]],"git_commit (in module core.version)":[[61,"core.version.GIT_COMMIT",false]],"give_named_item (players.engines.bms.player attribute)":[[137,"players.engines.bms.Player.give_named_item",false]],"give_named_item (players.engines.l4d2.player attribute)":[[139,"players.engines.l4d2.Player.give_named_item",false]],"give_named_item (players.engines.orangebox.player attribute)":[[140,"players.engines.orangebox.Player.give_named_item",false]],"glass (effects.shattersurface attribute)":[[66,"effects.ShatterSurface.GLASS",false]],"global (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.GLOBAL",false]],"global_name (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.global_name",false]],"global_pointer() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.global_pointer",false]],"globalentitylist (class in entities)":[[76,"entities.GlobalEntityList",false]],"glock (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.GLOCK",false]],"glow (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.GLOW",false]],"glow_shell (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.GLOW_SHELL",false]],"godmode (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.GODMODE",false]],"good (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.GOOD",false]],"graphed (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.GRAPHED",false]],"grate (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.GRATE",false]],"gravity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.gravity",false]],"gravity (physics.physicsenvironment property)":[[130,"physics.PhysicsEnvironment.gravity",false]],"gravity_enabled (physics.physicsobject property)":[[130,"physics.PhysicsObject.gravity_enabled",false]],"gray (in module colors)":[[34,"colors.GRAY",false]],"green (effects.bloodcolor attribute)":[[66,"effects.BloodColor.GREEN",false]],"green (in module colors)":[[34,"colors.GREEN",false]],"grenade (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.GRENADE",false]],"grenade (weapons.constants.weaponslot attribute)":[[168,"weapons.constants.WeaponSlot.GRENADE",false]],"grenade (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.GRENADE",false]],"grenade1 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.GRENADE1",false]],"grenade2 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.GRENADE2",false]],"ground_entity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.ground_entity",false]],"group (net_channel.netmessage property)":[[128,"net_channel.NetMessage.group",false]],"group (studio.hitbox property)":[[161,"studio.Hitbox.group",false]],"group_added() (auth.base.backend method)":[[30,"auth.base.Backend.group_added",false]],"group_removed() (auth.base.backend method)":[[30,"auth.base.Backend.group_removed",false]],"gs (memory.register attribute)":[[114,"memory.Register.GS",false]],"gs (memory.registers property)":[[114,"memory.Registers.gs",false]],"gun_offset (_players.playermixin property)":[[132,"players.PlayerMixin.gun_offset",false]],"gunfire (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.GUNFIRE",false]],"hammerid (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.hammerid",false]],"handle (filesystem.sourcefile property)":[[98,"filesystem.SourceFile.handle",false]],"handle_hook() (effects.templates.tempentitytemplate method)":[[69,"effects.templates.TempEntityTemplate.handle_hook",false]],"handleentity (class in entities)":[[76,"entities.HandleEntity",false]],"has_been_changed() (messages.impl.usermessagedata method)":[[127,"messages.impl.UserMessageData.has_been_changed",false]],"has_been_predicted (players.bots.botcmd property)":[[133,"players.bots.BotCmd.has_been_predicted",false]],"has_been_predicted (players.usercmd property)":[[131,"players.UserCmd.has_been_predicted",false]],"has_c4() (players.engines.orangebox.cstrike.player method)":[[141,"players.engines.orangebox.cstrike.Player.has_c4",false]],"has_c4() (players.entity.player method)":[[142,"players.entity.Player.has_c4",false]],"has_defuser (_players.playermixin property)":[[132,"players.PlayerMixin.has_defuser",false]],"has_helmet (_players.playermixin property)":[[132,"players.PlayerMixin.has_helmet",false]],"has_max() (cvars.convar method)":[[62,"cvars.ConVar.has_max",false]],"has_min() (cvars.convar method)":[[62,"cvars.ConVar.has_min",false]],"has_no_individual_instance() (steam.steamid method)":[[158,"steam.SteamID.has_no_individual_instance",false]],"has_pair() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.has_pair",false]],"has_pair() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.has_pair",false]],"has_player_child (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.HAS_PLAYER_CHILD",false]],"head (filesystem.seektype attribute)":[[98,"filesystem.SeekType.HEAD",false]],"head (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.HEAD",false]],"head_angles (players.usercmd property)":[[131,"players.UserCmd.head_angles",false]],"head_offset (players.usercmd property)":[[131,"players.UserCmd.head_offset",false]],"headshot (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.HEADSHOT",false]],"health (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.health",false]],"health (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.HEALTH",false]],"health (players.playerinfo property)":[[131,"players.PlayerInfo.health",false]],"hegrenade (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.HEGRENADE",false]],"help_text (commands.concommandbase property)":[[35,"commands.ConCommandBase.help_text",false]],"help_text (commands.typed.store property)":[[44,"commands.typed.Store.help_text",false]],"hidden (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.HIDDEN",false]],"hidden_huds (_players.playermixin property)":[[132,"players.PlayerMixin.hidden_huds",false]],"hidehudflags (class in players.constants)":[[134,"players.constants.HideHudFlags",false]],"hierarchy (class in studio)":[[161,"studio.Hierarchy",false]],"high (engines.sound.pitch attribute)":[[74,"engines.sound.Pitch.HIGH",false]],"high_low_mul (entities.props.sendprop property)":[[89,"entities.props.SendProp.high_low_mul",false]],"high_value (entities.props.sendprop property)":[[89,"entities.props.SendProp.high_value",false]],"hint (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.HINT",false]],"hinttext (class in messages)":[[123,"messages.HintText",false]],"hinttext (class in messages.base)":[[124,"messages.base.HintText",false]],"hitbox (class in studio)":[[161,"studio.Hitbox",false]],"hitbox (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.HITBOX",false]],"hitbox (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.hitbox",false]],"hitbox (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.HITBOX",false]],"hitbox_sets_count (studio.modelheader property)":[[161,"studio.ModelHeader.hitbox_sets_count",false]],"hitbox_sets_offset (studio.modelheader property)":[[161,"studio.ModelHeader.hitbox_sets_offset",false]],"hitboxes_count (studio.hitboxset property)":[[161,"studio.HitboxSet.hitboxes_count",false]],"hitboxset (class in studio)":[[161,"studio.HitboxSet",false]],"hitgroup (class in players.constants)":[[134,"players.constants.HitGroup",false]],"hitgroup (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.hitgroup",false]],"hologram (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.HOLOGRAM",false]],"hook_type (entities.hooks.entityposthook attribute)":[[88,"entities.hooks.EntityPostHook.hook_type",false]],"hook_type (entities.hooks.entityprehook attribute)":[[88,"entities.hooks.EntityPreHook.hook_type",false]],"hook_type (memory.hooks.posthook attribute)":[[116,"memory.hooks.PostHook.hook_type",false]],"hook_type (memory.hooks.prehook attribute)":[[116,"memory.hooks.PreHook.hook_type",false]],"hookbitbufferusermessage (class in messages.hooks)":[[126,"messages.hooks.HookBitBufferUserMessage",false]],"hookprotobufusermessage (class in messages.hooks)":[[126,"messages.hooks.HookProtobufUserMessage",false]],"hooks":[[105,"module-hooks",false]],"hooks (effects.templates.tempentitytemplate property)":[[69,"effects.templates.TempEntityTemplate.hooks",false]],"hooks (messages.hooks.hookbitbufferusermessage attribute)":[[126,"messages.hooks.HookBitBufferUserMessage.hooks",false]],"hooks (messages.hooks.hookprotobufusermessage attribute)":[[126,"messages.hooks.HookProtobufUserMessage.hooks",false]],"hooks (messages.hooks.hookusermessage attribute)":[[126,"messages.hooks.HookUserMessage.hooks",false]],"hooks (messages.hooks.hookusermessagebase property)":[[126,"messages.hooks.HookUserMessageBase.hooks",false]],"hooks.base":[[106,"module-hooks.base",false]],"hooks.exceptions":[[107,"module-hooks.exceptions",false]],"hooks.warnings":[[108,"module-hooks.warnings",false]],"hooks_disabled() (in module memory.hooks)":[[116,"memory.hooks.hooks_disabled",false]],"hooktype (class in memory.hooks)":[[116,"memory.hooks.HookType",false]],"hookusermessage (class in messages.hooks)":[[126,"messages.hooks.HookUserMessage",false]],"hookusermessagebase (class in messages.hooks)":[[126,"messages.hooks.HookUserMessageBase",false]],"huddestination (class in messages)":[[123,"messages.HudDestination",false]],"hudmsg (class in messages)":[[123,"messages.HudMsg",false]],"hudmsg (class in messages.base)":[[124,"messages.base.HudMsg",false]],"hull_max (studio.modelheader property)":[[161,"studio.ModelHeader.hull_max",false]],"hull_min (studio.modelheader property)":[[161,"studio.ModelHeader.hull_min",false]],"id (studio.modelheader property)":[[161,"studio.ModelHeader.id",false]],"id (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.id",false]],"id_stamp (entities.eventaction property)":[[76,"entities.EventAction.id_stamp",false]],"identifier (memory.helpers.key attribute)":[[115,"memory.helpers.Key.IDENTIFIER",false]],"idle (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.IDLE",false]],"idle (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.IDLE",false]],"idle_interval (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.idle_interval",false]],"ignore_name (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.IGNORE_NAME",false]],"ignore_nodraw_opaque (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.IGNORE_NODRAW_OPAQUE",false]],"ignore_phonemes (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.IGNORE_PHONEMES",false]],"ignore_unicode_errors() (in module core)":[[50,"core.ignore_unicode_errors",false]],"illumination_center (studio.modelheader property)":[[161,"studio.ModelHeader.illumination_center",false]],"implemented_usermessages (in module messages.impl)":[[127,"messages.impl.implemented_usermessages",false]],"impulse (players.bots.botcmd property)":[[133,"players.bots.BotCmd.impulse",false]],"impulse (players.usercmd property)":[[131,"players.UserCmd.impulse",false]],"in (messages.fadeflags attribute)":[[123,"messages.FadeFlags.IN",false]],"in_bomb_zone (_players.playermixin property)":[[132,"players.PlayerMixin.in_bomb_zone",false]],"in_buy_zone (_players.playermixin property)":[[132,"players.PlayerMixin.in_buy_zone",false]],"in_eye (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.IN_EYE",false]],"in_out (net_channel.netflow attribute)":[[128,"net_channel.NetFlow.IN_OUT",false]],"in_rescue_zone (_players.playermixin property)":[[132,"players.PlayerMixin.in_rescue_zone",false]],"in_skybox (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.IN_SKYBOX",false]],"in_vehicle (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.IN_VEHICLE",false]],"in_vehicle (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.IN_VEHICLE",false]],"inaccuracy_crouch (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_crouch",false]],"inaccuracy_fire (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_fire",false]],"inaccuracy_jump (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_jump",false]],"inaccuracy_ladder (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_ladder",false]],"inaccuracy_land (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_land",false]],"inaccuracy_move (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_move",false]],"inaccuracy_reload (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_reload",false]],"inaccuracy_stand (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inaccuracy_stand",false]],"inactive_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.inactive_icon",false]],"incoming (net_channel.netflow attribute)":[[128,"net_channel.NetFlow.INCOMING",false]],"indention (config.manager.configmanager property)":[[48,"config.manager.ConfigManager.indention",false]],"index (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.INDEX",false]],"index (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.index",false]],"index (stringtables.stringtable property)":[[159,"stringtables.StringTable.index",false]],"index (studio.animsections property)":[[161,"studio.AnimSections.index",false]],"index_from_baseentity() (in module entities.helpers)":[[87,"entities.helpers.index_from_baseentity",false]],"index_from_basehandle() (in module entities.helpers)":[[87,"entities.helpers.index_from_basehandle",false]],"index_from_edict() (in module entities.helpers)":[[87,"entities.helpers.index_from_edict",false]],"index_from_inthandle() (in module entities.helpers)":[[87,"entities.helpers.index_from_inthandle",false]],"index_from_name() (in module players.helpers)":[[143,"players.helpers.index_from_name",false]],"index_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.index_from_playerinfo",false]],"index_from_pointer() (in module entities.helpers)":[[87,"entities.helpers.index_from_pointer",false]],"index_from_steamid() (in module players.helpers)":[[143,"players.helpers.index_from_steamid",false]],"index_from_uniqueid() (in module players.helpers)":[[143,"players.helpers.index_from_uniqueid",false]],"index_from_userid() (in module players.helpers)":[[143,"players.helpers.index_from_userid",false]],"individual (steam.accounttype attribute)":[[158,"steam.AccountType.INDIVIDUAL",false]],"inertia (physics.physicsobject property)":[[130,"physics.PhysicsObject.inertia",false]],"inflictor (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.inflictor",false]],"init() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.init",false]],"init() (mathlib.vector method)":[[113,"mathlib.Vector.init",false]],"initialize() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.initialize",false]],"initialize() (listeners.onentityoutputlistenermanager method)":[[110,"listeners.OnEntityOutputListenerManager.initialize",false]],"input (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.INPUT",false]],"input (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.INPUT",false]],"input_field (studio.bonecontroller property)":[[161,"studio.BoneController.input_field",false]],"input_function (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.input_function",false]],"inputdata (class in entities.datamaps)":[[80,"entities.datamaps.InputData",false]],"inputfunction (class in entities.datamaps)":[[80,"entities.datamaps.InputFunction",false]],"inputs (entities.entity.entity attribute)":[[85,"entities.entity.Entity.inputs",false]],"inrain (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.INRAIN",false]],"insendtable (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.INSENDTABLE",false]],"insert_command_string() (in module engines.server)":[[73,"engines.server.insert_command_string",false]],"insert_server_command() (in module engines.server)":[[73,"engines.server.insert_server_command",false]],"inside_array (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.INSIDE_ARRAY",false]],"instance (entities.datamaps.entityproperty property)":[[80,"entities.datamaps.EntityProperty.instance",false]],"instance_attribute() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.instance_attribute",false]],"instance_baseline_index (entities.props.serverclass property)":[[89,"entities.props.ServerClass.instance_baseline_index",false]],"instanced_set() (steam.steamid method)":[[158,"steam.SteamID.instanced_set",false]],"int (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.INT",false]],"int (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.INT",false]],"int (memory.datatype attribute)":[[114,"memory.DataType.INT",false]],"int (memory.helpers.type attribute)":[[115,"memory.helpers.Type.INT",false]],"int64 (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.INT64",false]],"integer (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.INTEGER",false]],"integer64 (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.INTEGER64",false]],"integersetting (class in settings.types)":[[156,"settings.types.IntegerSetting",false]],"interactive (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.INTERACTIVE",false]],"interactive_debris (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.INTERACTIVE_DEBRIS",false]],"interface_version (plugins.instance.serverplugin property)":[[149,"plugins.instance.ServerPlugin.interface_version",false]],"internal (steam.universe attribute)":[[158,"steam.Universe.INTERNAL",false]],"interval (class in entities.datamaps)":[[80,"entities.datamaps.Interval",false]],"interval (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.INTERVAL",false]],"interval (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.interval",false]],"inthandle (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.inthandle",false]],"inthandle_from_baseentity() (in module entities.helpers)":[[87,"entities.helpers.inthandle_from_baseentity",false]],"inthandle_from_basehandle() (in module entities.helpers)":[[87,"entities.helpers.inthandle_from_basehandle",false]],"inthandle_from_edict() (in module entities.helpers)":[[87,"entities.helpers.inthandle_from_edict",false]],"inthandle_from_index() (in module entities.helpers)":[[87,"entities.helpers.inthandle_from_index",false]],"inthandle_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.inthandle_from_playerinfo",false]],"inthandle_from_pointer() (in module entities.helpers)":[[87,"entities.helpers.inthandle_from_pointer",false]],"inthandle_from_userid() (in module players.helpers)":[[143,"players.helpers.inthandle_from_userid",false]],"invalid (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.INVALID",false]],"invalid (steam.accounttype attribute)":[[158,"steam.AccountType.INVALID",false]],"invalid (steam.universe attribute)":[[158,"steam.Universe.INVALID",false]],"invalidargumentvalue":[[44,"commands.typed.InvalidArgumentValue",false]],"invalidate() (mathlib.matrix3x4 method)":[[113,"mathlib.Matrix3x4.invalidate",false]],"invalidate() (mathlib.qangle method)":[[113,"mathlib.QAngle.invalidate",false]],"invalidate() (mathlib.quaternion method)":[[113,"mathlib.Quaternion.invalidate",false]],"invalidate() (mathlib.radianeuler method)":[[113,"mathlib.RadianEuler.invalidate",false]],"invalidate() (mathlib.vector method)":[[113,"mathlib.Vector.invalidate",false]],"invehicle (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.INVEHICLE",false]],"inwater (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.INWATER",false]],"is_a_vector_elem (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.IS_A_VECTOR_ELEM",false]],"is_active (weapons.constants.weaponstate attribute)":[[168,"weapons.constants.WeaponState.IS_ACTIVE",false]],"is_active() (engines.server.server method)":[[73,"engines.server.Server.is_active",false]],"is_active() (players.client method)":[[131,"players.Client.is_active",false]],"is_anonymous_account() (steam.steamid method)":[[158,"steam.SteamID.is_anonymous_account",false]],"is_anonymous_game_server_account() (steam.steamid method)":[[158,"steam.SteamID.is_anonymous_game_server_account",false]],"is_anonymous_user_account() (steam.steamid method)":[[158,"steam.SteamID.is_anonymous_user_account",false]],"is_attached_to_constraint() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_attached_to_constraint",false]],"is_being_lifted_by_barnacle (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.IS_BEING_LIFTED_BY_BARNACLE",false]],"is_blank_anonymous_account() (steam.steamid method)":[[158,"steam.SteamID.is_blank_anonymous_account",false]],"is_bot_player() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.is_bot_player",false]],"is_built_right_handed (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.is_built_right_handed",false]],"is_callable() (memory.function method)":[[114,"memory.Function.is_callable",false]],"is_carried_by_player (weapons.constants.weaponstate attribute)":[[168,"weapons.constants.WeaponState.IS_CARRIED_BY_PLAYER",false]],"is_chat_account() (steam.steamid method)":[[158,"steam.SteamID.is_chat_account",false]],"is_clan_account() (steam.steamid method)":[[158,"steam.SteamID.is_clan_account",false]],"is_command() (commands.concommandbase method)":[[35,"commands.ConCommandBase.is_command",false]],"is_connected() (players.client method)":[[131,"players.Client.is_connected",false]],"is_connected() (players.playerinfo method)":[[131,"players.PlayerInfo.is_connected",false]],"is_console_user_account() (steam.steamid method)":[[158,"steam.SteamID.is_console_user_account",false]],"is_content_server_account() (steam.steamid method)":[[158,"steam.SteamID.is_content_server_account",false]],"is_custom_package() (in module core.command.docs)":[[54,"core.command.docs.is_custom_package",false]],"is_dead() (players.playerinfo method)":[[131,"players.PlayerInfo.is_dead",false]],"is_dedicated() (engines.server.server method)":[[73,"engines.server.Server.is_dedicated",false]],"is_defusing (_players.playermixin property)":[[132,"players.PlayerMixin.is_defusing",false]],"is_ducked (_players.playermixin property)":[[132,"players.PlayerMixin.is_ducked",false]],"is_ducking (_players.playermixin property)":[[132,"players.PlayerMixin.is_ducking",false]],"is_eflag_set() (players.bots.botcontroller method)":[[133,"players.bots.BotController.is_eflag_set",false]],"is_empty() (events.gameevent method)":[[91,"events.GameEvent.is_empty",false]],"is_empty() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.is_empty",false]],"is_exclude_prop() (entities.props.sendprop method)":[[89,"entities.props.SendProp.is_exclude_prop",false]],"is_fake_client() (players.client method)":[[131,"players.Client.is_fake_client",false]],"is_fake_client() (players.playerinfo method)":[[131,"players.PlayerInfo.is_fake_client",false]],"is_flag_set() (commands.concommandbase method)":[[35,"commands.ConCommandBase.is_flag_set",false]],"is_flipping_allowed (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.is_flipping_allowed",false]],"is_fluid() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_fluid",false]],"is_game_server_account() (steam.steamid method)":[[158,"steam.SteamID.is_game_server_account",false]],"is_hearing_client() (players.client method)":[[131,"players.Client.is_hearing_client",false]],"is_hinged() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_hinged",false]],"is_hltv() (engines.server.server method)":[[73,"engines.server.Server.is_hltv",false]],"is_hltv() (players.client method)":[[131,"players.Client.is_hltv",false]],"is_hltv() (players.playerinfo method)":[[131,"players.PlayerInfo.is_hltv",false]],"is_hookable() (memory.function method)":[[114,"memory.Function.is_hookable",false]],"is_hooked() (memory.function method)":[[114,"memory.Function.is_hooked",false]],"is_hud_elements_loaded (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.is_hud_elements_loaded",false]],"is_human_player() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.is_human_player",false]],"is_human_player() (players.client method)":[[131,"players.Client.is_human_player",false]],"is_in_a_vehicle() (players.playerinfo method)":[[131,"players.PlayerInfo.is_in_a_vehicle",false]],"is_in_solid() (entities.entity.entity method)":[[85,"entities.entity.Entity.is_in_solid",false]],"is_individual_account() (steam.steamid method)":[[158,"steam.SteamID.is_individual_account",false]],"is_init_message() (filters.recipients.baserecipientfilter method)":[[103,"filters.recipients.BaseRecipientFilter.is_init_message",false]],"is_initialized() (entities.props.sendtable method)":[[89,"entities.props.SendTable.is_initialized",false]],"is_inside_array() (entities.props.sendprop method)":[[89,"entities.props.SendProp.is_inside_array",false]],"is_length_greater_than() (mathlib.vector method)":[[113,"mathlib.Vector.is_length_greater_than",false]],"is_length_less_than() (mathlib.vector method)":[[113,"mathlib.Vector.is_length_less_than",false]],"is_loaded() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.is_loaded",false]],"is_loading() (engines.server.server method)":[[73,"engines.server.Server.is_loading",false]],"is_lobby() (steam.steamid method)":[[158,"steam.SteamID.is_lobby",false]],"is_local() (events.gameevent method)":[[91,"events.GameEvent.is_local",false]],"is_loopback() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.is_loopback",false]],"is_marked_for_deletion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.is_marked_for_deletion",false]],"is_melee (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.is_melee",false]],"is_moveable() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_moveable",false]],"is_multiplayer() (engines.server.server method)":[[73,"engines.server.Server.is_multiplayer",false]],"is_native() (memory.helpers.type static method)":[[115,"memory.helpers.Type.is_native",false]],"is_networked() (_players.playermixin method)":[[132,"players.PlayerMixin.is_networked",false]],"is_networked() (_weapons._entity.weaponmixin method)":[[174,"weapons._entity.WeaponMixin.is_networked",false]],"is_networked() (entities.entity.entity method)":[[85,"entities.entity.Entity.is_networked",false]],"is_networked() (entities.serverunknown method)":[[76,"entities.ServerUnknown.is_networked",false]],"is_new_data_available() (in module core.update)":[[60,"core.update.is_new_data_available",false]],"is_not_player() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.is_not_player",false]],"is_observer() (players.playerinfo method)":[[131,"players.PlayerInfo.is_observer",false]],"is_overflowed() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.is_overflowed",false]],"is_overflowed() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.is_overflowed",false]],"is_overlapping() (memory.pointer method)":[[114,"memory.Pointer.is_overlapping",false]],"is_pausable() (engines.server.server method)":[[73,"engines.server.Server.is_pausable",false]],"is_persistent_game_server_account() (steam.steamid method)":[[158,"steam.SteamID.is_persistent_game_server_account",false]],"is_playback() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.is_playback",false]],"is_player() (_players.playermixin method)":[[132,"players.PlayerMixin.is_player",false]],"is_player() (_weapons._entity.weaponmixin method)":[[174,"weapons._entity.WeaponMixin.is_player",false]],"is_player() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.is_player",false]],"is_player() (entities.hooks.entitycondition static method)":[[88,"entities.hooks.EntityCondition.is_player",false]],"is_player() (players.playerinfo method)":[[131,"players.PlayerInfo.is_player",false]],"is_player_restricted() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.is_player_restricted",false]],"is_plugin() (in module core.command.docs)":[[54,"core.command.docs.is_plugin",false]],"is_precached (engines.sound.sound property)":[[74,"engines.sound.Sound.is_precached",false]],"is_precached (engines.sound.streamsound property)":[[74,"engines.sound.StreamSound.is_precached",false]],"is_private_command() (commands.typed.commandinfo method)":[[44,"commands.typed.CommandInfo.is_private_command",false]],"is_protobuf() (messages.usermessage static method)":[[123,"messages.UserMessage.is_protobuf",false]],"is_proximity_hearing_client() (players.client method)":[[131,"players.Client.is_proximity_hearing_client",false]],"is_registered() (commands.concommandbase method)":[[35,"commands.ConCommandBase.is_registered",false]],"is_reliable() (events.gameevent method)":[[91,"events.GameEvent.is_reliable",false]],"is_reliable() (filters.recipients.baserecipientfilter method)":[[103,"filters.recipients.BaseRecipientFilter.is_reliable",false]],"is_script_parsed (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.is_script_parsed",false]],"is_signed() (entities.props.sendprop method)":[[89,"entities.props.SendProp.is_signed",false]],"is_source_python() (in module core.command.docs)":[[54,"core.command.docs.is_source_python",false]],"is_spawned() (players.client method)":[[131,"players.Client.is_spawned",false]],"is_static() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_static",false]],"is_team_restricted() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.is_team_restricted",false]],"is_timing_out() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.is_timing_out",false]],"is_trigger() (physics.physicsobject method)":[[130,"physics.PhysicsObject.is_trigger",false]],"is_unversioned() (in module core.version)":[[61,"core.version.is_unversioned",false]],"is_valid() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.is_valid",false]],"is_valid() (mathlib.qangle method)":[[113,"mathlib.QAngle.is_valid",false]],"is_valid() (mathlib.quaternion method)":[[113,"mathlib.Quaternion.is_valid",false]],"is_valid() (mathlib.radianeuler method)":[[113,"mathlib.RadianEuler.is_valid",false]],"is_valid() (mathlib.vector method)":[[113,"mathlib.Vector.is_valid",false]],"is_valid() (steam.steamid method)":[[158,"steam.SteamID.is_valid",false]],"is_valid_packet() (net_channel.netchannelinfo method)":[[128,"net_channel.NetChannelInfo.is_valid_packet",false]],"is_valid_plugin_name() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.is_valid_plugin_name",false]],"is_virtual (memory.functioninfo property)":[[114,"memory.FunctionInfo.is_virtual",false]],"is_vpk_file() (in module filesystem)":[[98,"filesystem.is_vpk_file",false]],"is_weapon() (_players.playermixin method)":[[132,"players.PlayerMixin.is_weapon",false]],"is_weapon() (_weapons._entity.weaponmixin method)":[[174,"weapons._entity.WeaponMixin.is_weapon",false]],"is_weapon() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.is_weapon",false]],"is_within_box() (mathlib.vector method)":[[113,"mathlib.Vector.is_within_box",false]],"is_zero() (mathlib.vector method)":[[113,"mathlib.Vector.is_zero",false]],"isatty() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.isatty",false]],"isometric (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.ISOMETRIC",false]],"item (class in core.table)":[[59,"core.table.Item",false]],"item (engines.sound.channel attribute)":[[74,"engines.sound.Channel.ITEM",false]],"item_blink (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.ITEM_BLINK",false]],"item_blink (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.ITEM_BLINK",false]],"item_definition_index (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.item_definition_index",false]],"itemflags (class in weapons.constants)":[[168,"weapons.constants.ItemFlags",false]],"iterator() (filters.entities.baseentityiter static method)":[[100,"filters.entities.BaseEntityIter.iterator",false]],"iterator() (filters.entities.entityiter static method)":[[100,"filters.entities.EntityIter.iterator",false]],"iterator() (filters.players.playeriter static method)":[[102,"filters.players.PlayerIter.iterator",false]],"iterator() (filters.weapons.weaponclassiter static method)":[[104,"filters.weapons.WeaponClassIter.iterator",false]],"iterator() (filters.weapons.weaponiter static method)":[[104,"filters.weapons.WeaponIter.iterator",false]],"jump (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.JUMP",false]],"jump (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.JUMP",false]],"keep_on_recreate_entities (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.KEEP_ON_RECREATE_ENTITIES",false]],"kevlar (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.KEVLAR",false]],"key (class in memory.helpers)":[[115,"memory.helpers.Key",false]],"key (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.KEY",false]],"keyhinttext (class in messages)":[[123,"messages.KeyHintText",false]],"keyhinttext (class in messages.base)":[[124,"messages.base.KeyHintText",false]],"keyvalues":[[109,"module-keyvalues",false]],"keyvalues (class in keyvalues)":[[109,"keyvalues.KeyValues",false]],"keyvalues (entities.entity.entity attribute)":[[85,"entities.entity.Entity.keyvalues",false]],"keyvaluesiter (class in keyvalues)":[[109,"keyvalues.KeyValuesIter",false]],"keyvaluetype (class in keyvalues)":[[109,"keyvalues.KeyValueType",false]],"killme (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.KILLME",false]],"killme (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.KILLME",false]],"kills (_players.playermixin property)":[[132,"players.PlayerMixin.kills",false]],"kills (players.playerinfo property)":[[131,"players.PlayerInfo.kills",false]],"knife (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.KNIFE",false]],"knife (weapons.constants.weaponslot attribute)":[[168,"weapons.constants.WeaponSlot.KNIFE",false]],"knife (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.KNIFE",false]],"kwargs (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.kwargs",false]],"kwargs (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.kwargs",false]],"kwargs (listeners.tick.delay attribute)":[[111,"listeners.tick.Delay.kwargs",false]],"label (studio.sequence property)":[[161,"studio.Sequence.label",false]],"label_offset (studio.sequence property)":[[161,"studio.Sequence.label_offset",false]],"ladder (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.LADDER",false]],"ladder (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.LADDER",false]],"langstrings (class in translations.strings)":[[166,"translations.strings.LangStrings",false]],"language_manager (in module translations.manager)":[[165,"translations.manager.language_manager",false]],"last_hitgroup (_players.playermixin property)":[[132,"players.PlayerMixin.last_hitgroup",false]],"last_user_command (players.playerinfo property)":[[131,"players.PlayerInfo.last_user_command",false]],"last_visible (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.LAST_VISIBLE",false]],"last_weapon (_players.playermixin property)":[[132,"players.PlayerMixin.last_weapon",false]],"lastframe (studio.sequence property)":[[161,"studio.Sequence.lastframe",false]],"lastgenericflag (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.LASTGENERICFLAG",false]],"leave_aiming (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.LEAVE_AIMING",false]],"left (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.LEFT",false]],"left() (core.table.alignment method)":[[59,"core.table.Alignment.LEFT",false]],"leftarm (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.LEFTARM",false]],"leftleg (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.LEFTLEG",false]],"length (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.length",false]],"length (entities.props.sendprop property)":[[89,"entities.props.SendProp.length",false]],"length (entities.props.sendtable property)":[[89,"entities.props.SendTable.length",false]],"length (mathlib.qangle property)":[[113,"mathlib.QAngle.length",false]],"length (mathlib.vector property)":[[113,"mathlib.Vector.length",false]],"length (memory.helpers.key attribute)":[[115,"memory.helpers.Key.LENGTH",false]],"length_2d (mathlib.vector property)":[[113,"mathlib.Vector.length_2D",false]],"length_2d_sqr (mathlib.vector property)":[[113,"mathlib.Vector.length_2D_sqr",false]],"length_sqr (mathlib.qangle property)":[[113,"mathlib.QAngle.length_sqr",false]],"length_sqr (mathlib.vector property)":[[113,"mathlib.Vector.length_sqr",false]],"level (loggers.logmanager property)":[[112,"loggers.LogManager.level",false]],"level (memory.helpers.key attribute)":[[115,"memory.helpers.Key.LEVEL",false]],"life_state (_players.playermixin property)":[[132,"players.PlayerMixin.life_state",false]],"lifestate (class in players.constants)":[[134,"players.constants.LifeState",false]],"light (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.LIGHT",false]],"light_blue (in module colors)":[[34,"colors.LIGHT_BLUE",false]],"light_gray (in module colors)":[[34,"colors.LIGHT_GRAY",false]],"light_green (in module colors)":[[34,"colors.LIGHT_GREEN",false]],"light_red (in module colors)":[[34,"colors.LIGHT_RED",false]],"limitinworld (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.LIMITINWORLD",false]],"listenermanager (class in listeners)":[[110,"listeners.ListenerManager",false]],"listenermanagerdecorator (class in listeners)":[[110,"listeners.ListenerManagerDecorator",false]],"listeners":[[110,"module-listeners",false]],"listeners.tick":[[111,"module-listeners.tick",false]],"listescmenu (class in menus.esc)":[[120,"menus.esc.ListESCMenu",false]],"listescoption (class in menus.esc)":[[120,"menus.esc.ListESCOption",false]],"listmenu (in module menus)":[[118,"menus.ListMenu",false]],"listoption (in module menus)":[[118,"menus.ListOption",false]],"listradiomenu (class in menus.radio)":[[122,"menus.radio.ListRadioMenu",false]],"listradiooption (class in menus.radio)":[[122,"menus.radio.ListRadioOption",false]],"load() (auth.base.backend method)":[[30,"auth.base.Backend.load",false]],"load() (in module __init__)":[[157,"init__.load",false]],"load() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.load",false]],"load_events() (events.resource.resourcefile method)":[[96,"events.resource.ResourceFile.load_events",false]],"load_plugin() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.load_plugin",false]],"loaded (plugins.instance.plugin property)":[[149,"plugins.instance.Plugin.loaded",false]],"loaded_plugins (plugins.manager.pluginmanager property)":[[150,"plugins.manager.PluginManager.loaded_plugins",false]],"loaded_plugins (plugins.manager.serverpluginmanager property)":[[150,"plugins.manager.ServerPluginManager.loaded_plugins",false]],"loadgame (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.LoadGame",false]],"local (events.eventvartype attribute)":[[91,"events.EventVarType.LOCAL",false]],"local (events.gameeventdescriptor property)":[[91,"events.GameEventDescriptor.local",false]],"local (studio.modelattachment property)":[[161,"studio.ModelAttachment.local",false]],"local_angles (players.bots.botcontroller property)":[[133,"players.bots.BotController.local_angles",false]],"local_animations_count (studio.modelheader property)":[[161,"studio.ModelHeader.local_animations_count",false]],"local_bone (studio.modelattachment property)":[[161,"studio.ModelAttachment.local_bone",false]],"local_entry_node (studio.sequence property)":[[161,"studio.Sequence.local_entry_node",false]],"local_exit_node (studio.sequence property)":[[161,"studio.Sequence.local_exit_node",false]],"local_hierarchy_count (studio.animation property)":[[161,"studio.Animation.local_hierarchy_count",false]],"local_hierarchy_offset (studio.animation property)":[[161,"studio.Animation.local_hierarchy_offset",false]],"local_origin (players.bots.botcontroller property)":[[133,"players.bots.BotController.local_origin",false]],"local_sequence_offset (studio.modelheader property)":[[161,"studio.ModelHeader.local_sequence_offset",false]],"local_sequences_count (studio.modelheader property)":[[161,"studio.ModelHeader.local_sequences_count",false]],"local_time (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.local_time",false]],"log_message() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.log_message",false]],"log_path (in module paths)":[[129,"paths.LOG_PATH",false]],"loggers":[[112,"module-loggers",false]],"logmanager (class in loggers)":[[112,"loggers.LogManager",false]],"long (events.eventvartype attribute)":[[91,"events.EventVarType.LONG",false]],"long (memory.datatype attribute)":[[114,"memory.DataType.LONG",false]],"long (memory.helpers.type attribute)":[[115,"memory.helpers.Type.LONG",false]],"long_long (memory.datatype attribute)":[[114,"memory.DataType.LONG_LONG",false]],"long_long (memory.helpers.type attribute)":[[115,"memory.helpers.Type.LONG_LONG",false]],"longvariable (class in events.variable)":[[97,"events.variable.LongVariable",false]],"lookspin (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.LOOKSPIN",false]],"lookup_attachment() (entities.serverentity method)":[[76,"entities.ServerEntity.lookup_attachment",false]],"lookup_bone() (entities.serverentity method)":[[76,"entities.ServerEntity.lookup_bone",false]],"loops_elapsed (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.loops_elapsed",false]],"loops_remaining (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.loops_remaining",false]],"low (engines.sound.pitch attribute)":[[74,"engines.sound.Pitch.LOW",false]],"low_value (entities.props.sendprop property)":[[89,"entities.props.SendProp.low_value",false]],"m249 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.M249",false]],"m3 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.M3",false]],"m4a1 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.M4A1",false]],"mac10 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.MAC10",false]],"machinegun (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.MACHINEGUN",false]],"make_copy() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.make_copy",false]],"make_function() (memory.pointer method)":[[114,"memory.Pointer.make_function",false]],"make_object() (in module memory)":[[114,"memory.make_object",false]],"make_public() (cvars.convar method)":[[62,"cvars.ConVar.make_public",false]],"make_virtual_function() (memory.pointer method)":[[114,"memory.Pointer.make_virtual_function",false]],"manager (commands.typed.typedclientcommand attribute)":[[44,"commands.typed.TypedClientCommand.manager",false]],"manager (commands.typed.typedsaycommand attribute)":[[44,"commands.typed.TypedSayCommand.manager",false]],"manager (commands.typed.typedservercommand attribute)":[[44,"commands.typed.TypedServerCommand.manager",false]],"manager (listeners.listenermanagerdecorator property)":[[110,"listeners.ListenerManagerDecorator.manager",false]],"manager (listeners.onbuttonstatechanged attribute)":[[110,"listeners.OnButtonStateChanged.manager",false]],"manager (listeners.onclientactive attribute)":[[110,"listeners.OnClientActive.manager",false]],"manager (listeners.onclientconnect attribute)":[[110,"listeners.OnClientConnect.manager",false]],"manager (listeners.onclientdisconnect attribute)":[[110,"listeners.OnClientDisconnect.manager",false]],"manager (listeners.onclientfullyconnect attribute)":[[110,"listeners.OnClientFullyConnect.manager",false]],"manager (listeners.onclientputinserver attribute)":[[110,"listeners.OnClientPutInServer.manager",false]],"manager (listeners.onclientsettingschanged attribute)":[[110,"listeners.OnClientSettingsChanged.manager",false]],"manager (listeners.oncombinerprecache attribute)":[[110,"listeners.OnCombinerPreCache.manager",false]],"manager (listeners.onconvarchanged attribute)":[[110,"listeners.OnConVarChanged.manager",false]],"manager (listeners.ondataloaded attribute)":[[110,"listeners.OnDataLoaded.manager",false]],"manager (listeners.ondataunloaded attribute)":[[110,"listeners.OnDataUnloaded.manager",false]],"manager (listeners.onedictallocated attribute)":[[110,"listeners.OnEdictAllocated.manager",false]],"manager (listeners.onedictfreed attribute)":[[110,"listeners.OnEdictFreed.manager",false]],"manager (listeners.onentitycollision attribute)":[[110,"listeners.OnEntityCollision.manager",false]],"manager (listeners.onentitycreated attribute)":[[110,"listeners.OnEntityCreated.manager",false]],"manager (listeners.onentitydeleted attribute)":[[110,"listeners.OnEntityDeleted.manager",false]],"manager (listeners.onentityoutput attribute)":[[110,"listeners.OnEntityOutput.manager",false]],"manager (listeners.onentityprespawned attribute)":[[110,"listeners.OnEntityPreSpawned.manager",false]],"manager (listeners.onentityspawned attribute)":[[110,"listeners.OnEntitySpawned.manager",false]],"manager (listeners.onentitytransmit attribute)":[[110,"listeners.OnEntityTransmit.manager",false]],"manager (listeners.onlevelend attribute)":[[110,"listeners.OnLevelEnd.manager",false]],"manager (listeners.onlevelinit attribute)":[[110,"listeners.OnLevelInit.manager",false]],"manager (listeners.onlevelshutdown attribute)":[[110,"listeners.OnLevelShutdown.manager",false]],"manager (listeners.onnetworkedentitycreated attribute)":[[110,"listeners.OnNetworkedEntityCreated.manager",false]],"manager (listeners.onnetworkedentitydeleted attribute)":[[110,"listeners.OnNetworkedEntityDeleted.manager",false]],"manager (listeners.onnetworkedentityprespawned attribute)":[[110,"listeners.OnNetworkedEntityPreSpawned.manager",false]],"manager (listeners.onnetworkedentityspawned attribute)":[[110,"listeners.OnNetworkedEntitySpawned.manager",false]],"manager (listeners.onnetworkidvalidated attribute)":[[110,"listeners.OnNetworkidValidated.manager",false]],"manager (listeners.onplayercollision attribute)":[[110,"listeners.OnPlayerCollision.manager",false]],"manager (listeners.onplayerpostruncommand attribute)":[[110,"listeners.OnPlayerPostRunCommand.manager",false]],"manager (listeners.onplayerruncommand attribute)":[[110,"listeners.OnPlayerRunCommand.manager",false]],"manager (listeners.onplayertransmit attribute)":[[110,"listeners.OnPlayerTransmit.manager",false]],"manager (listeners.onpluginloaded attribute)":[[110,"listeners.OnPluginLoaded.manager",false]],"manager (listeners.onpluginloading attribute)":[[110,"listeners.OnPluginLoading.manager",false]],"manager (listeners.onpluginunloaded attribute)":[[110,"listeners.OnPluginUnloaded.manager",false]],"manager (listeners.onpluginunloading attribute)":[[110,"listeners.OnPluginUnloading.manager",false]],"manager (listeners.onquerycvarvaluefinished attribute)":[[110,"listeners.OnQueryCvarValueFinished.manager",false]],"manager (listeners.onserveractivate attribute)":[[110,"listeners.OnServerActivate.manager",false]],"manager (listeners.onserveroutput attribute)":[[110,"listeners.OnServerOutput.manager",false]],"manager (listeners.ontick attribute)":[[110,"listeners.OnTick.manager",false]],"manager (listeners.onversionupdate attribute)":[[110,"listeners.OnVersionUpdate.manager",false]],"map_areas (entities.checktransmitinfo property)":[[76,"entities.CheckTransmitInfo.map_areas",false]],"map_name (engines.server.server property)":[[73,"engines.server.Server.map_name",false]],"maploadtype (class in engines.server)":[[73,"engines.server.MapLoadType",false]],"marked_for_fast_reflection (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.MARKED_FOR_FAST_REFLECTION",false]],"mass (physics.physicsobject property)":[[130,"physics.PhysicsObject.mass",false]],"mass (studio.modelheader property)":[[161,"studio.ModelHeader.mass",false]],"mass_center_local_space (physics.physicsobject property)":[[130,"physics.PhysicsObject.mass_center_local_space",false]],"material_index (physics.physicsobject property)":[[130,"physics.PhysicsObject.material_index",false]],"materialindex (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.MATERIALINDEX",false]],"mathlib":[[113,"module-mathlib",false]],"matrix3x4 (class in mathlib)":[[113,"mathlib.Matrix3x4",false]],"matrix3x4_worldspace (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.MATRIX3X4_WORLDSPACE",false]],"max (cvars.convar property)":[[62,"cvars.ConVar.max",false]],"max (steam.universe attribute)":[[158,"steam.Universe.MAX",false]],"max (studio.hitbox property)":[[161,"studio.Hitbox.max",false]],"max (studio.sequence property)":[[161,"studio.Sequence.max",false]],"max() (mathlib.vector method)":[[113,"mathlib.Vector.max",false]],"max_clients (engines.server.server property)":[[73,"engines.server.Server.max_clients",false]],"max_command_length (commands.command attribute)":[[35,"commands.Command.max_command_length",false]],"max_health (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.max_health",false]],"max_health (players.playerinfo property)":[[131,"players.PlayerInfo.max_health",false]],"max_line_length (config.manager.configmanager property)":[[48,"config.manager.ConfigManager.max_line_length",false]],"max_num_bits (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.max_num_bits",false]],"max_strings (stringtables.stringtable property)":[[159,"stringtables.StringTable.max_strings",false]],"maxammo (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.maxammo",false]],"maximum (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.MAXIMUM",false]],"maximum_inaccuracy (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.maximum_inaccuracy",false]],"maximum_player_speed (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.maximum_player_speed",false]],"maximum_primary_clip (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.maximum_primary_clip",false]],"maximum_secondary_clip (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.maximum_secondary_clip",false]],"maxs (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.maxs",false]],"maxs (players.playerinfo property)":[[131,"players.PlayerInfo.maxs",false]],"mech (effects.bloodcolor attribute)":[[66,"effects.BloodColor.MECH",false]],"melee_hit (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.MELEE_HIT",false]],"melee_hit_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.melee_hit_sound",false]],"melee_hit_world (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.MELEE_HIT_WORLD",false]],"melee_hit_world_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.melee_hit_world_sound",false]],"melee_miss (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.MELEE_MISS",false]],"melee_miss_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.melee_miss_sound",false]],"memberfunction (class in memory.helpers)":[[115,"memory.helpers.MemberFunction",false]],"memory":[[114,"module-memory",false]],"memory.helpers":[[115,"module-memory.helpers",false]],"memory.hooks":[[116,"module-memory.hooks",false]],"memory.manager":[[117,"module-memory.manager",false]],"menu (messages.dialogtype attribute)":[[123,"messages.DialogType.MENU",false]],"menus":[[118,"module-menus",false]],"menus.base":[[119,"module-menus.base",false]],"menus.esc":[[120,"module-menus.esc",false]],"menus.queue":[[121,"module-menus.queue",false]],"menus.radio":[[122,"module-menus.radio",false]],"merge() (filters.recipients.recipientfilter method)":[[103,"filters.recipients.RecipientFilter.merge",false]],"message_index (messages.usermessage property)":[[123,"messages.UserMessage.message_index",false]],"message_name (messages.base.fade attribute)":[[124,"messages.base.Fade.message_name",false]],"message_name (messages.base.hinttext attribute)":[[124,"messages.base.HintText.message_name",false]],"message_name (messages.base.hudmsg attribute)":[[124,"messages.base.HudMsg.message_name",false]],"message_name (messages.base.keyhinttext attribute)":[[124,"messages.base.KeyHintText.message_name",false]],"message_name (messages.base.resethud attribute)":[[124,"messages.base.ResetHUD.message_name",false]],"message_name (messages.base.saytext attribute)":[[124,"messages.base.SayText.message_name",false]],"message_name (messages.base.saytext2 attribute)":[[124,"messages.base.SayText2.message_name",false]],"message_name (messages.base.shake attribute)":[[124,"messages.base.Shake.message_name",false]],"message_name (messages.base.showmenu attribute)":[[124,"messages.base.ShowMenu.message_name",false]],"message_name (messages.base.textmsg attribute)":[[124,"messages.base.TextMsg.message_name",false]],"message_name (messages.base.usermessagecreator property)":[[124,"messages.base.UserMessageCreator.message_name",false]],"message_name (messages.base.vguimenu attribute)":[[124,"messages.base.VGUIMenu.message_name",false]],"message_name (messages.fade attribute)":[[123,"messages.Fade.message_name",false]],"message_name (messages.hinttext attribute)":[[123,"messages.HintText.message_name",false]],"message_name (messages.hudmsg attribute)":[[123,"messages.HudMsg.message_name",false]],"message_name (messages.keyhinttext attribute)":[[123,"messages.KeyHintText.message_name",false]],"message_name (messages.resethud attribute)":[[123,"messages.ResetHUD.message_name",false]],"message_name (messages.saytext attribute)":[[123,"messages.SayText.message_name",false]],"message_name (messages.saytext2 attribute)":[[123,"messages.SayText2.message_name",false]],"message_name (messages.shake attribute)":[[123,"messages.Shake.message_name",false]],"message_name (messages.showmenu attribute)":[[123,"messages.ShowMenu.message_name",false]],"message_name (messages.textmsg attribute)":[[123,"messages.TextMsg.message_name",false]],"message_name (messages.usermessage property)":[[123,"messages.UserMessage.message_name",false]],"message_name (messages.usermessagecreator property)":[[123,"messages.UserMessageCreator.message_name",false]],"message_name (messages.vguimenu attribute)":[[123,"messages.VGUIMenu.message_name",false]],"message_type (messages.dialogaskconnect attribute)":[[123,"messages.DialogAskConnect.message_type",false]],"message_type (messages.dialogentry attribute)":[[123,"messages.DialogEntry.message_type",false]],"message_type (messages.dialogmenu attribute)":[[123,"messages.DialogMenu.message_type",false]],"message_type (messages.dialogmsg attribute)":[[123,"messages.DialogMsg.message_type",false]],"message_type (messages.dialogtext attribute)":[[123,"messages.DialogText.message_type",false]],"messages":[[123,"module-messages",false]],"messages.base":[[124,"module-messages.base",false]],"messages.dialog":[[125,"module-messages.dialog",false]],"messages.hooks":[[126,"module-messages.hooks",false]],"messages.impl":[[127,"module-messages.impl",false]],"method (events.variable.boolvariable attribute)":[[97,"events.variable.BoolVariable.method",false]],"method (events.variable.bytevariable attribute)":[[97,"events.variable.ByteVariable.method",false]],"method (events.variable.floatvariable attribute)":[[97,"events.variable.FloatVariable.method",false]],"method (events.variable.longvariable attribute)":[[97,"events.variable.LongVariable.method",false]],"method (events.variable.shortvariable attribute)":[[97,"events.variable.ShortVariable.method",false]],"method (events.variable.stringvariable attribute)":[[97,"events.variable.StringVariable.method",false]],"mg (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.MG",false]],"min (cvars.convar property)":[[62,"cvars.ConVar.min",false]],"min (studio.hitbox property)":[[161,"studio.Hitbox.min",false]],"min (studio.sequence property)":[[161,"studio.Sequence.min",false]],"min() (mathlib.vector method)":[[113,"mathlib.Vector.min",false]],"mins (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.mins",false]],"mins (players.playerinfo property)":[[131,"players.PlayerInfo.mins",false]],"miscstatus (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.MISCSTATUS",false]],"mm0 (memory.register attribute)":[[114,"memory.Register.MM0",false]],"mm0 (memory.registers property)":[[114,"memory.Registers.mm0",false]],"mm1 (memory.register attribute)":[[114,"memory.Register.MM1",false]],"mm1 (memory.registers property)":[[114,"memory.Registers.mm1",false]],"mm2 (memory.register attribute)":[[114,"memory.Register.MM2",false]],"mm2 (memory.registers property)":[[114,"memory.Registers.mm2",false]],"mm3 (memory.register attribute)":[[114,"memory.Register.MM3",false]],"mm3 (memory.registers property)":[[114,"memory.Registers.mm3",false]],"mm4 (memory.register attribute)":[[114,"memory.Register.MM4",false]],"mm4 (memory.registers property)":[[114,"memory.Registers.mm4",false]],"mm5 (memory.register attribute)":[[114,"memory.Register.MM5",false]],"mm5 (memory.registers property)":[[114,"memory.Registers.mm5",false]],"mm6 (memory.register attribute)":[[114,"memory.Register.MM6",false]],"mm6 (memory.registers property)":[[114,"memory.Registers.mm6",false]],"mm7 (memory.register attribute)":[[114,"memory.Register.MM7",false]],"mm7 (memory.registers property)":[[114,"memory.Registers.mm7",false]],"mode (entities.collisions.basecollisionrules property)":[[78,"entities.collisions.BaseCollisionRules.mode",false]],"mode (entities.transmit.basetransmitrules property)":[[90,"entities.transmit.BaseTransmitRules.mode",false]],"model (class in engines.precache)":[[72,"engines.precache.Model",false]],"model (entities.entity.entity property)":[[85,"entities.entity.Entity.model",false]],"model_handle (entities.serverentity property)":[[76,"entities.ServerEntity.model_handle",false]],"model_header (entities.serverentity property)":[[76,"entities.ServerEntity.model_header",false]],"model_header (studio.animation property)":[[161,"studio.Animation.model_header",false]],"model_header (studio.sequence property)":[[161,"studio.Sequence.model_header",false]],"model_index (entities.serverentity property)":[[76,"entities.ServerEntity.model_index",false]],"model_name (entities.serverentity property)":[[76,"entities.ServerEntity.model_name",false]],"model_name (players.playerinfo property)":[[131,"players.PlayerInfo.model_name",false]],"modelattachment (class in studio)":[[161,"studio.ModelAttachment",false]],"modelbone (class in studio)":[[161,"studio.ModelBone",false]],"modelcache (class in studio.cache)":[[162,"studio.cache.ModelCache",false]],"modelcachedatatype (class in studio.cache)":[[162,"studio.cache.ModelCacheDataType",false]],"modelheader (class in studio)":[[161,"studio.ModelHeader",false]],"modelindex (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.MODELINDEX",false]],"modelindex (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.MODELINDEX",false]],"modelname (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.MODELNAME",false]],"modeltype (class in studio.constants)":[[163,"studio.constants.ModelType",false]],"modulate (messages.fadeflags attribute)":[[123,"messages.FadeFlags.MODULATE",false]],"module":[[29,"module-auth",false],[30,"module-auth.base",false],[31,"module-auth.manager",false],[32,"module-autodoc",false],[33,"module-bitbuffers",false],[34,"module-colors",false],[35,"module-commands",false],[36,"module-commands.auth",false],[37,"module-commands.client",false],[38,"module-commands.command",false],[39,"module-commands.filter",false],[40,"module-commands.manager",false],[41,"module-commands.player",false],[42,"module-commands.say",false],[43,"module-commands.server",false],[44,"module-commands.typed",false],[45,"module-config",false],[46,"module-config.command",false],[47,"module-config.cvar",false],[48,"module-config.manager",false],[49,"module-config.section",false],[50,"module-core",false],[51,"module-core.cache",false],[52,"module-core.command",false],[53,"module-core.command.auth",false],[54,"module-core.command.docs",false],[55,"module-core.command.dump",false],[56,"module-core.command.plugin",false],[57,"module-core.dumps",false],[58,"module-core.settings",false],[59,"module-core.table",false],[60,"module-core.update",false],[61,"module-core.version",false],[62,"module-cvars",false],[63,"module-cvars.flags",false],[64,"module-cvars.public",false],[65,"module-cvars.tags",false],[66,"module-effects",false],[67,"module-effects.base",false],[68,"module-effects.hooks",false],[69,"module-effects.templates",false],[70,"module-engines",false],[71,"module-engines.gamerules",false],[72,"module-engines.precache",false],[73,"module-engines.server",false],[74,"module-engines.sound",false],[75,"module-engines.trace",false],[76,"module-entities",false],[77,"module-entities.classes",false],[78,"module-entities.collisions",false],[79,"module-entities.constants",false],[80,"module-entities.datamaps",false],[81,"module-entities.dictionary",false],[82,"module-entities.engines",false],[83,"module-entities.engines.csgo",false],[84,"module-entities.engines.csgo.csgo",false],[85,"module-entities.entity",false],[86,"module-entities.factories",false],[87,"module-entities.helpers",false],[88,"module-entities.hooks",false],[89,"module-entities.props",false],[90,"module-entities.transmit",false],[91,"module-events",false],[92,"module-events.custom",false],[93,"module-events.hooks",false],[94,"module-events.listener",false],[95,"module-events.manager",false],[96,"module-events.resource",false],[97,"module-events.variable",false],[98,"module-filesystem",false],[99,"module-filters",false],[100,"module-filters.entities",false],[101,"module-filters.iterator",false],[102,"module-filters.players",false],[103,"module-filters.recipients",false],[104,"module-filters.weapons",false],[105,"module-hooks",false],[106,"module-hooks.base",false],[107,"module-hooks.exceptions",false],[108,"module-hooks.warnings",false],[109,"module-keyvalues",false],[110,"module-listeners",false],[111,"module-listeners.tick",false],[112,"module-loggers",false],[113,"module-mathlib",false],[114,"module-memory",false],[115,"module-memory.helpers",false],[116,"module-memory.hooks",false],[117,"module-memory.manager",false],[118,"module-menus",false],[119,"module-menus.base",false],[120,"module-menus.esc",false],[121,"module-menus.queue",false],[122,"module-menus.radio",false],[123,"module-messages",false],[124,"module-messages.base",false],[125,"module-messages.dialog",false],[126,"module-messages.hooks",false],[127,"module-messages.impl",false],[128,"module-net_channel",false],[129,"module-paths",false],[130,"module-physics",false],[131,"module-players",false],[132,"module-players._base",false],[133,"module-players.bots",false],[134,"module-players.constants",false],[135,"module-players.dictionary",false],[136,"module-players.engines",false],[137,"module-players.engines.bms",false],[139,"module-players.engines.l4d2",false],[140,"module-players.engines.orangebox",false],[141,"module-players.engines.orangebox.cstrike",false],[142,"module-players.entity",false],[143,"module-players.helpers",false],[144,"module-players.teams",false],[145,"module-players.voice",false],[146,"module-plugins",false],[147,"module-plugins.command",false],[148,"module-plugins.info",false],[149,"module-plugins.instance",false],[150,"module-plugins.manager",false],[151,"module-public",false],[152,"module-settings",false],[153,"module-settings.menu",false],[154,"module-settings.player",false],[155,"module-settings.storage",false],[156,"module-settings.types",false],[157,"module-__init__",false],[158,"module-steam",false],[159,"module-stringtables",false],[160,"module-stringtables.downloads",false],[161,"module-studio",false],[162,"module-studio.cache",false],[163,"module-studio.constants",false],[164,"module-translations",false],[165,"module-translations.manager",false],[166,"module-translations.strings",false],[167,"module-weapons",false],[168,"module-weapons.constants",false],[169,"module-weapons.default",false],[170,"module-weapons.dictionary",false],[171,"module-weapons.engines",false],[172,"module-weapons.engines.csgo",false],[173,"module-weapons.engines.csgo.csgo",false],[174,"module-weapons.entity",false],[175,"module-weapons.instance",false],[176,"module-weapons.manager",false],[177,"module-weapons.restrictions",false],[178,"module-weapons.scripts",false]],"module (memory.binaryfile property)":[[114,"memory.BinaryFile.module",false]],"module_name (plugins.instance.serverplugin property)":[[149,"plugins.instance.ServerPlugin.module_name",false]],"monster (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.MONSTER",false]],"monsterclip (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.MONSTERCLIP",false]],"motion_enabled (physics.physicsobject property)":[[130,"physics.PhysicsObject.motion_enabled",false]],"motion_flags (studio.movement property)":[[161,"studio.Movement.motion_flags",false]],"mousedx (players.bots.botcmd property)":[[133,"players.bots.BotCmd.mousedx",false]],"mousedx (players.usercmd property)":[[131,"players.UserCmd.mousedx",false]],"mousedy (players.bots.botcmd property)":[[133,"players.bots.BotCmd.mousedy",false]],"mousedy (players.usercmd property)":[[131,"players.UserCmd.mousedy",false]],"move() (memory.pointer method)":[[114,"memory.Pointer.move",false]],"move_type (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.move_type",false]],"moveable (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.MOVEABLE",false]],"movecollide (class in entities.constants)":[[79,"entities.constants.MoveCollide",false]],"moved_frac_bits (messages.base.fade attribute)":[[124,"messages.base.Fade.moved_frac_bits",false]],"moved_frac_bits (messages.fade attribute)":[[123,"messages.Fade.moved_frac_bits",false]],"moveleft (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.MOVELEFT",false]],"movement (class in studio)":[[161,"studio.Movement",false]],"movement_index (studio.sequence property)":[[161,"studio.Sequence.movement_index",false]],"movements_count (studio.animation property)":[[161,"studio.Animation.movements_count",false]],"movements_offset (studio.animation property)":[[161,"studio.Animation.movements_offset",false]],"moveright (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.MOVERIGHT",false]],"movetype (class in entities.constants)":[[79,"entities.constants.MoveType",false]],"mp5navy (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.MP5NAVY",false]],"msg (messages.dialogtype attribute)":[[123,"messages.DialogType.MSG",false]],"msg_handler (net_channel.netchannel property)":[[128,"net_channel.NetChannel.msg_handler",false]],"mul_add() (mathlib.vector method)":[[113,"mathlib.Vector.mul_add",false]],"multiseat (steam.accounttype attribute)":[[158,"steam.AccountType.MULTISEAT",false]],"mute_manager (in module players.voice)":[[145,"players.voice.mute_manager",false]],"muzzle_flash_scale (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.muzzle_flash_scale",false]],"muzzle_flash_style_index (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.muzzle_flash_style_index",false]],"muzzleflashstyle (class in weapons.constants)":[[168,"weapons.constants.MuzzleFlashStyle",false]],"name (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.name",false]],"name (auth.base.backend property)":[[30,"auth.base.Backend.name",false]],"name (commands.concommandbase property)":[[35,"commands.ConCommandBase.name",false]],"name (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.name",false]],"name (effects.base.basetempentity property)":[[67,"effects.base.BaseTempEntity.name",false]],"name (engines.server.server property)":[[73,"engines.server.Server.name",false]],"name (engines.trace.surface property)":[[75,"engines.trace.Surface.name",false]],"name (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.name",false]],"name (entities.props.sendprop property)":[[89,"entities.props.SendProp.name",false]],"name (entities.props.sendtable property)":[[89,"entities.props.SendTable.name",false]],"name (entities.props.serverclass property)":[[89,"entities.props.ServerClass.name",false]],"name (events.custom.customevent property)":[[92,"events.custom.CustomEvent.name",false]],"name (events.gameevent property)":[[91,"events.GameEvent.name",false]],"name (events.gameeventdescriptor property)":[[91,"events.GameEventDescriptor.name",false]],"name (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.name",false]],"name (listeners.listenermanagerdecorator property)":[[110,"listeners.ListenerManagerDecorator.name",false]],"name (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.name",false]],"name (net_channel.netmessage property)":[[128,"net_channel.NetMessage.name",false]],"name (physics.physicsobject property)":[[130,"physics.PhysicsObject.name",false]],"name (players.client property)":[[131,"players.Client.name",false]],"name (players.playerinfo property)":[[131,"players.PlayerInfo.name",false]],"name (plugins.instance.serverplugin property)":[[149,"plugins.instance.ServerPlugin.name",false]],"name (stringtables.stringtable property)":[[159,"stringtables.StringTable.name",false]],"name (studio.animation property)":[[161,"studio.Animation.name",false]],"name (studio.hitbox property)":[[161,"studio.Hitbox.name",false]],"name (studio.hitboxset property)":[[161,"studio.HitboxSet.name",false]],"name (studio.modelattachment property)":[[161,"studio.ModelAttachment.name",false]],"name (studio.modelbone property)":[[161,"studio.ModelBone.name",false]],"name (studio.modelheader property)":[[161,"studio.ModelHeader.name",false]],"name (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.name",false]],"name_offset (studio.modelattachment property)":[[161,"studio.ModelAttachment.name_offset",false]],"name_symbol (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.name_symbol",false]],"names (commands.commandreturn attribute)":[[35,"commands.CommandReturn.names",false]],"names (core.outputreturn attribute)":[[50,"core.OutputReturn.names",false]],"names (effects.bloodcolor attribute)":[[66,"effects.BloodColor.names",false]],"names (effects.shattersurface attribute)":[[66,"effects.ShatterSurface.names",false]],"names (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.names",false]],"names (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.names",false]],"names (engines.sound.channel attribute)":[[74,"engines.sound.Channel.names",false]],"names (engines.sound.pitch attribute)":[[74,"engines.sound.Pitch.names",false]],"names (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.names",false]],"names (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.names",false]],"names (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.names",false]],"names (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.names",false]],"names (entities.collisions.collisionmode attribute)":[[78,"entities.collisions.CollisionMode.names",false]],"names (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.names",false]],"names (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.names",false]],"names (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.names",false]],"names (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.names",false]],"names (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.names",false]],"names (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.names",false]],"names (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.names",false]],"names (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.names",false]],"names (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.names",false]],"names (entities.transmit.transmitmode attribute)":[[90,"entities.transmit.TransmitMode.names",false]],"names (events.eventvartype attribute)":[[91,"events.EventVarType.names",false]],"names (filesystem.seektype attribute)":[[98,"filesystem.SeekType.names",false]],"names (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.names",false]],"names (memory.convention attribute)":[[114,"memory.Convention.names",false]],"names (memory.datatype attribute)":[[114,"memory.DataType.names",false]],"names (memory.hooks.hooktype attribute)":[[116,"memory.hooks.HookType.names",false]],"names (memory.register attribute)":[[114,"memory.Register.names",false]],"names (messages.dialogtype attribute)":[[123,"messages.DialogType.names",false]],"names (messages.fadeflags attribute)":[[123,"messages.FadeFlags.names",false]],"names (messages.huddestination attribute)":[[123,"messages.HudDestination.names",false]],"names (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.names",false]],"names (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.names",false]],"names (steam.accounttype attribute)":[[158,"steam.AccountType.names",false]],"names (steam.universe attribute)":[[158,"steam.Universe.names",false]],"names (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.names",false]],"names (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.names",false]],"names (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.names",false]],"names (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.names",false]],"needsuit (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.NEEDSUIT",false]],"negate() (mathlib.vector method)":[[113,"mathlib.Vector.negate",false]],"nervegas (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.NERVEGAS",false]],"net_channel":[[128,"module-net_channel",false]],"net_channel (net_channel.netmessage property)":[[128,"net_channel.NetMessage.net_channel",false]],"net_channel (players.client property)":[[131,"players.Client.net_channel",false]],"net_stats (engines.server.server property)":[[73,"engines.server.Server.net_stats",false]],"netchannel (class in net_channel)":[[128,"net_channel.NetChannel",false]],"netchannelhandler (class in net_channel)":[[128,"net_channel.NetChannelHandler",false]],"netchannelinfo (class in net_channel)":[[128,"net_channel.NetChannelInfo",false]],"netflow (class in net_channel)":[[128,"net_channel.NetFlow",false]],"netmessage (class in net_channel)":[[128,"net_channel.NetMessage",false]],"networkable (entities.serverunknown property)":[[76,"entities.ServerUnknown.networkable",false]],"networked (entities.datamaps.entityproperty property)":[[80,"entities.datamaps.EntityProperty.networked",false]],"never_as_string (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.NEVER_AS_STRING",false]],"nevergib (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.NEVERGIB",false]],"new_parent (studio.hierarchy property)":[[161,"studio.Hierarchy.new_parent",false]],"newgame (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.NewGame",false]],"next (commands.concommandbase property)":[[35,"commands.ConCommandBase.next",false]],"next (effects.base.basetempentity property)":[[67,"effects.base.BaseTempEntity.next",false]],"next (entities.eventaction property)":[[76,"entities.EventAction.next",false]],"next (entities.props.serverclass property)":[[89,"entities.props.ServerClass.next",false]],"next_attack (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.next_attack",false]],"next_key (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.next_key",false]],"next_secondary_fire_attack (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.next_secondary_fire_attack",false]],"next_sequence (studio.sequence property)":[[161,"studio.Sequence.next_sequence",false]],"next_true_sub_key (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.next_true_sub_key",false]],"next_value (keyvalues.keyvalues property)":[[109,"keyvalues.KeyValues.next_value",false]],"nightvision (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.NIGHTVISION",false]],"nightvision_on (_players.playermixin property)":[[132,"players.PlayerMixin.nightvision_on",false]],"no (entities.constants.takedamage attribute)":[[79,"entities.constants.TakeDamage.NO",false]],"no_auto_edict_attach (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_AUTO_EDICT_ATTACH",false]],"no_damage_forces (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_DAMAGE_FORCES",false]],"no_dissipation (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.NO_DISSIPATION",false]],"no_dissolve (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_DISSOLVE",false]],"no_flags (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.NO_FLAGS",false]],"no_game_physics_simulation (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_GAME_PHYSICS_SIMULATION",false]],"no_megaphyscannon_ragdoll (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_MEGAPHYSCANNON_RAGDOLL",false]],"no_physcannon_interaction (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_PHYSCANNON_INTERACTION",false]],"no_rotorwash_push (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_ROTORWASH_PUSH",false]],"no_think_function (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_THINK_FUNCTION",false]],"no_water_velocity_change (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NO_WATER_VELOCITY_CHANGE",false]],"noammopickups (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.NOAMMOPICKUPS",false]],"noautoreload (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.NOAUTORELOAD",false]],"noautoswitchempty (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.NOAUTOSWITCHEMPTY",false]],"nochop (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NOCHOP",false]],"noclip (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.NOCLIP",false]],"noclip_active (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NOCLIP_ACTIVE",false]],"node (class in commands.typed)":[[44,"commands.typed.Node",false]],"node_flags (studio.sequence property)":[[161,"studio.Sequence.node_flags",false]],"nodecals (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NODECALS",false]],"nodraw (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NODRAW",false]],"nodraw (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NODRAW",false]],"noerrorcheck (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.NOERRORCHECK",false]],"noflashlight (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NOFLASHLIGHT",false]],"nointerp (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NOINTERP",false]],"noitempickup (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.NOITEMPICKUP",false]],"nolight (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NOLIGHT",false]],"none (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.NONE",false]],"none (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.NONE",false]],"none (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.NONE",false]],"none (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.NONE",false]],"none (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.NONE",false]],"none (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.NONE",false]],"none (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.NONE",false]],"none (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.NONE",false]],"none (players.constants.fixangle attribute)":[[134,"players.constants.FixAngle.NONE",false]],"none (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.NONE",false]],"none (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.NONE",false]],"none (weapons.constants.muzzleflashstyle attribute)":[[168,"weapons.constants.MuzzleFlashStyle.NONE",false]],"none (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.NONE",false]],"noportal (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NOPORTAL",false]],"noreceiveshadow (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NORECEIVESHADOW",false]],"normal (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.NORMAL",false]],"normal (engines.sound.pitch attribute)":[[74,"engines.sound.Pitch.NORMAL",false]],"normal (entities.constants.dissolvetype attribute)":[[79,"entities.constants.DissolveType.NORMAL",false]],"normal (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.NORMAL",false]],"normal (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.NORMAL",false]],"normal (mathlib.plane property)":[[113,"mathlib.Plane.normal",false]],"normal (weapons.constants.muzzleflashstyle attribute)":[[168,"weapons.constants.MuzzleFlashStyle.NORMAL",false]],"normalize() (mathlib.vector method)":[[113,"mathlib.Vector.normalize",false]],"normalized() (mathlib.vector method)":[[113,"mathlib.Vector.normalized",false]],"noscale (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.NOSCALE",false]],"noshadow (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NOSHADOW",false]],"noshadowdepth (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.NOSHADOWDEPTH",false]],"noshadows (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.NOSHADOWS",false]],"noshadows (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.NOSHADOWS",false]],"not_carried (weapons.constants.weaponstate attribute)":[[168,"weapons.constants.WeaponState.NOT_CARRIED",false]],"not_connected (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.NOT_CONNECTED",false]],"not_found (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.NOT_FOUND",false]],"not_moveable (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.NOT_MOVEABLE",false]],"not_solid (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.NOT_SOLID",false]],"not_standable (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.NOT_STANDABLE",false]],"notarget (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.NOTARGET",false]],"notify (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.NOTIFY",false]],"notify (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.NOTIFY",false]],"notify (messages.huddestination attribute)":[[123,"messages.HudDestination.NOTIFY",false]],"notify() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.notify",false]],"noweaponmanager (class in weapons.default)":[[169,"weapons.default.NoWeaponManager",false]],"npc (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.NPC",false]],"npc (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.NPC",false]],"npc_actor (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.NPC_ACTOR",false]],"npc_scripted (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.NPC_SCRIPTED",false]],"npc_solid (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.NPC_SOLID",false]],"npc_world_static (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.NPC_WORLD_STATIC",false]],"null_matrix (in module mathlib)":[[113,"mathlib.NULL_MATRIX",false]],"null_qangle (in module mathlib)":[[113,"mathlib.NULL_QANGLE",false]],"null_quaternion (in module mathlib)":[[113,"mathlib.NULL_QUATERNION",false]],"null_radianeuler (in module mathlib)":[[113,"mathlib.NULL_RADIANEULER",false]],"null_vector (in module mathlib)":[[113,"mathlib.NULL_VECTOR",false]],"num_bits_left (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.num_bits_left",false]],"num_bits_left (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.num_bits_left",false]],"num_bits_read (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.num_bits_read",false]],"num_bits_written (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.num_bits_written",false]],"num_bytes_left (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.num_bytes_left",false]],"num_bytes_left (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.num_bytes_left",false]],"num_bytes_read (bitbuffers.bitbufferread property)":[[33,"bitbuffers.BitBufferRead.num_bytes_read",false]],"num_bytes_written (bitbuffers.bitbufferwrite property)":[[33,"bitbuffers.BitBufferWrite.num_bytes_written",false]],"num_classes (engines.server.server property)":[[73,"engines.server.Server.num_classes",false]],"num_clients (engines.server.server property)":[[73,"engines.server.Server.num_clients",false]],"num_fake_clients (engines.server.server property)":[[73,"engines.server.Server.num_fake_clients",false]],"num_players (engines.server.server property)":[[73,"engines.server.Server.num_players",false]],"num_proxies (engines.server.server property)":[[73,"engines.server.Server.num_proxies",false]],"num_types (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.NUM_TYPES",false]],"nvg (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.NVG",false]],"nvgs (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.NVGS",false]],"obb (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.OBB",false]],"obb_yaw (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.OBB_YAW",false]],"object (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.OBJECT",false]],"observer (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.OBSERVER",false]],"observer_mode (_players.playermixin property)":[[132,"players.PlayerMixin.observer_mode",false]],"observer_target (_players.playermixin property)":[[132,"players.PlayerMixin.observer_target",false]],"observermode (class in players.constants)":[[134,"players.constants.ObserverMode",false]],"offset (entities.datamaps.entityproperty property)":[[80,"entities.datamaps.EntityProperty.offset",false]],"offset (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.offset",false]],"offset (entities.props.sendprop property)":[[89,"entities.props.SendProp.offset",false]],"offset (memory.helpers.key attribute)":[[115,"memory.helpers.Key.OFFSET",false]],"olive (in module colors)":[[34,"colors.OLIVE",false]],"on_automatically_created() (entities.dictionary.syncedentitydictionary method)":[[81,"entities.dictionary.SyncedEntityDictionary.on_automatically_created",false]],"on_automatically_removed() (entities.dictionary.entitydictionary method)":[[81,"entities.dictionary.EntityDictionary.on_automatically_removed",false]],"on_dealloc() (memory.manager.customtype method)":[[117,"memory.manager.CustomType.on_dealloc",false]],"on_player_bumping_weapon() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.on_player_bumping_weapon",false]],"on_player_carrying_restricted_weapon() (weapons.restrictions.weaponrestrictionhandler static method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.on_player_carrying_restricted_weapon",false]],"on_player_purchasing_weapon() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.on_player_purchasing_weapon",false]],"on_player_restriction_added() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.on_player_restriction_added",false]],"on_team_restriction_added() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.on_team_restriction_added",false]],"onbuttonstatechanged (class in listeners)":[[110,"listeners.OnButtonStateChanged",false]],"onclientactive (class in listeners)":[[110,"listeners.OnClientActive",false]],"onclientconnect (class in listeners)":[[110,"listeners.OnClientConnect",false]],"onclientdisconnect (class in listeners)":[[110,"listeners.OnClientDisconnect",false]],"onclientfullyconnect (class in listeners)":[[110,"listeners.OnClientFullyConnect",false]],"onclientputinserver (class in listeners)":[[110,"listeners.OnClientPutInServer",false]],"onclientsettingschanged (class in listeners)":[[110,"listeners.OnClientSettingsChanged",false]],"oncombinerprecache (class in listeners)":[[110,"listeners.OnCombinerPreCache",false]],"onconvarchanged (class in listeners)":[[110,"listeners.OnConVarChanged",false]],"ondataloaded (class in listeners)":[[110,"listeners.OnDataLoaded",false]],"ondataunloaded (class in listeners)":[[110,"listeners.OnDataUnloaded",false]],"onedictallocated (class in listeners)":[[110,"listeners.OnEdictAllocated",false]],"onedictfreed (class in listeners)":[[110,"listeners.OnEdictFreed",false]],"onentitycollision (class in listeners)":[[110,"listeners.OnEntityCollision",false]],"onentitycreated (class in listeners)":[[110,"listeners.OnEntityCreated",false]],"onentitydeleted (class in listeners)":[[110,"listeners.OnEntityDeleted",false]],"onentityoutput (class in listeners)":[[110,"listeners.OnEntityOutput",false]],"onentityoutputlistenermanager (class in listeners)":[[110,"listeners.OnEntityOutputListenerManager",false]],"onentityprespawned (class in listeners)":[[110,"listeners.OnEntityPreSpawned",false]],"onentityspawned (class in listeners)":[[110,"listeners.OnEntitySpawned",false]],"onentitytransmit (class in listeners)":[[110,"listeners.OnEntityTransmit",false]],"onfire (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.ONFIRE",false]],"onground (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.ONGROUND",false]],"onlevelend (class in listeners)":[[110,"listeners.OnLevelEnd",false]],"onlevelinit (class in listeners)":[[110,"listeners.OnLevelInit",false]],"onlevelshutdown (class in listeners)":[[110,"listeners.OnLevelShutdown",false]],"onnetworkedentitycreated (class in listeners)":[[110,"listeners.OnNetworkedEntityCreated",false]],"onnetworkedentitydeleted (class in listeners)":[[110,"listeners.OnNetworkedEntityDeleted",false]],"onnetworkedentityprespawned (class in listeners)":[[110,"listeners.OnNetworkedEntityPreSpawned",false]],"onnetworkedentityspawned (class in listeners)":[[110,"listeners.OnNetworkedEntitySpawned",false]],"onnetworkidvalidated (class in listeners)":[[110,"listeners.OnNetworkidValidated",false]],"onplayercollision (class in listeners)":[[110,"listeners.OnPlayerCollision",false]],"onplayerpostruncommand (class in listeners)":[[110,"listeners.OnPlayerPostRunCommand",false]],"onplayerruncommand (class in listeners)":[[110,"listeners.OnPlayerRunCommand",false]],"onplayertransmit (class in listeners)":[[110,"listeners.OnPlayerTransmit",false]],"onpluginloaded (class in listeners)":[[110,"listeners.OnPluginLoaded",false]],"onpluginloading (class in listeners)":[[110,"listeners.OnPluginLoading",false]],"onpluginunloaded (class in listeners)":[[110,"listeners.OnPluginUnloaded",false]],"onpluginunloading (class in listeners)":[[110,"listeners.OnPluginUnloading",false]],"onquerycvarvaluefinished (class in listeners)":[[110,"listeners.OnQueryCvarValueFinished",false]],"onserveractivate (class in listeners)":[[110,"listeners.OnServerActivate",false]],"onserveroutput (class in listeners)":[[110,"listeners.OnServerOutput",false]],"ontick (class in listeners)":[[110,"listeners.OnTick",false]],"ontrain (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.ONTRAIN",false]],"onversionupdate (class in listeners)":[[110,"listeners.OnVersionUpdate",false]],"opaque (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.OPAQUE",false]],"opaque (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.OPAQUE",false]],"opaque_and_npcs (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.OPAQUE_AND_NPCS",false]],"open() (filesystem.sourcefile static method)":[[98,"filesystem.SourceFile.open",false]],"optimized_datamap (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.optimized_datamap",false]],"options (auth.base.backend attribute)":[[30,"auth.base.Backend.options",false]],"options (studio.sequenceevent property)":[[161,"studio.SequenceEvent.options",false]],"orange (in module colors)":[[34,"colors.ORANGE",false]],"origin (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.ORIGIN",false]],"origin (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.origin",false]],"origin (players.playerinfo property)":[[131,"players.PlayerInfo.origin",false]],"original_loops (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.original_loops",false]],"out (messages.fadeflags attribute)":[[123,"messages.FadeFlags.OUT",false]],"outgoing (net_channel.netflow attribute)":[[128,"net_channel.NetFlow.OUTGOING",false]],"output (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.OUTPUT",false]],"output_debug_info() (physics.physicsobject method)":[[130,"physics.PhysicsObject.output_debug_info",false]],"output_index (entities.datamaps.inputdata property)":[[80,"entities.datamaps.InputData.output_index",false]],"outputreturn (class in core)":[[50,"core.OutputReturn",false]],"outputs (entities.entity.entity attribute)":[[85,"entities.entity.Entity.outputs",false]],"override (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.OVERRIDE",false]],"override_count (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.override_count",false]],"override_field (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.override_field",false]],"owner (_core._cache.cachedproperty property)":[[51,"core._cache.CachedProperty.owner",false]],"owner (core.cache.cachedproperty property)":[[51,"core.cache.CachedProperty.owner",false]],"owner (entities.entity.entity property)":[[85,"entities.entity.Entity.owner",false]],"owner_handle (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.owner_handle",false]],"owner_handle (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.owner_handle",false]],"p228 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.P228",false]],"p2p_super_seeder (steam.accounttype attribute)":[[158,"steam.AccountType.P2P_SUPER_SEEDER",false]],"p90 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.P90",false]],"package_dir (autodoc.sphinxproject property)":[[32,"autodoc.SphinxProject.package_dir",false]],"package_exists() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.package_exists",false]],"packages_path (in module paths)":[[129,"paths.PACKAGES_PATH",false]],"packed_offset (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.packed_offset",false]],"packed_offsets_computed (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.packed_offsets_computed",false]],"packed_size (entities.datamaps.datamap property)":[[80,"entities.datamaps.DataMap.packed_size",false]],"pagedescmenu (class in menus.esc)":[[120,"menus.esc.PagedESCMenu",false]],"pagedescoption (class in menus.esc)":[[120,"menus.esc.PagedESCOption",false]],"pagedmenu (in module menus)":[[118,"menus.PagedMenu",false]],"pagedoption (in module menus)":[[118,"menus.PagedOption",false]],"pagedradiomenu (class in menus.radio)":[[122,"menus.radio.PagedRadioMenu",false]],"pagedradiooption (class in menus.radio)":[[122,"menus.radio.PagedRadioOption",false]],"paralyze (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.PARALYZE",false]],"parameter (entities.eventaction property)":[[76,"entities.EventAction.parameter",false]],"parent (entities.entity.entity property)":[[85,"entities.entity.Entity.parent",false]],"parent (studio.modelbone property)":[[161,"studio.ModelBone.parent",false]],"parent_animates (entities.constants.entityeffects attribute)":[[79,"entities.constants.EntityEffects.PARENT_ANIMATES",false]],"parent_array_prop_name (entities.props.sendprop property)":[[89,"entities.props.SendProp.parent_array_prop_name",false]],"parent_class (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.parent_class",false]],"parent_inthandle (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.parent_inthandle",false]],"parent_name (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.parent_name",false]],"parentpermissiondict (class in auth.manager)":[[31,"auth.manager.ParentPermissionDict",false]],"parentpermissions (class in auth.manager)":[[31,"auth.manager.ParentPermissions",false]],"parse (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.parse",false]],"parse() (steam.steamid static method)":[[158,"steam.SteamID.parse",false]],"parse_command() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.parse_command",false]],"parse_data() (in module memory.helpers)":[[115,"memory.helpers.parse_data",false]],"parse_filter() (in module filters.players)":[[102,"filters.players.parse_filter",false]],"parse_weapon_constants() (weapons.instance.weaponclass static method)":[[175,"weapons.instance.WeaponClass.parse_weapon_constants",false]],"parser (commands.typed.typedclientcommand attribute)":[[44,"commands.typed.TypedClientCommand.parser",false]],"parser (commands.typed.typedsaycommand attribute)":[[44,"commands.typed.TypedSayCommand.parser",false]],"parser (commands.typed.typedservercommand attribute)":[[44,"commands.typed.TypedServerCommand.parser",false]],"partialground (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.PARTIALGROUND",false]],"passable_door (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PASSABLE_DOOR",false]],"password (engines.server.server property)":[[73,"engines.server.Server.password",false]],"paths":[[129,"module-paths",false]],"pause() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.pause",false]],"paused (engines.server.server property)":[[73,"engines.server.Server.paused",false]],"paused (listeners.tick.repeatstatus attribute)":[[111,"listeners.tick.RepeatStatus.PAUSED",false]],"peak (studio.hierarchy property)":[[161,"studio.Hierarchy.peak",false]],"peek_ubit_long() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.peek_ubit_long",false]],"pending (steam.accounttype attribute)":[[158,"steam.AccountType.PENDING",false]],"penetrated (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.penetrated",false]],"penetration (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.penetration",false]],"perfect (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.PERFECT",false]],"permission_added() (auth.base.backend method)":[[30,"auth.base.Backend.permission_added",false]],"permission_removed() (auth.base.backend method)":[[30,"auth.base.Backend.permission_removed",false]],"permissionbase (class in auth.manager)":[[31,"auth.manager.PermissionBase",false]],"phys_damage_scale (_players.playermixin property)":[[132,"players.PlayerMixin.phys_damage_scale",false]],"physgun (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.PHYSGUN",false]],"physics":[[130,"module-physics",false]],"physics (class in physics)":[[130,"physics.Physics",false]],"physics_bone (studio.modelbone property)":[[161,"studio.ModelBone.physics_bone",false]],"physics_object (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.physics_object",false]],"physicsbone (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.physicsbone",false]],"physicsenvironment (class in physics)":[[130,"physics.PhysicsEnvironment",false]],"physicsobject (class in physics)":[[130,"physics.PhysicsObject",false]],"pipe_function() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.pipe_function",false]],"pistol (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.PISTOL",false]],"pitch (class in engines.sound)":[[74,"engines.sound.Pitch",false]],"place (_players.playermixin property)":[[132,"players.PlayerMixin.place",false]],"plane (class in mathlib)":[[113,"mathlib.Plane",false]],"plane (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.plane",false]],"plasma (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.PLASMA",false]],"player (class in players.engines.bms)":[[137,"players.engines.bms.Player",false]],"player (class in players.engines.l4d2)":[[139,"players.engines.l4d2.Player",false]],"player (class in players.engines.orangebox)":[[140,"players.engines.orangebox.Player",false]],"player (class in players.engines.orangebox.cstrike)":[[141,"players.engines.orangebox.cstrike.Player",false]],"player (class in players.entity)":[[142,"players.entity.Player",false]],"player (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PLAYER",false]],"player_animation_extension (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.player_animation_extension",false]],"player_class (_players.playermixin property)":[[132,"players.PlayerMixin.player_class",false]],"player_movement (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PLAYER_MOVEMENT",false]],"player_solid (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.PLAYER_SOLID",false]],"player_solid_brush_only (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.PLAYER_SOLID_BRUSH_ONLY",false]],"player_state (_players.playermixin property)":[[132,"players.PlayerMixin.player_state",false]],"playeranimation (class in players.constants)":[[134,"players.constants.PlayerAnimation",false]],"playerbuttons (class in players.constants)":[[134,"players.constants.PlayerButtons",false]],"playerclip (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.PLAYERCLIP",false]],"playerdead (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.PLAYERDEAD",false]],"playerdictionary (class in players.dictionary)":[[135,"players.dictionary.PlayerDictionary",false]],"playergenerator (class in players)":[[131,"players.PlayerGenerator",false]],"playerinfo (class in players)":[[131,"players.PlayerInfo",false]],"playerinfo_from_baseentity() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_baseentity",false]],"playerinfo_from_basehandle() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_basehandle",false]],"playerinfo_from_edict() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_edict",false]],"playerinfo_from_index() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_index",false]],"playerinfo_from_inthandle() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_inthandle",false]],"playerinfo_from_pointer() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_pointer",false]],"playerinfo_from_userid() (in module players.helpers)":[[143,"players.helpers.playerinfo_from_userid",false]],"playeriter (class in filters.players)":[[102,"filters.players.PlayerIter",false]],"playermixin (class in _players)":[[132,"players.PlayerMixin",false]],"playerpermissiondict (class in auth.manager)":[[31,"auth.manager.PlayerPermissionDict",false]],"playerpermissions (class in auth.manager)":[[31,"auth.manager.PlayerPermissions",false]],"players":[[131,"module-players",false]],"players._base":[[132,"module-players._base",false]],"players.bots":[[133,"module-players.bots",false]],"players.constants":[[134,"module-players.constants",false]],"players.dictionary":[[135,"module-players.dictionary",false]],"players.engines":[[136,"module-players.engines",false]],"players.engines.bms":[[137,"module-players.engines.bms",false]],"players.engines.l4d2":[[139,"module-players.engines.l4d2",false]],"players.engines.orangebox":[[140,"module-players.engines.orangebox",false]],"players.engines.orangebox.cstrike":[[141,"module-players.engines.orangebox.cstrike",false]],"players.entity":[[142,"module-players.entity",false]],"players.helpers":[[143,"module-players.helpers",false]],"players.teams":[[144,"module-players.teams",false]],"players.voice":[[145,"module-players.voice",false]],"playersettings (class in settings.player)":[[154,"settings.player.PlayerSettings",false]],"playerstates (class in players.constants)":[[134,"players.constants.PlayerStates",false]],"plugin (class in plugins.instance)":[[149,"plugins.instance.Plugin",false]],"plugin_data_path (in module paths)":[[129,"paths.PLUGIN_DATA_PATH",false]],"plugin_docs_path (in module paths)":[[129,"paths.PLUGIN_DOCS_PATH",false]],"plugin_exists() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.plugin_exists",false]],"plugin_path (in module paths)":[[129,"paths.PLUGIN_PATH",false]],"plugininfo (class in plugins.info)":[[148,"plugins.info.PluginInfo",false]],"pluginmanager (class in plugins.manager)":[[150,"plugins.manager.PluginManager",false]],"plugins":[[146,"module-plugins",false]],"plugins (plugins.manager.pluginmanager property)":[[150,"plugins.manager.PluginManager.plugins",false]],"plugins.command":[[147,"module-plugins.command",false]],"plugins.info":[[148,"module-plugins.info",false]],"plugins.instance":[[149,"module-plugins.instance",false]],"plugins.manager":[[150,"module-plugins.manager",false]],"plugins_directory (plugins.manager.pluginmanager property)":[[150,"plugins.manager.PluginManager.plugins_directory",false]],"pointer (class in memory)":[[114,"memory.Pointer",false]],"pointer (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.pointer",false]],"pointer (memory.datatype attribute)":[[114,"memory.DataType.POINTER",false]],"pointer (memory.helpers.type attribute)":[[115,"memory.helpers.Type.POINTER",false]],"pointer_attribute() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.pointer_attribute",false]],"pointer_from_baseentity() (in module entities.helpers)":[[87,"entities.helpers.pointer_from_baseentity",false]],"pointer_from_basehandle() (in module entities.helpers)":[[87,"entities.helpers.pointer_from_basehandle",false]],"pointer_from_edict() (in module entities.helpers)":[[87,"entities.helpers.pointer_from_edict",false]],"pointer_from_index() (in module entities.helpers)":[[87,"entities.helpers.pointer_from_index",false]],"pointer_from_inthandle() (in module entities.helpers)":[[87,"entities.helpers.pointer_from_inthandle",false]],"pointer_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.pointer_from_playerinfo",false]],"pointer_from_userid() (in module players.helpers)":[[143,"players.helpers.pointer_from_userid",false]],"poison (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.POISON",false]],"polygon() (in module effects)":[[66,"effects.polygon",false]],"poor (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.POOR",false]],"pose (studio.sequence property)":[[161,"studio.Sequence.pose",false]],"position (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.position",false]],"position (mathlib.matrix3x4 property)":[[113,"mathlib.Matrix3x4.position",false]],"position (physics.physicsobject property)":[[130,"physics.PhysicsObject.position",false]],"position (studio.modelbone property)":[[161,"studio.ModelBone.position",false]],"position (studio.movement property)":[[161,"studio.Movement.position",false]],"position (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.position",false]],"position_scale (studio.modelbone property)":[[161,"studio.ModelBone.position_scale",false]],"position_to_bone (studio.modelbone property)":[[161,"studio.ModelBone.position_to_bone",false]],"position_vector (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.POSITION_VECTOR",false]],"post (memory.hooks.hooktype attribute)":[[116,"memory.hooks.HookType.POST",false]],"posthook (class in memory.hooks)":[[116,"memory.hooks.PostHook",false]],"pre (memory.hooks.hooktype attribute)":[[116,"memory.hooks.HookType.PRE",false]],"pre_event_manager (in module events.hooks)":[[93,"events.hooks.pre_event_manager",false]],"precache() (effects.base.basetempentity method)":[[67,"effects.base.BaseTempEntity.precache",false]],"precache() (engines.sound.sound method)":[[74,"engines.sound.Sound.precache",false]],"precache() (engines.sound.streamsound method)":[[74,"engines.sound.StreamSound.precache",false]],"precache_table (engines.precache.decal attribute)":[[72,"engines.precache.Decal.precache_table",false]],"precache_table (engines.precache.generic attribute)":[[72,"engines.precache.Generic.precache_table",false]],"precache_table (engines.precache.model attribute)":[[72,"engines.precache.Model.precache_table",false]],"preevent() (in module events.hooks)":[[93,"events.hooks.PreEvent",false]],"prefix (plugins.command.subcommandmanager property)":[[147,"plugins.command.SubCommandManager.prefix",false]],"prefix (settings.types.settingstype attribute)":[[156,"settings.types.SettingsType.prefix",false]],"prehook (class in memory.hooks)":[[116,"memory.hooks.PreHook",false]],"pressed (listeners.buttonstatus attribute)":[[110,"listeners.ButtonStatus.PRESSED",false]],"prevent (entities.collisions.collisionmode attribute)":[[78,"entities.collisions.CollisionMode.PREVENT",false]],"prevent (entities.transmit.transmitmode attribute)":[[90,"entities.transmit.TransmitMode.PREVENT",false]],"prevent_physics_force (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.PREVENT_PHYSICS_FORCE",false]],"previous_price (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.previous_price",false]],"price (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.price",false]],"primary (weapons.constants.weaponslot attribute)":[[168,"weapons.constants.WeaponSlot.PRIMARY",false]],"primary_ammo_count (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.primary_ammo_count",false]],"primary_ammo_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.primary_ammo_icon",false]],"primary_ammo_name (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.primary_ammo_name",false]],"primary_ammo_type (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.primary_ammo_type",false]],"print_credits() (core.command.corecommandmanager method)":[[52,"core.command.CoreCommandManager.print_credits",false]],"print_name (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.print_name",false]],"print_plugins() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.print_plugins",false]],"printableonly (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.PRINTABLEONLY",false]],"priority (entities.props.sendprop property)":[[89,"entities.props.SendProp.priority",false]],"private (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.PRIVATE",false]],"procedural_type (studio.modelbone property)":[[161,"studio.ModelBone.procedural_type",false]],"process() (net_channel.netmessage method)":[[128,"net_channel.NetMessage.process",false]],"processorregister (class in memory)":[[114,"memory.ProcessorRegister",false]],"project_build_dir (autodoc.sphinxproject property)":[[32,"autodoc.SphinxProject.project_build_dir",false]],"project_dir (autodoc.sphinxproject property)":[[32,"autodoc.SphinxProject.project_dir",false]],"project_exists() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.project_exists",false]],"project_source_dir (autodoc.sphinxproject property)":[[32,"autodoc.SphinxProject.project_source_dir",false]],"projectile (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PROJECTILE",false]],"prop_type (entities.datamaps.entityproperty property)":[[80,"entities.datamaps.EntityProperty.prop_type",false]],"properties (effects.templates.tempentitytemplate property)":[[69,"effects.templates.TempEntityTemplate.properties",false]],"properties (entities.entity.entity attribute)":[[85,"entities.entity.Entity.properties",false]],"props (entities.props.sendtable property)":[[89,"entities.props.SendTable.props",false]],"props_encoded_against_tick_count (entities.props.sendtable property)":[[89,"entities.props.SendTable.props_encoded_against_tick_count",false]],"protect() (memory.pointer method)":[[114,"memory.Pointer.protect",false]],"protected (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.PROTECTED",false]],"protected (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.PROTECTED",false]],"protobuf() (messages.base.fade method)":[[124,"messages.base.Fade.protobuf",false]],"protobuf() (messages.base.hinttext method)":[[124,"messages.base.HintText.protobuf",false]],"protobuf() (messages.base.hudmsg method)":[[124,"messages.base.HudMsg.protobuf",false]],"protobuf() (messages.base.keyhinttext method)":[[124,"messages.base.KeyHintText.protobuf",false]],"protobuf() (messages.base.resethud method)":[[124,"messages.base.ResetHUD.protobuf",false]],"protobuf() (messages.base.saytext method)":[[124,"messages.base.SayText.protobuf",false]],"protobuf() (messages.base.saytext2 method)":[[124,"messages.base.SayText2.protobuf",false]],"protobuf() (messages.base.shake method)":[[124,"messages.base.Shake.protobuf",false]],"protobuf() (messages.base.showmenu method)":[[124,"messages.base.ShowMenu.protobuf",false]],"protobuf() (messages.base.textmsg method)":[[124,"messages.base.TextMsg.protobuf",false]],"protobuf() (messages.base.usermessagecreator method)":[[124,"messages.base.UserMessageCreator.protobuf",false]],"protobuf() (messages.base.vguimenu method)":[[124,"messages.base.VGUIMenu.protobuf",false]],"protobuf() (messages.fade method)":[[123,"messages.Fade.protobuf",false]],"protobuf() (messages.hinttext method)":[[123,"messages.HintText.protobuf",false]],"protobuf() (messages.hudmsg method)":[[123,"messages.HudMsg.protobuf",false]],"protobuf() (messages.keyhinttext method)":[[123,"messages.KeyHintText.protobuf",false]],"protobuf() (messages.resethud method)":[[123,"messages.ResetHUD.protobuf",false]],"protobuf() (messages.saytext method)":[[123,"messages.SayText.protobuf",false]],"protobuf() (messages.saytext2 method)":[[123,"messages.SayText2.protobuf",false]],"protobuf() (messages.shake method)":[[123,"messages.Shake.protobuf",false]],"protobuf() (messages.showmenu method)":[[123,"messages.ShowMenu.protobuf",false]],"protobuf() (messages.textmsg method)":[[123,"messages.TextMsg.protobuf",false]],"protobuf() (messages.usermessagecreator method)":[[123,"messages.UserMessageCreator.protobuf",false]],"protobuf() (messages.vguimenu method)":[[123,"messages.VGUIMenu.protobuf",false]],"proxy_always_yes (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.PROXY_ALWAYS_YES",false]],"proxy_function (entities.props.sendprop property)":[[89,"entities.props.SendProp.proxy_function",false]],"ptr (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.PTR",false]],"ptr (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.PTR",false]],"public":[[151,"module-public",false]],"public (steam.universe attribute)":[[158,"steam.Universe.PUBLIC",false]],"public() (in module public)":[[151,"public.public",false]],"publicconvar (class in cvars.public)":[[64,"cvars.public.PublicConVar",false]],"pulse_fast (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.PULSE_FAST",false]],"pulse_fast_wide (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.PULSE_FAST_WIDE",false]],"pulse_fast_wider (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.PULSE_FAST_WIDER",false]],"pulse_slow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.PULSE_SLOW",false]],"pulse_slow_wide (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.PULSE_SLOW_WIDE",false]],"purge (messages.fadeflags attribute)":[[123,"messages.FadeFlags.PURGE",false]],"purple (in module colors)":[[34,"colors.PURPLE",false]],"push (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.PUSH",false]],"pushaway (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PUSHAWAY",false]],"pvs_info (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.pvs_info",false]],"pvs_size (entities.checktransmitinfo property)":[[76,"entities.CheckTransmitInfo.pvs_size",false]],"pz_clip (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.PZ_CLIP",false]],"qangle (class in mathlib)":[[113,"mathlib.QAngle",false]],"quaternion (class in mathlib)":[[113,"mathlib.Quaternion",false]],"quaternion (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.QUATERNION",false]],"quaternion (studio.modelbone property)":[[161,"studio.ModelBone.quaternion",false]],"querycvarstatus (class in engines.server)":[[73,"engines.server.QueryCvarStatus",false]],"queue_command_string() (in module engines.server)":[[73,"engines.server.queue_command_string",false]],"queue_server_command() (in module engines.server)":[[73,"engines.server.queue_server_command",false]],"quickstart() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.quickstart",false]],"r (colors.color property)":[[34,"colors.Color.r",false]],"radar (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.RADAR",false]],"radianeuler (class in mathlib)":[[113,"mathlib.RadianEuler",false]],"radiant_euler (studio.modelbone property)":[[161,"studio.ModelBone.radiant_euler",false]],"radiant_euler_scale (studio.modelbone property)":[[161,"studio.ModelBone.radiant_euler_scale",false]],"radiation (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.RADIATION",false]],"radius (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.radius",false]],"ragdoll (_players.playermixin property)":[[132,"players.PlayerMixin.ragdoll",false]],"ragdoll (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.RAGDOLL",false]],"random() (mathlib.qangle method)":[[113,"mathlib.QAngle.random",false]],"random() (mathlib.vector method)":[[113,"mathlib.Vector.random",false]],"random_seed (players.bots.botcmd property)":[[133,"players.bots.BotCmd.random_seed",false]],"random_seed (players.usercmd property)":[[131,"players.UserCmd.random_seed",false]],"range (entities.datamaps.interval property)":[[80,"entities.datamaps.Interval.range",false]],"range (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.range",false]],"range_modifier (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.range_modifier",false]],"ray (class in engines.trace)":[[75,"engines.trace.Ray",false]],"re_valid_plugin (plugins.manager.pluginmanager attribute)":[[150,"plugins.manager.PluginManager.RE_VALID_PLUGIN",false]],"read() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.read",false]],"read() (messages.impl.usermessageimpl class method)":[[127,"messages.impl.UserMessageImpl.read",false]],"read_bit_angle() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_angle",false]],"read_bit_angles() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_angles",false]],"read_bit_coord() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_coord",false]],"read_bit_coord_mp() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_coord_mp",false]],"read_bit_float() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_float",false]],"read_bit_normal() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_normal",false]],"read_bit_vec3_coord() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_vec3_coord",false]],"read_bit_vec3_normal() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_bit_vec3_normal",false]],"read_bitbuffer() (messages.impl.saytext2impl static method)":[[127,"messages.impl.SayText2Impl.read_bitbuffer",false]],"read_bitbuffer() (messages.impl.showmenuimpl static method)":[[127,"messages.impl.ShowMenuImpl.read_bitbuffer",false]],"read_bitbuffer() (messages.impl.usermessageimpl static method)":[[127,"messages.impl.UserMessageImpl.read_bitbuffer",false]],"read_bitbuffer() (messages.impl.vguimenuimpl static method)":[[127,"messages.impl.VGUIMenuImpl.read_bitbuffer",false]],"read_byte() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_byte",false]],"read_char() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_char",false]],"read_float() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_float",false]],"read_from_buffer() (net_channel.netmessage method)":[[128,"net_channel.NetMessage.read_from_buffer",false]],"read_long() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_long",false]],"read_long_long() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_long_long",false]],"read_one_bit() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_one_bit",false]],"read_protobuf() (messages.impl.saytext2impl static method)":[[127,"messages.impl.SayText2Impl.read_protobuf",false]],"read_protobuf() (messages.impl.showmenuimpl static method)":[[127,"messages.impl.ShowMenuImpl.read_protobuf",false]],"read_protobuf() (messages.impl.usermessageimpl static method)":[[127,"messages.impl.UserMessageImpl.read_protobuf",false]],"read_protobuf() (messages.impl.vguimenuimpl static method)":[[127,"messages.impl.VGUIMenuImpl.read_protobuf",false]],"read_sbit_long() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_sbit_long",false]],"read_short() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_short",false]],"read_string() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_string",false]],"read_ubit_long() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_ubit_long",false]],"read_ubit_var() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_ubit_var",false]],"read_word() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.read_word",false]],"readable() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.readable",false]],"readline() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.readline",false]],"readlines() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.readlines",false]],"realloc() (memory.pointer method)":[[114,"memory.Pointer.realloc",false]],"recheck_collision_filter() (physics.physicsobject method)":[[130,"physics.PhysicsObject.recheck_collision_filter",false]],"recheck_contact_points() (physics.physicsobject method)":[[130,"physics.PhysicsObject.recheck_contact_points",false]],"recipientfilter (class in filters.recipients)":[[103,"filters.recipients.RecipientFilter",false]],"recipients (messages.usermessage property)":[[123,"messages.UserMessage.recipients",false]],"recoil (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.recoil",false]],"recovery_time_crouch (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.recovery_time_crouch",false]],"recovery_time_stand (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.recovery_time_stand",false]],"recursive_copy() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.recursive_copy",false]],"red (effects.bloodcolor attribute)":[[66,"effects.BloodColor.RED",false]],"red (in module colors)":[[34,"colors.RED",false]],"reduce() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.reduce",false]],"register (class in memory)":[[114,"memory.Register",false]],"register_base() (cvars._cvar method)":[[62,"cvars._Cvar.register_base",false]],"register_client_command_filter() (in module commands.client)":[[37,"commands.client.register_client_command_filter",false]],"register_convention() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.register_convention",false]],"register_converter() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.register_converter",false]],"register_hook() (entities.collisions.collisionmanager method)":[[78,"entities.collisions.CollisionManager.register_hook",false]],"register_hook() (entities.transmit.transmitmanager method)":[[90,"entities.transmit.TransmitManager.register_hook",false]],"register_listener() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.register_listener",false]],"register_say_filter() (in module commands.say)":[[42,"commands.say.register_say_filter",false]],"registers (class in memory)":[[114,"memory.Registers",false]],"registers (memory.stackdata property)":[[114,"memory.StackData.registers",false]],"relationship (_players.playermixin property)":[[132,"players.PlayerMixin.relationship",false]],"relative (players.constants.fixangle attribute)":[[134,"players.constants.FixAngle.RELATIVE",false]],"release() (entities.servernetworkable method)":[[76,"entities.ServerNetworkable.release",false]],"release() (studio.cache.modelcache method)":[[162,"studio.cache.ModelCache.release",false]],"released (listeners.buttonstatus attribute)":[[110,"listeners.ButtonStatus.RELEASED",false]],"reliable (events.gameeventdescriptor property)":[[91,"events.GameEventDescriptor.reliable",false]],"reliable (messages.base.saytext attribute)":[[124,"messages.base.SayText.reliable",false]],"reliable (messages.base.saytext2 attribute)":[[124,"messages.base.SayText2.reliable",false]],"reliable (messages.base.textmsg attribute)":[[124,"messages.base.TextMsg.reliable",false]],"reliable (messages.base.usermessagecreator attribute)":[[124,"messages.base.UserMessageCreator.reliable",false]],"reliable (messages.saytext attribute)":[[123,"messages.SayText.reliable",false]],"reliable (messages.saytext2 attribute)":[[123,"messages.SayText2.reliable",false]],"reliable (messages.textmsg attribute)":[[123,"messages.TextMsg.reliable",false]],"reliable (messages.usermessagecreator attribute)":[[123,"messages.UserMessageCreator.reliable",false]],"reliable (net_channel.netmessage property)":[[128,"net_channel.NetMessage.reliable",false]],"reload (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.RELOAD",false]],"reload (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.RELOAD",false]],"reload (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.RELOAD",false]],"reload() (plugins.instance.plugin method)":[[149,"plugins.instance.Plugin.reload",false]],"reload() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.reload",false]],"reload_npc (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.RELOAD_NPC",false]],"reload_npc_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.reload_npc_sound",false]],"reload_plugin() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.reload_plugin",false]],"reload_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.reload_sound",false]],"remove() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.remove",false]],"remove() (entities.collisions.collisionset method)":[[78,"entities.collisions.CollisionSet.remove",false]],"remove() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.remove",false]],"remove() (entities.transmit.transmitset method)":[[90,"entities.transmit.TransmitSet.remove",false]],"remove() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.remove",false]],"remove_all_items() (players.bots.botcontroller method)":[[133,"players.bots.BotController.remove_all_items",false]],"remove_callback() (commands.client.clientcommanddispatcher method)":[[37,"commands.client.ClientCommandDispatcher.remove_callback",false]],"remove_callback() (commands.say.saycommanddispatcher method)":[[42,"commands.say.SayCommandDispatcher.remove_callback",false]],"remove_callback() (commands.server.servercommanddispatcher method)":[[43,"commands.server.ServerCommandDispatcher.remove_callback",false]],"remove_command() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.remove_command",false]],"remove_directory() (stringtables.downloads.downloadables method)":[[160,"stringtables.downloads.Downloadables.remove_directory",false]],"remove_entities_listener() (in module __init__)":[[157,"init__.remove_entities_listener",false]],"remove_entity_listener() (entities.globalentitylist method)":[[76,"entities.GlobalEntityList.remove_entity_listener",false]],"remove_flags() (commands.concommandbase method)":[[35,"commands.ConCommandBase.remove_flags",false]],"remove_hook() (effects.templates.tempentitytemplate method)":[[69,"effects.templates.TempEntityTemplate.remove_hook",false]],"remove_hook() (memory.function method)":[[114,"memory.Function.remove_hook",false]],"remove_option() (settings.types.stringsetting method)":[[156,"settings.types.StringSetting.remove_option",false]],"remove_pair() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.remove_pair",false]],"remove_pair() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.remove_pair",false]],"remove_pairs() (entities.collisions.collisionhash method)":[[78,"entities.collisions.CollisionHash.remove_pairs",false]],"remove_pairs() (entities.transmit.transmithash method)":[[90,"entities.transmit.TransmitHash.remove_pairs",false]],"remove_parent() (auth.manager.permissionbase method)":[[31,"auth.manager.PermissionBase.remove_parent",false]],"remove_player_restrictions() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.remove_player_restrictions",false]],"remove_post_hook() (memory.function method)":[[114,"memory.Function.remove_post_hook",false]],"remove_pre_hook() (memory.function method)":[[114,"memory.Function.remove_pre_hook",false]],"remove_public() (cvars.convar method)":[[62,"cvars.ConVar.remove_public",false]],"remove_sub_key() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.remove_sub_key",false]],"remove_team_restrictions() (weapons.restrictions.weaponrestrictionhandler method)":[[177,"weapons.restrictions.WeaponRestrictionHandler.remove_team_restrictions",false]],"removenoragdoll (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.REMOVENORAGDOLL",false]],"render (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.RENDER",false]],"render_color (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.render_color",false]],"render_fx (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.render_fx",false]],"render_mode (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.render_mode",false]],"rendereffects (class in entities.constants)":[[79,"entities.constants.RenderEffects",false]],"rendermode (class in entities.constants)":[[79,"entities.constants.RenderMode",false]],"repeat (class in listeners.tick)":[[111,"listeners.tick.Repeat",false]],"repeat() (entities.entity.entity method)":[[85,"entities.entity.Entity.repeat",false]],"repeatstatus (class in listeners.tick)":[[111,"listeners.tick.RepeatStatus",false]],"replace (engines.sound.channel attribute)":[[74,"engines.sound.Channel.REPLACE",false]],"replicated (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.REPLICATED",false]],"reply() (commands.typed.commandinfo method)":[[44,"commands.typed.CommandInfo.reply",false]],"reported_position (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.reported_position",false]],"request_file() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.request_file",false]],"reset() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.reset",false]],"reset() (events.custom.customevent method)":[[92,"events.custom.CustomEvent.reset",false]],"reset() (players.bots.botcmd method)":[[133,"players.bots.BotCmd.reset",false]],"reset() (players.usercmd method)":[[131,"players.UserCmd.reset",false]],"resethud (class in messages)":[[123,"messages.ResetHUD",false]],"resethud (class in messages.base)":[[124,"messages.base.ResetHUD",false]],"resourcefile (class in events.resource)":[[96,"events.resource.ResourceFile",false]],"respawnable (players.constants.lifestate attribute)":[[134,"players.constants.LifeState.RESPAWNABLE",false]],"rest (studio.bonecontroller property)":[[161,"studio.BoneController.rest",false]],"restart() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.restart",false]],"resume() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.resume",false]],"resync() (entities.dictionary.syncedentitydictionary method)":[[81,"entities.dictionary.SyncedEntityDictionary.resync",false]],"return_address (memory.stackdata property)":[[114,"memory.StackData.return_address",false]],"return_ptr_changed() (memory.callingconvention method)":[[114,"memory.CallingConvention.return_ptr_changed",false]],"return_type (memory.callingconvention property)":[[114,"memory.CallingConvention.return_type",false]],"return_type (memory.function property)":[[114,"memory.Function.return_type",false]],"return_type (memory.functioninfo property)":[[114,"memory.FunctionInfo.return_type",false]],"return_type (memory.helpers.key attribute)":[[115,"memory.helpers.Key.RETURN_TYPE",false]],"revert() (cvars.convar method)":[[62,"cvars.ConVar.revert",false]],"ricochet (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.RICOCHET",false]],"rifle (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.RIFLE",false]],"right (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.RIGHT",false]],"right() (core.table.alignment method)":[[59,"core.table.Alignment.RIGHT",false]],"rightarm (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.RIGHTARM",false]],"rightleg (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.RIGHTLEG",false]],"roaming (players.constants.observermode attribute)":[[134,"players.constants.ObserverMode.ROAMING",false]],"root_parent_aligned (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.ROOT_PARENT_ALIGNED",false]],"rotation (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.rotation",false]],"round_down (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.ROUND_DOWN",false]],"round_up (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.ROUND_UP",false]],"rumble_effect (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.rumble_effect",false]],"run (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.RUN",false]],"run_player_move() (players.bots.botcontroller method)":[[133,"players.bots.BotController.run_player_move",false]],"running (listeners.tick.delay property)":[[111,"listeners.tick.Delay.running",false]],"running (listeners.tick.repeatstatus attribute)":[[111,"listeners.tick.RepeatStatus.RUNNING",false]],"save (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.SAVE",false]],"save() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.save",false]],"save_restore (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.save_restore",false]],"save_to_file() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.save_to_file",false]],"say_command_manager (in module commands.say)":[[42,"commands.say.say_command_manager",false]],"say_sub_command() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.say_sub_command",false]],"saycommand (class in commands.say)":[[42,"commands.say.SayCommand",false]],"saycommanddispatcher (class in commands.say)":[[42,"commands.say.SayCommandDispatcher",false]],"saycommandgenerator (class in commands.say)":[[42,"commands.say.SayCommandGenerator",false]],"sayfilter (class in commands.say)":[[42,"commands.say.SayFilter",false]],"saytext (class in messages)":[[123,"messages.SayText",false]],"saytext (class in messages.base)":[[124,"messages.base.SayText",false]],"saytext2 (class in messages)":[[123,"messages.SayText2",false]],"saytext2 (class in messages.base)":[[124,"messages.base.SayText2",false]],"saytext2impl (class in messages.impl)":[[127,"messages.impl.SayText2Impl",false]],"score (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.SCORE",false]],"scout (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.SCOUT",false]],"search_bytes() (memory.pointer method)":[[114,"memory.Pointer.search_bytes",false]],"secondary (weapons.constants.weaponslot attribute)":[[168,"weapons.constants.WeaponSlot.SECONDARY",false]],"secondary_ammo_count (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.secondary_ammo_count",false]],"secondary_ammo_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.secondary_ammo_icon",false]],"secondary_ammo_name (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.secondary_ammo_name",false]],"secondary_ammo_type (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.secondary_ammo_type",false]],"secondary_fire_ammo (weapons.entity.weapon property)":[[174,"weapons.entity.Weapon.secondary_fire_ammo",false]],"secondary_fire_ammoprop (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.secondary_fire_ammoprop",false]],"secondary_fire_clip (weapons.entity.weapon property)":[[174,"weapons.entity.Weapon.secondary_fire_clip",false]],"section() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.section",false]],"section_frames (studio.animation property)":[[161,"studio.Animation.section_frames",false]],"section_offset (studio.animation property)":[[161,"studio.Animation.section_offset",false]],"seek() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.seek",false]],"seek_relative() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.seek_relative",false]],"seek_to_bit() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.seek_to_bit",false]],"seek_to_bit() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.seek_to_bit",false]],"seekable() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.seekable",false]],"seektype (class in filesystem)":[[98,"filesystem.SeekType",false]],"selectonempty (weapons.constants.itemflags attribute)":[[168,"weapons.constants.ItemFlags.SELECTONEMPTY",false]],"send() (messages.base.showmenu method)":[[124,"messages.base.ShowMenu.send",false]],"send() (messages.base.usermessagecreator method)":[[124,"messages.base.UserMessageCreator.send",false]],"send() (messages.showmenu method)":[[123,"messages.ShowMenu.send",false]],"send() (messages.usermessage method)":[[123,"messages.UserMessage.send",false]],"send() (messages.usermessagecreator method)":[[123,"messages.UserMessageCreator.send",false]],"send_data() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.send_data",false]],"send_file() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.send_file",false]],"send_message() (commands.typed.typedclientcommand static method)":[[44,"commands.typed.TypedClientCommand.send_message",false]],"send_message() (commands.typed.typedsaycommand static method)":[[44,"commands.typed.TypedSayCommand.send_message",false]],"send_message() (commands.typed.typedservercommand static method)":[[44,"commands.typed.TypedServerCommand.send_message",false]],"sendprop (class in entities.props)":[[89,"entities.props.SendProp",false]],"sendpropflags (class in entities.props)":[[89,"entities.props.SendPropFlags",false]],"sendproptype (class in entities.props)":[[89,"entities.props.SendPropType",false]],"sendpropvariant (class in entities.props)":[[89,"entities.props.SendPropVariant",false]],"sendproxyrecipients (class in entities.props)":[[89,"entities.props.SendProxyRecipients",false]],"sendtable (class in entities.props)":[[89,"entities.props.SendTable",false]],"sequence (class in studio)":[[161,"studio.Sequence",false]],"sequenceevent (class in studio)":[[161,"studio.SequenceEvent",false]],"serial_number (entities.baseentityhandle property)":[[76,"entities.BaseEntityHandle.serial_number",false]],"server (class in engines.server)":[[73,"engines.server.Server",false]],"server_can_execute (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.SERVER_CAN_EXECUTE",false]],"server_cannot_query (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.SERVER_CANNOT_QUERY",false]],"server_class (effects.base.basetempentity property)":[[67,"effects.base.BaseTempEntity.server_class",false]],"server_class (entities.entity.baseentity attribute)":[[85,"entities.entity.BaseEntity.server_class",false]],"server_class (entities.servernetworkable property)":[[76,"entities.ServerNetworkable.server_class",false]],"server_classes (entities.entity.entity attribute)":[[85,"entities.entity.Entity.server_classes",false]],"server_command_manager (in module commands.server)":[[43,"commands.server.server_command_manager",false]],"server_only (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.SERVER_ONLY",false]],"server_output() (in module core)":[[50,"core.server_output",false]],"server_sub_command() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.server_sub_command",false]],"serverclass (class in entities.props)":[[89,"entities.props.ServerClass",false]],"serverclassgenerator (class in entities)":[[76,"entities.ServerClassGenerator",false]],"servercommand (class in commands.server)":[[43,"commands.server.ServerCommand",false]],"servercommanddispatcher (class in commands.server)":[[43,"commands.server.ServerCommandDispatcher",false]],"servercommandgenerator (class in commands.server)":[[43,"commands.server.ServerCommandGenerator",false]],"serverentity (class in entities)":[[76,"entities.ServerEntity",false]],"servernetworkable (class in entities)":[[76,"entities.ServerNetworkable",false]],"serverplugin (class in plugins.instance)":[[149,"plugins.instance.ServerPlugin",false]],"serverpluginmanager (class in plugins.manager)":[[150,"plugins.manager.ServerPluginManager",false]],"serverunknown (class in entities)":[[76,"entities.ServerUnknown",false]],"set() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.set",false]],"set() (steam.steamid method)":[[158,"steam.SteamID.set",false]],"set_abs_angles() (players.bots.botcontroller method)":[[133,"players.bots.BotController.set_abs_angles",false]],"set_abs_origin() (players.bots.botcontroller method)":[[133,"players.bots.BotController.set_abs_origin",false]],"set_active_weapon() (players.bots.botcontroller method)":[[133,"players.bots.BotController.set_active_weapon",false]],"set_all_recipients() (entities.props.sendproxyrecipients method)":[[89,"entities.props.SendProxyRecipients.set_all_recipients",false]],"set_ammo() (weapons.engines.csgo.csgo.weapon method)":[[173,"weapons.engines.csgo.csgo.Weapon.set_ammo",false]],"set_ammo() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.set_ammo",false]],"set_bool() (cvars.convar method)":[[62,"cvars.ConVar.set_bool",false]],"set_bool() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_bool",false]],"set_bool() (events.gameevent method)":[[91,"events.GameEvent.set_bool",false]],"set_bool() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_bool",false]],"set_bool() (memory.pointer method)":[[114,"memory.Pointer.set_bool",false]],"set_cached_value() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.set_cached_value",false]],"set_cached_value() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.set_cached_value",false]],"set_char() (memory.pointer method)":[[114,"memory.Pointer.set_char",false]],"set_clip() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.set_clip",false]],"set_color() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_color",false]],"set_color() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_color",false]],"set_data() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_data",false]],"set_data_rate() (net_channel.netchannel method)":[[128,"net_channel.NetChannel.set_data_rate",false]],"set_datamap_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_bool",false]],"set_datamap_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_char",false]],"set_datamap_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_color",false]],"set_datamap_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_double",false]],"set_datamap_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_edict",false]],"set_datamap_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_float",false]],"set_datamap_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_int",false]],"set_datamap_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_interval",false]],"set_datamap_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_long",false]],"set_datamap_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_long_long",false]],"set_datamap_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_pointer",false]],"set_datamap_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_quaternion",false]],"set_datamap_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_short",false]],"set_datamap_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_string_array",false]],"set_datamap_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_string_pointer",false]],"set_datamap_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_uchar",false]],"set_datamap_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_uint",false]],"set_datamap_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_ulong",false]],"set_datamap_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_ulong_long",false]],"set_datamap_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_ushort",false]],"set_datamap_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_datamap_property_vector",false]],"set_double() (memory.pointer method)":[[114,"memory.Pointer.set_double",false]],"set_entity() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_entity",false]],"set_float() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_float",false]],"set_float() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_float",false]],"set_float() (events.gameevent method)":[[91,"events.GameEvent.set_float",false]],"set_float() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_float",false]],"set_float() (memory.pointer method)":[[114,"memory.Pointer.set_float",false]],"set_from_uint64() (steam.steamid method)":[[158,"steam.SteamID.set_from_uint64",false]],"set_hooks_disabled() (in module memory.hooks)":[[116,"memory.hooks.set_hooks_disabled",false]],"set_initialized() (entities.props.sendtable method)":[[89,"entities.props.SendTable.set_initialized",false]],"set_int() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_int",false]],"set_int() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_int",false]],"set_int() (events.gameevent method)":[[91,"events.GameEvent.set_int",false]],"set_int() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_int",false]],"set_int() (memory.pointer method)":[[114,"memory.Pointer.set_int",false]],"set_int64() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_int64",false]],"set_key_value_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_bool",false]],"set_key_value_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_color",false]],"set_key_value_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_float",false]],"set_key_value_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_int",false]],"set_key_value_qangle() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_qangle",false]],"set_key_value_string() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_string",false]],"set_key_value_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_key_value_vector",false]],"set_long() (memory.pointer method)":[[114,"memory.Pointer.set_long",false]],"set_long_long() (memory.pointer method)":[[114,"memory.Pointer.set_long_long",false]],"set_model (entities.entity.entity attribute)":[[85,"entities.entity.Entity.set_model",false]],"set_name (players.baseclient property)":[[131,"players.BaseClient.set_name",false]],"set_network_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_bool",false]],"set_network_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_char",false]],"set_network_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_color",false]],"set_network_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_double",false]],"set_network_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_edict",false]],"set_network_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_float",false]],"set_network_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_int",false]],"set_network_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_interval",false]],"set_network_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_long",false]],"set_network_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_long_long",false]],"set_network_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_pointer",false]],"set_network_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_quaternion",false]],"set_network_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_short",false]],"set_network_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_string_array",false]],"set_network_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_string_pointer",false]],"set_network_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_uchar",false]],"set_network_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_uint",false]],"set_network_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_ulong",false]],"set_network_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_ulong_long",false]],"set_network_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_ushort",false]],"set_network_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_network_property_vector",false]],"set_node_description() (commands.typed.commandparser method)":[[44,"commands.typed.CommandParser.set_node_description",false]],"set_only() (entities.props.sendproxyrecipients method)":[[89,"entities.props.SendProxyRecipients.set_only",false]],"set_overflow_flag() (bitbuffers.bitbufferread method)":[[33,"bitbuffers.BitBufferRead.set_overflow_flag",false]],"set_overflow_flag() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.set_overflow_flag",false]],"set_parent (entities.entity.entity attribute)":[[85,"entities.entity.Entity.set_parent",false]],"set_pointer() (memory.pointer method)":[[114,"memory.Pointer.set_pointer",false]],"set_position() (physics.physicsobject method)":[[130,"physics.PhysicsObject.set_position",false]],"set_property_array() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_array",false]],"set_property_bool() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_bool",false]],"set_property_bool() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_bool",false]],"set_property_bool() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_bool",false]],"set_property_char() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_char",false]],"set_property_char() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_char",false]],"set_property_color() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_color",false]],"set_property_color() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_color",false]],"set_property_double() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_double",false]],"set_property_double() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_double",false]],"set_property_edict() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_edict",false]],"set_property_edict() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_edict",false]],"set_property_float() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_float",false]],"set_property_float() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_float",false]],"set_property_float() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_float",false]],"set_property_int() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_int",false]],"set_property_int() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_int",false]],"set_property_int() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_int",false]],"set_property_interval() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_interval",false]],"set_property_interval() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_interval",false]],"set_property_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_long",false]],"set_property_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_long",false]],"set_property_long_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_long_long",false]],"set_property_long_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_long_long",false]],"set_property_pointer() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_pointer",false]],"set_property_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_pointer",false]],"set_property_quaternion() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_quaternion",false]],"set_property_quaternion() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_quaternion",false]],"set_property_short() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_short",false]],"set_property_short() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_short",false]],"set_property_string() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_string",false]],"set_property_string() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_string",false]],"set_property_string() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_string",false]],"set_property_string_array() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_string_array",false]],"set_property_string_array() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_string_array",false]],"set_property_string_pointer() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_string_pointer",false]],"set_property_string_pointer() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_string_pointer",false]],"set_property_uchar() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_uchar",false]],"set_property_uchar() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_uchar",false]],"set_property_uint() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_uint",false]],"set_property_uint() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_uint",false]],"set_property_ulong() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_ulong",false]],"set_property_ulong() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_ulong",false]],"set_property_ulong_long() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_ulong_long",false]],"set_property_ulong_long() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_ulong_long",false]],"set_property_ushort() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_ushort",false]],"set_property_ushort() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_ushort",false]],"set_property_vector() (effects.base.tempentity method)":[[67,"effects.base.TempEntity.set_property_vector",false]],"set_property_vector() (engines.gamerules.gamerules method)":[[71,"engines.gamerules.GameRules.set_property_vector",false]],"set_property_vector() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.set_property_vector",false]],"set_protection() (memory.pointer method)":[[114,"memory.Pointer.set_protection",false]],"set_recipient() (entities.props.sendproxyrecipients method)":[[89,"entities.props.SendProxyRecipients.set_recipient",false]],"set_secondary_fire_ammo() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.set_secondary_fire_ammo",false]],"set_secondary_fire_clip() (weapons.entity.weapon method)":[[174,"weapons.entity.Weapon.set_secondary_fire_clip",false]],"set_short() (memory.pointer method)":[[114,"memory.Pointer.set_short",false]],"set_string() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_string",false]],"set_string() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_string",false]],"set_string() (events.gameevent method)":[[91,"events.GameEvent.set_string",false]],"set_string() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_string",false]],"set_string_array() (memory.pointer method)":[[114,"memory.Pointer.set_string_array",false]],"set_string_pointer() (memory.pointer method)":[[114,"memory.Pointer.set_string_pointer",false]],"set_tick() (stringtables.stringtable method)":[[159,"stringtables.StringTable.set_tick",false]],"set_uchar() (memory.pointer method)":[[114,"memory.Pointer.set_uchar",false]],"set_uint() (memory.pointer method)":[[114,"memory.Pointer.set_uint",false]],"set_uint64() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.set_uint64",false]],"set_ulong() (memory.pointer method)":[[114,"memory.Pointer.set_ulong",false]],"set_ulong_long() (memory.pointer method)":[[114,"memory.Pointer.set_ulong_long",false]],"set_user_data() (stringtables.stringtable method)":[[159,"stringtables.StringTable.set_user_data",false]],"set_ushort() (memory.pointer method)":[[114,"memory.Pointer.set_ushort",false]],"set_vector() (entities.datamaps.variant method)":[[80,"entities.datamaps.Variant.set_vector",false]],"set_vector() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.set_vector",false]],"set_velocity() (physics.physicsobject method)":[[130,"physics.PhysicsObject.set_velocity",false]],"set_velocity_instantaneous() (physics.physicsobject method)":[[130,"physics.PhysicsObject.set_velocity_instantaneous",false]],"set_verbose_name() (plugins.info.plugininfo method)":[[148,"plugins.info.PluginInfo.set_verbose_name",false]],"set_version() (plugins.info.plugininfo method)":[[148,"plugins.info.PluginInfo.set_version",false]],"set_view_angle() (_players.playermixin method)":[[132,"players.PlayerMixin.set_view_angle",false]],"setter() (_core._cache.cachedproperty method)":[[51,"core._cache.CachedProperty.setter",false]],"setter() (core.cache.cachedproperty method)":[[51,"core.cache.CachedProperty.setter",false]],"setting_up_bones (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.SETTING_UP_BONES",false]],"settings":[[152,"module-settings",false]],"settings.menu":[[153,"module-settings.menu",false]],"settings.player":[[154,"module-settings.player",false]],"settings.storage":[[155,"module-settings.storage",false]],"settings.types":[[156,"module-settings.types",false]],"settingstype (class in settings.types)":[[156,"settings.types.SettingsType",false]],"setup_auth() (in module __init__)":[[157,"init__.setup_auth",false]],"setup_core_settings() (in module __init__)":[[157,"init__.setup_core_settings",false]],"setup_data() (in module __init__)":[[157,"init__.setup_data",false]],"setup_data_update() (in module __init__)":[[157,"init__.setup_data_update",false]],"setup_entities_listener() (in module __init__)":[[157,"init__.setup_entities_listener",false]],"setup_exception_hooks() (in module __init__)":[[157,"init__.setup_exception_hooks",false]],"setup_global_pointers() (in module __init__)":[[157,"init__.setup_global_pointers",false]],"setup_logging() (in module __init__)":[[157,"init__.setup_logging",false]],"setup_sp_command() (in module __init__)":[[157,"init__.setup_sp_command",false]],"setup_sqlite() (in module __init__)":[[157,"init__.setup_sqlite",false]],"setup_stdout_redirect() (in module __init__)":[[157,"init__.setup_stdout_redirect",false]],"setup_translations() (in module __init__)":[[157,"init__.setup_translations",false]],"setup_user_settings() (in module __init__)":[[157,"init__.setup_user_settings",false]],"setup_versioning() (in module __init__)":[[157,"init__.setup_versioning",false]],"sg550 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.SG550",false]],"sg552 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.SG552",false]],"shadow_cast_distance (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.shadow_cast_distance",false]],"shadowdepthtexture (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.SHADOWDEPTHTEXTURE",false]],"shake (class in messages)":[[123,"messages.Shake",false]],"shake (class in messages.base)":[[124,"messages.base.Shake",false]],"shakecommand (class in messages)":[[123,"messages.ShakeCommand",false]],"shattersurface (class in effects)":[[66,"effects.ShatterSurface",false]],"shield (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.SHIELD",false]],"shield_view_model (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.shield_view_model",false]],"shock (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.SHOCK",false]],"short (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.SHORT",false]],"short (events.eventvartype attribute)":[[91,"events.EventVarType.SHORT",false]],"short (memory.datatype attribute)":[[114,"memory.DataType.SHORT",false]],"short (memory.helpers.type attribute)":[[115,"memory.helpers.Type.SHORT",false]],"shortvariable (class in events.variable)":[[97,"events.variable.ShortVariable",false]],"shot (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SHOT",false]],"shot_hull (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SHOT_HULL",false]],"shot_portal (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SHOT_PORTAL",false]],"shotgun (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.SHOTGUN",false]],"shots_fired (_players.playermixin property)":[[132,"players.PlayerMixin.shots_fired",false]],"should_collide() (entities.collisions.basecollisionrules method)":[[78,"entities.collisions.BaseCollisionRules.should_collide",false]],"should_hit_entity() (engines.trace.tracefilter method)":[[75,"engines.trace.TraceFilter.should_hit_entity",false]],"should_hit_entity() (engines.trace.tracefiltersimple method)":[[75,"engines.trace.TraceFilterSimple.should_hit_entity",false]],"should_pause (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.SHOULD_PAUSE",false]],"should_transmit() (entities.transmit.basetransmitrules method)":[[90,"entities.transmit.BaseTransmitRules.should_transmit",false]],"show_usage_hint (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.show_usage_hint",false]],"showmenu (class in messages)":[[123,"messages.ShowMenu",false]],"showmenu (class in messages.base)":[[124,"messages.base.ShowMenu",false]],"showmenuimpl (class in messages.impl)":[[127,"messages.impl.ShowMenuImpl",false]],"si (memory.register attribute)":[[114,"memory.Register.SI",false]],"si (memory.registers property)":[[114,"memory.Registers.si",false]],"side_move (players.bots.botcmd property)":[[133,"players.bots.BotCmd.side_move",false]],"side_move (players.usercmd property)":[[131,"players.UserCmd.side_move",false]],"signature (commands.typed.commandnode property)":[[44,"commands.typed.CommandNode.signature",false]],"signature (commands.typed.node property)":[[44,"commands.typed.Node.signature",false]],"signature (commands.typed.store property)":[[44,"commands.typed.Store.signature",false]],"signbits (mathlib.plane property)":[[113,"mathlib.Plane.signbits",false]],"silencer_model (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.silencer_model",false]],"simpleescmenu (class in menus.esc)":[[120,"menus.esc.SimpleESCMenu",false]],"simpleescoption (class in menus.esc)":[[120,"menus.esc.SimpleESCOption",false]],"simplemenu (in module menus)":[[118,"menus.SimpleMenu",false]],"simpleoption (in module menus)":[[118,"menus.SimpleOption",false]],"simpleradiomenu (class in menus.radio)":[[122,"menus.radio.SimpleRadioMenu",false]],"simpleradiooption (class in menus.radio)":[[122,"menus.radio.SimpleRadioOption",false]],"single (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.SINGLE",false]],"single_npc (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.SINGLE_NPC",false]],"single_npc_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.single_npc_sound",false]],"single_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.single_sound",false]],"site_packages_path (in module paths)":[[129,"paths.SITE_PACKAGES_PATH",false]],"size (effects.templates.tempentitytemplate property)":[[69,"effects.templates.TempEntityTemplate.size",false]],"size (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.size",false]],"size (entities.factories.entityfactory property)":[[86,"entities.factories.EntityFactory.size",false]],"size (filesystem.sourcefile property)":[[98,"filesystem.SourceFile.size",false]],"size (memory.binaryfile property)":[[114,"memory.BinaryFile.size",false]],"size (memory.helpers.key attribute)":[[115,"memory.helpers.Key.SIZE",false]],"size (memory.pointer property)":[[114,"memory.Pointer.size",false]],"size (memory.processorregister property)":[[114,"memory.ProcessorRegister.size",false]],"size_in_bytes (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.size_in_bytes",false]],"skip (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.SKIP",false]],"skip_hooks() (entities.helpers.entitymemfuncwrapper method)":[[87,"entities.helpers.EntityMemFuncWrapper.skip_hooks",false]],"skip_hooks() (memory.function method)":[[114,"memory.Function.skip_hooks",false]],"skip_hooks() (memory.helpers.memberfunction method)":[[115,"memory.helpers.MemberFunction.skip_hooks",false]],"sky (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.SKY",false]],"sky2d (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.SKY2D",false]],"slash (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.SLASH",false]],"slime (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.SLIME",false]],"slot (players.client property)":[[131,"players.Client.slot",false]],"slot (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.slot",false]],"slot_index (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.slot_index",false]],"slowburn (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.SLOWBURN",false]],"small_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.small_icon",false]],"smg (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.SMG",false]],"smokegrenade (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.SMOKEGRENADE",false]],"snap_to_position() (_players.playermixin method)":[[132,"players.PlayerMixin.snap_to_position",false]],"sniper (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.SNIPER",false]],"sniperrifle (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.SNIPERRIFLE",false]],"solid (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.SOLID",false]],"solid (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SOLID",false]],"solid_brush_only (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SOLID_BRUSH_ONLY",false]],"solid_fast (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.SOLID_FAST",false]],"solid_flags (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.solid_flags",false]],"solid_masks (entities.collisions.collisionmanager property)":[[78,"entities.collisions.CollisionManager.solid_masks",false]],"solid_only (entities.collisions.basecollisionrules property)":[[78,"entities.collisions.BaseCollisionRules.solid_only",false]],"solid_slow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.SOLID_SLOW",false]],"solid_type (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.solid_type",false]],"solidflags (class in entities.constants)":[[79,"entities.constants.SolidFlags",false]],"solidtype (class in entities.constants)":[[79,"entities.constants.SolidType",false]],"sonic (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.SONIC",false]],"sound (class in engines.sound)":[[74,"engines.sound.Sound",false]],"sound_path (in module paths)":[[129,"paths.SOUND_PATH",false]],"soundflags (class in engines.sound)":[[74,"engines.sound.SoundFlags",false]],"soundname (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.SOUNDNAME",false]],"source_file() (in module filesystem)":[[98,"filesystem.source_file",false]],"sourcefile (class in filesystem)":[[98,"filesystem.SourceFile",false]],"sp (memory.register attribute)":[[114,"memory.Register.SP",false]],"sp (memory.registers property)":[[114,"memory.Registers.sp",false]],"sp_data_path (in module paths)":[[129,"paths.SP_DATA_PATH",false]],"sp_docs_path (in module paths)":[[129,"paths.SP_DOCS_PATH",false]],"sp_packages_path (in module paths)":[[129,"paths.SP_PACKAGES_PATH",false]],"spawn() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.spawn",false]],"spawn() (players.engines.orangebox.cstrike.player method)":[[141,"players.engines.orangebox.cstrike.Player.spawn",false]],"spawn() (players.entity.player method)":[[142,"players.entity.Player.spawn",false]],"spawn_count (engines.server.server property)":[[73,"engines.server.Server.spawn_count",false]],"spawn_flags (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.spawn_flags",false]],"spawning (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.SPAWNING",false]],"speaker (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.SPEAKER",false]],"special (weapons.constants.muzzleflashstyle attribute)":[[168,"weapons.constants.MuzzleFlashStyle.SPECIAL",false]],"special1 (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.SPECIAL1",false]],"special2 (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.SPECIAL2",false]],"special3 (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.SPECIAL3",false]],"special_sound_1 (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.special_sound_1",false]],"special_sound_2 (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.special_sound_2",false]],"special_sound_3 (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.special_sound_3",false]],"speed (_players.playermixin property)":[[132,"players.PlayerMixin.speed",false]],"speed (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.speed",false]],"speed (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.SPEED",false]],"sphere_radius (physics.physicsobject property)":[[130,"physics.PhysicsObject.sphere_radius",false]],"sphinxerror":[[32,"autodoc.SphinxError",false]],"sphinxproject (class in autodoc)":[[32,"autodoc.SphinxProject",false]],"split_area_portal (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.SPLIT_AREA_PORTAL",false]],"sponly (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.SPONLY",false]],"spotlight (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.SPOTLIGHT",false]],"spread (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.spread",false]],"sprite (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.SPRITE",false]],"sprite_count (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.sprite_count",false]],"square() (in module effects)":[[66,"effects.square",false]],"srv_check (memory.helpers.key attribute)":[[115,"memory.helpers.Key.SRV_CHECK",false]],"ss (memory.register attribute)":[[114,"memory.Register.SS",false]],"ss (memory.registers property)":[[114,"memory.Registers.ss",false]],"st0 (memory.register attribute)":[[114,"memory.Register.ST0",false]],"st0 (memory.registers property)":[[114,"memory.Registers.st0",false]],"stackdata (class in memory)":[[114,"memory.StackData",false]],"stamina (_players.playermixin property)":[[132,"players.PlayerMixin.stamina",false]],"start (entities.datamaps.interval property)":[[80,"entities.datamaps.Interval.start",false]],"start (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.START",false]],"start (studio.bonecontroller property)":[[161,"studio.BoneController.start",false]],"start (studio.hierarchy property)":[[161,"studio.Hierarchy.start",false]],"start() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.start",false]],"start_aiming (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.START_AIMING",false]],"start_norumble (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.START_NORUMBLE",false]],"start_position (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.start_position",false]],"start_rumbleonly (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.START_RUMBLEONLY",false]],"start_solid (engines.trace.basetrace property)":[[75,"engines.trace.BaseTrace.start_solid",false]],"static (engines.sound.attenuation attribute)":[[74,"engines.sound.Attenuation.STATIC",false]],"static (engines.sound.channel attribute)":[[74,"engines.sound.Channel.STATIC",false]],"static_account_key (steam.steamid property)":[[158,"steam.SteamID.static_account_key",false]],"static_instance_array() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.static_instance_array",false]],"static_lighting (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.STATIC_LIGHTING",false]],"static_pointer_array() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.static_pointer_array",false]],"staticprop (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.STATICPROP",false]],"stats (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.stats",false]],"status (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.status",false]],"stayout (messages.fadeflags attribute)":[[123,"messages.FadeFlags.STAYOUT",false]],"stdcall (memory.convention attribute)":[[114,"memory.Convention.STDCALL",false]],"steam":[[158,"module-steam",false]],"steamid (class in steam)":[[158,"steam.SteamID",false]],"steamid (players.client property)":[[131,"players.Client.steamid",false]],"steamid (players.playerinfo property)":[[131,"players.PlayerInfo.steamid",false]],"step (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.STEP",false]],"stepmovement (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.STEPMOVEMENT",false]],"stomach (players.constants.hitgroup attribute)":[[134,"players.constants.HitGroup.STOMACH",false]],"stop (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.STOP",false]],"stop (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.STOP",false]],"stop() (listeners.tick.repeat method)":[[111,"listeners.tick.Repeat.stop",false]],"stop_looping (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.STOP_LOOPING",false]],"stop_sound() (entities.entity.baseentity method)":[[85,"entities.entity.BaseEntity.stop_sound",false]],"stopped (listeners.tick.repeatstatus attribute)":[[111,"listeners.tick.RepeatStatus.STOPPED",false]],"store (class in commands.typed)":[[44,"commands.typed.Store",false]],"stream (engines.sound.channel attribute)":[[74,"engines.sound.Channel.STREAM",false]],"streamsound (class in engines.sound)":[[74,"engines.sound.StreamSound",false]],"string (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.STRING",false]],"string (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.STRING",false]],"string (events.eventvartype attribute)":[[91,"events.EventVarType.STRING",false]],"string (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.STRING",false]],"string (memory.datatype attribute)":[[114,"memory.DataType.STRING",false]],"string_array (memory.helpers.type attribute)":[[115,"memory.helpers.Type.STRING_ARRAY",false]],"string_pointer (memory.helpers.type attribute)":[[115,"memory.helpers.Type.STRING_POINTER",false]],"stringsetting (class in settings.types)":[[156,"settings.types.StringSetting",false]],"stringtable (class in stringtables)":[[159,"stringtables.StringTable",false]],"stringtables":[[159,"module-stringtables",false]],"stringtables.downloads":[[160,"module-stringtables.downloads",false]],"stringvariable (class in events.variable)":[[97,"events.variable.StringVariable",false]],"strobe_fast (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.STROBE_FAST",false]],"strobe_faster (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.STROBE_FASTER",false]],"strobe_slow (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.STROBE_SLOW",false]],"studio":[[161,"module-studio",false]],"studio (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.STUDIO",false]],"studio.cache":[[162,"module-studio.cache",false]],"studio.constants":[[163,"module-studio.constants",false]],"studioflags (class in studio.constants)":[[163,"studio.constants.StudioFlags",false]],"studiohdr (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.STUDIOHDR",false]],"studiohwdata (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.STUDIOHWDATA",false]],"subcommanderror":[[44,"commands.typed.SubCommandError",false]],"subcommandexpectederror":[[44,"commands.typed.SubCommandExpectedError",false]],"subcommandmanager (class in plugins.command)":[[147,"plugins.command.SubCommandManager",false]],"subcommandnotfound":[[44,"commands.typed.SubCommandNotFound",false]],"submachinegun (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.SUBMACHINEGUN",false]],"success (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.SUCCESS",false]],"suit_power_load (_players.playermixin property)":[[132,"players.PlayerMixin.suit_power_load",false]],"superjump (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.SUPERJUMP",false]],"surface (class in engines.trace)":[[75,"engines.trace.Surface",false]],"surface (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.SURFACE",false]],"surface (engines.trace.gametrace property)":[[75,"engines.trace.GameTrace.surface",false]],"surface_name (studio.modelbone property)":[[161,"studio.ModelBone.surface_name",false]],"surface_props (engines.trace.surface property)":[[75,"engines.trace.Surface.surface_props",false]],"surfaceflags (class in engines.trace)":[[75,"engines.trace.SurfaceFlags",false]],"surfprop1 (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.SURFPROP1",false]],"surfprop2 (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.SURFPROP2",false]],"sv_tags (in module cvars.tags)":[[65,"cvars.tags.sv_tags",false]],"swim (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.SWIM",false]],"symbols (memory.binaryfile property)":[[114,"memory.BinaryFile.symbols",false]],"sync() (auth.base.backend method)":[[30,"auth.base.Backend.sync",false]],"syncedentitydictionary (class in entities.dictionary)":[[81,"entities.dictionary.SyncedEntityDictionary",false]],"table (entities.props.serverclass property)":[[89,"entities.props.ServerClass.table",false]],"tags (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.tags",false]],"tail (filesystem.seektype attribute)":[[98,"filesystem.SeekType.TAIL",false]],"tail (studio.hierarchy property)":[[161,"studio.Hierarchy.tail",false]],"take_damage() (entities.entity.entity method)":[[85,"entities.entity.Entity.take_damage",false]],"takedamage (class in entities.constants)":[[79,"entities.constants.TakeDamage",false]],"takedamageinfo (class in entities)":[[76,"entities.TakeDamageInfo",false]],"talk (messages.huddestination attribute)":[[123,"messages.HudDestination.TALK",false]],"target (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.target",false]],"target (entities.eventaction property)":[[76,"entities.EventAction.target",false]],"target_input (entities.eventaction property)":[[76,"entities.EventAction.target_input",false]],"target_name (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.target_name",false]],"taunt (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.TAUNT",false]],"taunt_sound (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.taunt_sound",false]],"team (players.playerinfo property)":[[131,"players.PlayerInfo.team",false]],"team1 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.TEAM1",false]],"team2 (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.TEAM2",false]],"team_index (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.team_index",false]],"team_index (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.team_index",false]],"teleport (entities.entity.entity attribute)":[[85,"entities.entity.Entity.teleport",false]],"tell() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.tell",false]],"tempentity (class in effects.base)":[[67,"effects.base.TempEntity",false]],"tempentityprehook (class in effects.hooks)":[[68,"effects.hooks.TempEntityPreHook",false]],"tempentitytemplate (class in effects.templates)":[[69,"effects.templates.TempEntityTemplate",false]],"tempentitytemplates (class in effects.templates)":[[69,"effects.templates.TempEntityTemplates",false]],"template (effects.base.tempentity property)":[[67,"effects.base.TempEntity.template",false]],"term() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.term",false]],"test() (effects.base.basetempentity method)":[[67,"effects.base.BaseTempEntity.test",false]],"testfogvolume (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.TESTFOGVOLUME",false]],"text (class in menus)":[[118,"menus.Text",false]],"text (class in menus.base)":[[119,"menus.base.Text",false]],"text (messages.dialogtype attribute)":[[123,"messages.DialogType.TEXT",false]],"text() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.text",false]],"textmsg (class in messages)":[[123,"messages.TextMsg",false]],"textmsg (class in messages.base)":[[124,"messages.base.TextMsg",false]],"this_pointer_offset (memory.functioninfo property)":[[114,"memory.FunctionInfo.this_pointer_offset",false]],"thiscall (memory.convention attribute)":[[114,"memory.Convention.THISCALL",false]],"thrower (entities.engines.csgo.csgo.entity property)":[[84,"entities.engines.csgo.csgo.Entity.thrower",false]],"tick (engines.server.server property)":[[73,"engines.server.Server.tick",false]],"tick (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.TICK",false]],"tick_count (players.bots.botcmd property)":[[133,"players.bots.BotCmd.tick_count",false]],"tick_count (players.usercmd property)":[[131,"players.UserCmd.tick_count",false]],"tick_interval (engines.server.server property)":[[73,"engines.server.Server.tick_interval",false]],"tile (effects.shattersurface attribute)":[[66,"effects.ShatterSurface.TILE",false]],"time (engines.server.server property)":[[73,"engines.server.Server.time",false]],"time (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.TIME",false]],"time (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.time",false]],"time_connected (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.time_connected",false]],"time_elapsed (listeners.tick.delay property)":[[111,"listeners.tick.Delay.time_elapsed",false]],"time_remaining (listeners.tick.delay property)":[[111,"listeners.tick.Delay.time_remaining",false]],"time_since_last_received (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.time_since_last_received",false]],"time_to_idle (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.time_to_idle",false]],"timeout_seconds (net_channel.netchannelinfo property)":[[128,"net_channel.NetChannelInfo.timeout_seconds",false]],"times_to_fire (entities.eventaction property)":[[76,"entities.EventAction.times_to_fire",false]],"tmp (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.TMP",false]],"to_int() (entities.baseentityhandle method)":[[76,"entities.BaseEntityHandle.to_int",false]],"to_qangle() (mathlib.radianeuler method)":[[113,"mathlib.RadianEuler.to_qangle",false]],"to_steamid2() (steam.steamid method)":[[158,"steam.SteamID.to_steamid2",false]],"to_steamid3() (steam.steamid method)":[[158,"steam.SteamID.to_steamid3",false]],"to_string() (entities.props.sendpropvariant method)":[[89,"entities.props.SendPropVariant.to_string",false]],"to_string() (net_channel.netmessage method)":[[128,"net_channel.NetMessage.to_string",false]],"to_uint64() (steam.steamid method)":[[158,"steam.SteamID.to_uint64",false]],"tokenize (class in core)":[[50,"core.Tokenize",false]],"tokenize() (commands.command method)":[[35,"commands.Command.tokenize",false]],"tokenized() (translations.strings.translationstrings method)":[[166,"translations.strings.TranslationStrings.tokenized",false]],"tolerance (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.tolerance",false]],"total_loops (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.total_loops",false]],"total_time (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.total_time",false]],"total_time_elapsed (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.total_time_elapsed",false]],"total_time_remaining (listeners.tick.repeat property)":[[111,"listeners.tick.Repeat.total_time_remaining",false]],"touching_fluid (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.TOUCHING_FLUID",false]],"tracefilter (class in engines.trace)":[[75,"engines.trace.TraceFilter",false]],"tracefiltersimple (class in engines.trace)":[[75,"engines.trace.TraceFilterSimple",false]],"tracetype (class in engines.trace)":[[75,"engines.trace.TraceType",false]],"trampoline (memory.function property)":[[114,"memory.Function.trampoline",false]],"trans (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.TRANS",false]],"trans_add (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_ADD",false]],"trans_add_frame_blend (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_ADD_FRAME_BLEND",false]],"trans_alpha (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_ALPHA",false]],"trans_alpha_add (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_ALPHA_ADD",false]],"trans_color (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_COLOR",false]],"trans_texture (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.TRANS_TEXTURE",false]],"transition (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.Transition",false]],"translatable_fields (messages.base.fade attribute)":[[124,"messages.base.Fade.translatable_fields",false]],"translatable_fields (messages.base.hinttext attribute)":[[124,"messages.base.HintText.translatable_fields",false]],"translatable_fields (messages.base.hudmsg attribute)":[[124,"messages.base.HudMsg.translatable_fields",false]],"translatable_fields (messages.base.resethud attribute)":[[124,"messages.base.ResetHUD.translatable_fields",false]],"translatable_fields (messages.base.saytext attribute)":[[124,"messages.base.SayText.translatable_fields",false]],"translatable_fields (messages.base.saytext2 attribute)":[[124,"messages.base.SayText2.translatable_fields",false]],"translatable_fields (messages.base.shake attribute)":[[124,"messages.base.Shake.translatable_fields",false]],"translatable_fields (messages.base.showmenu attribute)":[[124,"messages.base.ShowMenu.translatable_fields",false]],"translatable_fields (messages.base.textmsg attribute)":[[124,"messages.base.TextMsg.translatable_fields",false]],"translatable_fields (messages.base.usermessagecreator property)":[[124,"messages.base.UserMessageCreator.translatable_fields",false]],"translatable_fields (messages.base.vguimenu attribute)":[[124,"messages.base.VGUIMenu.translatable_fields",false]],"translatable_fields (messages.fade attribute)":[[123,"messages.Fade.translatable_fields",false]],"translatable_fields (messages.hinttext attribute)":[[123,"messages.HintText.translatable_fields",false]],"translatable_fields (messages.hudmsg attribute)":[[123,"messages.HudMsg.translatable_fields",false]],"translatable_fields (messages.resethud attribute)":[[123,"messages.ResetHUD.translatable_fields",false]],"translatable_fields (messages.saytext attribute)":[[123,"messages.SayText.translatable_fields",false]],"translatable_fields (messages.saytext2 attribute)":[[123,"messages.SayText2.translatable_fields",false]],"translatable_fields (messages.shake attribute)":[[123,"messages.Shake.translatable_fields",false]],"translatable_fields (messages.showmenu attribute)":[[123,"messages.ShowMenu.translatable_fields",false]],"translatable_fields (messages.textmsg attribute)":[[123,"messages.TextMsg.translatable_fields",false]],"translatable_fields (messages.usermessagecreator property)":[[123,"messages.UserMessageCreator.translatable_fields",false]],"translatable_fields (messages.vguimenu attribute)":[[123,"messages.VGUIMenu.translatable_fields",false]],"translation_path (in module paths)":[[129,"paths.TRANSLATION_PATH",false]],"translations":[[164,"module-translations",false]],"translations.manager":[[165,"module-translations.manager",false]],"translations.strings":[[166,"module-translations.strings",false]],"translationstrings (class in translations.strings)":[[166,"translations.strings.TranslationStrings",false]],"translucent (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.TRANSLUCENT",false]],"transmithash (class in entities.transmit)":[[90,"entities.transmit.TransmitHash",false]],"transmithook (class in entities.transmit)":[[90,"entities.transmit.TransmitHook",false]],"transmitmanager (class in entities.transmit)":[[90,"entities.transmit.TransmitManager",false]],"transmitmap (class in entities.transmit)":[[90,"entities.transmit.TransmitMap",false]],"transmitmode (class in entities.transmit)":[[90,"entities.transmit.TransmitMode",false]],"transmitset (class in entities.transmit)":[[90,"entities.transmit.TransmitSet",false]],"transmitstates (class in entities.transmit)":[[90,"entities.transmit.TransmitStates",false]],"transparency (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.TRANSPARENCY",false]],"transragdoll (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.TRANSRAGDOLL",false]],"trigger (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.TRIGGER",false]],"trigger (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.TRIGGER",false]],"trigger_touch_debris (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.TRIGGER_TOUCH_DEBRIS",false]],"trigger_touch_player (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.TRIGGER_TOUCH_PLAYER",false]],"truncate() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.truncate",false]],"twopass (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.TWOPASS",false]],"type (class in memory.helpers)":[[115,"memory.helpers.Type",false]],"type (entities.datamaps.typedescription property)":[[80,"entities.datamaps.TypeDescription.type",false]],"type (entities.datamaps.variant property)":[[80,"entities.datamaps.Variant.type",false]],"type (entities.props.sendprop property)":[[89,"entities.props.SendProp.type",false]],"type (entities.props.sendpropvariant property)":[[89,"entities.props.SendPropVariant.type",false]],"type (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.type",false]],"type (mathlib.plane property)":[[113,"mathlib.Plane.type",false]],"type (net_channel.netmessage property)":[[128,"net_channel.NetMessage.type",false]],"type (studio.bonecontroller property)":[[161,"studio.BoneController.type",false]],"type (studio.sequenceevent property)":[[161,"studio.SequenceEvent.type",false]],"type (weapons.instance.weaponclass property)":[[175,"weapons.instance.WeaponClass.type",false]],"type_info (memory.pointer property)":[[114,"memory.Pointer.type_info",false]],"type_name (memory.helpers.key attribute)":[[115,"memory.helpers.Key.TYPE_NAME",false]],"typecount (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.TYPECOUNT",false]],"typedclientcommand (class in commands.typed)":[[44,"commands.typed.TypedClientCommand",false]],"typedescription (class in entities.datamaps)":[[80,"entities.datamaps.TypeDescription",false]],"typedescriptionflags (class in entities.datamaps)":[[80,"entities.datamaps.TypeDescriptionFlags",false]],"typedsaycommand (class in commands.typed)":[[44,"commands.typed.TypedSayCommand",false]],"typedservercommand (class in commands.typed)":[[44,"commands.typed.TypedServerCommand",false]],"typemanager (class in memory.manager)":[[117,"memory.manager.TypeManager",false]],"uchar (memory.datatype attribute)":[[114,"memory.DataType.UCHAR",false]],"uchar (memory.helpers.type attribute)":[[115,"memory.helpers.Type.UCHAR",false]],"udp_port (engines.server.server property)":[[73,"engines.server.Server.udp_port",false]],"uint (memory.datatype attribute)":[[114,"memory.DataType.UINT",false]],"uint (memory.helpers.type attribute)":[[115,"memory.helpers.Type.UINT",false]],"uint64 (events.eventvartype attribute)":[[91,"events.EventVarType.UINT64",false]],"ulong (memory.datatype attribute)":[[114,"memory.DataType.ULONG",false]],"ulong (memory.helpers.type attribute)":[[115,"memory.helpers.Type.ULONG",false]],"ulong_long (memory.datatype attribute)":[[114,"memory.DataType.ULONG_LONG",false]],"ulong_long (memory.helpers.type attribute)":[[115,"memory.helpers.Type.ULONG_LONG",false]],"ump45 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.UMP45",false]],"unblockable_by_player (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.UNBLOCKABLE_BY_PLAYER",false]],"unint64 (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.UNINT64",false]],"uniqueid_from_index() (in module players.helpers)":[[143,"players.helpers.uniqueid_from_index",false]],"uniqueid_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.uniqueid_from_playerinfo",false]],"universe (class in steam)":[[158,"steam.Universe",false]],"universe (steam.steamid property)":[[158,"steam.SteamID.universe",false]],"unknown (weapons.constants.weapontype attribute)":[[168,"weapons.constants.WeaponType.UNKNOWN",false]],"unload() (auth.base.backend method)":[[30,"auth.base.Backend.unload",false]],"unload() (in module __init__)":[[157,"init__.unload",false]],"unload() (plugins.instance.plugin method)":[[149,"plugins.instance.Plugin.unload",false]],"unload() (plugins.manager.pluginmanager method)":[[150,"plugins.manager.PluginManager.unload",false]],"unload_auth() (in module __init__)":[[157,"init__.unload_auth",false]],"unload_plugin() (plugins.command.subcommandmanager method)":[[147,"plugins.command.SubCommandManager.unload_plugin",false]],"unload_plugins() (in module __init__)":[[157,"init__.unload_plugins",false]],"unlogged (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.UNLOGGED",false]],"unprotect() (memory.pointer method)":[[114,"memory.Pointer.unprotect",false]],"unregister_base() (cvars._cvar method)":[[62,"cvars._Cvar.unregister_base",false]],"unregister_client_command_filter() (in module commands.client)":[[37,"commands.client.unregister_client_command_filter",false]],"unregister_convention() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.unregister_convention",false]],"unregister_converter() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.unregister_converter",false]],"unregister_hook() (entities.collisions.collisionmanager method)":[[78,"entities.collisions.CollisionManager.unregister_hook",false]],"unregister_hook() (entities.transmit.transmitmanager method)":[[90,"entities.transmit.TransmitManager.unregister_hook",false]],"unregister_listener() (listeners.listenermanager method)":[[110,"listeners.ListenerManager.unregister_listener",false]],"unregister_say_filter() (in module commands.say)":[[42,"commands.say.unregister_say_filter",false]],"unregister_settings() (settings.player.playersettings method)":[[154,"settings.player.PlayerSettings.unregister_settings",false]],"unregistered (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.UNREGISTERED",false]],"unsigned (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.UNSIGNED",false]],"unused (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.UNUSED",false]],"up_move (players.bots.botcmd property)":[[133,"players.bots.BotCmd.up_move",false]],"up_move (players.usercmd property)":[[131,"players.UserCmd.up_move",false]],"update() (filters.recipients.recipientfilter method)":[[103,"filters.recipients.RecipientFilter.update",false]],"update_data() (in module core.update)":[[60,"core.update.update_data",false]],"update_in_progress (in module core.update)":[[60,"core.update.update_in_progress",false]],"use (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.USE",false]],"use_partition_when_not_solid (entities.constants.entityflags attribute)":[[79,"entities.constants.EntityFlags.USE_PARTITION_WHEN_NOT_SOLID",false]],"use_pre_registers (memory.stackdata property)":[[114,"memory.StackData.use_pre_registers",false]],"use_pre_registers() (in module memory.hooks)":[[116,"memory.hooks.use_pre_registers",false]],"use_trigger_bounds (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.USE_TRIGGER_BOUNDS",false]],"user_base (engines.sound.channel attribute)":[[74,"engines.sound.Channel.USER_BASE",false]],"usercmd (class in players)":[[131,"players.UserCmd",false]],"userid (players.client property)":[[131,"players.Client.userid",false]],"userid (players.playerinfo property)":[[131,"players.PlayerInfo.userid",false]],"userid_from_baseentity() (in module players.helpers)":[[143,"players.helpers.userid_from_baseentity",false]],"userid_from_basehandle() (in module players.helpers)":[[143,"players.helpers.userid_from_basehandle",false]],"userid_from_edict() (in module players.helpers)":[[143,"players.helpers.userid_from_edict",false]],"userid_from_index() (in module players.helpers)":[[143,"players.helpers.userid_from_index",false]],"userid_from_inthandle() (in module players.helpers)":[[143,"players.helpers.userid_from_inthandle",false]],"userid_from_playerinfo() (in module players.helpers)":[[143,"players.helpers.userid_from_playerinfo",false]],"userid_from_pointer() (in module players.helpers)":[[143,"players.helpers.userid_from_pointer",false]],"userinfo (cvars.flags.convarflags attribute)":[[63,"cvars.flags.ConVarFlags.USERINFO",false]],"usermessage (class in messages)":[[123,"messages.UserMessage",false]],"usermessagecreator (class in messages)":[[123,"messages.UserMessageCreator",false]],"usermessagecreator (class in messages.base)":[[124,"messages.base.UserMessageCreator",false]],"usermessagedata (class in messages.impl)":[[127,"messages.impl.UserMessageData",false]],"usermessageimpl (class in messages.impl)":[[127,"messages.impl.UserMessageImpl",false]],"uses_escape_sequences() (keyvalues.keyvalues method)":[[109,"keyvalues.KeyValues.uses_escape_sequences",false]],"ushort (memory.datatype attribute)":[[114,"memory.DataType.USHORT",false]],"ushort (memory.helpers.type attribute)":[[115,"memory.helpers.Type.USHORT",false]],"usp (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.USP",false]],"validate_package() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.validate_package",false]],"validate_project() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.validate_project",false]],"validate_project_and_package() (autodoc.sphinxproject method)":[[32,"autodoc.SphinxProject.validate_project_and_package",false]],"validationerror":[[44,"commands.typed.ValidationError",false]],"value (entities.datamaps.inputdata property)":[[80,"entities.datamaps.InputData.value",false]],"values (commands.commandreturn attribute)":[[35,"commands.CommandReturn.values",false]],"values (core.outputreturn attribute)":[[50,"core.OutputReturn.values",false]],"values (effects.bloodcolor attribute)":[[66,"effects.BloodColor.values",false]],"values (effects.shattersurface attribute)":[[66,"effects.ShatterSurface.values",false]],"values (engines.server.maploadtype attribute)":[[73,"engines.server.MapLoadType.values",false]],"values (engines.server.querycvarstatus attribute)":[[73,"engines.server.QueryCvarStatus.values",false]],"values (engines.sound.channel attribute)":[[74,"engines.sound.Channel.values",false]],"values (engines.sound.pitch attribute)":[[74,"engines.sound.Pitch.values",false]],"values (engines.sound.soundflags attribute)":[[74,"engines.sound.SoundFlags.values",false]],"values (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.values",false]],"values (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.values",false]],"values (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.values",false]],"values (entities.collisions.collisionmode attribute)":[[78,"entities.collisions.CollisionMode.values",false]],"values (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.values",false]],"values (entities.constants.movecollide attribute)":[[79,"entities.constants.MoveCollide.values",false]],"values (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.values",false]],"values (entities.constants.rendereffects attribute)":[[79,"entities.constants.RenderEffects.values",false]],"values (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.values",false]],"values (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.values",false]],"values (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.values",false]],"values (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.values",false]],"values (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.values",false]],"values (entities.transmit.transmitmode attribute)":[[90,"entities.transmit.TransmitMode.values",false]],"values (events.eventvartype attribute)":[[91,"events.EventVarType.values",false]],"values (filesystem.seektype attribute)":[[98,"filesystem.SeekType.values",false]],"values (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.values",false]],"values (memory.convention attribute)":[[114,"memory.Convention.values",false]],"values (memory.datatype attribute)":[[114,"memory.DataType.values",false]],"values (memory.hooks.hooktype attribute)":[[116,"memory.hooks.HookType.values",false]],"values (memory.register attribute)":[[114,"memory.Register.values",false]],"values (messages.dialogtype attribute)":[[123,"messages.DialogType.values",false]],"values (messages.fadeflags attribute)":[[123,"messages.FadeFlags.values",false]],"values (messages.huddestination attribute)":[[123,"messages.HudDestination.values",false]],"values (messages.shakecommand attribute)":[[123,"messages.ShakeCommand.values",false]],"values (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.values",false]],"values (steam.accounttype attribute)":[[158,"steam.AccountType.values",false]],"values (steam.universe attribute)":[[158,"steam.Universe.values",false]],"values (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.values",false]],"values (studio.constants.modeltype attribute)":[[163,"studio.constants.ModelType.values",false]],"values (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.values",false]],"values (weapons.constants.weaponsound attribute)":[[168,"weapons.constants.WeaponSound.values",false]],"variables (events.gameevent property)":[[91,"events.GameEvent.variables",false]],"variables (events.gameeventdescriptor property)":[[91,"events.GameEventDescriptor.variables",false]],"variant (class in entities.datamaps)":[[80,"entities.datamaps.Variant",false]],"variant (entities.baseentityoutput property)":[[76,"entities.BaseEntityOutput.variant",false]],"vcollide (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.VCOLLIDE",false]],"vector (class in mathlib)":[[113,"mathlib.Vector",false]],"vector (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VECTOR",false]],"vector (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.VECTOR",false]],"vector (studio.movement property)":[[161,"studio.Movement.vector",false]],"vector2d (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VECTOR2D",false]],"vector4d (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VECTOR4D",false]],"vectorxy (entities.props.sendproptype attribute)":[[89,"entities.props.SendPropType.VECTORXY",false]],"vehicle (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.VEHICLE",false]],"vehicle (entities.constants.damagetypes attribute)":[[79,"entities.constants.DamageTypes.VEHICLE",false]],"vehicle_clip (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.VEHICLE_CLIP",false]],"vehicle_crosshair (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.VEHICLE_CROSSHAIR",false]],"velocity (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.velocity",false]],"velocity (physics.physicsobject property)":[[130,"physics.PhysicsObject.velocity",false]],"velocity_end (studio.movement property)":[[161,"studio.Movement.velocity_end",false]],"velocity_start (studio.movement property)":[[161,"studio.Movement.velocity_start",false]],"verbose_name (plugins.info.plugininfo property)":[[148,"plugins.info.PluginInfo.verbose_name",false]],"version (in module core.version)":[[61,"core.version.VERSION",false]],"version (plugins.info.plugininfo property)":[[148,"plugins.info.PluginInfo.version",false]],"version (studio.modelheader property)":[[161,"studio.ModelHeader.version",false]],"vertexes (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.VERTEXES",false]],"very_good (weapons.constants.weaponproficiency attribute)":[[168,"weapons.constants.WeaponProficiency.VERY_GOOD",false]],"vguimenu (class in messages)":[[123,"messages.VGUIMenu",false]],"vguimenu (class in messages.base)":[[124,"messages.base.VGUIMenu",false]],"vguimenuimpl (class in messages.impl)":[[127,"messages.impl.VGUIMenuImpl",false]],"view_angle (_players.playermixin property)":[[132,"players.PlayerMixin.view_angle",false]],"view_angles (players.bots.botcmd property)":[[133,"players.bots.BotCmd.view_angles",false]],"view_angles (players.usercmd property)":[[131,"players.UserCmd.view_angles",false]],"view_max (studio.modelheader property)":[[161,"studio.ModelHeader.view_max",false]],"view_min (studio.modelheader property)":[[161,"studio.ModelHeader.view_min",false]],"view_never (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.VIEW_NEVER",false]],"view_offset (_players.playermixin property)":[[132,"players.PlayerMixin.view_offset",false]],"view_offset (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.view_offset",false]],"view_other_player (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.VIEW_OTHER_PLAYER",false]],"view_own_team (entities.datamaps.typedescriptionflags attribute)":[[80,"entities.datamaps.TypeDescriptionFlags.VIEW_OWN_TEAM",false]],"view_vector (_players.playermixin property)":[[132,"players.PlayerMixin.view_vector",false]],"viewxformattachments (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.VIEWXFORMATTACHMENTS",false]],"virtual_function() (memory.manager.typemanager method)":[[117,"memory.manager.TypeManager.virtual_function",false]],"virtualmodel (studio.cache.modelcachedatatype attribute)":[[162,"studio.cache.ModelCacheDataType.VIRTUALMODEL",false]],"visible (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.VISIBLE",false]],"visible_and_npcs (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.VISIBLE_AND_NPCS",false]],"vmatrix (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VMATRIX",false]],"vmatrix_worldspace (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VMATRIX_WORLDSPACE",false]],"voice (engines.sound.channel attribute)":[[74,"engines.sound.Channel.VOICE",false]],"voice_base (engines.sound.channel attribute)":[[74,"engines.sound.Channel.VOICE_BASE",false]],"void (entities.datamaps.fieldtype attribute)":[[80,"entities.datamaps.FieldType.VOID",false]],"void (memory.datatype attribute)":[[114,"memory.DataType.VOID",false]],"volume_contents (entities.constants.solidflags attribute)":[[79,"entities.constants.SolidFlags.VOLUME_CONTENTS",false]],"vphysics (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.VPHYSICS",false]],"vphysics (entities.constants.solidtype attribute)":[[79,"entities.constants.SolidType.VPHYSICS",false]],"vtable_index (memory.functioninfo property)":[[114,"memory.FunctionInfo.vtable_index",false]],"vtable_offset (memory.functioninfo property)":[[114,"memory.FunctionInfo.vtable_offset",false]],"w (mathlib.quaternion property)":[[113,"mathlib.Quaternion.w",false]],"walk (entities.constants.movetype attribute)":[[79,"entities.constants.MoveType.WALK",false]],"walk (players.constants.playeranimation attribute)":[[134,"players.constants.PlayerAnimation.WALK",false]],"walk (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.WALK",false]],"walkable (engines.trace.displacementflags attribute)":[[75,"engines.trace.DisplacementFlags.WALKABLE",false]],"warning_hooks (in module hooks.warnings)":[[108,"hooks.warnings.warning_hooks",false]],"warninghook() (in module hooks.warnings)":[[108,"hooks.warnings.WarningHook",false]],"warp (engines.trace.surfaceflags attribute)":[[75,"engines.trace.SurfaceFlags.WARP",false]],"water (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.WATER",false]],"water (engines.trace.contentmasks attribute)":[[75,"engines.trace.ContentMasks.WATER",false]],"water_level (entities.entity.baseentity property)":[[85,"entities.entity.BaseEntity.water_level",false]],"waterjump (players.constants.playerstates attribute)":[[134,"players.constants.PlayerStates.WATERJUMP",false]],"weakautounload (class in core)":[[50,"core.WeakAutoUnload",false]],"weapon (class in weapons.engines.csgo)":[[172,"weapons.engines.csgo.Weapon",false]],"weapon (class in weapons.engines.csgo.csgo)":[[173,"weapons.engines.csgo.csgo.Weapon",false]],"weapon (class in weapons.entity)":[[174,"weapons.entity.Weapon",false]],"weapon (engines.sound.channel attribute)":[[74,"engines.sound.Channel.WEAPON",false]],"weapon (entities.constants.collisiongroup attribute)":[[79,"entities.constants.CollisionGroup.WEAPON",false]],"weapon (entities.takedamageinfo property)":[[76,"entities.TakeDamageInfo.weapon",false]],"weapon1 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.WEAPON1",false]],"weapon2 (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.WEAPON2",false]],"weapon_armor_radio (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.weapon_armor_radio",false]],"weapon_manager (in module weapons.manager)":[[176,"weapons.manager.weapon_manager",false]],"weapon_name (players.playerinfo property)":[[131,"players.PlayerInfo.weapon_name",false]],"weapon_name (weapons.engines.csgo.csgo.weapon property)":[[173,"weapons.engines.csgo.csgo.Weapon.weapon_name",false]],"weapon_name (weapons.entity.weapon property)":[[174,"weapons.entity.Weapon.weapon_name",false]],"weapon_restriction_handler (in module weapons.restrictions)":[[177,"weapons.restrictions.weapon_restriction_handler",false]],"weapon_restriction_manager (in module weapons.restrictions)":[[177,"weapons.restrictions.weapon_restriction_manager",false]],"weapon_type_index (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.weapon_type_index",false]],"weaponclass (class in weapons.instance)":[[175,"weapons.instance.WeaponClass",false]],"weaponclassiter (class in filters.weapons)":[[104,"filters.weapons.WeaponClassIter",false]],"weapondictionary (class in weapons.dictionary)":[[170,"weapons.dictionary.WeaponDictionary",false]],"weaponid (class in weapons.constants)":[[168,"weapons.constants.WeaponID",false]],"weaponinfo (class in weapons.scripts)":[[178,"weapons.scripts.WeaponInfo",false]],"weaponiter (class in filters.weapons)":[[104,"filters.weapons.WeaponIter",false]],"weaponmixin (class in _weapons._entity)":[[174,"weapons._entity.WeaponMixin",false]],"weaponproficiency (class in weapons.constants)":[[168,"weapons.constants.WeaponProficiency",false]],"weaponrestrictionhandler (class in weapons.restrictions)":[[177,"weapons.restrictions.WeaponRestrictionHandler",false]],"weapons":[[167,"module-weapons",false]],"weapons.constants":[[168,"module-weapons.constants",false]],"weapons.default":[[169,"module-weapons.default",false]],"weapons.dictionary":[[170,"module-weapons.dictionary",false]],"weapons.engines":[[171,"module-weapons.engines",false]],"weapons.engines.csgo":[[172,"module-weapons.engines.csgo",false]],"weapons.engines.csgo.csgo":[[173,"module-weapons.engines.csgo.csgo",false]],"weapons.entity":[[174,"module-weapons.entity",false]],"weapons.instance":[[175,"module-weapons.instance",false]],"weapons.manager":[[176,"module-weapons.manager",false]],"weapons.restrictions":[[177,"module-weapons.restrictions",false]],"weapons.scripts":[[178,"module-weapons.scripts",false]],"weaponselect (players.bots.botcmd property)":[[133,"players.bots.BotCmd.weaponselect",false]],"weaponselect (players.usercmd property)":[[131,"players.UserCmd.weaponselect",false]],"weaponselection (players.constants.hidehudflags attribute)":[[134,"players.constants.HideHudFlags.WEAPONSELECTION",false]],"weaponslot (class in weapons.constants)":[[168,"weapons.constants.WeaponSlot",false]],"weaponsound (class in weapons.constants)":[[168,"weapons.constants.WeaponSound",false]],"weaponstate (class in weapons.constants)":[[168,"weapons.constants.WeaponState",false]],"weaponsubtype (players.bots.botcmd property)":[[133,"players.bots.BotCmd.weaponsubtype",false]],"weaponsubtype (players.usercmd property)":[[131,"players.UserCmd.weaponsubtype",false]],"weapontype (class in weapons.constants)":[[168,"weapons.constants.WeaponType",false]],"weight (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.weight",false]],"white (in module colors)":[[34,"colors.WHITE",false]],"window (engines.trace.contentflags attribute)":[[75,"engines.trace.ContentFlags.WINDOW",false]],"wireframe (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.WIREFRAME",false]],"wireframe_vcollide (studio.constants.studioflags attribute)":[[163,"studio.constants.StudioFlags.WIREFRAME_VCOLLIDE",false]],"with_alpha() (colors.color method)":[[34,"colors.Color.with_alpha",false]],"world_glow (entities.constants.rendermode attribute)":[[79,"entities.constants.RenderMode.WORLD_GLOW",false]],"world_model (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.world_model",false]],"world_model_index (_weapons._entity.weaponmixin property)":[[174,"weapons._entity.WeaponMixin.world_model_index",false]],"world_only (engines.trace.tracetype attribute)":[[75,"engines.trace.TraceType.WORLD_ONLY",false]],"worldbrush (entities.constants.entitystates attribute)":[[79,"entities.constants.EntityStates.WORLDBRUSH",false]],"wrap_descriptor() (_core._cache.cachedproperty static method)":[[51,"core._cache.CachedProperty.wrap_descriptor",false]],"wrap_descriptor() (core.cache.cachedproperty static method)":[[51,"core.cache.CachedProperty.wrap_descriptor",false]],"wrap_entity_mem_func() (in module entities.helpers)":[[87,"entities.helpers.wrap_entity_mem_func",false]],"write() (config.manager.configmanager method)":[[48,"config.manager.ConfigManager.write",false]],"write() (events.resource.resourcefile method)":[[96,"events.resource.ResourceFile.write",false]],"write() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.write",false]],"write() (messages.impl.usermessageimpl class method)":[[127,"messages.impl.UserMessageImpl.write",false]],"write_bit_angle() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_angle",false]],"write_bit_angles() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_angles",false]],"write_bit_coord() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_coord",false]],"write_bit_coord_mp() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_coord_mp",false]],"write_bit_float() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_float",false]],"write_bit_normal() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_normal",false]],"write_bit_vec3_coord() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_vec3_coord",false]],"write_bit_vec3_normal() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bit_vec3_normal",false]],"write_bitbuffer() (messages.impl.saytext2impl static method)":[[127,"messages.impl.SayText2Impl.write_bitbuffer",false]],"write_bitbuffer() (messages.impl.showmenuimpl static method)":[[127,"messages.impl.ShowMenuImpl.write_bitbuffer",false]],"write_bitbuffer() (messages.impl.usermessageimpl static method)":[[127,"messages.impl.UserMessageImpl.write_bitbuffer",false]],"write_bitbuffer() (messages.impl.vguimenuimpl static method)":[[127,"messages.impl.VGUIMenuImpl.write_bitbuffer",false]],"write_bits_from_buffer() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_bits_from_buffer",false]],"write_byte() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_byte",false]],"write_char() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_char",false]],"write_flag (entities.props.sendtable property)":[[89,"entities.props.SendTable.write_flag",false]],"write_float() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_float",false]],"write_long() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_long",false]],"write_long_long() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_long_long",false]],"write_one_bit() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_one_bit",false]],"write_one_bit_at() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_one_bit_at",false]],"write_one_bit_no_check() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_one_bit_no_check",false]],"write_protobuf() (messages.impl.saytext2impl static method)":[[127,"messages.impl.SayText2Impl.write_protobuf",false]],"write_protobuf() (messages.impl.showmenuimpl static method)":[[127,"messages.impl.ShowMenuImpl.write_protobuf",false]],"write_protobuf() (messages.impl.usermessageimpl static method)":[[127,"messages.impl.UserMessageImpl.write_protobuf",false]],"write_protobuf() (messages.impl.vguimenuimpl static method)":[[127,"messages.impl.VGUIMenuImpl.write_protobuf",false]],"write_sbit_long() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_sbit_long",false]],"write_short() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_short",false]],"write_string() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_string",false]],"write_to_buffer() (net_channel.netmessage method)":[[128,"net_channel.NetMessage.write_to_buffer",false]],"write_ubit_long() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_ubit_long",false]],"write_ubit_var() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_ubit_var",false]],"write_word() (bitbuffers.bitbufferwrite method)":[[33,"bitbuffers.BitBufferWrite.write_word",false]],"writeable() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.writeable",false]],"writelines() (filesystem.sourcefile method)":[[98,"filesystem.SourceFile.writelines",false]],"wrong_team_message (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.wrong_team_message",false]],"wstring (events.eventvartype attribute)":[[91,"events.EventVarType.WSTRING",false]],"wstring (keyvalues.keyvaluetype attribute)":[[109,"keyvalues.KeyValueType.WSTRING",false]],"x (mathlib.qangle property)":[[113,"mathlib.QAngle.x",false]],"x (mathlib.quaternion property)":[[113,"mathlib.Quaternion.x",false]],"x (mathlib.radianeuler property)":[[113,"mathlib.RadianEuler.x",false]],"x (mathlib.vector property)":[[113,"mathlib.Vector.x",false]],"xm1014 (weapons.constants.weaponid attribute)":[[168,"weapons.constants.WeaponID.XM1014",false]],"xmm0 (memory.register attribute)":[[114,"memory.Register.XMM0",false]],"xmm0 (memory.registers property)":[[114,"memory.Registers.xmm0",false]],"xmm1 (memory.register attribute)":[[114,"memory.Register.XMM1",false]],"xmm1 (memory.registers property)":[[114,"memory.Registers.xmm1",false]],"xmm2 (memory.register attribute)":[[114,"memory.Register.XMM2",false]],"xmm2 (memory.registers property)":[[114,"memory.Registers.xmm2",false]],"xmm3 (memory.register attribute)":[[114,"memory.Register.XMM3",false]],"xmm3 (memory.registers property)":[[114,"memory.Registers.xmm3",false]],"xmm4 (memory.register attribute)":[[114,"memory.Register.XMM4",false]],"xmm4 (memory.registers property)":[[114,"memory.Registers.xmm4",false]],"xmm5 (memory.register attribute)":[[114,"memory.Register.XMM5",false]],"xmm5 (memory.registers property)":[[114,"memory.Registers.xmm5",false]],"xmm6 (memory.register attribute)":[[114,"memory.Register.XMM6",false]],"xmm6 (memory.registers property)":[[114,"memory.Registers.xmm6",false]],"xmm7 (memory.register attribute)":[[114,"memory.Register.XMM7",false]],"xmm7 (memory.registers property)":[[114,"memory.Registers.xmm7",false]],"xyze (entities.props.sendpropflags attribute)":[[89,"entities.props.SendPropFlags.XYZE",false]],"y (mathlib.qangle property)":[[113,"mathlib.QAngle.y",false]],"y (mathlib.quaternion property)":[[113,"mathlib.Quaternion.y",false]],"y (mathlib.radianeuler property)":[[113,"mathlib.RadianEuler.y",false]],"y (mathlib.vector property)":[[113,"mathlib.Vector.y",false]],"yellow (effects.bloodcolor attribute)":[[66,"effects.BloodColor.YELLOW",false]],"yellow (in module colors)":[[34,"colors.YELLOW",false]],"yes (entities.constants.takedamage attribute)":[[79,"entities.constants.TakeDamage.YES",false]],"z (mathlib.qangle property)":[[113,"mathlib.QAngle.z",false]],"z (mathlib.quaternion property)":[[113,"mathlib.Quaternion.z",false]],"z (mathlib.radianeuler property)":[[113,"mathlib.RadianEuler.z",false]],"z (mathlib.vector property)":[[113,"mathlib.Vector.z",false]],"zero() (mathlib.vector method)":[[113,"mathlib.Vector.zero",false]],"zero_frame_count (studio.animation property)":[[161,"studio.Animation.zero_frame_count",false]],"zero_frame_index (studio.animation property)":[[161,"studio.Animation.zero_frame_index",false]],"zero_frame_span (studio.animation property)":[[161,"studio.Animation.zero_frame_span",false]],"zero_frame_stall_time (studio.animation property)":[[161,"studio.Animation.zero_frame_stall_time",false]],"zommed_autoaim_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.zommed_autoaim_icon",false]],"zoom (players.constants.playerbuttons attribute)":[[134,"players.constants.PlayerButtons.ZOOM",false]],"zoomed_crosshair_icon (weapons.scripts.weaponinfo property)":[[178,"weapons.scripts.WeaponInfo.zoomed_crosshair_icon",false]]},"objects":{"":[[157,0,0,"-","__init__"],[29,0,0,"-","auth"],[32,0,0,"-","autodoc"],[33,0,0,"-","bitbuffers"],[34,0,0,"-","colors"],[35,0,0,"-","commands"],[45,0,0,"-","config"],[50,0,0,"-","core"],[62,0,0,"-","cvars"],[66,0,0,"-","effects"],[70,0,0,"-","engines"],[76,0,0,"-","entities"],[91,0,0,"-","events"],[98,0,0,"-","filesystem"],[99,0,0,"-","filters"],[105,0,0,"-","hooks"],[109,0,0,"-","keyvalues"],[110,0,0,"-","listeners"],[112,0,0,"-","loggers"],[113,0,0,"-","mathlib"],[114,0,0,"-","memory"],[118,0,0,"-","menus"],[123,0,0,"-","messages"],[128,0,0,"-","net_channel"],[129,0,0,"-","paths"],[130,0,0,"-","physics"],[131,0,0,"-","players"],[146,0,0,"-","plugins"],[151,0,0,"-","public"],[152,0,0,"-","settings"],[158,0,0,"-","steam"],[159,0,0,"-","stringtables"],[161,0,0,"-","studio"],[164,0,0,"-","translations"],[167,0,0,"-","weapons"]],"__init__":[[157,1,1,"init__.load","load"],[157,1,1,"init__.remove_entities_listener","remove_entities_listener"],[157,1,1,"init__.setup_auth","setup_auth"],[157,1,1,"init__.setup_core_settings","setup_core_settings"],[157,1,1,"init__.setup_data","setup_data"],[157,1,1,"init__.setup_data_update","setup_data_update"],[157,1,1,"init__.setup_entities_listener","setup_entities_listener"],[157,1,1,"init__.setup_exception_hooks","setup_exception_hooks"],[157,1,1,"init__.setup_global_pointers","setup_global_pointers"],[157,1,1,"init__.setup_logging","setup_logging"],[157,1,1,"init__.setup_sp_command","setup_sp_command"],[157,1,1,"init__.setup_sqlite","setup_sqlite"],[157,1,1,"init__.setup_stdout_redirect","setup_stdout_redirect"],[157,1,1,"init__.setup_translations","setup_translations"],[157,1,1,"init__.setup_user_settings","setup_user_settings"],[157,1,1,"init__.setup_versioning","setup_versioning"],[157,1,1,"init__.unload","unload"],[157,1,1,"init__.unload_auth","unload_auth"],[157,1,1,"init__.unload_plugins","unload_plugins"]],"_core._cache":[[51,2,1,"core._cache.CachedProperty","CachedProperty"]],"_core._cache.CachedProperty":[[51,3,1,"core._cache.CachedProperty.__init__","__init__"],[51,4,1,"core._cache.CachedProperty.args","args"],[51,3,1,"core._cache.CachedProperty.bind","bind"],[51,3,1,"core._cache.CachedProperty.delete_cached_value","delete_cached_value"],[51,3,1,"core._cache.CachedProperty.deleter","deleter"],[51,4,1,"core._cache.CachedProperty.fdel","fdel"],[51,4,1,"core._cache.CachedProperty.fget","fget"],[51,4,1,"core._cache.CachedProperty.fset","fset"],[51,3,1,"core._cache.CachedProperty.get_cached_value","get_cached_value"],[51,3,1,"core._cache.CachedProperty.getter","getter"],[51,4,1,"core._cache.CachedProperty.kwargs","kwargs"],[51,4,1,"core._cache.CachedProperty.name","name"],[51,4,1,"core._cache.CachedProperty.owner","owner"],[51,3,1,"core._cache.CachedProperty.set_cached_value","set_cached_value"],[51,3,1,"core._cache.CachedProperty.setter","setter"],[51,3,1,"core._cache.CachedProperty.wrap_descriptor","wrap_descriptor"]],"_players":[[132,2,1,"players.PlayerMixin","PlayerMixin"]],"_players.PlayerMixin":[[132,3,1,"players.PlayerMixin.__init__","__init__"],[132,4,1,"players.PlayerMixin.active_devices","active_devices"],[132,4,1,"players.PlayerMixin.active_weapon_handle","active_weapon_handle"],[132,4,1,"players.PlayerMixin.armor","armor"],[132,4,1,"players.PlayerMixin.buttons","buttons"],[132,4,1,"players.PlayerMixin.cash","cash"],[132,4,1,"players.PlayerMixin.dead","dead"],[132,4,1,"players.PlayerMixin.deaths","deaths"],[132,4,1,"players.PlayerMixin.default_fov","default_fov"],[132,4,1,"players.PlayerMixin.desired_player_class","desired_player_class"],[132,4,1,"players.PlayerMixin.draw_view_model","draw_view_model"],[132,4,1,"players.PlayerMixin.eye_angle","eye_angle"],[132,4,1,"players.PlayerMixin.fall_velocity","fall_velocity"],[132,4,1,"players.PlayerMixin.flags","flags"],[132,4,1,"players.PlayerMixin.flash_alpha","flash_alpha"],[132,4,1,"players.PlayerMixin.flash_duration","flash_duration"],[132,4,1,"players.PlayerMixin.fov","fov"],[132,4,1,"players.PlayerMixin.fov_rate","fov_rate"],[132,4,1,"players.PlayerMixin.fov_start","fov_start"],[132,4,1,"players.PlayerMixin.fov_time","fov_time"],[132,3,1,"players.PlayerMixin.get_view_angle","get_view_angle"],[132,4,1,"players.PlayerMixin.gun_offset","gun_offset"],[132,4,1,"players.PlayerMixin.has_defuser","has_defuser"],[132,4,1,"players.PlayerMixin.has_helmet","has_helmet"],[132,4,1,"players.PlayerMixin.hidden_huds","hidden_huds"],[132,4,1,"players.PlayerMixin.in_bomb_zone","in_bomb_zone"],[132,4,1,"players.PlayerMixin.in_buy_zone","in_buy_zone"],[132,4,1,"players.PlayerMixin.in_rescue_zone","in_rescue_zone"],[132,4,1,"players.PlayerMixin.is_defusing","is_defusing"],[132,4,1,"players.PlayerMixin.is_ducked","is_ducked"],[132,4,1,"players.PlayerMixin.is_ducking","is_ducking"],[132,3,1,"players.PlayerMixin.is_networked","is_networked"],[132,3,1,"players.PlayerMixin.is_player","is_player"],[132,3,1,"players.PlayerMixin.is_weapon","is_weapon"],[132,4,1,"players.PlayerMixin.kills","kills"],[132,4,1,"players.PlayerMixin.last_hitgroup","last_hitgroup"],[132,4,1,"players.PlayerMixin.last_weapon","last_weapon"],[132,4,1,"players.PlayerMixin.life_state","life_state"],[132,4,1,"players.PlayerMixin.nightvision_on","nightvision_on"],[132,4,1,"players.PlayerMixin.observer_mode","observer_mode"],[132,4,1,"players.PlayerMixin.observer_target","observer_target"],[132,4,1,"players.PlayerMixin.phys_damage_scale","phys_damage_scale"],[132,4,1,"players.PlayerMixin.place","place"],[132,4,1,"players.PlayerMixin.player_class","player_class"],[132,4,1,"players.PlayerMixin.player_state","player_state"],[132,4,1,"players.PlayerMixin.ragdoll","ragdoll"],[132,4,1,"players.PlayerMixin.relationship","relationship"],[132,3,1,"players.PlayerMixin.set_view_angle","set_view_angle"],[132,4,1,"players.PlayerMixin.shots_fired","shots_fired"],[132,3,1,"players.PlayerMixin.snap_to_position","snap_to_position"],[132,4,1,"players.PlayerMixin.speed","speed"],[132,4,1,"players.PlayerMixin.stamina","stamina"],[132,4,1,"players.PlayerMixin.suit_power_load","suit_power_load"],[132,4,1,"players.PlayerMixin.view_angle","view_angle"],[132,4,1,"players.PlayerMixin.view_offset","view_offset"],[132,4,1,"players.PlayerMixin.view_vector","view_vector"]],"_weapons._entity":[[174,2,1,"weapons._entity.WeaponMixin","WeaponMixin"]],"_weapons._entity.WeaponMixin":[[174,3,1,"weapons._entity.WeaponMixin.__init__","__init__"],[174,4,1,"weapons._entity.WeaponMixin.ammoprop","ammoprop"],[174,4,1,"weapons._entity.WeaponMixin.flip_view_model","flip_view_model"],[174,3,1,"weapons._entity.WeaponMixin.is_networked","is_networked"],[174,3,1,"weapons._entity.WeaponMixin.is_player","is_player"],[174,3,1,"weapons._entity.WeaponMixin.is_weapon","is_weapon"],[174,4,1,"weapons._entity.WeaponMixin.next_attack","next_attack"],[174,4,1,"weapons._entity.WeaponMixin.next_secondary_fire_attack","next_secondary_fire_attack"],[174,4,1,"weapons._entity.WeaponMixin.owner_handle","owner_handle"],[174,4,1,"weapons._entity.WeaponMixin.primary_ammo_count","primary_ammo_count"],[174,4,1,"weapons._entity.WeaponMixin.secondary_ammo_count","secondary_ammo_count"],[174,4,1,"weapons._entity.WeaponMixin.secondary_fire_ammoprop","secondary_fire_ammoprop"],[174,4,1,"weapons._entity.WeaponMixin.world_model_index","world_model_index"]],"auth":[[30,0,0,"-","base"],[31,0,0,"-","manager"]],"auth.base":[[30,2,1,"","Backend"]],"auth.base.Backend":[[30,3,1,"","group_added"],[30,3,1,"","group_removed"],[30,3,1,"","load"],[30,4,1,"","name"],[30,5,1,"","options"],[30,3,1,"","permission_added"],[30,3,1,"","permission_removed"],[30,3,1,"","sync"],[30,3,1,"","unload"]],"auth.manager":[[31,2,1,"","ParentPermissionDict"],[31,2,1,"","ParentPermissions"],[31,2,1,"","PermissionBase"],[31,2,1,"","PlayerPermissionDict"],[31,2,1,"","PlayerPermissions"],[31,6,1,"","auth_manager"]],"auth.manager.ParentPermissions":[[31,3,1,"","__init__"]],"auth.manager.PermissionBase":[[31,3,1,"","__init__"],[31,3,1,"","add"],[31,3,1,"","add_parent"],[31,3,1,"","clear"],[31,3,1,"","flatten"],[31,3,1,"","remove"],[31,3,1,"","remove_parent"]],"auth.manager.PlayerPermissions":[[31,3,1,"","__init__"]],"autodoc":[[32,7,1,"","SphinxError"],[32,2,1,"","SphinxProject"]],"autodoc.SphinxProject":[[32,3,1,"","__init__"],[32,3,1,"","build"],[32,3,1,"","create"],[32,3,1,"","generate_project_files"],[32,4,1,"","package_dir"],[32,3,1,"","package_exists"],[32,4,1,"","project_build_dir"],[32,4,1,"","project_dir"],[32,3,1,"","project_exists"],[32,4,1,"","project_source_dir"],[32,3,1,"","quickstart"],[32,3,1,"","validate_package"],[32,3,1,"","validate_project"],[32,3,1,"","validate_project_and_package"]],"bitbuffers":[[33,2,1,"","BitBufferRead"],[33,2,1,"","BitBufferWrite"]],"bitbuffers.BitBufferRead":[[33,3,1,"","__init__"],[33,4,1,"","current_bit"],[33,4,1,"","data"],[33,4,1,"","data_bits_count"],[33,4,1,"","data_bytes_count"],[33,3,1,"","is_overflowed"],[33,4,1,"","num_bits_left"],[33,4,1,"","num_bits_read"],[33,4,1,"","num_bytes_left"],[33,4,1,"","num_bytes_read"],[33,3,1,"","peek_ubit_long"],[33,3,1,"","read_bit_angle"],[33,3,1,"","read_bit_angles"],[33,3,1,"","read_bit_coord"],[33,3,1,"","read_bit_coord_mp"],[33,3,1,"","read_bit_float"],[33,3,1,"","read_bit_normal"],[33,3,1,"","read_bit_vec3_coord"],[33,3,1,"","read_bit_vec3_normal"],[33,3,1,"","read_byte"],[33,3,1,"","read_char"],[33,3,1,"","read_float"],[33,3,1,"","read_long"],[33,3,1,"","read_long_long"],[33,3,1,"","read_one_bit"],[33,3,1,"","read_sbit_long"],[33,3,1,"","read_short"],[33,3,1,"","read_string"],[33,3,1,"","read_ubit_long"],[33,3,1,"","read_ubit_var"],[33,3,1,"","read_word"],[33,3,1,"","seek_relative"],[33,3,1,"","seek_to_bit"],[33,3,1,"","set_overflow_flag"]],"bitbuffers.BitBufferWrite":[[33,3,1,"","__init__"],[33,3,1,"","check_for_overflow"],[33,4,1,"","current_bit"],[33,4,1,"","data"],[33,4,1,"","data_bits_count"],[33,4,1,"","data_bytes_count"],[33,3,1,"","is_overflowed"],[33,4,1,"","max_num_bits"],[33,4,1,"","num_bits_left"],[33,4,1,"","num_bits_written"],[33,4,1,"","num_bytes_left"],[33,4,1,"","num_bytes_written"],[33,3,1,"","reset"],[33,3,1,"","seek_to_bit"],[33,3,1,"","set_overflow_flag"],[33,3,1,"","write_bit_angle"],[33,3,1,"","write_bit_angles"],[33,3,1,"","write_bit_coord"],[33,3,1,"","write_bit_coord_mp"],[33,3,1,"","write_bit_float"],[33,3,1,"","write_bit_normal"],[33,3,1,"","write_bit_vec3_coord"],[33,3,1,"","write_bit_vec3_normal"],[33,3,1,"","write_bits_from_buffer"],[33,3,1,"","write_byte"],[33,3,1,"","write_char"],[33,3,1,"","write_float"],[33,3,1,"","write_long"],[33,3,1,"","write_long_long"],[33,3,1,"","write_one_bit"],[33,3,1,"","write_one_bit_at"],[33,3,1,"","write_one_bit_no_check"],[33,3,1,"","write_sbit_long"],[33,3,1,"","write_short"],[33,3,1,"","write_string"],[33,3,1,"","write_ubit_long"],[33,3,1,"","write_ubit_var"],[33,3,1,"","write_word"]],"colors":[[34,6,1,"","BLACK"],[34,6,1,"","BLUE"],[34,6,1,"","BROWN"],[34,6,1,"","CYAN"],[34,2,1,"","Color"],[34,6,1,"","DARK_BLUE"],[34,6,1,"","DARK_GRAY"],[34,6,1,"","DARK_GREEN"],[34,6,1,"","DARK_RED"],[34,6,1,"","GRAY"],[34,6,1,"","GREEN"],[34,6,1,"","LIGHT_BLUE"],[34,6,1,"","LIGHT_GRAY"],[34,6,1,"","LIGHT_GREEN"],[34,6,1,"","LIGHT_RED"],[34,6,1,"","OLIVE"],[34,6,1,"","ORANGE"],[34,6,1,"","PURPLE"],[34,6,1,"","RED"],[34,6,1,"","WHITE"],[34,6,1,"","YELLOW"]],"colors.Color":[[34,3,1,"","__eq__"],[34,3,1,"","__getitem__"],[34,3,1,"","__init__"],[34,3,1,"","__ne__"],[34,3,1,"","__reduce__"],[34,3,1,"","__repr__"],[34,3,1,"","__setitem__"],[34,3,1,"","__str__"],[34,4,1,"","a"],[34,4,1,"","b"],[34,4,1,"","g"],[34,4,1,"","r"],[34,3,1,"","with_alpha"]],"commands":[[35,2,1,"","Command"],[35,2,1,"","CommandReturn"],[35,2,1,"","ConCommand"],[35,2,1,"","ConCommandBase"],[36,0,0,"-","auth"],[37,0,0,"-","client"],[38,0,0,"-","command"],[39,0,0,"-","filter"],[35,1,1,"","get_command_index"],[40,0,0,"-","manager"],[41,0,0,"-","player"],[42,0,0,"-","say"],[43,0,0,"-","server"],[44,0,0,"-","typed"]],"commands.Command":[[35,3,1,"","__init__"],[35,4,1,"","arg_string"],[35,4,1,"","command_string"],[35,5,1,"","max_command_length"],[35,3,1,"","tokenize"]],"commands.CommandReturn":[[35,5,1,"","BLOCK"],[35,5,1,"","CONTINUE"],[35,5,1,"","names"],[35,5,1,"","values"]],"commands.ConCommand":[[35,3,1,"","__init__"],[35,3,1,"","dispatch"]],"commands.ConCommandBase":[[35,3,1,"","__init__"],[35,3,1,"","add_flags"],[35,4,1,"","dll_identifier"],[35,4,1,"","flags"],[35,4,1,"","help_text"],[35,3,1,"","is_command"],[35,3,1,"","is_flag_set"],[35,3,1,"","is_registered"],[35,4,1,"","name"],[35,4,1,"","next"],[35,3,1,"","remove_flags"]],"commands.client":[[37,2,1,"","ClientCommand"],[37,2,1,"","ClientCommandDispatcher"],[37,2,1,"","ClientCommandFilter"],[37,2,1,"","ClientCommandGenerator"],[37,6,1,"","client_command_manager"],[37,1,1,"","get_client_command"],[37,1,1,"","register_client_command_filter"],[37,1,1,"","unregister_client_command_filter"]],"commands.client.ClientCommandDispatcher":[[37,3,1,"","__init__"],[37,3,1,"","add_callback"],[37,3,1,"","remove_callback"]],"commands.client.ClientCommandGenerator":[[37,3,1,"","__init__"]],"commands.say":[[42,2,1,"","SayCommand"],[42,2,1,"","SayCommandDispatcher"],[42,2,1,"","SayCommandGenerator"],[42,2,1,"","SayFilter"],[42,1,1,"","get_say_command"],[42,1,1,"","register_say_filter"],[42,6,1,"","say_command_manager"],[42,1,1,"","unregister_say_filter"]],"commands.say.SayCommandDispatcher":[[42,3,1,"","__init__"],[42,3,1,"","add_callback"],[42,3,1,"","remove_callback"]],"commands.say.SayCommandGenerator":[[42,3,1,"","__init__"]],"commands.server":[[43,2,1,"","ServerCommand"],[43,2,1,"","ServerCommandDispatcher"],[43,2,1,"","ServerCommandGenerator"],[43,1,1,"","get_server_command"],[43,6,1,"","server_command_manager"]],"commands.server.ServerCommandDispatcher":[[43,3,1,"","__init__"],[43,3,1,"","add_callback"],[43,3,1,"","remove_callback"]],"commands.server.ServerCommandGenerator":[[43,3,1,"","__init__"]],"commands.typed":[[44,7,1,"","ArgumentError"],[44,7,1,"","ArgumentNumberMismatch"],[44,2,1,"","CommandInfo"],[44,2,1,"","CommandNode"],[44,2,1,"","CommandParser"],[44,7,1,"","InvalidArgumentValue"],[44,2,1,"","Node"],[44,2,1,"","Store"],[44,7,1,"","SubCommandError"],[44,7,1,"","SubCommandExpectedError"],[44,7,1,"","SubCommandNotFound"],[44,2,1,"","TypedClientCommand"],[44,2,1,"","TypedSayCommand"],[44,2,1,"","TypedServerCommand"],[44,7,1,"","ValidationError"],[44,1,1,"","filter_str"]],"commands.typed.CommandInfo":[[44,3,1,"","__init__"],[44,4,1,"","auto_command_return"],[44,3,1,"","is_private_command"],[44,3,1,"","reply"]],"commands.typed.CommandNode":[[44,3,1,"","__init__"],[44,4,1,"","signature"]],"commands.typed.CommandParser":[[44,3,1,"","add_command"],[44,3,1,"","clean_command"],[44,3,1,"","get_command"],[44,3,1,"","get_node"],[44,3,1,"","parse_command"],[44,3,1,"","remove_command"],[44,3,1,"","set_node_description"]],"commands.typed.Node":[[44,3,1,"","__init__"],[44,4,1,"","signature"]],"commands.typed.Store":[[44,3,1,"","__init__"],[44,4,1,"","help_text"],[44,4,1,"","signature"]],"commands.typed.TypedClientCommand":[[44,3,1,"","get_auto_command_return"],[44,5,1,"","manager"],[44,5,1,"","parser"],[44,3,1,"","send_message"]],"commands.typed.TypedSayCommand":[[44,3,1,"","get_auto_command_return"],[44,5,1,"","manager"],[44,5,1,"","parser"],[44,3,1,"","send_message"]],"commands.typed.TypedServerCommand":[[44,3,1,"","get_auto_command_return"],[44,5,1,"","manager"],[44,5,1,"","parser"],[44,3,1,"","send_message"]],"commands.typed.ValidationError":[[44,3,1,"","__init__"]],"config":[[46,0,0,"-","command"],[47,0,0,"-","cvar"],[48,0,0,"-","manager"],[49,0,0,"-","section"]],"config.manager":[[48,2,1,"","ConfigManager"]],"config.manager.ConfigManager":[[48,3,1,"","__init__"],[48,3,1,"","command"],[48,3,1,"","cvar"],[48,4,1,"","cvar_prefix"],[48,3,1,"","execute"],[48,4,1,"","filepath"],[48,4,1,"","fullpath"],[48,4,1,"","indention"],[48,4,1,"","max_line_length"],[48,3,1,"","section"],[48,3,1,"","text"],[48,3,1,"","write"]],"core":[[50,2,1,"","AutoUnload"],[50,5,1,"","BoostPythonClass"],[50,2,1,"","ConfigFile"],[50,2,1,"","GameConfigObj"],[50,2,1,"","OutputReturn"],[50,2,1,"","Tokenize"],[50,2,1,"","WeakAutoUnload"],[51,0,0,"-","cache"],[50,1,1,"","check_info_output"],[52,0,0,"-","command"],[50,1,1,"","console_message"],[50,6,1,"","core_plugin_manager"],[50,1,1,"","create_checksum"],[57,0,0,"-","dumps"],[50,1,1,"","echo_console"],[50,1,1,"","get_core_modules"],[50,1,1,"","get_interface"],[50,1,1,"","get_public_ip"],[50,1,1,"","ignore_unicode_errors"],[50,1,1,"","server_output"],[58,0,0,"-","settings"],[59,0,0,"-","table"],[60,0,0,"-","update"],[61,0,0,"-","version"]],"core.ConfigFile":[[50,3,1,"","__init__"]],"core.GameConfigObj":[[50,3,1,"","__init__"]],"core.OutputReturn":[[50,5,1,"","BLOCK"],[50,5,1,"","CONTINUE"],[50,5,1,"","names"],[50,5,1,"","values"]],"core.Tokenize":[[50,3,1,"","__init__"]],"core.cache":[[51,2,1,"","CachedProperty"],[51,1,1,"","cached_property"],[51,1,1,"","cached_result"]],"core.cache.CachedProperty":[[51,3,1,"","__init__"],[51,4,1,"","args"],[51,3,1,"","bind"],[51,3,1,"","delete_cached_value"],[51,3,1,"","deleter"],[51,4,1,"","fdel"],[51,4,1,"","fget"],[51,4,1,"","fset"],[51,3,1,"","get_cached_value"],[51,3,1,"","getter"],[51,4,1,"","kwargs"],[51,4,1,"","name"],[51,4,1,"","owner"],[51,3,1,"","set_cached_value"],[51,3,1,"","setter"],[51,3,1,"","wrap_descriptor"]],"core.command":[[52,2,1,"","CoreCommandManager"],[53,0,0,"-","auth"],[54,0,0,"-","docs"],[55,0,0,"-","dump"],[56,0,0,"-","plugin"]],"core.command.CoreCommandManager":[[52,3,1,"","print_credits"]],"core.command.docs":[[54,1,1,"","is_custom_package"],[54,1,1,"","is_plugin"],[54,1,1,"","is_source_python"]],"core.dumps":[[57,1,1,"","dump_class_info"],[57,1,1,"","dump_convars"],[57,1,1,"","dump_datamaps"],[57,1,1,"","dump_server_classes"],[57,1,1,"","dump_string_tables"],[57,1,1,"","dump_weapon_scripts"]],"core.table":[[59,2,1,"","Alignment"],[59,2,1,"","AsciiTable"],[59,2,1,"","Column"],[59,2,1,"","Item"]],"core.table.Alignment":[[59,3,1,"","CENTER"],[59,3,1,"","LEFT"],[59,3,1,"","RIGHT"]],"core.table.AsciiTable":[[59,3,1,"","__init__"],[59,3,1,"","add_row"],[59,3,1,"","format"]],"core.table.Column":[[59,3,1,"","__init__"]],"core.table.Item":[[59,3,1,"","__init__"]],"core.update":[[60,1,1,"","download_file"],[60,1,1,"","get_build_artifacts"],[60,1,1,"","get_download_url"],[60,1,1,"","get_latest_data_checksum"],[60,1,1,"","is_new_data_available"],[60,1,1,"","update_data"],[60,6,1,"","update_in_progress"]],"core.version":[[61,6,1,"","GIT_COMMIT"],[61,6,1,"","VERSION"],[61,1,1,"","get_last_successful_build_number"],[61,1,1,"","is_unversioned"]],"cvars":[[62,2,1,"","ConVar"],[62,2,1,"","_Cvar"],[62,6,1,"","cvar"],[63,0,0,"-","flags"],[64,0,0,"-","public"],[65,0,0,"-","tags"]],"cvars.ConVar":[[62,3,1,"","__init__"],[62,4,1,"","default"],[62,3,1,"","get_bool"],[62,3,1,"","get_float"],[62,3,1,"","get_int"],[62,3,1,"","get_string"],[62,3,1,"","has_max"],[62,3,1,"","has_min"],[62,3,1,"","make_public"],[62,4,1,"","max"],[62,4,1,"","min"],[62,3,1,"","remove_public"],[62,3,1,"","revert"],[62,3,1,"","set_bool"]],"cvars._Cvar":[[62,3,1,"","__init__"],[62,3,1,"","call_global_change_callbacks"],[62,4,1,"","commands"],[62,3,1,"","find_base"],[62,3,1,"","find_command"],[62,3,1,"","find_var"],[62,3,1,"","register_base"],[62,3,1,"","unregister_base"]],"cvars.flags":[[63,2,1,"","ConVarFlags"]],"cvars.flags.ConVarFlags":[[63,5,1,"","ARCHIVE"],[63,5,1,"","ARCHIVE_XBOX"],[63,5,1,"","CHEAT"],[63,5,1,"","CLIENTCMD_CAN_EXECUTE"],[63,5,1,"","CLIENTDLL"],[63,5,1,"","DEMO"],[63,5,1,"","DEVELOPMENTONLY"],[63,5,1,"","DONTRECORD"],[63,5,1,"","GAMEDLL"],[63,5,1,"","HIDDEN"],[63,5,1,"","NEVER_AS_STRING"],[63,5,1,"","NONE"],[63,5,1,"","NOTIFY"],[63,5,1,"","NOT_CONNECTED"],[63,5,1,"","PRINTABLEONLY"],[63,5,1,"","PROTECTED"],[63,5,1,"","REPLICATED"],[63,5,1,"","SERVER_CANNOT_QUERY"],[63,5,1,"","SERVER_CAN_EXECUTE"],[63,5,1,"","SPONLY"],[63,5,1,"","UNLOGGED"],[63,5,1,"","UNREGISTERED"],[63,5,1,"","USERINFO"]],"cvars.public":[[64,2,1,"","PublicConVar"]],"cvars.public.PublicConVar":[[64,3,1,"","__init__"]],"cvars.tags":[[65,6,1,"","sv_tags"]],"effects":[[66,2,1,"","BloodColor"],[66,2,1,"","ShatterSurface"],[66,1,1,"","ball"],[67,0,0,"-","base"],[66,1,1,"","beam"],[66,1,1,"","box"],[68,0,0,"-","hooks"],[66,1,1,"","polygon"],[66,1,1,"","square"],[69,0,0,"-","templates"]],"effects.BloodColor":[[66,5,1,"","DONT_BLEED"],[66,5,1,"","GREEN"],[66,5,1,"","MECH"],[66,5,1,"","RED"],[66,5,1,"","YELLOW"],[66,5,1,"","names"],[66,5,1,"","values"]],"effects.ShatterSurface":[[66,5,1,"","GLASS"],[66,5,1,"","TILE"],[66,5,1,"","names"],[66,5,1,"","values"]],"effects.base":[[67,2,1,"","BaseTempEntity"],[67,2,1,"","TempEntity"]],"effects.base.BaseTempEntity":[[67,3,1,"","__init__"],[67,3,1,"","create"],[67,4,1,"","name"],[67,4,1,"","next"],[67,3,1,"","precache"],[67,4,1,"","server_class"],[67,3,1,"","test"]],"effects.base.TempEntity":[[67,3,1,"","__init__"],[67,3,1,"","create"],[67,3,1,"","get_property_array"],[67,3,1,"","get_property_bool"],[67,3,1,"","get_property_float"],[67,3,1,"","get_property_int"],[67,3,1,"","get_property_string"],[67,3,1,"","get_property_vector"],[67,3,1,"","set_property_array"],[67,3,1,"","set_property_bool"],[67,3,1,"","set_property_float"],[67,3,1,"","set_property_int"],[67,3,1,"","set_property_string"],[67,3,1,"","set_property_vector"],[67,4,1,"","template"]],"effects.hooks":[[68,2,1,"","TempEntityPreHook"]],"effects.hooks.TempEntityPreHook":[[68,3,1,"","__init__"]],"effects.templates":[[69,2,1,"","TempEntityTemplate"],[69,2,1,"","TempEntityTemplates"]],"effects.templates.TempEntityTemplate":[[69,3,1,"","__init__"],[69,3,1,"","add_hook"],[69,4,1,"","aliases"],[69,3,1,"","handle_hook"],[69,4,1,"","hooks"],[69,4,1,"","properties"],[69,3,1,"","remove_hook"],[69,4,1,"","size"]],"engines":[[71,0,0,"-","gamerules"],[72,0,0,"-","precache"],[73,0,0,"-","server"],[74,0,0,"-","sound"],[75,0,0,"-","trace"]],"engines.gamerules":[[71,2,1,"","GameRules"],[71,1,1,"","find_game_rules"],[71,1,1,"","find_game_rules_property_offset"],[71,1,1,"","find_game_rules_proxy_name"]],"engines.gamerules.GameRules":[[71,3,1,"","__init__"],[71,3,1,"","get_property_bool"],[71,3,1,"","get_property_char"],[71,3,1,"","get_property_color"],[71,3,1,"","get_property_double"],[71,3,1,"","get_property_edict"],[71,3,1,"","get_property_float"],[71,3,1,"","get_property_int"],[71,3,1,"","get_property_interval"],[71,3,1,"","get_property_long"],[71,3,1,"","get_property_long_long"],[71,3,1,"","get_property_pointer"],[71,3,1,"","get_property_quaternion"],[71,3,1,"","get_property_short"],[71,3,1,"","get_property_string"],[71,3,1,"","get_property_string_array"],[71,3,1,"","get_property_string_pointer"],[71,3,1,"","get_property_uchar"],[71,3,1,"","get_property_uint"],[71,3,1,"","get_property_ulong"],[71,3,1,"","get_property_ulong_long"],[71,3,1,"","get_property_ushort"],[71,3,1,"","get_property_vector"],[71,3,1,"","set_property_bool"],[71,3,1,"","set_property_char"],[71,3,1,"","set_property_color"],[71,3,1,"","set_property_double"],[71,3,1,"","set_property_edict"],[71,3,1,"","set_property_float"],[71,3,1,"","set_property_int"],[71,3,1,"","set_property_interval"],[71,3,1,"","set_property_long"],[71,3,1,"","set_property_long_long"],[71,3,1,"","set_property_pointer"],[71,3,1,"","set_property_quaternion"],[71,3,1,"","set_property_short"],[71,3,1,"","set_property_string"],[71,3,1,"","set_property_string_array"],[71,3,1,"","set_property_string_pointer"],[71,3,1,"","set_property_uchar"],[71,3,1,"","set_property_uint"],[71,3,1,"","set_property_ulong"],[71,3,1,"","set_property_ulong_long"],[71,3,1,"","set_property_ushort"],[71,3,1,"","set_property_vector"]],"engines.precache":[[72,2,1,"","Decal"],[72,2,1,"","Generic"],[72,2,1,"","Model"]],"engines.precache.Decal":[[72,5,1,"","precache_table"]],"engines.precache.Generic":[[72,5,1,"","precache_table"]],"engines.precache.Model":[[72,5,1,"","precache_table"]],"engines.server":[[73,2,1,"","ConnectionlessPacketHandler"],[73,2,1,"","MapLoadType"],[73,2,1,"","QueryCvarStatus"],[73,2,1,"","Server"],[73,1,1,"","execute_server_command"],[73,1,1,"","insert_command_string"],[73,1,1,"","insert_server_command"],[73,1,1,"","queue_command_string"],[73,1,1,"","queue_server_command"]],"engines.server.ConnectionlessPacketHandler":[[73,3,1,"","__init__"]],"engines.server.MapLoadType":[[73,5,1,"","Background"],[73,5,1,"","LoadGame"],[73,5,1,"","NewGame"],[73,5,1,"","Transition"],[73,5,1,"","names"],[73,5,1,"","values"]],"engines.server.QueryCvarStatus":[[73,5,1,"","INVALID"],[73,5,1,"","NOT_FOUND"],[73,5,1,"","PROTECTED"],[73,5,1,"","SUCCESS"],[73,5,1,"","names"],[73,5,1,"","values"]],"engines.server.Server":[[73,3,1,"","__init__"],[73,3,1,"","broadcast_message"],[73,4,1,"","class_bits"],[73,4,1,"","client_count"],[73,3,1,"","disconnect_client"],[73,3,1,"","get_client"],[73,3,1,"","get_player_info"],[73,3,1,"","is_active"],[73,3,1,"","is_dedicated"],[73,3,1,"","is_hltv"],[73,3,1,"","is_loading"],[73,3,1,"","is_multiplayer"],[73,3,1,"","is_pausable"],[73,4,1,"","map_name"],[73,4,1,"","max_clients"],[73,4,1,"","name"],[73,4,1,"","net_stats"],[73,4,1,"","num_classes"],[73,4,1,"","num_clients"],[73,4,1,"","num_fake_clients"],[73,4,1,"","num_players"],[73,4,1,"","num_proxies"],[73,4,1,"","password"],[73,4,1,"","paused"],[73,4,1,"","spawn_count"],[73,4,1,"","tick"],[73,4,1,"","tick_interval"],[73,4,1,"","time"],[73,4,1,"","udp_port"]],"engines.sound":[[74,2,1,"","Attenuation"],[74,2,1,"","Channel"],[74,2,1,"","Pitch"],[74,2,1,"","Sound"],[74,2,1,"","SoundFlags"],[74,2,1,"","StreamSound"]],"engines.sound.Attenuation":[[74,5,1,"","GUNFIRE"],[74,5,1,"","IDLE"],[74,5,1,"","MAXIMUM"],[74,5,1,"","NONE"],[74,5,1,"","NORMAL"],[74,5,1,"","RICOCHET"],[74,5,1,"","STATIC"]],"engines.sound.Channel":[[74,5,1,"","AUTO"],[74,5,1,"","BODY"],[74,5,1,"","ITEM"],[74,5,1,"","REPLACE"],[74,5,1,"","STATIC"],[74,5,1,"","STREAM"],[74,5,1,"","USER_BASE"],[74,5,1,"","VOICE"],[74,5,1,"","VOICE_BASE"],[74,5,1,"","WEAPON"],[74,5,1,"","names"],[74,5,1,"","values"]],"engines.sound.Pitch":[[74,5,1,"","HIGH"],[74,5,1,"","LOW"],[74,5,1,"","NORMAL"],[74,5,1,"","names"],[74,5,1,"","values"]],"engines.sound.Sound":[[74,4,1,"","is_precached"],[74,3,1,"","precache"]],"engines.sound.SoundFlags":[[74,5,1,"","CHANGE_PITCH"],[74,5,1,"","CHANGE_VOL"],[74,5,1,"","DELAY"],[74,5,1,"","IGNORE_NAME"],[74,5,1,"","IGNORE_PHONEMES"],[74,5,1,"","NO_FLAGS"],[74,5,1,"","SHOULD_PAUSE"],[74,5,1,"","SPAWNING"],[74,5,1,"","SPEAKER"],[74,5,1,"","STOP"],[74,5,1,"","STOP_LOOPING"],[74,5,1,"","names"],[74,5,1,"","values"]],"engines.sound.StreamSound":[[74,4,1,"","is_precached"],[74,3,1,"","precache"]],"engines.trace":[[75,2,1,"","BaseTrace"],[75,2,1,"","ContentFlags"],[75,2,1,"","ContentMasks"],[75,2,1,"","DisplacementFlags"],[75,2,1,"","EntityEnumerator"],[75,2,1,"","GameTrace"],[75,2,1,"","Ray"],[75,2,1,"","Surface"],[75,2,1,"","SurfaceFlags"],[75,2,1,"","TraceFilter"],[75,2,1,"","TraceFilterSimple"],[75,2,1,"","TraceType"]],"engines.trace.BaseTrace":[[75,3,1,"","__init__"],[75,4,1,"","all_solid"],[75,4,1,"","contents"],[75,4,1,"","displacement_flags"],[75,4,1,"","end_position"],[75,4,1,"","fraction"],[75,4,1,"","plane"],[75,4,1,"","start_position"],[75,4,1,"","start_solid"]],"engines.trace.ContentFlags":[[75,5,1,"","ALL_VISIBLE"],[75,5,1,"","AREAPORTAL"],[75,5,1,"","AUX"],[75,5,1,"","BLOCKLOS"],[75,5,1,"","CURRENT_0"],[75,5,1,"","CURRENT_180"],[75,5,1,"","CURRENT_270"],[75,5,1,"","CURRENT_90"],[75,5,1,"","CURRENT_DOWN"],[75,5,1,"","CURRENT_UP"],[75,5,1,"","DEBRIS"],[75,5,1,"","DETAIL"],[75,5,1,"","EMPTY"],[75,5,1,"","GRATE"],[75,5,1,"","HITBOX"],[75,5,1,"","IGNORE_NODRAW_OPAQUE"],[75,5,1,"","LADDER"],[75,5,1,"","LAST_VISIBLE"],[75,5,1,"","MONSTER"],[75,5,1,"","MONSTERCLIP"],[75,5,1,"","MOVEABLE"],[75,5,1,"","OPAQUE"],[75,5,1,"","ORIGIN"],[75,5,1,"","PLAYERCLIP"],[75,5,1,"","SLIME"],[75,5,1,"","SOLID"],[75,5,1,"","TEAM1"],[75,5,1,"","TEAM2"],[75,5,1,"","TESTFOGVOLUME"],[75,5,1,"","TRANSLUCENT"],[75,5,1,"","UNUSED"],[75,5,1,"","WATER"],[75,5,1,"","WINDOW"]],"engines.trace.ContentMasks":[[75,5,1,"","ALL"],[75,5,1,"","BLOCKLOS"],[75,5,1,"","BLOCKLOS_AND_NPCS"],[75,5,1,"","CURRENT"],[75,5,1,"","DEAD_SOLID"],[75,5,1,"","NPC_SOLID"],[75,5,1,"","NPC_WORLD_STATIC"],[75,5,1,"","OPAQUE"],[75,5,1,"","OPAQUE_AND_NPCS"],[75,5,1,"","PLAYER_SOLID"],[75,5,1,"","PLAYER_SOLID_BRUSH_ONLY"],[75,5,1,"","SHOT"],[75,5,1,"","SHOT_HULL"],[75,5,1,"","SHOT_PORTAL"],[75,5,1,"","SOLID"],[75,5,1,"","SOLID_BRUSH_ONLY"],[75,5,1,"","SPLIT_AREA_PORTAL"],[75,5,1,"","VISIBLE"],[75,5,1,"","VISIBLE_AND_NPCS"],[75,5,1,"","WATER"]],"engines.trace.DisplacementFlags":[[75,5,1,"","BUILDABLE"],[75,5,1,"","SURFACE"],[75,5,1,"","SURFPROP1"],[75,5,1,"","SURFPROP2"],[75,5,1,"","WALKABLE"],[75,5,1,"","names"],[75,5,1,"","values"]],"engines.trace.EntityEnumerator":[[75,3,1,"","__init__"],[75,3,1,"","enum_entity"]],"engines.trace.GameTrace":[[75,3,1,"","__init__"],[75,3,1,"","did_hit"],[75,3,1,"","did_hit_world"],[75,4,1,"","entity"],[75,4,1,"","entity_index"],[75,4,1,"","fraction_left_solid"],[75,4,1,"","hitbox"],[75,4,1,"","hitgroup"],[75,4,1,"","physicsbone"],[75,4,1,"","surface"]],"engines.trace.Ray":[[75,3,1,"","__init__"]],"engines.trace.Surface":[[75,3,1,"","__init__"],[75,4,1,"","flags"],[75,4,1,"","name"],[75,4,1,"","surface_props"]],"engines.trace.SurfaceFlags":[[75,5,1,"","BUMPLIGHT"],[75,5,1,"","HINT"],[75,5,1,"","HITBOX"],[75,5,1,"","LIGHT"],[75,5,1,"","NOCHOP"],[75,5,1,"","NODECALS"],[75,5,1,"","NODRAW"],[75,5,1,"","NOLIGHT"],[75,5,1,"","NOPORTAL"],[75,5,1,"","NOSHADOWS"],[75,5,1,"","SKIP"],[75,5,1,"","SKY"],[75,5,1,"","SKY2D"],[75,5,1,"","TRANS"],[75,5,1,"","TRIGGER"],[75,5,1,"","WARP"],[75,5,1,"","names"],[75,5,1,"","values"]],"engines.trace.TraceFilter":[[75,3,1,"","__init__"],[75,3,1,"","get_trace_type"],[75,3,1,"","should_hit_entity"]],"engines.trace.TraceFilterSimple":[[75,3,1,"","__init__"],[75,3,1,"","get_trace_type"],[75,3,1,"","should_hit_entity"]],"engines.trace.TraceType":[[75,5,1,"","ENTITIES_ONLY"],[75,5,1,"","EVERYTHING"],[75,5,1,"","EVERYTHING_FILTER_PROPS"],[75,5,1,"","WORLD_ONLY"],[75,5,1,"","names"],[75,5,1,"","values"]],"entities":[[76,2,1,"","BaseEntityGenerator"],[76,2,1,"","BaseEntityHandle"],[76,2,1,"","BaseEntityOutput"],[76,2,1,"","CheckTransmitInfo"],[76,2,1,"","Collideable"],[76,2,1,"","Edict"],[76,2,1,"","EntityGenerator"],[76,2,1,"","EntityListener"],[76,2,1,"","EventAction"],[76,2,1,"","EventActionGenerator"],[76,2,1,"","GlobalEntityList"],[76,2,1,"","HandleEntity"],[76,2,1,"","ServerClassGenerator"],[76,2,1,"","ServerEntity"],[76,2,1,"","ServerNetworkable"],[76,2,1,"","ServerUnknown"],[76,2,1,"","TakeDamageInfo"],[77,0,0,"-","classes"],[78,0,0,"-","collisions"],[79,0,0,"-","constants"],[80,0,0,"-","datamaps"],[81,0,0,"-","dictionary"],[82,0,0,"-","engines"],[85,0,0,"-","entity"],[86,0,0,"-","factories"],[87,0,0,"-","helpers"],[88,0,0,"-","hooks"],[89,0,0,"-","props"],[90,0,0,"-","transmit"]],"entities.BaseEntityGenerator":[[76,3,1,"","__init__"]],"entities.BaseEntityHandle":[[76,3,1,"","__init__"],[76,4,1,"","entry_index"],[76,3,1,"","init"],[76,3,1,"","is_valid"],[76,4,1,"","serial_number"],[76,3,1,"","set"],[76,3,1,"","term"],[76,3,1,"","to_int"]],"entities.BaseEntityOutput":[[76,3,1,"","__init__"],[76,4,1,"","event_action"],[76,4,1,"","event_actions"],[76,5,1,"","fire_output"],[76,4,1,"","variant"]],"entities.CheckTransmitInfo":[[76,3,1,"","__init__"],[76,4,1,"","areas_networked"],[76,4,1,"","client"],[76,4,1,"","map_areas"],[76,4,1,"","pvs_size"]],"entities.Collideable":[[76,3,1,"","__init__"],[76,4,1,"","entity_handle"]],"entities.Edict":[[76,3,1,"","__init__"],[76,4,1,"","collideable"]],"entities.EntityGenerator":[[76,3,1,"","__init__"]],"entities.EntityListener":[[76,3,1,"","__init__"]],"entities.EventAction":[[76,3,1,"","__init__"],[76,4,1,"","delay"],[76,4,1,"","id_stamp"],[76,4,1,"","next"],[76,4,1,"","parameter"],[76,4,1,"","target"],[76,4,1,"","target_input"],[76,4,1,"","times_to_fire"]],"entities.EventActionGenerator":[[76,3,1,"","__init__"]],"entities.GlobalEntityList":[[76,3,1,"","__init__"],[76,3,1,"","add_entity_listener"],[76,3,1,"","remove_entity_listener"]],"entities.HandleEntity":[[76,3,1,"","__init__"],[76,4,1,"","basehandle"]],"entities.ServerClassGenerator":[[76,3,1,"","__init__"]],"entities.ServerEntity":[[76,3,1,"","__init__"],[76,3,1,"","lookup_attachment"],[76,3,1,"","lookup_bone"],[76,4,1,"","model_handle"],[76,4,1,"","model_header"],[76,4,1,"","model_index"],[76,4,1,"","model_name"]],"entities.ServerNetworkable":[[76,3,1,"","__init__"],[76,3,1,"","area_num"],[76,4,1,"","base_entity"],[76,4,1,"","classname"],[76,4,1,"","edict"],[76,4,1,"","entity_handle"],[76,4,1,"","pvs_info"],[76,3,1,"","release"],[76,4,1,"","server_class"]],"entities.ServerUnknown":[[76,3,1,"","__init__"],[76,4,1,"","base_entity"],[76,4,1,"","class_name"],[76,4,1,"","classname"],[76,4,1,"","collideable"],[76,3,1,"","is_networked"],[76,4,1,"","networkable"]],"entities.TakeDamageInfo":[[76,3,1,"","__init__"],[76,4,1,"","ammo"],[76,4,1,"","attacker"],[76,4,1,"","base_damage"],[76,4,1,"","bullet"],[76,4,1,"","damage"],[76,4,1,"","damaged_other_players"],[76,4,1,"","force"],[76,4,1,"","inflictor"],[76,4,1,"","penetrated"],[76,4,1,"","position"],[76,4,1,"","radius"],[76,4,1,"","recoil"],[76,4,1,"","reported_position"],[76,4,1,"","stats"],[76,4,1,"","type"],[76,4,1,"","weapon"]],"entities.collisions":[[78,2,1,"","BaseCollisionRules"],[78,2,1,"","CollisionHash"],[78,2,1,"","CollisionHook"],[78,2,1,"","CollisionManager"],[78,2,1,"","CollisionMap"],[78,2,1,"","CollisionMode"],[78,2,1,"","CollisionSet"]],"entities.collisions.BaseCollisionRules":[[78,3,1,"","__init__"],[78,4,1,"","mode"],[78,3,1,"","should_collide"],[78,4,1,"","solid_only"]],"entities.collisions.CollisionHash":[[78,3,1,"","__init__"],[78,3,1,"","add_pair"],[78,3,1,"","clear"],[78,3,1,"","get_count"],[78,3,1,"","get_pairs"],[78,3,1,"","has_pair"],[78,3,1,"","remove_pair"],[78,3,1,"","remove_pairs"]],"entities.collisions.CollisionHook":[[78,3,1,"","__init__"]],"entities.collisions.CollisionManager":[[78,3,1,"","__init__"],[78,3,1,"","register_hook"],[78,4,1,"","solid_masks"],[78,3,1,"","unregister_hook"]],"entities.collisions.CollisionMap":[[78,3,1,"","__init__"],[78,3,1,"","clear"]],"entities.collisions.CollisionMode":[[78,5,1,"","ALLOW"],[78,5,1,"","PREVENT"],[78,5,1,"","names"],[78,5,1,"","values"]],"entities.collisions.CollisionSet":[[78,3,1,"","__init__"],[78,3,1,"","add"],[78,3,1,"","clear"],[78,3,1,"","remove"]],"entities.constants":[[79,2,1,"","CollisionGroup"],[79,2,1,"","DamageTypes"],[79,2,1,"","DissolveType"],[79,2,1,"","EntityEffects"],[79,2,1,"","EntityFlags"],[79,2,1,"","EntityStates"],[79,2,1,"","MoveCollide"],[79,2,1,"","MoveType"],[79,2,1,"","RenderEffects"],[79,2,1,"","RenderMode"],[79,2,1,"","SolidFlags"],[79,2,1,"","SolidType"],[79,2,1,"","TakeDamage"]],"entities.constants.CollisionGroup":[[79,5,1,"","BREAKABLE_GLASS"],[79,5,1,"","DEBRIS"],[79,5,1,"","DEBRIS_BLOCK_PROJECTILE"],[79,5,1,"","DEBRIS_TRIGGER"],[79,5,1,"","DISSOLVING"],[79,5,1,"","DOOR_BLOCKER"],[79,5,1,"","INTERACTIVE"],[79,5,1,"","INTERACTIVE_DEBRIS"],[79,5,1,"","IN_VEHICLE"],[79,5,1,"","NONE"],[79,5,1,"","NPC"],[79,5,1,"","NPC_ACTOR"],[79,5,1,"","NPC_SCRIPTED"],[79,5,1,"","PASSABLE_DOOR"],[79,5,1,"","PLAYER"],[79,5,1,"","PLAYER_MOVEMENT"],[79,5,1,"","PROJECTILE"],[79,5,1,"","PUSHAWAY"],[79,5,1,"","PZ_CLIP"],[79,5,1,"","VEHICLE"],[79,5,1,"","VEHICLE_CLIP"],[79,5,1,"","WEAPON"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.DamageTypes":[[79,5,1,"","ACID"],[79,5,1,"","AIRBOAT"],[79,5,1,"","ALWAYSGIB"],[79,5,1,"","BLAST"],[79,5,1,"","BLAST_SURFACE"],[79,5,1,"","BUCKSHOT"],[79,5,1,"","BULLET"],[79,5,1,"","BURN"],[79,5,1,"","CLUB"],[79,5,1,"","CRUSH"],[79,5,1,"","DIRECT"],[79,5,1,"","DISSOLVE"],[79,5,1,"","DROWN"],[79,5,1,"","DROWNRECOVER"],[79,5,1,"","ENERGYBEAM"],[79,5,1,"","FALL"],[79,5,1,"","GENERIC"],[79,5,1,"","HEADSHOT"],[79,5,1,"","LASTGENERICFLAG"],[79,5,1,"","NERVEGAS"],[79,5,1,"","NEVERGIB"],[79,5,1,"","PARALYZE"],[79,5,1,"","PHYSGUN"],[79,5,1,"","PLASMA"],[79,5,1,"","POISON"],[79,5,1,"","PREVENT_PHYSICS_FORCE"],[79,5,1,"","RADIATION"],[79,5,1,"","REMOVENORAGDOLL"],[79,5,1,"","SHOCK"],[79,5,1,"","SLASH"],[79,5,1,"","SLOWBURN"],[79,5,1,"","SONIC"],[79,5,1,"","VEHICLE"]],"entities.constants.DissolveType":[[79,5,1,"","CORE"],[79,5,1,"","ELECTRICAL"],[79,5,1,"","ELECTRICAL_LIGHT"],[79,5,1,"","NORMAL"]],"entities.constants.EntityEffects":[[79,5,1,"","BONEMERGE"],[79,5,1,"","BONEMERGE_FASTCULL"],[79,5,1,"","BRIGHTLIGHT"],[79,5,1,"","DIMLIGHT"],[79,5,1,"","ITEM_BLINK"],[79,5,1,"","MARKED_FOR_FAST_REFLECTION"],[79,5,1,"","NODRAW"],[79,5,1,"","NOFLASHLIGHT"],[79,5,1,"","NOINTERP"],[79,5,1,"","NORECEIVESHADOW"],[79,5,1,"","NOSHADOW"],[79,5,1,"","NOSHADOWDEPTH"],[79,5,1,"","PARENT_ANIMATES"]],"entities.constants.EntityFlags":[[79,5,1,"","BOT_FROZEN"],[79,5,1,"","CHECK_UNTOUCH"],[79,5,1,"","DIRTY_ABSANGVELOCITY"],[79,5,1,"","DIRTY_ABSTRANSFORM"],[79,5,1,"","DIRTY_ABSVELOCITY"],[79,5,1,"","DIRTY_SHADOWUPDATE"],[79,5,1,"","DIRTY_SPATIAL_PARTITION"],[79,5,1,"","DIRTY_SURROUNDING_COLLISION_BOUNDS"],[79,5,1,"","DONTBLOCKLOS"],[79,5,1,"","DONTWALKON"],[79,5,1,"","DORMANT"],[79,5,1,"","FORCE_CHECK_TRANSMIT"],[79,5,1,"","HAS_PLAYER_CHILD"],[79,5,1,"","IN_SKYBOX"],[79,5,1,"","IS_BEING_LIFTED_BY_BARNACLE"],[79,5,1,"","KEEP_ON_RECREATE_ENTITIES"],[79,5,1,"","KILLME"],[79,5,1,"","NOCLIP_ACTIVE"],[79,5,1,"","NOTIFY"],[79,5,1,"","NO_AUTO_EDICT_ATTACH"],[79,5,1,"","NO_DAMAGE_FORCES"],[79,5,1,"","NO_DISSOLVE"],[79,5,1,"","NO_GAME_PHYSICS_SIMULATION"],[79,5,1,"","NO_MEGAPHYSCANNON_RAGDOLL"],[79,5,1,"","NO_PHYSCANNON_INTERACTION"],[79,5,1,"","NO_ROTORWASH_PUSH"],[79,5,1,"","NO_THINK_FUNCTION"],[79,5,1,"","NO_WATER_VELOCITY_CHANGE"],[79,5,1,"","SERVER_ONLY"],[79,5,1,"","SETTING_UP_BONES"],[79,5,1,"","TOUCHING_FLUID"],[79,5,1,"","USE_PARTITION_WHEN_NOT_SOLID"]],"entities.constants.EntityStates":[[79,5,1,"","AIMTARGET"],[79,5,1,"","BASEVELOCITY"],[79,5,1,"","CONVEYOR"],[79,5,1,"","DISSOLVING"],[79,5,1,"","DONTTOUCH"],[79,5,1,"","FLY"],[79,5,1,"","GODMODE"],[79,5,1,"","GRAPHED"],[79,5,1,"","GRENADE"],[79,5,1,"","KILLME"],[79,5,1,"","NOTARGET"],[79,5,1,"","NPC"],[79,5,1,"","OBJECT"],[79,5,1,"","ONFIRE"],[79,5,1,"","PARTIALGROUND"],[79,5,1,"","STATICPROP"],[79,5,1,"","STEPMOVEMENT"],[79,5,1,"","SWIM"],[79,5,1,"","TRANSRAGDOLL"],[79,5,1,"","UNBLOCKABLE_BY_PLAYER"],[79,5,1,"","WORLDBRUSH"]],"entities.constants.MoveCollide":[[79,5,1,"","COUNT"],[79,5,1,"","DEFAULT"],[79,5,1,"","FLY_BOUNCE"],[79,5,1,"","FLY_CUSTOM"],[79,5,1,"","FLY_SLIDE"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.MoveType":[[79,5,1,"","CUSTOM"],[79,5,1,"","FLY"],[79,5,1,"","FLYGRAVITY"],[79,5,1,"","ISOMETRIC"],[79,5,1,"","LADDER"],[79,5,1,"","NOCLIP"],[79,5,1,"","NONE"],[79,5,1,"","OBSERVER"],[79,5,1,"","PUSH"],[79,5,1,"","STEP"],[79,5,1,"","VPHYSICS"],[79,5,1,"","WALK"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.RenderEffects":[[79,5,1,"","CLAMP_MIN_SCALE"],[79,5,1,"","DISTORT"],[79,5,1,"","ENV_RAIN"],[79,5,1,"","ENV_SNOW"],[79,5,1,"","EXPLODE"],[79,5,1,"","FADE_FAST"],[79,5,1,"","FADE_IN"],[79,5,1,"","FADE_OUT"],[79,5,1,"","FADE_SLOW"],[79,5,1,"","FLICKER_FAST"],[79,5,1,"","FLICKER_SLOW"],[79,5,1,"","GLOW_SHELL"],[79,5,1,"","HOLOGRAM"],[79,5,1,"","NONE"],[79,5,1,"","NO_DISSIPATION"],[79,5,1,"","PULSE_FAST"],[79,5,1,"","PULSE_FAST_WIDE"],[79,5,1,"","PULSE_FAST_WIDER"],[79,5,1,"","PULSE_SLOW"],[79,5,1,"","PULSE_SLOW_WIDE"],[79,5,1,"","RAGDOLL"],[79,5,1,"","SOLID_FAST"],[79,5,1,"","SOLID_SLOW"],[79,5,1,"","SPOTLIGHT"],[79,5,1,"","STROBE_FAST"],[79,5,1,"","STROBE_FASTER"],[79,5,1,"","STROBE_SLOW"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.RenderMode":[[79,5,1,"","ENVIRONMENTAL"],[79,5,1,"","GLOW"],[79,5,1,"","NONE"],[79,5,1,"","NORMAL"],[79,5,1,"","TRANS_ADD"],[79,5,1,"","TRANS_ADD_FRAME_BLEND"],[79,5,1,"","TRANS_ALPHA"],[79,5,1,"","TRANS_ALPHA_ADD"],[79,5,1,"","TRANS_COLOR"],[79,5,1,"","TRANS_TEXTURE"],[79,5,1,"","WORLD_GLOW"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.SolidFlags":[[79,5,1,"","CUSTOMBOXTEST"],[79,5,1,"","CUSTOMRAYTEST"],[79,5,1,"","FORCE_WORLD_ALIGNED"],[79,5,1,"","NOT_MOVEABLE"],[79,5,1,"","NOT_SOLID"],[79,5,1,"","NOT_STANDABLE"],[79,5,1,"","ROOT_PARENT_ALIGNED"],[79,5,1,"","TRIGGER"],[79,5,1,"","TRIGGER_TOUCH_DEBRIS"],[79,5,1,"","TRIGGER_TOUCH_PLAYER"],[79,5,1,"","USE_TRIGGER_BOUNDS"],[79,5,1,"","VOLUME_CONTENTS"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.SolidType":[[79,5,1,"","BBOX"],[79,5,1,"","BSP"],[79,5,1,"","CUSTOM"],[79,5,1,"","NONE"],[79,5,1,"","OBB"],[79,5,1,"","OBB_YAW"],[79,5,1,"","VPHYSICS"],[79,5,1,"","names"],[79,5,1,"","values"]],"entities.constants.TakeDamage":[[79,5,1,"","AIM"],[79,5,1,"","EVENTS_ONLY"],[79,5,1,"","NO"],[79,5,1,"","YES"]],"entities.datamaps":[[80,2,1,"","DataMap"],[80,2,1,"","EntityProperty"],[80,2,1,"","FieldType"],[80,2,1,"","InputData"],[80,2,1,"","InputFunction"],[80,2,1,"","Interval"],[80,2,1,"","TypeDescription"],[80,2,1,"","TypeDescriptionFlags"],[80,2,1,"","Variant"]],"entities.datamaps.DataMap":[[80,3,1,"","__init__"],[80,4,1,"","base"],[80,4,1,"","chains_validated"],[80,4,1,"","class_name"],[80,3,1,"","find"],[80,3,1,"","find_offset"],[80,4,1,"","length"],[80,4,1,"","optimized_datamap"],[80,4,1,"","packed_offsets_computed"],[80,4,1,"","packed_size"]],"entities.datamaps.EntityProperty":[[80,3,1,"","__init__"],[80,4,1,"","instance"],[80,4,1,"","networked"],[80,4,1,"","offset"],[80,4,1,"","prop_type"]],"entities.datamaps.FieldType":[[80,5,1,"","BOOLEAN"],[80,5,1,"","CHARACTER"],[80,5,1,"","CLASSPTR"],[80,5,1,"","COLOR32"],[80,5,1,"","CUSTOM"],[80,5,1,"","EDICT"],[80,5,1,"","EHANDLE"],[80,5,1,"","EMBEDDED"],[80,5,1,"","FLOAT"],[80,5,1,"","FUNCTION"],[80,5,1,"","INPUT"],[80,5,1,"","INTEGER"],[80,5,1,"","INTEGER64"],[80,5,1,"","INTERVAL"],[80,5,1,"","MATERIALINDEX"],[80,5,1,"","MATRIX3X4_WORLDSPACE"],[80,5,1,"","MODELINDEX"],[80,5,1,"","MODELNAME"],[80,5,1,"","POSITION_VECTOR"],[80,5,1,"","QUATERNION"],[80,5,1,"","SHORT"],[80,5,1,"","SOUNDNAME"],[80,5,1,"","STRING"],[80,5,1,"","TICK"],[80,5,1,"","TIME"],[80,5,1,"","TYPECOUNT"],[80,5,1,"","VECTOR"],[80,5,1,"","VECTOR2D"],[80,5,1,"","VECTOR4D"],[80,5,1,"","VMATRIX"],[80,5,1,"","VMATRIX_WORLDSPACE"],[80,5,1,"","VOID"],[80,5,1,"","names"],[80,5,1,"","values"]],"entities.datamaps.InputData":[[80,3,1,"","__init__"],[80,4,1,"","activator"],[80,4,1,"","caller"],[80,4,1,"","output_index"],[80,4,1,"","value"]],"entities.datamaps.InputFunction":[[80,3,1,"","__init__"]],"entities.datamaps.Interval":[[80,3,1,"","__init__"],[80,4,1,"","range"],[80,4,1,"","start"]],"entities.datamaps.TypeDescription":[[80,3,1,"","__init__"],[80,4,1,"","embedded_datamap"],[80,4,1,"","external_name"],[80,4,1,"","flags"],[80,4,1,"","flat_group"],[80,4,1,"","flat_offset"],[80,4,1,"","function"],[80,4,1,"","input_function"],[80,4,1,"","name"],[80,4,1,"","offset"],[80,4,1,"","override_count"],[80,4,1,"","override_field"],[80,4,1,"","packed_offset"],[80,4,1,"","save_restore"],[80,4,1,"","size"],[80,4,1,"","size_in_bytes"],[80,4,1,"","tolerance"],[80,4,1,"","type"]],"entities.datamaps.TypeDescriptionFlags":[[80,5,1,"","FUNCTIONTABLE"],[80,5,1,"","GLOBAL"],[80,5,1,"","INDEX"],[80,5,1,"","INPUT"],[80,5,1,"","INSENDTABLE"],[80,5,1,"","KEY"],[80,5,1,"","MODELINDEX"],[80,5,1,"","NOERRORCHECK"],[80,5,1,"","OUTPUT"],[80,5,1,"","OVERRIDE"],[80,5,1,"","PRIVATE"],[80,5,1,"","PTR"],[80,5,1,"","SAVE"],[80,5,1,"","VIEW_NEVER"],[80,5,1,"","VIEW_OTHER_PLAYER"],[80,5,1,"","VIEW_OWN_TEAM"]],"entities.datamaps.Variant":[[80,3,1,"","__init__"],[80,3,1,"","get_bool"],[80,3,1,"","get_color"],[80,3,1,"","get_entity"],[80,3,1,"","get_float"],[80,3,1,"","get_int"],[80,3,1,"","get_string"],[80,3,1,"","get_vector"],[80,3,1,"","set_bool"],[80,3,1,"","set_color"],[80,3,1,"","set_entity"],[80,3,1,"","set_float"],[80,3,1,"","set_int"],[80,3,1,"","set_string"],[80,3,1,"","set_vector"],[80,4,1,"","type"]],"entities.dictionary":[[81,2,1,"","EntityDictionary"],[81,2,1,"","SyncedEntityDictionary"]],"entities.dictionary.EntityDictionary":[[81,3,1,"","__init__"],[81,3,1,"","from_inthandle"],[81,3,1,"","on_automatically_removed"]],"entities.dictionary.SyncedEntityDictionary":[[81,3,1,"","__init__"],[81,3,1,"","on_automatically_created"],[81,3,1,"","resync"]],"entities.engines":[[83,0,0,"-","csgo"]],"entities.engines.csgo":[[83,2,1,"","Entity"],[84,0,0,"-","csgo"]],"entities.engines.csgo.csgo":[[84,2,1,"","Entity"]],"entities.engines.csgo.csgo.Entity":[[84,5,1,"","caching"],[84,3,1,"","create"],[84,3,1,"","find"],[84,4,1,"","thrower"]],"entities.entity":[[85,2,1,"","BaseEntity"],[85,2,1,"","Entity"]],"entities.entity.BaseEntity":[[85,3,1,"","__init__"],[85,4,1,"","angles"],[85,4,1,"","avelocity"],[85,4,1,"","base_velocity"],[85,4,1,"","collision_group"],[85,4,1,"","color"],[85,3,1,"","create"],[85,4,1,"","damage_filter"],[85,5,1,"","datamap"],[85,5,1,"","edict"],[85,4,1,"","effects"],[85,4,1,"","elasticity"],[85,4,1,"","entity_flags"],[85,5,1,"","factory"],[85,3,1,"","find"],[85,3,1,"","find_or_create"],[85,4,1,"","friction"],[85,3,1,"","get_datamap_property_bool"],[85,3,1,"","get_datamap_property_char"],[85,3,1,"","get_datamap_property_color"],[85,3,1,"","get_datamap_property_double"],[85,3,1,"","get_datamap_property_edict"],[85,3,1,"","get_datamap_property_float"],[85,3,1,"","get_datamap_property_int"],[85,3,1,"","get_datamap_property_interval"],[85,3,1,"","get_datamap_property_long"],[85,3,1,"","get_datamap_property_long_long"],[85,3,1,"","get_datamap_property_pointer"],[85,3,1,"","get_datamap_property_quaternion"],[85,3,1,"","get_datamap_property_short"],[85,3,1,"","get_datamap_property_string_array"],[85,3,1,"","get_datamap_property_string_pointer"],[85,3,1,"","get_datamap_property_uchar"],[85,3,1,"","get_datamap_property_uint"],[85,3,1,"","get_datamap_property_ulong"],[85,3,1,"","get_datamap_property_ulong_long"],[85,3,1,"","get_datamap_property_ushort"],[85,3,1,"","get_datamap_property_vector"],[85,3,1,"","get_eye_location"],[85,3,1,"","get_key_value_bool"],[85,3,1,"","get_key_value_color"],[85,3,1,"","get_key_value_float"],[85,3,1,"","get_key_value_int"],[85,3,1,"","get_key_value_qangle"],[85,3,1,"","get_key_value_string"],[85,3,1,"","get_key_value_vector"],[85,3,1,"","get_network_property_bool"],[85,3,1,"","get_network_property_char"],[85,3,1,"","get_network_property_color"],[85,3,1,"","get_network_property_double"],[85,3,1,"","get_network_property_edict"],[85,3,1,"","get_network_property_float"],[85,3,1,"","get_network_property_int"],[85,3,1,"","get_network_property_interval"],[85,3,1,"","get_network_property_long"],[85,3,1,"","get_network_property_long_long"],[85,3,1,"","get_network_property_pointer"],[85,3,1,"","get_network_property_quaternion"],[85,3,1,"","get_network_property_short"],[85,3,1,"","get_network_property_string_array"],[85,3,1,"","get_network_property_string_pointer"],[85,3,1,"","get_network_property_uchar"],[85,3,1,"","get_network_property_uint"],[85,3,1,"","get_network_property_ulong"],[85,3,1,"","get_network_property_ulong_long"],[85,3,1,"","get_network_property_ushort"],[85,3,1,"","get_network_property_vector"],[85,3,1,"","get_output"],[85,3,1,"","get_property_bool"],[85,3,1,"","get_property_char"],[85,3,1,"","get_property_color"],[85,3,1,"","get_property_double"],[85,3,1,"","get_property_edict"],[85,3,1,"","get_property_float"],[85,3,1,"","get_property_int"],[85,3,1,"","get_property_interval"],[85,3,1,"","get_property_long"],[85,3,1,"","get_property_long_long"],[85,3,1,"","get_property_pointer"],[85,3,1,"","get_property_quaternion"],[85,3,1,"","get_property_short"],[85,3,1,"","get_property_string"],[85,3,1,"","get_property_string_array"],[85,3,1,"","get_property_string_pointer"],[85,3,1,"","get_property_uchar"],[85,3,1,"","get_property_uint"],[85,3,1,"","get_property_ulong"],[85,3,1,"","get_property_ulong_long"],[85,3,1,"","get_property_ushort"],[85,3,1,"","get_property_vector"],[85,4,1,"","global_name"],[85,4,1,"","gravity"],[85,4,1,"","ground_entity"],[85,4,1,"","hammerid"],[85,4,1,"","health"],[85,5,1,"","index"],[85,5,1,"","inthandle"],[85,3,1,"","is_marked_for_deletion"],[85,3,1,"","is_player"],[85,3,1,"","is_weapon"],[85,4,1,"","local_time"],[85,4,1,"","max_health"],[85,4,1,"","maxs"],[85,4,1,"","mins"],[85,4,1,"","move_type"],[85,4,1,"","origin"],[85,4,1,"","owner_handle"],[85,4,1,"","parent_inthandle"],[85,4,1,"","parent_name"],[85,4,1,"","physics_object"],[85,5,1,"","pointer"],[85,3,1,"","remove"],[85,4,1,"","render_color"],[85,4,1,"","render_fx"],[85,4,1,"","render_mode"],[85,4,1,"","rotation"],[85,5,1,"","server_class"],[85,3,1,"","set_datamap_property_bool"],[85,3,1,"","set_datamap_property_char"],[85,3,1,"","set_datamap_property_color"],[85,3,1,"","set_datamap_property_double"],[85,3,1,"","set_datamap_property_edict"],[85,3,1,"","set_datamap_property_float"],[85,3,1,"","set_datamap_property_int"],[85,3,1,"","set_datamap_property_interval"],[85,3,1,"","set_datamap_property_long"],[85,3,1,"","set_datamap_property_long_long"],[85,3,1,"","set_datamap_property_pointer"],[85,3,1,"","set_datamap_property_quaternion"],[85,3,1,"","set_datamap_property_short"],[85,3,1,"","set_datamap_property_string_array"],[85,3,1,"","set_datamap_property_string_pointer"],[85,3,1,"","set_datamap_property_uchar"],[85,3,1,"","set_datamap_property_uint"],[85,3,1,"","set_datamap_property_ulong"],[85,3,1,"","set_datamap_property_ulong_long"],[85,3,1,"","set_datamap_property_ushort"],[85,3,1,"","set_datamap_property_vector"],[85,3,1,"","set_key_value_bool"],[85,3,1,"","set_key_value_color"],[85,3,1,"","set_key_value_float"],[85,3,1,"","set_key_value_int"],[85,3,1,"","set_key_value_qangle"],[85,3,1,"","set_key_value_string"],[85,3,1,"","set_key_value_vector"],[85,3,1,"","set_network_property_bool"],[85,3,1,"","set_network_property_char"],[85,3,1,"","set_network_property_color"],[85,3,1,"","set_network_property_double"],[85,3,1,"","set_network_property_edict"],[85,3,1,"","set_network_property_float"],[85,3,1,"","set_network_property_int"],[85,3,1,"","set_network_property_interval"],[85,3,1,"","set_network_property_long"],[85,3,1,"","set_network_property_long_long"],[85,3,1,"","set_network_property_pointer"],[85,3,1,"","set_network_property_quaternion"],[85,3,1,"","set_network_property_short"],[85,3,1,"","set_network_property_string_array"],[85,3,1,"","set_network_property_string_pointer"],[85,3,1,"","set_network_property_uchar"],[85,3,1,"","set_network_property_uint"],[85,3,1,"","set_network_property_ulong"],[85,3,1,"","set_network_property_ulong_long"],[85,3,1,"","set_network_property_ushort"],[85,3,1,"","set_network_property_vector"],[85,3,1,"","set_property_bool"],[85,3,1,"","set_property_char"],[85,3,1,"","set_property_color"],[85,3,1,"","set_property_double"],[85,3,1,"","set_property_edict"],[85,3,1,"","set_property_float"],[85,3,1,"","set_property_int"],[85,3,1,"","set_property_interval"],[85,3,1,"","set_property_long"],[85,3,1,"","set_property_long_long"],[85,3,1,"","set_property_pointer"],[85,3,1,"","set_property_quaternion"],[85,3,1,"","set_property_short"],[85,3,1,"","set_property_string"],[85,3,1,"","set_property_string_array"],[85,3,1,"","set_property_string_pointer"],[85,3,1,"","set_property_uchar"],[85,3,1,"","set_property_uint"],[85,3,1,"","set_property_ulong"],[85,3,1,"","set_property_ulong_long"],[85,3,1,"","set_property_ushort"],[85,3,1,"","set_property_vector"],[85,4,1,"","shadow_cast_distance"],[85,4,1,"","solid_flags"],[85,4,1,"","solid_type"],[85,3,1,"","spawn"],[85,4,1,"","spawn_flags"],[85,4,1,"","speed"],[85,3,1,"","stop_sound"],[85,4,1,"","target"],[85,4,1,"","target_name"],[85,4,1,"","team_index"],[85,4,1,"","velocity"],[85,4,1,"","view_offset"],[85,4,1,"","water_level"]],"entities.entity.Entity":[[85,3,1,"","__init__"],[85,3,1,"","call_input"],[85,3,1,"","delay"],[85,5,1,"","dynamic_attributes"],[85,3,1,"","emit_sound"],[85,3,1,"","from_inthandle"],[85,3,1,"","get_input"],[85,3,1,"","get_model"],[85,3,1,"","get_output"],[85,3,1,"","get_parent"],[85,5,1,"","inputs"],[85,3,1,"","is_in_solid"],[85,3,1,"","is_networked"],[85,5,1,"","keyvalues"],[85,4,1,"","model"],[85,5,1,"","outputs"],[85,4,1,"","owner"],[85,4,1,"","parent"],[85,5,1,"","properties"],[85,3,1,"","repeat"],[85,5,1,"","server_classes"],[85,5,1,"","set_model"],[85,5,1,"","set_parent"],[85,3,1,"","take_damage"],[85,5,1,"","teleport"]],"entities.factories":[[86,2,1,"","EntityFactory"],[86,2,1,"","EntityFactoryDictionary"]],"entities.factories.EntityFactory":[[86,3,1,"","__init__"],[86,3,1,"","create"],[86,3,1,"","destroy"],[86,4,1,"","size"]],"entities.factories.EntityFactoryDictionary":[[86,3,1,"","__init__"]],"entities.helpers":[[87,2,1,"","EntityMemFuncWrapper"],[87,1,1,"","baseentity_from_basehandle"],[87,1,1,"","baseentity_from_edict"],[87,1,1,"","baseentity_from_index"],[87,1,1,"","baseentity_from_inthandle"],[87,1,1,"","baseentity_from_pointer"],[87,1,1,"","basehandle_from_baseentity"],[87,1,1,"","basehandle_from_edict"],[87,1,1,"","basehandle_from_index"],[87,1,1,"","basehandle_from_inthandle"],[87,1,1,"","basehandle_from_pointer"],[87,1,1,"","edict_from_baseentity"],[87,1,1,"","edict_from_basehandle"],[87,1,1,"","edict_from_index"],[87,1,1,"","edict_from_inthandle"],[87,1,1,"","edict_from_pointer"],[87,1,1,"","find_output_name"],[87,1,1,"","index_from_baseentity"],[87,1,1,"","index_from_basehandle"],[87,1,1,"","index_from_edict"],[87,1,1,"","index_from_inthandle"],[87,1,1,"","index_from_pointer"],[87,1,1,"","inthandle_from_baseentity"],[87,1,1,"","inthandle_from_basehandle"],[87,1,1,"","inthandle_from_edict"],[87,1,1,"","inthandle_from_index"],[87,1,1,"","inthandle_from_pointer"],[87,1,1,"","pointer_from_baseentity"],[87,1,1,"","pointer_from_basehandle"],[87,1,1,"","pointer_from_edict"],[87,1,1,"","pointer_from_index"],[87,1,1,"","pointer_from_inthandle"],[87,1,1,"","wrap_entity_mem_func"]],"entities.helpers.EntityMemFuncWrapper":[[87,3,1,"","__init__"],[87,3,1,"","call_trampoline"],[87,3,1,"","skip_hooks"]],"entities.hooks":[[88,2,1,"","EntityCondition"],[88,2,1,"","EntityPostHook"],[88,2,1,"","EntityPreHook"]],"entities.hooks.EntityCondition":[[88,3,1,"","equals_datamap_classname"],[88,3,1,"","equals_entity_classname"],[88,3,1,"","is_bot_player"],[88,3,1,"","is_human_player"],[88,3,1,"","is_not_player"],[88,3,1,"","is_player"]],"entities.hooks.EntityPostHook":[[88,5,1,"","hook_type"]],"entities.hooks.EntityPreHook":[[88,5,1,"","hook_type"]],"entities.props":[[89,2,1,"","SendProp"],[89,2,1,"","SendPropFlags"],[89,2,1,"","SendPropType"],[89,2,1,"","SendPropVariant"],[89,2,1,"","SendProxyRecipients"],[89,2,1,"","SendTable"],[89,2,1,"","ServerClass"]],"entities.props.SendProp":[[89,3,1,"","__init__"],[89,4,1,"","array_length_proxy_function"],[89,4,1,"","array_prop"],[89,4,1,"","bits"],[89,4,1,"","data_table"],[89,4,1,"","data_table_proxy_function"],[89,4,1,"","element_stride"],[89,4,1,"","exclude_data_table_name"],[89,4,1,"","flags"],[89,3,1,"","get_priority"],[89,4,1,"","high_low_mul"],[89,4,1,"","high_value"],[89,3,1,"","is_exclude_prop"],[89,3,1,"","is_inside_array"],[89,3,1,"","is_signed"],[89,4,1,"","length"],[89,4,1,"","low_value"],[89,4,1,"","name"],[89,4,1,"","offset"],[89,4,1,"","parent_array_prop_name"],[89,4,1,"","priority"],[89,4,1,"","proxy_function"],[89,4,1,"","type"]],"entities.props.SendPropFlags":[[89,5,1,"","CHANGES_OFTEN"],[89,5,1,"","COLLAPSIBLE"],[89,5,1,"","COORD"],[89,5,1,"","COORD_MP"],[89,5,1,"","COORD_MP_INTEGRAL"],[89,5,1,"","COORD_MP_LOW_PRECISION"],[89,5,1,"","EXCLUDE"],[89,5,1,"","INSIDE_ARRAY"],[89,5,1,"","IS_A_VECTOR_ELEM"],[89,5,1,"","NORMAL"],[89,5,1,"","NOSCALE"],[89,5,1,"","PROXY_ALWAYS_YES"],[89,5,1,"","ROUND_DOWN"],[89,5,1,"","ROUND_UP"],[89,5,1,"","UNSIGNED"],[89,5,1,"","XYZE"]],"entities.props.SendPropType":[[89,5,1,"","ARRAY"],[89,5,1,"","DATATABLE"],[89,5,1,"","FLOAT"],[89,5,1,"","INT"],[89,5,1,"","INT64"],[89,5,1,"","STRING"],[89,5,1,"","VECTOR"],[89,5,1,"","VECTORXY"],[89,5,1,"","names"],[89,5,1,"","values"]],"entities.props.SendPropVariant":[[89,3,1,"","__init__"],[89,3,1,"","get_data"],[89,3,1,"","get_float"],[89,3,1,"","get_int"],[89,3,1,"","get_int64"],[89,3,1,"","get_string"],[89,3,1,"","get_vector"],[89,3,1,"","set_data"],[89,3,1,"","set_float"],[89,3,1,"","set_int"],[89,3,1,"","set_int64"],[89,3,1,"","set_string"],[89,3,1,"","set_vector"],[89,3,1,"","to_string"],[89,4,1,"","type"]],"entities.props.SendProxyRecipients":[[89,3,1,"","__init__"],[89,3,1,"","clear_all_recipients"],[89,3,1,"","set_all_recipients"],[89,3,1,"","set_only"],[89,3,1,"","set_recipient"]],"entities.props.SendTable":[[89,3,1,"","__init__"],[89,3,1,"","get_prop"],[89,3,1,"","is_initialized"],[89,4,1,"","length"],[89,4,1,"","name"],[89,4,1,"","props"],[89,4,1,"","props_encoded_against_tick_count"],[89,3,1,"","set_initialized"],[89,4,1,"","write_flag"]],"entities.props.ServerClass":[[89,3,1,"","__init__"],[89,4,1,"","class_index"],[89,3,1,"","find_server_class"],[89,4,1,"","instance_baseline_index"],[89,4,1,"","name"],[89,4,1,"","next"],[89,4,1,"","table"]],"entities.transmit":[[90,2,1,"","BaseTransmitRules"],[90,2,1,"","TransmitHash"],[90,2,1,"","TransmitHook"],[90,2,1,"","TransmitManager"],[90,2,1,"","TransmitMap"],[90,2,1,"","TransmitMode"],[90,2,1,"","TransmitSet"],[90,2,1,"","TransmitStates"]],"entities.transmit.BaseTransmitRules":[[90,3,1,"","__init__"],[90,4,1,"","mode"],[90,3,1,"","should_transmit"]],"entities.transmit.TransmitHash":[[90,3,1,"","__init__"],[90,3,1,"","add_pair"],[90,3,1,"","clear"],[90,3,1,"","get_count"],[90,3,1,"","get_pairs"],[90,3,1,"","has_pair"],[90,3,1,"","remove_pair"],[90,3,1,"","remove_pairs"]],"entities.transmit.TransmitHook":[[90,3,1,"","__init__"]],"entities.transmit.TransmitManager":[[90,3,1,"","__init__"],[90,3,1,"","register_hook"],[90,3,1,"","unregister_hook"]],"entities.transmit.TransmitMap":[[90,3,1,"","__init__"],[90,3,1,"","clear"]],"entities.transmit.TransmitMode":[[90,5,1,"","ALLOW"],[90,5,1,"","PREVENT"],[90,5,1,"","names"],[90,5,1,"","values"]],"entities.transmit.TransmitSet":[[90,3,1,"","__init__"],[90,3,1,"","add"],[90,3,1,"","clear"],[90,3,1,"","remove"]],"entities.transmit.TransmitStates":[[90,3,1,"","__init__"]],"events":[[91,1,1,"","Event"],[91,2,1,"","EventVarType"],[91,2,1,"","GameEvent"],[91,2,1,"","GameEventDescriptor"],[92,0,0,"-","custom"],[93,0,0,"-","hooks"],[94,0,0,"-","listener"],[95,0,0,"-","manager"],[96,0,0,"-","resource"],[97,0,0,"-","variable"]],"events.EventVarType":[[91,5,1,"","BOOL"],[91,5,1,"","BYTE"],[91,5,1,"","FLOAT"],[91,5,1,"","LOCAL"],[91,5,1,"","LONG"],[91,5,1,"","SHORT"],[91,5,1,"","STRING"],[91,5,1,"","UINT64"],[91,5,1,"","WSTRING"],[91,5,1,"","names"],[91,5,1,"","values"]],"events.GameEvent":[[91,3,1,"","__getitem__"],[91,3,1,"","__init__"],[91,3,1,"","__reduce__"],[91,3,1,"","__setitem__"],[91,4,1,"","descriptor"],[91,3,1,"","get_bool"],[91,3,1,"","get_float"],[91,3,1,"","get_int"],[91,3,1,"","get_string"],[91,3,1,"","is_empty"],[91,3,1,"","is_local"],[91,3,1,"","is_reliable"],[91,4,1,"","name"],[91,3,1,"","set_bool"],[91,3,1,"","set_float"],[91,3,1,"","set_int"],[91,3,1,"","set_string"],[91,4,1,"","variables"]],"events.GameEventDescriptor":[[91,3,1,"","__init__"],[91,3,1,"","__reduce__"],[91,4,1,"","event_id"],[91,4,1,"","local"],[91,4,1,"","name"],[91,4,1,"","reliable"],[91,4,1,"","variables"]],"events.custom":[[92,2,1,"","CustomEvent"]],"events.custom.CustomEvent":[[92,3,1,"","__init__"],[92,3,1,"","fire"],[92,4,1,"","name"],[92,3,1,"","reset"]],"events.hooks":[[93,2,1,"","EventAction"],[93,1,1,"","PreEvent"],[93,6,1,"","pre_event_manager"]],"events.listener":[[94,2,1,"","GameEventListener"]],"events.listener.GameEventListener":[[94,3,1,"","__init__"],[94,4,1,"","event_debug_id"],[94,3,1,"","fire_game_event"]],"events.manager":[[95,6,1,"","event_manager"]],"events.resource":[[96,2,1,"","ResourceFile"]],"events.resource.ResourceFile":[[96,3,1,"","__init__"],[96,4,1,"","filepath"],[96,4,1,"","fullpath"],[96,3,1,"","load_events"],[96,3,1,"","write"]],"events.variable":[[97,2,1,"","BoolVariable"],[97,2,1,"","ByteVariable"],[97,2,1,"","FloatVariable"],[97,2,1,"","LongVariable"],[97,2,1,"","ShortVariable"],[97,2,1,"","StringVariable"]],"events.variable.BoolVariable":[[97,5,1,"","method"]],"events.variable.ByteVariable":[[97,5,1,"","method"]],"events.variable.FloatVariable":[[97,5,1,"","method"]],"events.variable.LongVariable":[[97,5,1,"","method"]],"events.variable.ShortVariable":[[97,5,1,"","method"]],"events.variable.StringVariable":[[97,5,1,"","method"]],"filesystem":[[98,2,1,"","SeekType"],[98,2,1,"","SourceFile"],[98,1,1,"","is_vpk_file"],[98,1,1,"","source_file"]],"filesystem.SeekType":[[98,5,1,"","CURRENT"],[98,5,1,"","HEAD"],[98,5,1,"","TAIL"],[98,5,1,"","names"],[98,5,1,"","values"]],"filesystem.SourceFile":[[98,3,1,"","__init__"],[98,3,1,"","close"],[98,4,1,"","closed"],[98,4,1,"","eof"],[98,3,1,"","fileno"],[98,3,1,"","flush"],[98,4,1,"","handle"],[98,3,1,"","isatty"],[98,3,1,"","open"],[98,3,1,"","read"],[98,3,1,"","readable"],[98,3,1,"","readline"],[98,3,1,"","readlines"],[98,3,1,"","save"],[98,3,1,"","seek"],[98,3,1,"","seekable"],[98,4,1,"","size"],[98,3,1,"","tell"],[98,3,1,"","truncate"],[98,3,1,"","write"],[98,3,1,"","writeable"],[98,3,1,"","writelines"]],"filters":[[100,0,0,"-","entities"],[101,0,0,"-","iterator"],[102,0,0,"-","players"],[103,0,0,"-","recipients"],[104,0,0,"-","weapons"]],"filters.entities":[[100,2,1,"","BaseEntityIter"],[100,2,1,"","EntityIter"]],"filters.entities.BaseEntityIter":[[100,3,1,"","__init__"],[100,3,1,"","iterator"]],"filters.entities.EntityIter":[[100,3,1,"","iterator"]],"filters.players":[[102,2,1,"","PlayerIter"],[102,1,1,"","get_default_filters"],[102,1,1,"","parse_filter"]],"filters.players.PlayerIter":[[102,3,1,"","iterator"]],"filters.recipients":[[103,2,1,"","BaseRecipientFilter"],[103,2,1,"","RecipientFilter"]],"filters.recipients.BaseRecipientFilter":[[103,3,1,"","__init__"],[103,3,1,"","get_recipient_index"],[103,3,1,"","is_init_message"],[103,3,1,"","is_reliable"]],"filters.recipients.RecipientFilter":[[103,3,1,"","__init__"],[103,3,1,"","merge"],[103,3,1,"","update"]],"filters.weapons":[[104,2,1,"","WeaponClassIter"],[104,2,1,"","WeaponIter"]],"filters.weapons.WeaponClassIter":[[104,3,1,"","iterator"]],"filters.weapons.WeaponIter":[[104,3,1,"","iterator"]],"hooks":[[106,0,0,"-","base"],[107,0,0,"-","exceptions"],[108,0,0,"-","warnings"]],"hooks.exceptions":[[107,1,1,"","ExceptHook"],[107,6,1,"","except_hooks"]],"hooks.warnings":[[108,1,1,"","WarningHook"],[108,6,1,"","warning_hooks"]],"keyvalues":[[109,2,1,"","KeyValueType"],[109,2,1,"","KeyValues"],[109,2,1,"","KeyValuesIter"]],"keyvalues.KeyValueType":[[109,5,1,"","COLOR"],[109,5,1,"","FLOAT"],[109,5,1,"","INT"],[109,5,1,"","NONE"],[109,5,1,"","NUM_TYPES"],[109,5,1,"","PTR"],[109,5,1,"","STRING"],[109,5,1,"","UNINT64"],[109,5,1,"","WSTRING"],[109,5,1,"","names"],[109,5,1,"","values"]],"keyvalues.KeyValues":[[109,3,1,"","__init__"],[109,3,1,"","add_sub_key"],[109,3,1,"","as_dict"],[109,3,1,"","create_new_key"],[109,3,1,"","find_key"],[109,3,1,"","find_key_by_symbol"],[109,4,1,"","first_sub_key"],[109,4,1,"","first_true_sub_key"],[109,4,1,"","first_value"],[109,3,1,"","from_buffer"],[109,3,1,"","from_buffer_in_place"],[109,3,1,"","from_dict"],[109,3,1,"","from_file"],[109,3,1,"","from_file_in_place"],[109,3,1,"","get_bool"],[109,3,1,"","get_color"],[109,3,1,"","get_data_type"],[109,3,1,"","get_float"],[109,3,1,"","get_int"],[109,3,1,"","get_string"],[109,3,1,"","get_uint64"],[109,3,1,"","is_empty"],[109,3,1,"","make_copy"],[109,4,1,"","name"],[109,4,1,"","name_symbol"],[109,4,1,"","next_key"],[109,4,1,"","next_true_sub_key"],[109,4,1,"","next_value"],[109,3,1,"","recursive_copy"],[109,3,1,"","remove_sub_key"],[109,3,1,"","save_to_file"],[109,3,1,"","set_bool"],[109,3,1,"","set_color"],[109,3,1,"","set_float"],[109,3,1,"","set_int"],[109,3,1,"","set_string"],[109,3,1,"","set_uint64"],[109,3,1,"","uses_escape_sequences"]],"keyvalues.KeyValuesIter":[[109,3,1,"","__init__"]],"listeners":[[110,2,1,"","ButtonStatus"],[110,2,1,"","ListenerManager"],[110,2,1,"","ListenerManagerDecorator"],[110,2,1,"","OnButtonStateChanged"],[110,2,1,"","OnClientActive"],[110,2,1,"","OnClientConnect"],[110,2,1,"","OnClientDisconnect"],[110,2,1,"","OnClientFullyConnect"],[110,2,1,"","OnClientPutInServer"],[110,2,1,"","OnClientSettingsChanged"],[110,2,1,"","OnCombinerPreCache"],[110,2,1,"","OnConVarChanged"],[110,2,1,"","OnDataLoaded"],[110,2,1,"","OnDataUnloaded"],[110,2,1,"","OnEdictAllocated"],[110,2,1,"","OnEdictFreed"],[110,2,1,"","OnEntityCollision"],[110,2,1,"","OnEntityCreated"],[110,2,1,"","OnEntityDeleted"],[110,2,1,"","OnEntityOutput"],[110,2,1,"","OnEntityOutputListenerManager"],[110,2,1,"","OnEntityPreSpawned"],[110,2,1,"","OnEntitySpawned"],[110,2,1,"","OnEntityTransmit"],[110,2,1,"","OnLevelEnd"],[110,2,1,"","OnLevelInit"],[110,2,1,"","OnLevelShutdown"],[110,2,1,"","OnNetworkedEntityCreated"],[110,2,1,"","OnNetworkedEntityDeleted"],[110,2,1,"","OnNetworkedEntityPreSpawned"],[110,2,1,"","OnNetworkedEntitySpawned"],[110,2,1,"","OnNetworkidValidated"],[110,2,1,"","OnPlayerCollision"],[110,2,1,"","OnPlayerPostRunCommand"],[110,2,1,"","OnPlayerRunCommand"],[110,2,1,"","OnPlayerTransmit"],[110,2,1,"","OnPluginLoaded"],[110,2,1,"","OnPluginLoading"],[110,2,1,"","OnPluginUnloaded"],[110,2,1,"","OnPluginUnloading"],[110,2,1,"","OnQueryCvarValueFinished"],[110,2,1,"","OnServerActivate"],[110,2,1,"","OnServerOutput"],[110,2,1,"","OnTick"],[110,2,1,"","OnVersionUpdate"],[110,1,1,"","get_button_combination_status"],[111,0,0,"-","tick"]],"listeners.ButtonStatus":[[110,5,1,"","PRESSED"],[110,5,1,"","RELEASED"]],"listeners.ListenerManager":[[110,3,1,"","__init__"],[110,3,1,"","clear"],[110,3,1,"","finalize"],[110,3,1,"","initialize"],[110,3,1,"","notify"],[110,3,1,"","register_listener"],[110,3,1,"","unregister_listener"]],"listeners.ListenerManagerDecorator":[[110,3,1,"","__init__"],[110,4,1,"","manager"],[110,4,1,"","name"]],"listeners.OnButtonStateChanged":[[110,5,1,"","manager"]],"listeners.OnClientActive":[[110,5,1,"","manager"]],"listeners.OnClientConnect":[[110,5,1,"","manager"]],"listeners.OnClientDisconnect":[[110,5,1,"","manager"]],"listeners.OnClientFullyConnect":[[110,5,1,"","manager"]],"listeners.OnClientPutInServer":[[110,5,1,"","manager"]],"listeners.OnClientSettingsChanged":[[110,5,1,"","manager"]],"listeners.OnCombinerPreCache":[[110,5,1,"","manager"]],"listeners.OnConVarChanged":[[110,5,1,"","manager"]],"listeners.OnDataLoaded":[[110,5,1,"","manager"]],"listeners.OnDataUnloaded":[[110,5,1,"","manager"]],"listeners.OnEdictAllocated":[[110,5,1,"","manager"]],"listeners.OnEdictFreed":[[110,5,1,"","manager"]],"listeners.OnEntityCollision":[[110,5,1,"","manager"]],"listeners.OnEntityCreated":[[110,5,1,"","manager"]],"listeners.OnEntityDeleted":[[110,5,1,"","manager"]],"listeners.OnEntityOutput":[[110,5,1,"","manager"]],"listeners.OnEntityOutputListenerManager":[[110,3,1,"","finalize"],[110,3,1,"","initialize"]],"listeners.OnEntityPreSpawned":[[110,5,1,"","manager"]],"listeners.OnEntitySpawned":[[110,5,1,"","manager"]],"listeners.OnEntityTransmit":[[110,5,1,"","manager"]],"listeners.OnLevelEnd":[[110,5,1,"","manager"]],"listeners.OnLevelInit":[[110,5,1,"","manager"]],"listeners.OnLevelShutdown":[[110,5,1,"","manager"]],"listeners.OnNetworkedEntityCreated":[[110,5,1,"","manager"]],"listeners.OnNetworkedEntityDeleted":[[110,5,1,"","manager"]],"listeners.OnNetworkedEntityPreSpawned":[[110,5,1,"","manager"]],"listeners.OnNetworkedEntitySpawned":[[110,5,1,"","manager"]],"listeners.OnNetworkidValidated":[[110,5,1,"","manager"]],"listeners.OnPlayerCollision":[[110,5,1,"","manager"]],"listeners.OnPlayerPostRunCommand":[[110,5,1,"","manager"]],"listeners.OnPlayerRunCommand":[[110,5,1,"","manager"]],"listeners.OnPlayerTransmit":[[110,5,1,"","manager"]],"listeners.OnPluginLoaded":[[110,5,1,"","manager"]],"listeners.OnPluginLoading":[[110,5,1,"","manager"]],"listeners.OnPluginUnloaded":[[110,5,1,"","manager"]],"listeners.OnPluginUnloading":[[110,5,1,"","manager"]],"listeners.OnQueryCvarValueFinished":[[110,5,1,"","manager"]],"listeners.OnServerActivate":[[110,5,1,"","manager"]],"listeners.OnServerOutput":[[110,5,1,"","manager"]],"listeners.OnTick":[[110,5,1,"","manager"]],"listeners.OnVersionUpdate":[[110,5,1,"","manager"]],"listeners.tick":[[111,2,1,"","Delay"],[111,2,1,"","GameThread"],[111,2,1,"","Repeat"],[111,2,1,"","RepeatStatus"]],"listeners.tick.Delay":[[111,3,1,"","__init__"],[111,5,1,"","args"],[111,5,1,"","callback"],[111,3,1,"","cancel"],[111,5,1,"","cancel_on_level_end"],[111,5,1,"","delay"],[111,5,1,"","exec_time"],[111,3,1,"","execute"],[111,5,1,"","kwargs"],[111,4,1,"","running"],[111,4,1,"","time_elapsed"],[111,4,1,"","time_remaining"]],"listeners.tick.Repeat":[[111,3,1,"","__init__"],[111,4,1,"","adjusted_loops"],[111,4,1,"","delay_time_elapsed"],[111,4,1,"","delay_time_remaining"],[111,3,1,"","extend"],[111,4,1,"","interval"],[111,4,1,"","loops_elapsed"],[111,4,1,"","loops_remaining"],[111,4,1,"","original_loops"],[111,3,1,"","pause"],[111,3,1,"","reduce"],[111,3,1,"","restart"],[111,3,1,"","resume"],[111,3,1,"","start"],[111,4,1,"","status"],[111,3,1,"","stop"],[111,4,1,"","total_loops"],[111,4,1,"","total_time"],[111,4,1,"","total_time_elapsed"],[111,4,1,"","total_time_remaining"]],"listeners.tick.RepeatStatus":[[111,5,1,"","PAUSED"],[111,5,1,"","RUNNING"],[111,5,1,"","STOPPED"]],"loggers":[[112,2,1,"","LogManager"]],"loggers.LogManager":[[112,3,1,"","__init__"],[112,4,1,"","areas"],[112,4,1,"","level"]],"mathlib":[[113,2,1,"","Matrix3x4"],[113,6,1,"","NULL_MATRIX"],[113,6,1,"","NULL_QANGLE"],[113,6,1,"","NULL_QUATERNION"],[113,6,1,"","NULL_RADIANEULER"],[113,6,1,"","NULL_VECTOR"],[113,2,1,"","Plane"],[113,2,1,"","QAngle"],[113,2,1,"","Quaternion"],[113,2,1,"","RadianEuler"],[113,2,1,"","Vector"]],"mathlib.Matrix3x4":[[113,3,1,"","__init__"],[113,4,1,"","angles"],[113,3,1,"","invalidate"],[113,4,1,"","position"]],"mathlib.Plane":[[113,3,1,"","__init__"],[113,4,1,"","dist"],[113,4,1,"","normal"],[113,4,1,"","signbits"],[113,4,1,"","type"]],"mathlib.QAngle":[[113,3,1,"","__init__"],[113,3,1,"","get_angle_vectors"],[113,3,1,"","invalidate"],[113,3,1,"","is_valid"],[113,4,1,"","length"],[113,4,1,"","length_sqr"],[113,3,1,"","random"],[113,4,1,"","x"],[113,4,1,"","y"],[113,4,1,"","z"]],"mathlib.Quaternion":[[113,3,1,"","__init__"],[113,3,1,"","invalidate"],[113,3,1,"","is_valid"],[113,4,1,"","w"],[113,4,1,"","x"],[113,4,1,"","y"],[113,4,1,"","z"]],"mathlib.RadianEuler":[[113,3,1,"","__init__"],[113,3,1,"","invalidate"],[113,3,1,"","is_valid"],[113,3,1,"","to_qangle"],[113,4,1,"","x"],[113,4,1,"","y"],[113,4,1,"","z"]],"mathlib.Vector":[[113,3,1,"","__init__"],[113,3,1,"","as_vector_2D"],[113,3,1,"","copy"],[113,3,1,"","cross"],[113,3,1,"","dot"],[113,3,1,"","get_distance"],[113,3,1,"","get_distance_sqr"],[113,3,1,"","get_vector_angles"],[113,3,1,"","get_vector_vectors"],[113,3,1,"","init"],[113,3,1,"","invalidate"],[113,3,1,"","is_length_greater_than"],[113,3,1,"","is_length_less_than"],[113,3,1,"","is_valid"],[113,3,1,"","is_within_box"],[113,3,1,"","is_zero"],[113,4,1,"","length"],[113,4,1,"","length_2D"],[113,4,1,"","length_2D_sqr"],[113,4,1,"","length_sqr"],[113,3,1,"","max"],[113,3,1,"","min"],[113,3,1,"","mul_add"],[113,3,1,"","negate"],[113,3,1,"","normalize"],[113,3,1,"","normalized"],[113,3,1,"","random"],[113,4,1,"","x"],[113,4,1,"","y"],[113,4,1,"","z"],[113,3,1,"","zero"]],"memory":[[114,2,1,"","BinaryFile"],[114,2,1,"","Callback"],[114,2,1,"","CallingConvention"],[114,2,1,"","Convention"],[114,2,1,"","DataType"],[114,2,1,"","Function"],[114,2,1,"","FunctionInfo"],[114,2,1,"","Pointer"],[114,2,1,"","ProcessorRegister"],[114,2,1,"","Register"],[114,2,1,"","Registers"],[114,2,1,"","StackData"],[114,1,1,"","alloc"],[114,1,1,"","find_binary"],[114,1,1,"","get_class"],[114,1,1,"","get_class_info"],[114,1,1,"","get_class_name"],[114,1,1,"","get_data_type_size"],[114,1,1,"","get_function_info"],[114,1,1,"","get_object_pointer"],[114,1,1,"","get_size"],[114,1,1,"","get_virtual_function"],[115,0,0,"-","helpers"],[116,0,0,"-","hooks"],[114,1,1,"","make_object"],[117,0,0,"-","manager"]],"memory.BinaryFile":[[114,3,1,"","__init__"],[114,4,1,"","base"],[114,3,1,"","find_address"],[114,3,1,"","find_pointer"],[114,4,1,"","module"],[114,4,1,"","size"],[114,4,1,"","symbols"]],"memory.Callback":[[114,3,1,"","__init__"]],"memory.CallingConvention":[[114,3,1,"","__init__"],[114,4,1,"","alignment"],[114,3,1,"","argument_ptr_changed"],[114,4,1,"","argument_types"],[114,3,1,"","get_argument_ptr"],[114,3,1,"","get_pop_size"],[114,3,1,"","get_registers"],[114,3,1,"","get_return_ptr"],[114,3,1,"","return_ptr_changed"],[114,4,1,"","return_type"]],"memory.Convention":[[114,5,1,"","CDECL"],[114,5,1,"","CUSTOM"],[114,5,1,"","FASTCALL"],[114,5,1,"","STDCALL"],[114,5,1,"","THISCALL"],[114,5,1,"","names"],[114,5,1,"","values"]],"memory.DataType":[[114,5,1,"","BOOL"],[114,5,1,"","CHAR"],[114,5,1,"","DOUBLE"],[114,5,1,"","FLOAT"],[114,5,1,"","INT"],[114,5,1,"","LONG"],[114,5,1,"","LONG_LONG"],[114,5,1,"","POINTER"],[114,5,1,"","SHORT"],[114,5,1,"","STRING"],[114,5,1,"","UCHAR"],[114,5,1,"","UINT"],[114,5,1,"","ULONG"],[114,5,1,"","ULONG_LONG"],[114,5,1,"","USHORT"],[114,5,1,"","VOID"],[114,5,1,"","names"],[114,5,1,"","values"]],"memory.Function":[[114,3,1,"","__init__"],[114,3,1,"","add_hook"],[114,3,1,"","add_post_hook"],[114,3,1,"","add_pre_hook"],[114,4,1,"","arguments"],[114,3,1,"","call_trampoline"],[114,4,1,"","convention"],[114,4,1,"","converter"],[114,4,1,"","custom_convention"],[114,3,1,"","is_callable"],[114,3,1,"","is_hookable"],[114,3,1,"","is_hooked"],[114,3,1,"","remove_hook"],[114,3,1,"","remove_post_hook"],[114,3,1,"","remove_pre_hook"],[114,4,1,"","return_type"],[114,3,1,"","skip_hooks"],[114,4,1,"","trampoline"]],"memory.FunctionInfo":[[114,3,1,"","__init__"],[114,4,1,"","argument_types"],[114,4,1,"","calling_convention"],[114,4,1,"","is_virtual"],[114,4,1,"","return_type"],[114,4,1,"","this_pointer_offset"],[114,4,1,"","vtable_index"],[114,4,1,"","vtable_offset"]],"memory.Pointer":[[114,3,1,"","__init__"],[114,4,1,"","address"],[114,4,1,"","auto_dealloc"],[114,3,1,"","compare"],[114,3,1,"","copy"],[114,3,1,"","dealloc"],[114,3,1,"","get_bool"],[114,3,1,"","get_char"],[114,3,1,"","get_double"],[114,3,1,"","get_float"],[114,3,1,"","get_int"],[114,3,1,"","get_long"],[114,3,1,"","get_long_long"],[114,3,1,"","get_pointer"],[114,3,1,"","get_short"],[114,3,1,"","get_string_array"],[114,3,1,"","get_string_pointer"],[114,3,1,"","get_uchar"],[114,3,1,"","get_uint"],[114,3,1,"","get_ulong"],[114,3,1,"","get_ulong_long"],[114,3,1,"","get_ushort"],[114,3,1,"","get_virtual_func"],[114,3,1,"","is_overlapping"],[114,3,1,"","make_function"],[114,3,1,"","make_virtual_function"],[114,3,1,"","move"],[114,3,1,"","protect"],[114,3,1,"","realloc"],[114,3,1,"","search_bytes"],[114,3,1,"","set_bool"],[114,3,1,"","set_char"],[114,3,1,"","set_double"],[114,3,1,"","set_float"],[114,3,1,"","set_int"],[114,3,1,"","set_long"],[114,3,1,"","set_long_long"],[114,3,1,"","set_pointer"],[114,3,1,"","set_protection"],[114,3,1,"","set_short"],[114,3,1,"","set_string_array"],[114,3,1,"","set_string_pointer"],[114,3,1,"","set_uchar"],[114,3,1,"","set_uint"],[114,3,1,"","set_ulong"],[114,3,1,"","set_ulong_long"],[114,3,1,"","set_ushort"],[114,4,1,"","size"],[114,4,1,"","type_info"],[114,3,1,"","unprotect"]],"memory.ProcessorRegister":[[114,3,1,"","__init__"],[114,4,1,"","address"],[114,4,1,"","size"]],"memory.Register":[[114,5,1,"","AH"],[114,5,1,"","AL"],[114,5,1,"","AX"],[114,5,1,"","BH"],[114,5,1,"","BL"],[114,5,1,"","BP"],[114,5,1,"","BX"],[114,5,1,"","CH"],[114,5,1,"","CL"],[114,5,1,"","CS"],[114,5,1,"","CX"],[114,5,1,"","DH"],[114,5,1,"","DI"],[114,5,1,"","DL"],[114,5,1,"","DS"],[114,5,1,"","DX"],[114,5,1,"","EAX"],[114,5,1,"","EBP"],[114,5,1,"","EBX"],[114,5,1,"","ECX"],[114,5,1,"","EDI"],[114,5,1,"","EDX"],[114,5,1,"","ES"],[114,5,1,"","ESI"],[114,5,1,"","ESP"],[114,5,1,"","FS"],[114,5,1,"","GS"],[114,5,1,"","MM0"],[114,5,1,"","MM1"],[114,5,1,"","MM2"],[114,5,1,"","MM3"],[114,5,1,"","MM4"],[114,5,1,"","MM5"],[114,5,1,"","MM6"],[114,5,1,"","MM7"],[114,5,1,"","SI"],[114,5,1,"","SP"],[114,5,1,"","SS"],[114,5,1,"","ST0"],[114,5,1,"","XMM0"],[114,5,1,"","XMM1"],[114,5,1,"","XMM2"],[114,5,1,"","XMM3"],[114,5,1,"","XMM4"],[114,5,1,"","XMM5"],[114,5,1,"","XMM6"],[114,5,1,"","XMM7"],[114,5,1,"","names"],[114,5,1,"","values"]],"memory.Registers":[[114,3,1,"","__init__"],[114,4,1,"","ah"],[114,4,1,"","al"],[114,4,1,"","ax"],[114,4,1,"","bh"],[114,4,1,"","bl"],[114,4,1,"","bp"],[114,4,1,"","bx"],[114,4,1,"","ch"],[114,4,1,"","cl"],[114,4,1,"","cs"],[114,4,1,"","cx"],[114,4,1,"","dh"],[114,4,1,"","di"],[114,4,1,"","dl"],[114,4,1,"","ds"],[114,4,1,"","dx"],[114,4,1,"","eax"],[114,4,1,"","ebp"],[114,4,1,"","ebx"],[114,4,1,"","ecx"],[114,4,1,"","edi"],[114,4,1,"","edx"],[114,4,1,"","es"],[114,4,1,"","esi"],[114,4,1,"","esp"],[114,4,1,"","fs"],[114,4,1,"","gs"],[114,4,1,"","mm0"],[114,4,1,"","mm1"],[114,4,1,"","mm2"],[114,4,1,"","mm3"],[114,4,1,"","mm4"],[114,4,1,"","mm5"],[114,4,1,"","mm6"],[114,4,1,"","mm7"],[114,4,1,"","si"],[114,4,1,"","sp"],[114,4,1,"","ss"],[114,4,1,"","st0"],[114,4,1,"","xmm0"],[114,4,1,"","xmm1"],[114,4,1,"","xmm2"],[114,4,1,"","xmm3"],[114,4,1,"","xmm4"],[114,4,1,"","xmm5"],[114,4,1,"","xmm6"],[114,4,1,"","xmm7"]],"memory.StackData":[[114,3,1,"","__init__"],[114,4,1,"","registers"],[114,4,1,"","return_address"],[114,4,1,"","use_pre_registers"]],"memory.helpers":[[115,2,1,"","Array"],[115,2,1,"","BasePointer"],[115,2,1,"","Key"],[115,2,1,"","MemberFunction"],[115,2,1,"","Type"],[115,1,1,"","parse_data"]],"memory.helpers.Array":[[115,3,1,"","__init__"],[115,3,1,"","get_offset"]],"memory.helpers.Key":[[115,5,1,"","ACCESSOR"],[115,5,1,"","ACCESSOR_OFFSET"],[115,5,1,"","ARGS"],[115,5,1,"","BINARY"],[115,5,1,"","CONVENTION"],[115,5,1,"","DOC"],[115,5,1,"","IDENTIFIER"],[115,5,1,"","LENGTH"],[115,5,1,"","LEVEL"],[115,5,1,"","OFFSET"],[115,5,1,"","RETURN_TYPE"],[115,5,1,"","SIZE"],[115,5,1,"","SRV_CHECK"],[115,5,1,"","TYPE_NAME"],[115,3,1,"","as_args_tuple"],[115,3,1,"","as_attribute_type"],[115,3,1,"","as_bool"],[115,3,1,"","as_convention"],[115,3,1,"","as_identifier"],[115,3,1,"","as_int"],[115,3,1,"","as_return_type"],[115,3,1,"","as_str"]],"memory.helpers.MemberFunction":[[115,3,1,"","__init__"],[115,3,1,"","call_trampoline"],[115,3,1,"","skip_hooks"]],"memory.helpers.Type":[[115,5,1,"","BOOL"],[115,5,1,"","CHAR"],[115,5,1,"","DOUBLE"],[115,5,1,"","FLOAT"],[115,5,1,"","INT"],[115,5,1,"","LONG"],[115,5,1,"","LONG_LONG"],[115,5,1,"","POINTER"],[115,5,1,"","SHORT"],[115,5,1,"","STRING_ARRAY"],[115,5,1,"","STRING_POINTER"],[115,5,1,"","UCHAR"],[115,5,1,"","UINT"],[115,5,1,"","ULONG"],[115,5,1,"","ULONG_LONG"],[115,5,1,"","USHORT"],[115,3,1,"","is_native"]],"memory.hooks":[[116,2,1,"","HookType"],[116,2,1,"","PostHook"],[116,2,1,"","PreHook"],[116,1,1,"","get_hooks_disabled"],[116,1,1,"","hooks_disabled"],[116,1,1,"","set_hooks_disabled"],[116,1,1,"","use_pre_registers"]],"memory.hooks.HookType":[[116,5,1,"","POST"],[116,5,1,"","PRE"],[116,5,1,"","names"],[116,5,1,"","values"]],"memory.hooks.PostHook":[[116,5,1,"","hook_type"]],"memory.hooks.PreHook":[[116,5,1,"","hook_type"]],"memory.manager":[[117,2,1,"","CustomType"],[117,2,1,"","TypeManager"]],"memory.manager.CustomType":[[117,3,1,"","__init__"],[117,3,1,"","on_dealloc"]],"memory.manager.TypeManager":[[117,3,1,"","__init__"],[117,3,1,"","convert"],[117,3,1,"","create_converter"],[117,3,1,"","create_function_typedefs_from_file"],[117,3,1,"","create_global_pointers_from_file"],[117,3,1,"","create_pipe"],[117,3,1,"","create_pipe_from_dict"],[117,3,1,"","create_pipe_from_file"],[117,3,1,"","create_type"],[117,3,1,"","create_type_from_dict"],[117,3,1,"","create_type_from_file"],[117,3,1,"","custom_calling_convention"],[117,3,1,"","dynamic_instance_array"],[117,3,1,"","dynamic_pointer_array"],[117,3,1,"","function"],[117,3,1,"","function_typedef"],[117,3,1,"","get_class"],[117,3,1,"","get_global_pointer"],[117,3,1,"","global_pointer"],[117,3,1,"","instance_attribute"],[117,3,1,"","pipe_function"],[117,3,1,"","pointer_attribute"],[117,3,1,"","register_convention"],[117,3,1,"","register_converter"],[117,3,1,"","static_instance_array"],[117,3,1,"","static_pointer_array"],[117,3,1,"","unregister_convention"],[117,3,1,"","unregister_converter"],[117,3,1,"","virtual_function"]],"menus":[[118,5,1,"","ListMenu"],[118,5,1,"","ListOption"],[118,5,1,"","PagedMenu"],[118,5,1,"","PagedOption"],[118,5,1,"","SimpleMenu"],[118,5,1,"","SimpleOption"],[118,2,1,"","Text"],[119,0,0,"-","base"],[120,0,0,"-","esc"],[121,0,0,"-","queue"],[122,0,0,"-","radio"]],"menus.base":[[119,2,1,"","Text"]],"menus.esc":[[120,2,1,"","ListESCMenu"],[120,2,1,"","ListESCOption"],[120,2,1,"","PagedESCMenu"],[120,2,1,"","PagedESCOption"],[120,2,1,"","SimpleESCMenu"],[120,2,1,"","SimpleESCOption"]],"menus.esc.ListESCMenu":[[120,3,1,"","__init__"]],"menus.esc.ListESCOption":[[120,3,1,"","__init__"]],"menus.esc.PagedESCMenu":[[120,3,1,"","__init__"]],"menus.esc.SimpleESCMenu":[[120,3,1,"","__init__"]],"menus.esc.SimpleESCOption":[[120,3,1,"","__init__"]],"menus.radio":[[122,2,1,"","ListRadioMenu"],[122,2,1,"","ListRadioOption"],[122,2,1,"","PagedRadioMenu"],[122,2,1,"","PagedRadioOption"],[122,2,1,"","SimpleRadioMenu"],[122,2,1,"","SimpleRadioOption"]],"menus.radio.ListRadioMenu":[[122,3,1,"","__init__"]],"menus.radio.ListRadioOption":[[122,3,1,"","__init__"]],"menus.radio.PagedRadioMenu":[[122,3,1,"","__init__"]],"menus.radio.SimpleRadioOption":[[122,3,1,"","__init__"]],"messages":[[123,2,1,"","DialogAskConnect"],[123,2,1,"","DialogEntry"],[123,2,1,"","DialogMenu"],[123,2,1,"","DialogMsg"],[123,2,1,"","DialogText"],[123,2,1,"","DialogType"],[123,2,1,"","Fade"],[123,2,1,"","FadeFlags"],[123,2,1,"","HintText"],[123,2,1,"","HudDestination"],[123,2,1,"","HudMsg"],[123,2,1,"","KeyHintText"],[123,2,1,"","ResetHUD"],[123,2,1,"","SayText"],[123,2,1,"","SayText2"],[123,2,1,"","Shake"],[123,2,1,"","ShakeCommand"],[123,2,1,"","ShowMenu"],[123,2,1,"","TextMsg"],[123,2,1,"","UserMessage"],[123,2,1,"","UserMessageCreator"],[123,2,1,"","VGUIMenu"],[124,0,0,"-","base"],[125,0,0,"-","dialog"],[123,1,1,"","get_message_index"],[123,1,1,"","get_message_name"],[123,1,1,"","get_message_size"],[126,0,0,"-","hooks"],[127,0,0,"-","impl"]],"messages.DialogAskConnect":[[123,3,1,"","__init__"],[123,5,1,"","message_type"]],"messages.DialogEntry":[[123,3,1,"","__init__"],[123,4,1,"","command"],[123,5,1,"","message_type"]],"messages.DialogMenu":[[123,3,1,"","__init__"],[123,4,1,"","command"],[123,5,1,"","message_type"]],"messages.DialogMsg":[[123,3,1,"","__init__"],[123,5,1,"","message_type"]],"messages.DialogText":[[123,3,1,"","__init__"],[123,5,1,"","message_type"]],"messages.DialogType":[[123,5,1,"","ASKCONNECT"],[123,5,1,"","ENTRY"],[123,5,1,"","MENU"],[123,5,1,"","MSG"],[123,5,1,"","TEXT"],[123,5,1,"","names"],[123,5,1,"","values"]],"messages.Fade":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,5,1,"","moved_frac_bits"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.FadeFlags":[[123,5,1,"","IN"],[123,5,1,"","MODULATE"],[123,5,1,"","OUT"],[123,5,1,"","PURGE"],[123,5,1,"","STAYOUT"],[123,5,1,"","names"],[123,5,1,"","values"]],"messages.HintText":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.HudDestination":[[123,5,1,"","CENTER"],[123,5,1,"","CONSOLE"],[123,5,1,"","NOTIFY"],[123,5,1,"","TALK"],[123,5,1,"","names"],[123,5,1,"","values"]],"messages.HudMsg":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.KeyHintText":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"]],"messages.ResetHUD":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.SayText":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","reliable"],[123,5,1,"","translatable_fields"]],"messages.SayText2":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","reliable"],[123,5,1,"","translatable_fields"]],"messages.Shake":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.ShakeCommand":[[123,5,1,"","AMPLITUDE"],[123,5,1,"","FREQUENCY"],[123,5,1,"","START"],[123,5,1,"","START_NORUMBLE"],[123,5,1,"","START_RUMBLEONLY"],[123,5,1,"","STOP"],[123,5,1,"","names"],[123,5,1,"","values"]],"messages.ShowMenu":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","chunk_size"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,3,1,"","send"],[123,5,1,"","translatable_fields"]],"messages.TextMsg":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","reliable"],[123,5,1,"","translatable_fields"]],"messages.UserMessage":[[123,3,1,"","__init__"],[123,4,1,"","buffer"],[123,3,1,"","is_protobuf"],[123,4,1,"","message_index"],[123,4,1,"","message_name"],[123,4,1,"","recipients"],[123,3,1,"","send"]],"messages.UserMessageCreator":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,4,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","reliable"],[123,3,1,"","send"],[123,4,1,"","translatable_fields"]],"messages.VGUIMenu":[[123,3,1,"","__init__"],[123,3,1,"","bitbuf"],[123,5,1,"","message_name"],[123,3,1,"","protobuf"],[123,5,1,"","translatable_fields"]],"messages.base":[[124,2,1,"","AttrDict"],[124,2,1,"","Fade"],[124,2,1,"","HintText"],[124,2,1,"","HudMsg"],[124,2,1,"","KeyHintText"],[124,2,1,"","ResetHUD"],[124,2,1,"","SayText"],[124,2,1,"","SayText2"],[124,2,1,"","Shake"],[124,2,1,"","ShowMenu"],[124,2,1,"","TextMsg"],[124,2,1,"","UserMessageCreator"],[124,2,1,"","VGUIMenu"]],"messages.base.Fade":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,5,1,"","moved_frac_bits"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.base.HintText":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.base.HudMsg":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.base.KeyHintText":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"]],"messages.base.ResetHUD":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.base.SayText":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","reliable"],[124,5,1,"","translatable_fields"]],"messages.base.SayText2":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","reliable"],[124,5,1,"","translatable_fields"]],"messages.base.Shake":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.base.ShowMenu":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","chunk_size"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,3,1,"","send"],[124,5,1,"","translatable_fields"]],"messages.base.TextMsg":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","reliable"],[124,5,1,"","translatable_fields"]],"messages.base.UserMessageCreator":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,4,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","reliable"],[124,3,1,"","send"],[124,4,1,"","translatable_fields"]],"messages.base.VGUIMenu":[[124,3,1,"","__init__"],[124,3,1,"","bitbuf"],[124,5,1,"","message_name"],[124,3,1,"","protobuf"],[124,5,1,"","translatable_fields"]],"messages.hooks":[[126,2,1,"","HookBitBufferUserMessage"],[126,2,1,"","HookProtobufUserMessage"],[126,2,1,"","HookUserMessage"],[126,2,1,"","HookUserMessageBase"]],"messages.hooks.HookBitBufferUserMessage":[[126,5,1,"","hooks"]],"messages.hooks.HookProtobufUserMessage":[[126,5,1,"","hooks"]],"messages.hooks.HookUserMessage":[[126,3,1,"","__init__"],[126,5,1,"","hooks"]],"messages.hooks.HookUserMessageBase":[[126,3,1,"","__init__"],[126,4,1,"","hooks"]],"messages.impl":[[127,2,1,"","SayText2Impl"],[127,2,1,"","ShowMenuImpl"],[127,2,1,"","UserMessageData"],[127,2,1,"","UserMessageImpl"],[127,2,1,"","VGUIMenuImpl"],[127,1,1,"","get_user_message_impl"],[127,6,1,"","implemented_usermessages"]],"messages.impl.SayText2Impl":[[127,3,1,"","read_bitbuffer"],[127,3,1,"","read_protobuf"],[127,3,1,"","write_bitbuffer"],[127,3,1,"","write_protobuf"]],"messages.impl.ShowMenuImpl":[[127,3,1,"","read_bitbuffer"],[127,3,1,"","read_protobuf"],[127,3,1,"","write_bitbuffer"],[127,3,1,"","write_protobuf"]],"messages.impl.UserMessageData":[[127,3,1,"","__init__"],[127,3,1,"","has_been_changed"]],"messages.impl.UserMessageImpl":[[127,3,1,"","read"],[127,3,1,"","read_bitbuffer"],[127,3,1,"","read_protobuf"],[127,3,1,"","write"],[127,3,1,"","write_bitbuffer"],[127,3,1,"","write_protobuf"]],"messages.impl.VGUIMenuImpl":[[127,3,1,"","read_bitbuffer"],[127,3,1,"","read_protobuf"],[127,3,1,"","write_bitbuffer"],[127,3,1,"","write_protobuf"]],"net_channel":[[128,2,1,"","NetChannel"],[128,2,1,"","NetChannelHandler"],[128,2,1,"","NetChannelInfo"],[128,2,1,"","NetFlow"],[128,2,1,"","NetMessage"]],"net_channel.NetChannel":[[128,3,1,"","__init__"],[128,3,1,"","deny_file"],[128,4,1,"","msg_handler"],[128,3,1,"","request_file"],[128,3,1,"","send_data"],[128,3,1,"","send_file"],[128,3,1,"","set_data_rate"]],"net_channel.NetChannelHandler":[[128,3,1,"","__init__"]],"net_channel.NetChannelInfo":[[128,3,1,"","__init__"],[128,4,1,"","address"],[128,4,1,"","buffer_size"],[128,4,1,"","data_rate"],[128,3,1,"","get_avg_choke"],[128,3,1,"","get_avg_data"],[128,3,1,"","get_avg_latency"],[128,3,1,"","get_avg_loss"],[128,3,1,"","get_avg_packets"],[128,3,1,"","get_command_interpolation_amount"],[128,3,1,"","get_latency"],[128,3,1,"","get_packet_bytes"],[128,3,1,"","get_packet_response_latency"],[128,3,1,"","get_packet_time"],[128,3,1,"","get_remote_frame_rate"],[128,3,1,"","get_sequence_number"],[128,3,1,"","get_stream_progress"],[128,3,1,"","get_total_data"],[128,3,1,"","is_loopback"],[128,3,1,"","is_playback"],[128,3,1,"","is_timing_out"],[128,3,1,"","is_valid_packet"],[128,4,1,"","name"],[128,4,1,"","time"],[128,4,1,"","time_connected"],[128,4,1,"","time_since_last_received"],[128,4,1,"","timeout_seconds"]],"net_channel.NetFlow":[[128,5,1,"","INCOMING"],[128,5,1,"","IN_OUT"],[128,5,1,"","OUTGOING"]],"net_channel.NetMessage":[[128,3,1,"","__init__"],[128,4,1,"","group"],[128,4,1,"","name"],[128,4,1,"","net_channel"],[128,3,1,"","process"],[128,3,1,"","read_from_buffer"],[128,4,1,"","reliable"],[128,3,1,"","to_string"],[128,4,1,"","type"],[128,3,1,"","write_to_buffer"]],"paths":[[129,6,1,"","BASE_PATH"],[129,6,1,"","CFG_PATH"],[129,6,1,"","CUSTOM_DATA_PATH"],[129,6,1,"","CUSTOM_PACKAGES_DOCS_PATH"],[129,6,1,"","CUSTOM_PACKAGES_PATH"],[129,6,1,"","DATA_PATH"],[129,6,1,"","DOCS_PATH"],[129,6,1,"","EVENT_PATH"],[129,6,1,"","GAME_PATH"],[129,6,1,"","LOG_PATH"],[129,6,1,"","PACKAGES_PATH"],[129,6,1,"","PLUGIN_DATA_PATH"],[129,6,1,"","PLUGIN_DOCS_PATH"],[129,6,1,"","PLUGIN_PATH"],[129,6,1,"","SITE_PACKAGES_PATH"],[129,6,1,"","SOUND_PATH"],[129,6,1,"","SP_DATA_PATH"],[129,6,1,"","SP_DOCS_PATH"],[129,6,1,"","SP_PACKAGES_PATH"],[129,6,1,"","TRANSLATION_PATH"]],"physics":[[130,2,1,"","Physics"],[130,2,1,"","PhysicsEnvironment"],[130,2,1,"","PhysicsObject"]],"physics.Physics":[[130,3,1,"","__init__"],[130,3,1,"","get_active_environment_by_index"]],"physics.PhysicsEnvironment":[[130,3,1,"","__init__"],[130,4,1,"","air_density"],[130,3,1,"","get_active_object_by_index"],[130,4,1,"","gravity"]],"physics.PhysicsObject":[[130,3,1,"","__init__"],[130,3,1,"","apply_force_center"],[130,4,1,"","asleep"],[130,4,1,"","callback_flags"],[130,4,1,"","collision_enabled"],[130,4,1,"","contents"],[130,4,1,"","drag_enabled"],[130,4,1,"","energy"],[130,4,1,"","game_data"],[130,4,1,"","game_flags"],[130,4,1,"","game_index"],[130,4,1,"","gravity_enabled"],[130,4,1,"","inertia"],[130,3,1,"","is_attached_to_constraint"],[130,3,1,"","is_fluid"],[130,3,1,"","is_hinged"],[130,3,1,"","is_moveable"],[130,3,1,"","is_static"],[130,3,1,"","is_trigger"],[130,4,1,"","mass"],[130,4,1,"","mass_center_local_space"],[130,4,1,"","material_index"],[130,4,1,"","motion_enabled"],[130,4,1,"","name"],[130,3,1,"","output_debug_info"],[130,4,1,"","position"],[130,3,1,"","recheck_collision_filter"],[130,3,1,"","recheck_contact_points"],[130,3,1,"","set_position"],[130,3,1,"","set_velocity"],[130,3,1,"","set_velocity_instantaneous"],[130,4,1,"","sphere_radius"],[130,4,1,"","velocity"]],"players":[[131,2,1,"","BaseClient"],[131,2,1,"","Client"],[131,2,1,"","PlayerGenerator"],[131,2,1,"","PlayerInfo"],[131,2,1,"","UserCmd"],[132,0,0,"-","_base"],[133,0,0,"-","bots"],[134,0,0,"-","constants"],[135,0,0,"-","dictionary"],[136,0,0,"-","engines"],[142,0,0,"-","entity"],[143,0,0,"-","helpers"],[144,0,0,"-","teams"],[145,0,0,"-","voice"]],"players.BaseClient":[[131,5,1,"","fire_game_event"],[131,4,1,"","set_name"]],"players.Client":[[131,3,1,"","__init__"],[131,3,1,"","disconnect"],[131,3,1,"","is_active"],[131,3,1,"","is_connected"],[131,3,1,"","is_fake_client"],[131,3,1,"","is_hearing_client"],[131,3,1,"","is_hltv"],[131,3,1,"","is_human_player"],[131,3,1,"","is_proximity_hearing_client"],[131,3,1,"","is_spawned"],[131,4,1,"","name"],[131,4,1,"","net_channel"],[131,4,1,"","slot"],[131,4,1,"","steamid"],[131,4,1,"","userid"]],"players.PlayerGenerator":[[131,3,1,"","__init__"]],"players.PlayerInfo":[[131,3,1,"","__init__"],[131,4,1,"","angles"],[131,4,1,"","armor"],[131,4,1,"","deaths"],[131,4,1,"","health"],[131,3,1,"","is_connected"],[131,3,1,"","is_dead"],[131,3,1,"","is_fake_client"],[131,3,1,"","is_hltv"],[131,3,1,"","is_in_a_vehicle"],[131,3,1,"","is_observer"],[131,3,1,"","is_player"],[131,4,1,"","kills"],[131,4,1,"","last_user_command"],[131,4,1,"","max_health"],[131,4,1,"","maxs"],[131,4,1,"","mins"],[131,4,1,"","model_name"],[131,4,1,"","name"],[131,4,1,"","origin"],[131,4,1,"","steamid"],[131,4,1,"","team"],[131,4,1,"","userid"],[131,4,1,"","weapon_name"]],"players.UserCmd":[[131,3,1,"","__init__"],[131,4,1,"","aim_direction"],[131,4,1,"","buttons"],[131,4,1,"","checksum"],[131,4,1,"","command_number"],[131,4,1,"","forward_move"],[131,4,1,"","has_been_predicted"],[131,4,1,"","head_angles"],[131,4,1,"","head_offset"],[131,4,1,"","impulse"],[131,4,1,"","mousedx"],[131,4,1,"","mousedy"],[131,4,1,"","random_seed"],[131,3,1,"","reset"],[131,4,1,"","side_move"],[131,4,1,"","tick_count"],[131,4,1,"","up_move"],[131,4,1,"","view_angles"],[131,4,1,"","weaponselect"],[131,4,1,"","weaponsubtype"]],"players.bots":[[133,2,1,"","BotCmd"],[133,2,1,"","BotController"]],"players.bots.BotCmd":[[133,3,1,"","__init__"],[133,4,1,"","buttons"],[133,4,1,"","command_number"],[133,4,1,"","forward_move"],[133,4,1,"","has_been_predicted"],[133,4,1,"","impulse"],[133,4,1,"","mousedx"],[133,4,1,"","mousedy"],[133,4,1,"","random_seed"],[133,3,1,"","reset"],[133,4,1,"","side_move"],[133,4,1,"","tick_count"],[133,4,1,"","up_move"],[133,4,1,"","view_angles"],[133,4,1,"","weaponselect"],[133,4,1,"","weaponsubtype"]],"players.bots.BotController":[[133,3,1,"","__init__"],[133,3,1,"","is_eflag_set"],[133,4,1,"","local_angles"],[133,4,1,"","local_origin"],[133,3,1,"","remove_all_items"],[133,3,1,"","run_player_move"],[133,3,1,"","set_abs_angles"],[133,3,1,"","set_abs_origin"],[133,3,1,"","set_active_weapon"]],"players.constants":[[134,2,1,"","FixAngle"],[134,2,1,"","HideHudFlags"],[134,2,1,"","HitGroup"],[134,2,1,"","LifeState"],[134,2,1,"","ObserverMode"],[134,2,1,"","PlayerAnimation"],[134,2,1,"","PlayerButtons"],[134,2,1,"","PlayerStates"]],"players.constants.FixAngle":[[134,5,1,"","ABSOLUTE"],[134,5,1,"","NONE"],[134,5,1,"","RELATIVE"]],"players.constants.HideHudFlags":[[134,5,1,"","ALL"],[134,5,1,"","BONUS_PROGRESS"],[134,5,1,"","CHAT"],[134,5,1,"","CROSSHAIR"],[134,5,1,"","FLASHLIGHT"],[134,5,1,"","HEALTH"],[134,5,1,"","INVEHICLE"],[134,5,1,"","MISCSTATUS"],[134,5,1,"","NEEDSUIT"],[134,5,1,"","PLAYERDEAD"],[134,5,1,"","RADAR"],[134,5,1,"","VEHICLE_CROSSHAIR"],[134,5,1,"","WEAPONSELECTION"]],"players.constants.HitGroup":[[134,5,1,"","CHEST"],[134,5,1,"","GEAR"],[134,5,1,"","GENERIC"],[134,5,1,"","HEAD"],[134,5,1,"","LEFTARM"],[134,5,1,"","LEFTLEG"],[134,5,1,"","RIGHTARM"],[134,5,1,"","RIGHTLEG"],[134,5,1,"","STOMACH"]],"players.constants.LifeState":[[134,5,1,"","ALIVE"],[134,5,1,"","DEAD"],[134,5,1,"","DISCARDBODY"],[134,5,1,"","DYING"],[134,5,1,"","RESPAWNABLE"]],"players.constants.ObserverMode":[[134,5,1,"","CHASE"],[134,5,1,"","DEATHCAM"],[134,5,1,"","FIXED"],[134,5,1,"","FREEZECAM"],[134,5,1,"","IN_EYE"],[134,5,1,"","NONE"],[134,5,1,"","ROAMING"]],"players.constants.PlayerAnimation":[[134,5,1,"","ATTACK1"],[134,5,1,"","DIE"],[134,5,1,"","IDLE"],[134,5,1,"","IN_VEHICLE"],[134,5,1,"","JUMP"],[134,5,1,"","LEAVE_AIMING"],[134,5,1,"","RELOAD"],[134,5,1,"","START_AIMING"],[134,5,1,"","SUPERJUMP"],[134,5,1,"","WALK"],[134,5,1,"","names"],[134,5,1,"","values"]],"players.constants.PlayerButtons":[[134,5,1,"","ALT1"],[134,5,1,"","ALT2"],[134,5,1,"","ATTACK"],[134,5,1,"","ATTACK2"],[134,5,1,"","BACK"],[134,5,1,"","BULLRUSH"],[134,5,1,"","CANCEL"],[134,5,1,"","DUCK"],[134,5,1,"","FORWARD"],[134,5,1,"","GRENADE1"],[134,5,1,"","GRENADE2"],[134,5,1,"","JUMP"],[134,5,1,"","LEFT"],[134,5,1,"","LOOKSPIN"],[134,5,1,"","MOVELEFT"],[134,5,1,"","MOVERIGHT"],[134,5,1,"","RELOAD"],[134,5,1,"","RIGHT"],[134,5,1,"","RUN"],[134,5,1,"","SCORE"],[134,5,1,"","SPEED"],[134,5,1,"","USE"],[134,5,1,"","WALK"],[134,5,1,"","WEAPON1"],[134,5,1,"","WEAPON2"],[134,5,1,"","ZOOM"]],"players.constants.PlayerStates":[[134,5,1,"","ATCONTROLS"],[134,5,1,"","CLIENT"],[134,5,1,"","DUCKING"],[134,5,1,"","FAKECLIENT"],[134,5,1,"","FROZEN"],[134,5,1,"","INRAIN"],[134,5,1,"","INWATER"],[134,5,1,"","ONGROUND"],[134,5,1,"","ONTRAIN"],[134,5,1,"","WATERJUMP"]],"players.dictionary":[[135,2,1,"","PlayerDictionary"]],"players.dictionary.PlayerDictionary":[[135,3,1,"","__init__"],[135,3,1,"","from_userid"]],"players.engines":[[137,0,0,"-","bms"],[139,0,0,"-","l4d2"],[140,0,0,"-","orangebox"]],"players.engines.bms":[[137,2,1,"","Player"]],"players.engines.bms.Player":[[137,5,1,"","caching"],[137,5,1,"","give_named_item"]],"players.engines.l4d2":[[139,2,1,"","Player"]],"players.engines.l4d2.Player":[[139,5,1,"","caching"],[139,5,1,"","give_named_item"]],"players.engines.orangebox":[[140,2,1,"","Player"],[141,0,0,"-","cstrike"]],"players.engines.orangebox.Player":[[140,5,1,"","caching"],[140,5,1,"","give_named_item"]],"players.engines.orangebox.cstrike":[[141,2,1,"","Player"]],"players.engines.orangebox.cstrike.Player":[[141,5,1,"","caching"],[141,3,1,"","has_c4"],[141,3,1,"","spawn"]],"players.entity":[[142,2,1,"","Player"]],"players.entity.Player":[[142,5,1,"","caching"],[142,3,1,"","has_c4"],[142,3,1,"","spawn"]],"players.helpers":[[143,1,1,"","address_from_playerinfo"],[143,1,1,"","baseentity_from_playerinfo"],[143,1,1,"","baseentity_from_userid"],[143,1,1,"","basehandle_from_playerinfo"],[143,1,1,"","basehandle_from_userid"],[143,1,1,"","edict_from_playerinfo"],[143,1,1,"","edict_from_userid"],[143,1,1,"","get_client_language"],[143,1,1,"","index_from_name"],[143,1,1,"","index_from_playerinfo"],[143,1,1,"","index_from_steamid"],[143,1,1,"","index_from_uniqueid"],[143,1,1,"","index_from_userid"],[143,1,1,"","inthandle_from_playerinfo"],[143,1,1,"","inthandle_from_userid"],[143,1,1,"","playerinfo_from_baseentity"],[143,1,1,"","playerinfo_from_basehandle"],[143,1,1,"","playerinfo_from_edict"],[143,1,1,"","playerinfo_from_index"],[143,1,1,"","playerinfo_from_inthandle"],[143,1,1,"","playerinfo_from_pointer"],[143,1,1,"","playerinfo_from_userid"],[143,1,1,"","pointer_from_playerinfo"],[143,1,1,"","pointer_from_userid"],[143,1,1,"","uniqueid_from_index"],[143,1,1,"","uniqueid_from_playerinfo"],[143,1,1,"","userid_from_baseentity"],[143,1,1,"","userid_from_basehandle"],[143,1,1,"","userid_from_edict"],[143,1,1,"","userid_from_index"],[143,1,1,"","userid_from_inthandle"],[143,1,1,"","userid_from_playerinfo"],[143,1,1,"","userid_from_pointer"]],"players.voice":[[145,6,1,"","mute_manager"]],"plugins":[[147,0,0,"-","command"],[148,0,0,"-","info"],[149,0,0,"-","instance"],[150,0,0,"-","manager"]],"plugins.command":[[147,2,1,"","SubCommandManager"]],"plugins.command.SubCommandManager":[[147,3,1,"","__init__"],[147,3,1,"","client_sub_command"],[147,4,1,"","command"],[147,3,1,"","load_plugin"],[147,3,1,"","log_message"],[147,4,1,"","prefix"],[147,3,1,"","print_plugins"],[147,3,1,"","reload_plugin"],[147,3,1,"","say_sub_command"],[147,3,1,"","server_sub_command"],[147,3,1,"","unload_plugin"]],"plugins.info":[[148,2,1,"","PluginInfo"]],"plugins.info.PluginInfo":[[148,3,1,"","__init__"],[148,3,1,"","get_verbose_name"],[148,3,1,"","get_version"],[148,3,1,"","set_verbose_name"],[148,3,1,"","set_version"],[148,4,1,"","verbose_name"],[148,4,1,"","version"]],"plugins.instance":[[149,2,1,"","Plugin"],[149,2,1,"","ServerPlugin"]],"plugins.instance.Plugin":[[149,3,1,"","__init__"],[149,4,1,"","loaded"],[149,3,1,"","reload"],[149,3,1,"","unload"]],"plugins.instance.ServerPlugin":[[149,3,1,"","__init__"],[149,4,1,"","interface_version"],[149,4,1,"","module_name"],[149,4,1,"","name"]],"plugins.manager":[[150,2,1,"","PluginManager"],[150,2,1,"","ServerPluginManager"]],"plugins.manager.PluginManager":[[150,5,1,"","RE_VALID_PLUGIN"],[150,3,1,"","__init__"],[150,4,1,"","base_import"],[150,3,1,"","get_plugin_directory"],[150,3,1,"","get_plugin_file_path"],[150,3,1,"","get_plugin_info"],[150,3,1,"","get_plugin_instance"],[150,3,1,"","get_plugin_name"],[150,3,1,"","is_loaded"],[150,3,1,"","is_valid_plugin_name"],[150,3,1,"","load"],[150,4,1,"","loaded_plugins"],[150,3,1,"","plugin_exists"],[150,4,1,"","plugins"],[150,4,1,"","plugins_directory"],[150,3,1,"","reload"],[150,3,1,"","unload"]],"plugins.manager.ServerPluginManager":[[150,3,1,"","__init__"],[150,4,1,"","loaded_plugins"]],"public":[[151,1,1,"","public"]],"settings":[[153,0,0,"-","menu"],[154,0,0,"-","player"],[155,0,0,"-","storage"],[156,0,0,"-","types"]],"settings.player":[[154,2,1,"","PlayerSettings"]],"settings.player.PlayerSettings":[[154,3,1,"","__init__"],[154,3,1,"","unregister_settings"]],"settings.types":[[156,2,1,"","BoolSetting"],[156,2,1,"","IntegerSetting"],[156,2,1,"","SettingsType"],[156,2,1,"","StringSetting"]],"settings.types.BoolSetting":[[156,3,1,"","__init__"]],"settings.types.IntegerSetting":[[156,3,1,"","__init__"]],"settings.types.SettingsType":[[156,3,1,"","__init__"],[156,4,1,"","convar"],[156,3,1,"","get_setting"],[156,5,1,"","prefix"]],"settings.types.StringSetting":[[156,3,1,"","__init__"],[156,3,1,"","add_option"],[156,3,1,"","remove_option"]],"steam":[[158,2,1,"","AccountType"],[158,2,1,"","SteamID"],[158,2,1,"","Universe"]],"steam.AccountType":[[158,5,1,"","ANONYMOUS_GAME_SERVER"],[158,5,1,"","ANONYMOUS_USER"],[158,5,1,"","CHAT"],[158,5,1,"","CLAN"],[158,5,1,"","CONSOLE_USER"],[158,5,1,"","CONTENT_SERVER"],[158,5,1,"","GAME_SERVER"],[158,5,1,"","INDIVIDUAL"],[158,5,1,"","INVALID"],[158,5,1,"","MULTISEAT"],[158,5,1,"","P2P_SUPER_SEEDER"],[158,5,1,"","PENDING"],[158,5,1,"","names"],[158,5,1,"","values"]],"steam.SteamID":[[158,3,1,"","__init__"],[158,4,1,"","account_id"],[158,4,1,"","account_instance"],[158,4,1,"","account_type"],[158,3,1,"","clear"],[158,3,1,"","clear_individual_instance"],[158,3,1,"","create_blank_anonymous_logon"],[158,3,1,"","create_blank_anonymous_user_account"],[158,3,1,"","full_set"],[158,3,1,"","has_no_individual_instance"],[158,3,1,"","instanced_set"],[158,3,1,"","is_anonymous_account"],[158,3,1,"","is_anonymous_game_server_account"],[158,3,1,"","is_anonymous_user_account"],[158,3,1,"","is_blank_anonymous_account"],[158,3,1,"","is_chat_account"],[158,3,1,"","is_clan_account"],[158,3,1,"","is_console_user_account"],[158,3,1,"","is_content_server_account"],[158,3,1,"","is_game_server_account"],[158,3,1,"","is_individual_account"],[158,3,1,"","is_lobby"],[158,3,1,"","is_persistent_game_server_account"],[158,3,1,"","is_valid"],[158,3,1,"","parse"],[158,3,1,"","set"],[158,3,1,"","set_from_uint64"],[158,4,1,"","static_account_key"],[158,3,1,"","to_steamid2"],[158,3,1,"","to_steamid3"],[158,3,1,"","to_uint64"],[158,4,1,"","universe"]],"steam.Universe":[[158,5,1,"","BETA"],[158,5,1,"","DEV"],[158,5,1,"","INTERNAL"],[158,5,1,"","INVALID"],[158,5,1,"","MAX"],[158,5,1,"","PUBLIC"],[158,5,1,"","names"],[158,5,1,"","values"]],"stringtables":[[159,2,1,"","StringTable"],[160,0,0,"-","downloads"]],"stringtables.StringTable":[[159,3,1,"","__init__"],[159,3,1,"","add_string"],[159,3,1,"","changed_since_tick"],[159,4,1,"","entry_bits"],[159,3,1,"","get_user_data"],[159,3,1,"","get_user_data_length"],[159,4,1,"","index"],[159,4,1,"","max_strings"],[159,4,1,"","name"],[159,3,1,"","set_tick"],[159,3,1,"","set_user_data"]],"stringtables.downloads":[[160,2,1,"","Downloadables"]],"stringtables.downloads.Downloadables":[[160,3,1,"","__init__"],[160,3,1,"","add"],[160,3,1,"","add_directory"],[160,3,1,"","remove_directory"]],"studio":[[161,2,1,"","AnimSections"],[161,2,1,"","Animation"],[161,2,1,"","BoneController"],[161,2,1,"","Hierarchy"],[161,2,1,"","Hitbox"],[161,2,1,"","HitboxSet"],[161,2,1,"","ModelAttachment"],[161,2,1,"","ModelBone"],[161,2,1,"","ModelHeader"],[161,2,1,"","Movement"],[161,2,1,"","Sequence"],[161,2,1,"","SequenceEvent"],[162,0,0,"-","cache"],[163,0,0,"-","constants"]],"studio.AnimSections":[[161,3,1,"","__init__"],[161,4,1,"","block"],[161,4,1,"","index"]],"studio.Animation":[[161,3,1,"","__init__"],[161,4,1,"","anim_block"],[161,4,1,"","anim_offset"],[161,4,1,"","flags"],[161,4,1,"","frames_count"],[161,3,1,"","get_movement"],[161,4,1,"","local_hierarchy_count"],[161,4,1,"","local_hierarchy_offset"],[161,4,1,"","model_header"],[161,4,1,"","movements_count"],[161,4,1,"","movements_offset"],[161,4,1,"","name"],[161,4,1,"","section_frames"],[161,4,1,"","section_offset"],[161,4,1,"","zero_frame_count"],[161,4,1,"","zero_frame_index"],[161,4,1,"","zero_frame_span"],[161,4,1,"","zero_frame_stall_time"]],"studio.BoneController":[[161,3,1,"","__init__"],[161,4,1,"","bone"],[161,4,1,"","end"],[161,4,1,"","input_field"],[161,4,1,"","rest"],[161,4,1,"","start"],[161,4,1,"","type"]],"studio.Hierarchy":[[161,3,1,"","__init__"],[161,4,1,"","bone"],[161,4,1,"","end"],[161,4,1,"","new_parent"],[161,4,1,"","peak"],[161,4,1,"","start"],[161,4,1,"","tail"]],"studio.Hitbox":[[161,3,1,"","__init__"],[161,4,1,"","bone"],[161,4,1,"","group"],[161,4,1,"","max"],[161,4,1,"","min"],[161,4,1,"","name"]],"studio.HitboxSet":[[161,3,1,"","__init__"],[161,3,1,"","get_hitbox"],[161,4,1,"","hitboxes_count"],[161,4,1,"","name"]],"studio.ModelAttachment":[[161,3,1,"","__init__"],[161,4,1,"","flags"],[161,4,1,"","local"],[161,4,1,"","local_bone"],[161,4,1,"","name"],[161,4,1,"","name_offset"]],"studio.ModelBone":[[161,3,1,"","__init__"],[161,4,1,"","alignment"],[161,4,1,"","contents"],[161,4,1,"","flags"],[161,3,1,"","get_procedure"],[161,4,1,"","name"],[161,4,1,"","parent"],[161,4,1,"","physics_bone"],[161,4,1,"","position"],[161,4,1,"","position_scale"],[161,4,1,"","position_to_bone"],[161,4,1,"","procedural_type"],[161,4,1,"","quaternion"],[161,4,1,"","radiant_euler"],[161,4,1,"","radiant_euler_scale"],[161,4,1,"","surface_name"]],"studio.ModelHeader":[[161,3,1,"","__init__"],[161,4,1,"","animations_offset"],[161,4,1,"","attachments_count"],[161,4,1,"","bone_controllers_count"],[161,4,1,"","bone_controllers_offset"],[161,4,1,"","bones_count"],[161,4,1,"","bones_offset"],[161,4,1,"","checksum"],[161,4,1,"","contents"],[161,4,1,"","eye_position"],[161,4,1,"","flags"],[161,3,1,"","get_attachment"],[161,3,1,"","get_bone"],[161,3,1,"","get_bone_controller"],[161,3,1,"","get_hitbox_set"],[161,3,1,"","get_local_animation"],[161,4,1,"","hitbox_sets_count"],[161,4,1,"","hitbox_sets_offset"],[161,4,1,"","hull_max"],[161,4,1,"","hull_min"],[161,4,1,"","id"],[161,4,1,"","illumination_center"],[161,4,1,"","local_animations_count"],[161,4,1,"","local_sequence_offset"],[161,4,1,"","local_sequences_count"],[161,4,1,"","mass"],[161,4,1,"","name"],[161,4,1,"","version"],[161,4,1,"","view_max"],[161,4,1,"","view_min"]],"studio.Movement":[[161,3,1,"","__init__"],[161,4,1,"","angle"],[161,4,1,"","end_frame"],[161,4,1,"","motion_flags"],[161,4,1,"","position"],[161,4,1,"","vector"],[161,4,1,"","velocity_end"],[161,4,1,"","velocity_start"]],"studio.Sequence":[[161,3,1,"","__init__"],[161,4,1,"","act_weight"],[161,4,1,"","activity"],[161,4,1,"","activity_index"],[161,4,1,"","activity_offset"],[161,4,1,"","animation_offset"],[161,4,1,"","blends_count"],[161,4,1,"","entry_phase"],[161,4,1,"","events_count"],[161,4,1,"","events_offset"],[161,4,1,"","exit_phase"],[161,4,1,"","fade_in_time"],[161,4,1,"","fade_out_time"],[161,4,1,"","flags"],[161,3,1,"","get_animation_index"],[161,3,1,"","get_weight"],[161,4,1,"","label"],[161,4,1,"","label_offset"],[161,4,1,"","lastframe"],[161,4,1,"","local_entry_node"],[161,4,1,"","local_exit_node"],[161,4,1,"","max"],[161,4,1,"","min"],[161,4,1,"","model_header"],[161,4,1,"","movement_index"],[161,4,1,"","next_sequence"],[161,4,1,"","node_flags"],[161,4,1,"","pose"]],"studio.SequenceEvent":[[161,3,1,"","__init__"],[161,4,1,"","cycle"],[161,4,1,"","event"],[161,4,1,"","event_offset"],[161,3,1,"","get_name"],[161,4,1,"","options"],[161,4,1,"","type"]],"studio.cache":[[162,2,1,"","ModelCache"],[162,2,1,"","ModelCacheDataType"]],"studio.cache.ModelCache":[[162,3,1,"","__init__"],[162,3,1,"","add_reference"],[162,3,1,"","find_model"],[162,3,1,"","get_model_header"],[162,3,1,"","get_model_name"],[162,3,1,"","get_reference_count"],[162,3,1,"","release"]],"studio.cache.ModelCacheDataType":[[162,5,1,"","ANIMBLOCK"],[162,5,1,"","DECODEDANIMBLOCK"],[162,5,1,"","STUDIOHDR"],[162,5,1,"","STUDIOHWDATA"],[162,5,1,"","VCOLLIDE"],[162,5,1,"","VERTEXES"],[162,5,1,"","VIRTUALMODEL"],[162,5,1,"","names"],[162,5,1,"","values"]],"studio.constants":[[163,2,1,"","ModelType"],[163,2,1,"","StudioFlags"]],"studio.constants.ModelType":[[163,5,1,"","BAD"],[163,5,1,"","BRUSH"],[163,5,1,"","SPRITE"],[163,5,1,"","STUDIO"],[163,5,1,"","names"],[163,5,1,"","values"]],"studio.constants.StudioFlags":[[163,5,1,"","DRAWTRANSLUCENTSUBMODELS"],[163,5,1,"","ITEM_BLINK"],[163,5,1,"","NONE"],[163,5,1,"","NOSHADOWS"],[163,5,1,"","RENDER"],[163,5,1,"","SHADOWDEPTHTEXTURE"],[163,5,1,"","STATIC_LIGHTING"],[163,5,1,"","TRANSPARENCY"],[163,5,1,"","TWOPASS"],[163,5,1,"","VIEWXFORMATTACHMENTS"],[163,5,1,"","WIREFRAME"],[163,5,1,"","WIREFRAME_VCOLLIDE"]],"translations":[[165,0,0,"-","manager"],[166,0,0,"-","strings"]],"translations.manager":[[165,6,1,"","language_manager"]],"translations.strings":[[166,2,1,"","LangStrings"],[166,2,1,"","TranslationStrings"]],"translations.strings.LangStrings":[[166,3,1,"","__init__"],[166,3,1,"","get_strings"]],"translations.strings.TranslationStrings":[[166,3,1,"","__init__"],[166,3,1,"","get_language"],[166,3,1,"","get_string"],[166,3,1,"","tokenized"]],"weapons":[[168,0,0,"-","constants"],[169,0,0,"-","default"],[170,0,0,"-","dictionary"],[171,0,0,"-","engines"],[174,0,0,"-","entity"],[175,0,0,"-","instance"],[176,0,0,"-","manager"],[177,0,0,"-","restrictions"],[178,0,0,"-","scripts"]],"weapons.constants":[[168,2,1,"","ItemFlags"],[168,2,1,"","MuzzleFlashStyle"],[168,2,1,"","WeaponID"],[168,2,1,"","WeaponProficiency"],[168,2,1,"","WeaponSlot"],[168,2,1,"","WeaponSound"],[168,2,1,"","WeaponState"],[168,2,1,"","WeaponType"]],"weapons.constants.ItemFlags":[[168,5,1,"","DOHITLOCATIONDMG"],[168,5,1,"","EXHAUSTIBLE"],[168,5,1,"","LIMITINWORLD"],[168,5,1,"","NOAMMOPICKUPS"],[168,5,1,"","NOAUTORELOAD"],[168,5,1,"","NOAUTOSWITCHEMPTY"],[168,5,1,"","NOITEMPICKUP"],[168,5,1,"","SELECTONEMPTY"]],"weapons.constants.MuzzleFlashStyle":[[168,5,1,"","NONE"],[168,5,1,"","NORMAL"],[168,5,1,"","SPECIAL"]],"weapons.constants.WeaponID":[[168,5,1,"","AK47"],[168,5,1,"","ASSAULTSUIT"],[168,5,1,"","AUG"],[168,5,1,"","AWP"],[168,5,1,"","C4"],[168,5,1,"","DEAGLE"],[168,5,1,"","ELITE"],[168,5,1,"","FAMAS"],[168,5,1,"","FIVESEVEN"],[168,5,1,"","FLASHBANG"],[168,5,1,"","G3SG1"],[168,5,1,"","GALIL"],[168,5,1,"","GLOCK"],[168,5,1,"","HEGRENADE"],[168,5,1,"","KEVLAR"],[168,5,1,"","KNIFE"],[168,5,1,"","M249"],[168,5,1,"","M3"],[168,5,1,"","M4A1"],[168,5,1,"","MAC10"],[168,5,1,"","MP5NAVY"],[168,5,1,"","NIGHTVISION"],[168,5,1,"","NONE"],[168,5,1,"","NVG"],[168,5,1,"","NVGS"],[168,5,1,"","P228"],[168,5,1,"","P90"],[168,5,1,"","SCOUT"],[168,5,1,"","SG550"],[168,5,1,"","SG552"],[168,5,1,"","SHIELD"],[168,5,1,"","SMOKEGRENADE"],[168,5,1,"","TMP"],[168,5,1,"","UMP45"],[168,5,1,"","USP"],[168,5,1,"","XM1014"]],"weapons.constants.WeaponProficiency":[[168,5,1,"","AVERAGE"],[168,5,1,"","GOOD"],[168,5,1,"","PERFECT"],[168,5,1,"","POOR"],[168,5,1,"","VERY_GOOD"],[168,5,1,"","names"],[168,5,1,"","values"]],"weapons.constants.WeaponSlot":[[168,5,1,"","C4"],[168,5,1,"","GRENADE"],[168,5,1,"","KNIFE"],[168,5,1,"","PRIMARY"],[168,5,1,"","SECONDARY"]],"weapons.constants.WeaponSound":[[168,5,1,"","BURST"],[168,5,1,"","DOUBLE"],[168,5,1,"","DOUBLE_NPC"],[168,5,1,"","EMPTY"],[168,5,1,"","FAST_RELOAD"],[168,5,1,"","MELEE_HIT"],[168,5,1,"","MELEE_HIT_WORLD"],[168,5,1,"","MELEE_MISS"],[168,5,1,"","RELOAD"],[168,5,1,"","RELOAD_NPC"],[168,5,1,"","SINGLE"],[168,5,1,"","SINGLE_NPC"],[168,5,1,"","SPECIAL1"],[168,5,1,"","SPECIAL2"],[168,5,1,"","SPECIAL3"],[168,5,1,"","TAUNT"],[168,5,1,"","names"],[168,5,1,"","values"]],"weapons.constants.WeaponState":[[168,5,1,"","IS_ACTIVE"],[168,5,1,"","IS_CARRIED_BY_PLAYER"],[168,5,1,"","NOT_CARRIED"]],"weapons.constants.WeaponType":[[168,5,1,"","C4"],[168,5,1,"","EXPLOSIVE"],[168,5,1,"","GRENADE"],[168,5,1,"","KNIFE"],[168,5,1,"","MACHINEGUN"],[168,5,1,"","MG"],[168,5,1,"","PISTOL"],[168,5,1,"","RIFLE"],[168,5,1,"","SHOTGUN"],[168,5,1,"","SMG"],[168,5,1,"","SNIPER"],[168,5,1,"","SNIPERRIFLE"],[168,5,1,"","SUBMACHINEGUN"],[168,5,1,"","UNKNOWN"]],"weapons.default":[[169,2,1,"","NoWeaponManager"]],"weapons.dictionary":[[170,2,1,"","WeaponDictionary"]],"weapons.dictionary.WeaponDictionary":[[170,3,1,"","__init__"]],"weapons.engines":[[172,0,0,"-","csgo"]],"weapons.engines.csgo":[[172,2,1,"","Weapon"],[173,0,0,"-","csgo"]],"weapons.engines.csgo.csgo":[[173,2,1,"","Weapon"]],"weapons.engines.csgo.csgo.Weapon":[[173,4,1,"","ammo"],[173,5,1,"","caching"],[173,3,1,"","get_ammo"],[173,3,1,"","set_ammo"],[173,4,1,"","weapon_name"]],"weapons.entity":[[174,2,1,"","Weapon"]],"weapons.entity.Weapon":[[174,3,1,"","__init__"],[174,4,1,"","ammo"],[174,4,1,"","clip"],[174,3,1,"","get_ammo"],[174,3,1,"","get_clip"],[174,3,1,"","get_secondary_fire_ammo"],[174,3,1,"","get_secondary_fire_clip"],[174,3,1,"","remove"],[174,4,1,"","secondary_fire_ammo"],[174,4,1,"","secondary_fire_clip"],[174,3,1,"","set_ammo"],[174,3,1,"","set_clip"],[174,3,1,"","set_secondary_fire_ammo"],[174,3,1,"","set_secondary_fire_clip"],[174,4,1,"","weapon_name"]],"weapons.instance":[[175,2,1,"","WeaponClass"]],"weapons.instance.WeaponClass":[[175,3,1,"","__init__"],[175,4,1,"","ammoprop"],[175,4,1,"","basename"],[175,4,1,"","clip"],[175,4,1,"","cost"],[175,4,1,"","id"],[175,4,1,"","item_definition_index"],[175,4,1,"","maxammo"],[175,4,1,"","name"],[175,4,1,"","parent_class"],[175,3,1,"","parse_weapon_constants"],[175,4,1,"","slot"],[175,4,1,"","tags"],[175,4,1,"","type"]],"weapons.manager":[[176,6,1,"","weapon_manager"]],"weapons.restrictions":[[177,2,1,"","WeaponRestrictionHandler"],[177,6,1,"","weapon_restriction_handler"],[177,6,1,"","weapon_restriction_manager"]],"weapons.restrictions.WeaponRestrictionHandler":[[177,3,1,"","__init__"],[177,3,1,"","add_player_restrictions"],[177,3,1,"","add_team_restrictions"],[177,3,1,"","clear"],[177,3,1,"","is_player_restricted"],[177,3,1,"","is_team_restricted"],[177,3,1,"","on_player_bumping_weapon"],[177,3,1,"","on_player_carrying_restricted_weapon"],[177,3,1,"","on_player_purchasing_weapon"],[177,3,1,"","on_player_restriction_added"],[177,3,1,"","on_team_restriction_added"],[177,3,1,"","remove_player_restrictions"],[177,3,1,"","remove_team_restrictions"]],"weapons.scripts":[[178,2,1,"","WeaponInfo"]],"weapons.scripts.WeaponInfo":[[178,4,1,"","accuracy_divisor"],[178,4,1,"","accuracy_offset"],[178,4,1,"","accuracy_quadratic"],[178,4,1,"","active_icon"],[178,4,1,"","addon_model"],[178,4,1,"","ai_addon"],[178,4,1,"","alternate_inaccuracy_crouch"],[178,4,1,"","alternate_inaccuracy_fire"],[178,4,1,"","alternate_inaccuracy_jump"],[178,4,1,"","alternate_inaccuracy_ladder"],[178,4,1,"","alternate_inaccuracy_land"],[178,4,1,"","alternate_inaccuracy_move"],[178,4,1,"","alternate_inaccuracy_reload"],[178,4,1,"","alternate_inaccuracy_stand"],[178,4,1,"","alternate_spread"],[178,4,1,"","animation_prefix"],[178,4,1,"","auto_switch_from"],[178,4,1,"","auto_switch_to"],[178,4,1,"","autoaim_icon"],[178,4,1,"","bot_audible_range"],[178,4,1,"","burst_sound"],[178,4,1,"","can_equip_with_shield"],[178,4,1,"","class_name"],[178,4,1,"","crosshair_delta_distance"],[178,4,1,"","crosshair_icon"],[178,4,1,"","crosshair_minimum_distance"],[178,4,1,"","cycle_time"],[178,4,1,"","damage"],[178,4,1,"","default_price"],[178,4,1,"","default_primary_clip"],[178,4,1,"","default_secondary_clip"],[178,4,1,"","double_npc_sound"],[178,4,1,"","double_sound"],[178,4,1,"","dropped_model"],[178,4,1,"","empty_sound"],[178,4,1,"","fired_bullets"],[178,4,1,"","flags"],[178,4,1,"","full_auto"],[178,4,1,"","idle_interval"],[178,4,1,"","inaccuracy_crouch"],[178,4,1,"","inaccuracy_fire"],[178,4,1,"","inaccuracy_jump"],[178,4,1,"","inaccuracy_ladder"],[178,4,1,"","inaccuracy_land"],[178,4,1,"","inaccuracy_move"],[178,4,1,"","inaccuracy_reload"],[178,4,1,"","inaccuracy_stand"],[178,4,1,"","inactive_icon"],[178,4,1,"","is_built_right_handed"],[178,4,1,"","is_flipping_allowed"],[178,4,1,"","is_hud_elements_loaded"],[178,4,1,"","is_melee"],[178,4,1,"","is_script_parsed"],[178,4,1,"","maximum_inaccuracy"],[178,4,1,"","maximum_player_speed"],[178,4,1,"","maximum_primary_clip"],[178,4,1,"","maximum_secondary_clip"],[178,4,1,"","melee_hit_sound"],[178,4,1,"","melee_hit_world_sound"],[178,4,1,"","melee_miss_sound"],[178,4,1,"","muzzle_flash_scale"],[178,4,1,"","muzzle_flash_style_index"],[178,4,1,"","parse"],[178,4,1,"","penetration"],[178,4,1,"","player_animation_extension"],[178,4,1,"","position"],[178,4,1,"","previous_price"],[178,4,1,"","price"],[178,4,1,"","primary_ammo_icon"],[178,4,1,"","primary_ammo_name"],[178,4,1,"","primary_ammo_type"],[178,4,1,"","print_name"],[178,4,1,"","range"],[178,4,1,"","range_modifier"],[178,4,1,"","recovery_time_crouch"],[178,4,1,"","recovery_time_stand"],[178,4,1,"","reload_npc_sound"],[178,4,1,"","reload_sound"],[178,4,1,"","rumble_effect"],[178,4,1,"","secondary_ammo_icon"],[178,4,1,"","secondary_ammo_name"],[178,4,1,"","secondary_ammo_type"],[178,4,1,"","shield_view_model"],[178,4,1,"","show_usage_hint"],[178,4,1,"","silencer_model"],[178,4,1,"","single_npc_sound"],[178,4,1,"","single_sound"],[178,4,1,"","slot_index"],[178,4,1,"","small_icon"],[178,4,1,"","special_sound_1"],[178,4,1,"","special_sound_2"],[178,4,1,"","special_sound_3"],[178,4,1,"","spread"],[178,4,1,"","sprite_count"],[178,4,1,"","taunt_sound"],[178,4,1,"","team_index"],[178,4,1,"","time_to_idle"],[178,4,1,"","weapon_armor_radio"],[178,4,1,"","weapon_type_index"],[178,4,1,"","weight"],[178,4,1,"","world_model"],[178,4,1,"","wrong_team_message"],[178,4,1,"","zommed_autoaim_icon"],[178,4,1,"","zoomed_crosshair_icon"]]},"objnames":{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","class","Python class"],"3":["py","method","Python method"],"4":["py","property","Python property"],"5":["py","attribute","Python attribute"],"6":["py","data","Python data"],"7":["py","exception","Python exception"]},"objtypes":{"0":"py:module","1":"py:function","2":"py:class","3":"py:method","4":"py:property","5":"py:attribute","6":"py:data","7":"py:exception"},"terms":{"":[0,2,7,8,20,22,23,24,25,26,27,35,37,42,43,44,50,59,63,64,73,74,76,78,85,88,90,91,98,109,113,114,116,128,131,132,133,137,141,145,148,149,150,151,156,157,172,173,174,177,179,181,184,185,186],"0":[0,8,19,20,22,25,28,34,35,43,48,50,51,62,63,64,66,67,73,74,75,76,78,79,80,85,89,90,91,98,109,110,113,114,116,117,123,124,128,134,157,158,162,163,168,179,181,182],"00":[181,184],"009999999776482582":113,"01":184,"02":[181,184],"03":181,"04":181,"05":184,"1":[0,1,7,8,20,23,24,26,27,28,32,35,50,51,59,60,63,66,73,74,75,78,79,80,85,89,90,91,98,109,110,111,114,115,116,117,123,124,128,131,132,134,158,159,162,163,168,179,181,182,184],"10":[20,51,79,80,114,117,122,123,127,134,158,168,181,184],"100":[0,74],"1000":51,"100679691":75,"1023":[123,124],"1024":[63,75,79,80,89,134],"1048576":[75,79,134],"1073741824":[63,75,79,163],"11":[79,80,114,168,184],"111":23,"1121":28,"1174421507":75,"12":[79,80,114,168],"120":74,"1234":179,"127":179,"128":[19,34,63,74,75,79,80,89,134,163,168],"13":[28,79,80,114,127,168,186],"131072":[63,75,79,134],"131083":75,"134217728":[75,79],"13584":50,"136":74,"139":34,"14":[79,80,114,168],"140":25,"141":25,"15":[0,20,66,79,80,114,168,184],"151":28,"158":50,"16":[63,74,75,79,80,89,114,123,134,163,168],"16299":181,"16384":[63,75,79,80,89,134],"16395":75,"16432":75,"16439007":116,"16449":75,"165":34,"16513":75,"16515072":75,"16777216":[63,75,79,134],"168":50,"17":[79,80,114,168,184],"178":50,"18":[79,80,114,168],"19":[34,79,80,114,168],"192":[34,50],"2":[1,4,20,23,26,28,50,51,59,63,66,73,74,75,79,80,89,91,98,109,111,114,115,117,123,128,134,158,162,163,168,181,184],"20":[2,26,28,50,79,80,114,168,181],"2012":[181,184],"2016":184,"2017":184,"2018":181,"2022":0,"2048":[63,75,79,80,89,134],"2097152":[75,79,134],"21":[79,80,114,168],"2147483647":[79,134],"2147483648":[79,163],"22":[79,80,114,168],"222":23,"226":50,"227":28,"23":[79,80,114,168],"237858":181,"2389736818":180,"24":[28,79,80,114,168],"2435270659":50,"24705":75,"25":[16,28,74,80,114,168],"255":[19,34,75,120,123,124],"256":[63,74,75,79,80,89,134,163],"26":[80,114,168],"262144":[75,79,134],"268435456":[63,75,79],"27":[50,80,114,168],"27000001072883606":74,"27015":50,"28":[80,114,168],"28mathemat":20,"29":[20,66,80,114,168,181],"2d":113,"3":[0,1,20,22,23,27,34,48,50,60,61,66,73,74,75,79,80,85,89,91,109,111,114,115,117,123,134,158,162,163,168,184,186],"30":[2,114,168],"31":[114,168],"32":[34,63,74,75,79,80,89,114,134,163,168,181],"323145":179,"32768":[75,79,80,89,134],"33":[114,168],"333":23,"33554432":[75,79],"33570819":75,"33570827":75,"33570881":75,"33570945":75,"33579137":75,"33636363":75,"33701899":75,"34":114,"35":[50,114,181],"36":114,"37":114,"379":184,"38":114,"39":114,"39094154":20,"3aee743f47727579a0bf2b013d54b4d4ba0aff4c":181,"3d":113,"3x4":113,"4":[1,4,20,50,63,74,75,79,80,89,91,109,114,117,123,124,127,134,158,162,163,168],"40":114,"400":25,"401":25,"4096":[63,75,79,80,89,134],"41":114,"4194304":[63,75,79,134],"42":114,"4294967295":[75,85],"43":114,"44":114,"45":114,"46":[50,114],"48":75,"4cad55d4145ff7bf24aea6df9a53a9683df81700":61,"4m":182,"5":[20,51,74,79,80,85,89,91,109,114,116,120,123,134,158,162,168,182,184],"50":20,"502":[27,184],"511":35,"512":[63,74,75,79,80,89,123,124,134],"513":50,"52":158,"524288":[75,79,134],"528":184,"536870912":[63,75,79],"546778280":116,"553293":184,"58":28,"6":[20,22,74,79,80,89,91,109,114,134,158,162,168,184],"60":50,"62":[123,124],"64":[21,28,34,63,74,75,79,80,89,109,134,158,163,168],"6456723":179,"646":181,"65536":[63,75,79,134],"65547":75,"67108864":[75,79],"6771":50,"69":34,"7":[27,79,80,91,109,114,134,158,168,181,184],"743":61,"7601":184,"78944003194":179,"79":[1,48],"8":[0,20,48,50,63,74,75,79,80,89,91,109,112,114,123,134,158,163,168],"80":[1,34],"800000011920929":74,"8192":[63,75,79,80,89,134],"81931":75,"83":50,"8388608":[75,79,134],"8640":50,"9":[79,80,114,134,150,168],"949":3,"95":74,"9800000190734863":74,"9_":150,"A":[4,20,21,22,27,31,32,34,44,48,50,59,64,66,69,75,85,87,111,112,114,120,122,124,127,147,148,149,150,158,174,177,184],"AND":109,"And":21,"As":[2,16,20,27],"At":24,"Be":24,"But":[2,16,25,27],"By":[0,18,116,179],"For":[1,16,21,22,23,25,27,44,115,131,133,158],"IN":[123,124,157],"IT":109,"If":[0,1,2,16,19,20,22,24,26,27,31,32,44,50,51,59,62,66,78,80,81,85,87,90,91,98,110,111,114,115,116,117,120,122,123,124,148,176,181,182,183,184],"In":[0,2,4,7,16,19,20,22,25,116,179,186],"It":[1,2,16,20,21,22,24,27,48,64,73,115,117,128,179,181],"Its":16,"NO":[79,157],"NOT":[19,109],"No":[1,26,147],"Not":[20,76,80,89,131,147,158],"On":[0,25,74,116],"Or":[19,22],"That":[20,27],"The":[0,2,3,4,7,8,16,20,21,22,23,24,25,26,27,28,31,32,34,37,42,43,44,48,50,51,59,60,61,62,65,66,67,68,69,75,76,78,80,81,85,88,90,91,93,95,102,107,108,109,111,113,114,115,117,120,122,123,126,127,131,132,133,135,145,147,148,150,160,165,176,177,179,181,184],"Their":22,"Then":[2,27],"There":[1,2,20,22,27,179,181,182],"These":[16,20,21,114],"To":[0,2,16,22,25,27,116,179],"Will":109,"__all__":151,"__delete__":51,"__enter__":21,"__eq__":[34,157],"__exit__":21,"__get__":51,"__getattr__":124,"__getitem__":[4,34,91,157],"__init__":[1,20,31,32,33,34,35,37,42,43,44,48,50,51,59,62,64,67,68,69,71,73,75,76,78,80,81,85,86,87,89,90,91,92,94,96,98,100,103,109,110,111,112,113,114,115,117,120,122,123,124,126,127,128,130,131,132,133,135,147,148,149,150,154,156,157,158,159,160,161,162,166,170,174,175,177],"__name__":[27,150],"__ne__":[34,157],"__reduce__":[34,91,157],"__repr__":[34,157],"__set__":51,"__setattr__":124,"__setitem__":[34,91,157],"__sphinx_mock__":147,"__str__":[34,157],"_authmanag":31,"_base":[67,81,131,157,170],"_basecommand":[37,42,43],"_baseedict":76,"_basefilt":[37,42],"_basemenu":[120,122],"_baseopt":[120,122],"_baseradioopt":122,"_basesound":74,"_bitbuff":[33,123,128],"_bot":131,"_cach":[51,162],"_clientcommandmanag":[37,44],"_collis":78,"_color":[71,80,85,109],"_command":[35,62],"_commandmanag":48,"_constant":[79,134,163,168],"_core":[50,51],"_corepluginmanag":50,"_cvar":[62,157],"_cvarmanag":[21,48],"_datamap":[71,80,85],"_dialogbas":123,"_effect":[66,67],"_engin":[33,34,35,43,62,71,73,74,75,76,80,85,89,91,98,103,109,114,123,128,130,132,133,159,161],"_engineserv":24,"_entiti":[71,75,76,78,79,80,85,86,87,89,90,143,174],"_entityfactorydictionari":86,"_entityhook":88,"_event":[91,94],"_eventmanag":95,"_eventvari":97,"_excepthook":107,"_factori":86,"_filesystem":98,"_filter":[67,73,123],"_global":73,"_hook":116,"_hookdecor":[107,108],"_iconvar":62,"_iterobject":[100,102,104],"_keyvalu":109,"_languagemanag":165,"_linux":115,"_listen":110,"_loginst":112,"_mathlib":[33,67,71,75,80,85,89,113,130,132,133,161],"_memori":[43,76,80,87,88,89,114,116,117,143,161],"_menudata":[118,119],"_messag":[123,124,125],"_mutemanag":145,"_net_channel":[73,128,131],"_on_close_menu":26,"_pagedmenubas":[120,122],"_permissiondict":31,"_physic":130,"_player":[73,131,132,134,143],"_precachebas":72,"_preeventmanag":93,"_private_vari":1,"_privatetestclass":1,"_prop":89,"_recipi":[67,73,123],"_recipientfilt":103,"_remove_command":44,"_saycommandmanag":[42,44],"_sectionmanag":48,"_server":73,"_servercommandmanag":[43,44],"_settingsdictionari":154,"_sound":[33,34,35,43,62,71,73,74,75,76,80,85,89,91,98,103,109,114,123,128,130,132,133,159,161],"_srv":114,"_steam":158,"_studio":[161,162,163],"_svtag":65,"_trace":75,"_transmit":90,"_typedcommand":[20,44],"_typedplayercommand":44,"_unload_inst":50,"_validate_command":44,"_value2":1,"_version":27,"_warninghook":108,"_weapon":[168,174],"_weaponmanag":176,"_weaponrestrictionmanag":177,"_window":115,"aan":147,"ab":50,"abil":[12,27,62],"abitrari":20,"abl":[4,22,74,117,179],"abort":[7,8,12],"about":[1,2,4,7,8,16,17,18,19,20,21,22,23,24,25,26,27,28,75,93,115,128,150,184],"abov":[19,21,179],"absolut":[1,114,133,134,157],"abstract":[114,179],"accel":6,"accept":[24,26,115,117],"access":[4,18,25,31,33,62,63,66,71,73,74,77,85,86,89,98,109,113,114,116,128,130,154,155,159,160,179],"accessor":[115,117,157],"accessor_offset":[115,117,157],"accompani":7,"accomplish":8,"accordingli":51,"account":158,"account_id":[157,158],"account_inst":[157,158],"account_typ":[157,158],"accountid":7,"accounttyp":[157,158],"accum":[131,133],"accur":128,"accuracy_divisor":[157,178],"accuracy_offset":[157,178],"accuracy_quadrat":[157,178],"achiev":[5,6,7,8,9,11,12,15],"achievement_id":[7,8,9,11,15],"achievement_nam":[5,6,7,8,9,11,12,15],"acid":[79,157],"across":179,"act":117,"act_weight":[157,161],"action":[7,50,76],"actionid":5,"activ":[7,8,24,80,131,132,157,161,184],"active_devic":[132,157],"active_icon":[157,178],"active_weapon_handl":[132,157],"activity_index":[157,161],"activity_offset":[157,161],"actual":[16,21,23,27,44],"actualment":147,"ad":[16,18,30,31,48,73,81,85,111,114,115,120,122,147,160,177],"add":[2,16,18,20,21,26,27,31,35,37,42,43,44,48,50,59,65,73,78,90,109,111,113,114,147,151,156,157,159,160,166,177,179,183],"add_callback":[37,42,43,157],"add_command":[44,157],"add_directori":[157,160],"add_entity_listen":[76,157],"add_flag":[35,157],"add_hook":[69,114,157],"add_opt":[156,157],"add_pair":[78,90],"add_par":[31,44,157],"add_player_restrict":[157,177],"add_post_hook":[114,157],"add_pre_hook":[114,157],"add_refer":[157,162],"add_row":[59,157],"add_str":[157,159],"add_sub_kei":[109,157],"add_team_restrict":[157,177],"addit":[22,66,73,123,124,148],"additional_flag":15,"addon":[2,3,16,21,27,129,179,185],"addon_config":21,"addon_model":[157,178],"addon_player_damag":21,"addon_player_model":21,"address":[5,6,7,8,9,11,12,15,24,25,114,115,116,123,128,143,157],"address_from_playerinfo":[143,157],"adjust":111,"adjusted_loop":[111,157],"admin":[18,27,179],"administr":[21,179,184],"admittedli":16,"adr":50,"advanc":[15,179],"affect":[78,111],"after":[1,7,8,24,25,26,85,111,114,122,184],"again":[19,25,26,51],"against":[20,177],"ah":[114,157],"ai_addon":[157,178],"aid":147,"aim":[78,79,90,157],"aim_direct":[131,157],"aimtarget":[79,157],"air":130,"air_dens":[130,157],"airboat":[79,157],"ak47":[157,168],"al":[114,147,157],"alert_typ":15,"alia":[2,50,67,118,177],"alias":[2,67,69,157],"alig":59,"align":[59,114,157,161],"aliv":[20,134,157],"all":[1,4,5,6,7,8,9,11,12,15,16,18,20,21,22,24,27,31,50,52,57,62,63,66,75,78,85,90,91,92,93,100,102,104,110,111,113,114,116,123,124,126,127,133,134,147,150,157,158,160,166,177,179,184],"all_cap":1,"all_solid":[75,157],"all_vis":[75,157],"alliedmodd":180,"allies_cap":9,"allies_play":9,"allies_tick":9,"alloc":[24,25,50,114,157],"allow":[0,7,8,18,20,21,24,27,62,78,90,93,111,114,115,172,173,174,179,186],"allow_connect_ptr":24,"allseecrit":15,"almost":117,"alpha":[19,34,132],"alphabet":[1,22],"alphanumer":147,"alphanumerisch":147,"alphanum\u00e9rico":147,"alphanum\u00e9riqu":147,"alreadi":[22,32,62,74,78,90,110,147,150],"also":[0,1,2,7,18,20,21,22,23,25,26,27,31,43,85,177,179,184],"alt1":[134,157],"alt2":[134,157],"altern":[16,22],"alternate_inaccuracy_crouch":[157,178],"alternate_inaccuracy_fir":[157,178],"alternate_inaccuracy_jump":[157,178],"alternate_inaccuracy_ladd":[157,178],"alternate_inaccuracy_land":[157,178],"alternate_inaccuracy_mov":[157,178],"alternate_inaccuracy_reload":[157,178],"alternate_inaccuracy_stand":[157,178],"alternate_spread":[157,178],"alwai":[1,2,4,18,22,44,51,74,120,122,179],"alwaysgib":[79,157],"am":158,"ambush":12,"ammo":[7,8,76,157,173,174,175],"ammo_us":6,"ammoid":6,"ammoprop":[157,174,175],"amount":[7,8,12,15,16,78,85,90,111,128,173,174,175],"amplitud":[123,124,157],"an":[1,2,4,7,8,16,20,21,22,23,24,25,26,27,32,33,34,35,37,42,43,44,50,59,60,61,62,65,66,67,71,73,75,76,78,80,81,84,85,86,87,88,89,90,91,93,102,103,107,109,110,113,114,115,117,120,122,123,124,128,130,131,133,146,149,150,156,158,159,160,162,166,174,179,186],"ang":133,"ang_i":7,"ang_x":7,"ang_z":7,"angl":[25,85,113,130,131,132,133,134,157,161],"ani":[1,7,16,20,21,27,50,51,67,75,76,78,85,87,90,91,93,114,115,123,148,150,177,179],"anim":[157,161],"anim_block":[157,161],"anim_offset":[157,161],"animation_offset":[157,161],"animation_prefix":[157,178],"animations_offset":[157,161],"animblock":[157,162],"animsect":[157,161],"annoi":2,"announc":7,"anonym":[158,179],"anonymous_game_serv":[157,158],"anonymous_us":[157,158],"anoth":[16,20,21,24,26,87,179],"anymor":116,"anyth":[22,25,78,90],"api":[16,20,25,50,179],"apostroph":1,"appear":[16,21,112,148],"append":[21,26,59],"appli":[0,1,60,85,114,184],"apply_force_cent":[130,157],"appreci":2,"apt":181,"ar":[0,1,2,4,7,8,16,20,22,23,24,26,27,50,51,58,62,66,74,78,79,85,87,90,112,113,114,115,116,117,120,122,123,130,134,150,168,179,181,182,184,185],"arbitrari":16,"archiv":[63,98,157,181],"archive_xbox":[63,157],"archivo":147,"area":[7,8,12,15,76,112,157],"area_num":[76,157],"areaport":[75,157],"areas_network":[76,157],"arg":[20,37,42,43,44,50,51,52,68,72,73,78,81,85,87,88,89,90,103,110,111,112,114,115,116,117,120,122,126,131,135,147,154,156,157,158,160,170,177,178],"arg1":[33,34,35,37,42,43,50,51,62,67,71,73,75,76,78,80,84,85,86,89,90,91,94,98,103,109,110,113,114,116,123,128,130,131,132,133,158,159,161,162,174],"arg10":113,"arg11":113,"arg12":113,"arg13":113,"arg2":[33,34,35,50,67,71,73,75,76,80,84,85,86,89,91,98,109,113,114,123,128,130,131,132,158,159,161,162],"arg3":[33,35,67,71,73,75,76,85,91,109,113,114,123,128,130,158,159,161],"arg4":[33,35,73,75,109,113,114,128,130,158],"arg5":[75,109,113,114,128,158],"arg6":[109,113],"arg7":113,"arg8":113,"arg9":113,"arg_str":[35,157],"arg_typ":114,"argument":[1,4,35,44,50,51,73,81,85,111,114,115,117,123,135,147,157,170,184],"argument_ptr_chang":[114,157],"argument_typ":[114,157],"argumenten":147,"argumenterror":[44,157],"argumentnumbermismatch":[44,157],"argumento":147,"arm":7,"armor":[7,8,12,131,132,157],"around":16,"arrai":[67,89,115,117,157],"array_length_proxy_funct":[89,157],"array_prop":[89,157],"arraylengthproxyfn":89,"arrrai":117,"arsen":7,"artifact":60,"as_args_tupl":[115,157],"as_attribute_typ":[115,157],"as_bool":[115,157],"as_convent":[115,157],"as_dict":[4,109,157],"as_identifi":[115,157],"as_int":[115,157],"as_return_typ":[115,157],"as_str":[50,115,157],"as_vector_2d":[113,157],"ascii":59,"asciit":[59,157],"asd":20,"ashbash1987":180,"ashlei":180,"ask":26,"askconnect":[123,157],"askconnect_accept":123,"asleep":[130,157],"assaultsuit":[157,168],"assert":51,"assign":[20,22,51,76,115],"assist":[7,15],"assister_fallback":15,"associ":[78,90],"asterisk":[20,179],"atcontrol":[134,157],"attach":[73,76,85],"attachedent":15,"attachments_count":[157,161],"attack":[4,5,6,7,8,9,11,12,15,76,85,110,134,157,174],"attack1":[134,157],"attack2":[134,157],"attacker_entindex":15,"attacker_index":85,"attacker_play":15,"attackerentid":12,"attackerid":[5,7],"attackerisbot":12,"attackernam":12,"attempt":[7,8,117],"attenu":[74,85,157],"attr":[22,93,123,124],"attrdict":[123,124,157],"attribut":[1,4,18,20,22,51,66,80,85,100,111,115,117,123,148,156,172,173,174,175,178],"attributeerror":51,"audibl":[7,8],"aug":[8,157,168],"auth":[17,20,35,44,50,52,157,179,186],"auth_manag":[30,31,157],"auth_set":179,"authent":24,"authentif":157,"author":[20,27,29,32,36,44,148,184,186],"auto":[2,7,8,20,50,68,74,78,85,88,90,116,157],"auto_command_return":[44,157],"auto_dealloc":[114,117,131,157,178],"auto_switch_from":[157,178],"auto_switch_to":[157,178],"auto_unlock":159,"autoaim_icon":[157,178],"autodoc":157,"autoexec":[2,16],"autogener":109,"automat":[2,7,8,16,20,21,23,32,48,50,64,72,81,114,115,117,120,122,147,151,179],"automodul":2,"autoteam":[5,7,8,9,11,15],"autounload":[27,50,68,78,81,90,91,93,110,111,112,114,126,147,154,157,160,177],"aux":[75,157],"avail":[7,12,22,24,60,102,114,115,132,156,174,184,186],"avec":147,"aveloc":[85,157],"avenged_player_id":[7,8],"avenger_id":[7,8],"averag":[7,128,157,168],"avg_rank":7,"avoid":[18,27,116],"awai":8,"award":12,"awp":[157,168],"ax":[114,157],"axis_cap":9,"axis_play":9,"axis_tick":9,"ayuda":147,"ayuto":[20,27,180],"b":[2,20,34,50,113,157],"b2471f6d7fbd05548c831307f1903218":181,"back":[120,122,134,157],"backend":[30,31,44,157],"background":[73,157],"bad":[1,157,163],"ball":[66,157],"ban":[18,27,179],"barr":180,"barrel":22,"base":[1,27,29,31,32,33,34,35,37,38,39,40,41,42,43,44,48,50,51,52,59,62,63,64,66,68,69,71,72,73,74,75,76,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,96,97,98,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,120,122,123,126,127,128,130,131,132,133,134,135,136,137,139,140,141,142,147,148,149,150,154,156,157,158,159,160,161,162,163,166,167,168,169,170,171,172,173,174,175,177,178],"base_damag":[76,157],"base_ent":[24,76,157],"base_import":[150,157],"base_path":[129,157],"base_veloc":[85,157],"basecli":[131,157],"basecollisionrul":78,"baseent":[22,24,66,78,80,84,85,87,90,100,132,143,157,174],"baseentity_from_basehandl":[87,157],"baseentity_from_edict":[87,157],"baseentity_from_index":[87,157],"baseentity_from_inthandl":[87,157],"baseentity_from_playerinfo":[143,157],"baseentity_from_point":[87,157],"baseentity_from_userid":[143,157],"baseentitygener":[76,157],"baseentityhandl":[76,87,143,157],"baseentityit":[100,157],"baseentityoutput":[76,85,157],"basehandl":[76,80,87,143,157],"basehandle_from_baseent":[87,157],"basehandle_from_edict":[87,157],"basehandle_from_index":[87,157],"basehandle_from_inthandl":[87,157],"basehandle_from_playerinfo":[143,157],"basehandle_from_point":[87,157],"basehandle_from_userid":[143,157],"basenam":[157,175],"basepoint":[115,117,157],"baserecipientfilt":[67,73,103,123,157],"basetempent":[67,69,157],"basetrac":[75,157],"basetransmitrul":90,"baseveloc":[79,157],"basi":113,"basic":[4,16,22,27,120,122],"basic_oper":20,"bat":0,"bbox":[79,157],"beam":[66,157],"beamentpoint":66,"beampoint":66,"beamringpoint":66,"becaus":[16,22,27,50,51,116,179,183],"been":[2,4,7,8,16,19,20,24,27,30,44,50,51,60,61,73,76,85,87,103,110,111,114,116,126,127,128,148,159,160,179],"beep":[7,8],"befehl":147,"befor":[1,2,7,16,20,24,60,67,76,113,116,179],"begin":[7,8,73],"behaviour":[16,27],"behind":20,"being":[1,7,8,24,27,50,78,81,85,93,110],"belong":44,"below":[1,4,7,27,181],"benannt":147,"bereit":147,"besid":[27,85],"bestand":147,"beta":[157,158],"between":[1,34,85,113,179],"bh":[114,157],"big_stun":15,"biggest":113,"binari":[0,114,115,117,157],"binaryfil":[114,157],"bind":51,"bit":[19,33,34,89,109,157,158,181],"bitbuf":[123,124,157],"bitbuff":[2,126,157],"bitbufferread":[33,127,128,157],"bitbufferwrit":[33,123,127,128,157],"bl":[114,157],"bla":20,"black":[4,24,34,157],"blackmarkett":28,"blade":[4,24],"blank":1,"blast":[12,79,157],"blast_surfac":[79,157],"blends_count":[157,161],"blind":8,"blind_dur":7,"block":[7,8,12,15,21,24,35,44,50,93,114,157,161],"blocker":[9,12,15],"blocker_entindex":15,"blocklo":[75,157],"blocklos_and_npc":[75,157],"bloodcolor":[66,157],"blue":[34,157],"blue_scor":15,"blue_score_prev":15,"bodi":[74,122,157],"bomb":[7,8,9,132],"bone":[7,76,157,161],"bone_controllers_count":[157,161],"bone_controllers_offset":[157,161],"boneanglesi":15,"boneanglesx":15,"boneanglesz":15,"bonecontrol":[157,161],"boneindexattach":15,"bonemerg":[79,157],"bonemerge_fastcul":[79,157],"bonepositioni":15,"bonepositionx":15,"bonepositionz":15,"bones_count":[157,161],"bones_offset":[157,161],"bonu":7,"bonus_progress":[134,157],"bonuseffect":15,"bool":[5,6,7,8,9,11,12,15,31,32,33,35,44,50,60,61,62,66,67,69,71,73,74,75,76,78,80,85,88,89,90,91,97,98,103,109,111,113,114,115,116,117,120,122,123,124,127,128,130,131,132,133,141,142,149,150,157,158,159,174,177],"boolarrai":117,"boolean":[62,67,80,109,115,156,157],"boolset":[156,157],"boolvari":[97,157],"boost":186,"boostpythonclass":[50,157],"bore":16,"boss":15,"bot":[5,6,7,8,9,11,12,15,20,50,88,131,157],"bot_audible_rang":[157,178],"bot_frozen":[79,157],"bot_quota":184,"botcmd":[131,133,157],"botcontrol":[133,157],"both":[0,7,22,25,27,66,109,113,114,123,179],"botid":7,"bottom_separ":122,"bounc":[7,8],"bound":[51,80,123],"boundari":[21,59,75],"box":[66,113,123,157],"bp":[114,157],"break":[7,8],"breakabl":7,"breakable_glass":[79,157],"brightlight":[79,157],"bri\u00e3":180,"broadcast_messag":[73,157],"broke":[7,8],"broken":[7,8],"brown":[34,157],"brush":[157,163],"bsp":[79,157],"bstrool":85,"bsuit":133,"buckshot":[79,157],"buff_own":15,"buff_typ":15,"buffer":[33,109,123,124,127,157],"buffer_s":[128,157],"bug":186,"bui":[7,22,132],"build":[2,15,24,26,32,44,60,61,147,157,186],"build_callback":[120,122],"buildabl":[75,157],"buildbot":2,"builderid":15,"building_typ":15,"built":[0,1,20,61,147,149,150,179],"bullet":[7,8,76,78,79,157],"bullrush":[134,157],"bump":177,"bumplight":[75,157],"burn":[79,157,179],"burst":[157,168],"burst_sound":[157,178],"button":[7,8,24,110,131,132,133,134,157],"buttonstatu":[110,157],"buy_zon":22,"bval":117,"bx":[114,157],"by_boom":12,"byte":[5,6,7,8,9,11,12,15,50,73,76,91,97,114,115,128,157],"bytevari":[97,157],"c":[0,3,7,22,24,25,74,83,84,114,116,117,132,141,157,172,173,174,181,184],"c4":[7,8,141,142,157,168],"cach":[24,27,83,84,85,137,139,140,141,142,157,161,172,173,174],"cache_data_typ":24,"cached_properti":51,"cached_result":51,"cachedproperti":51,"calcul":116,"call":[1,16,18,20,21,24,26,27,30,37,42,44,50,51,62,69,75,81,85,87,92,96,110,111,114,115,116,117,128,149,150,179],"call_global_change_callback":[62,157],"call_input":[85,157],"call_trampolin":[87,114,115,157],"callabl":[20,37,42,43,44,51,80,81,85,110,111,114,117,120,122,135,170],"callback":[4,20,26,37,42,43,44,62,69,78,85,90,110,111,114,116,157],"callback_flag":[130,157],"caller":[24,80,87,157],"calling_convent":[114,157],"callingconvent":[114,117,157],"camelcas":1,"campaign":12,"can":[0,2,4,8,16,18,19,20,21,22,23,24,25,26,27,48,61,62,73,74,85,111,115,116,123,150,158,165,177,179,181,184],"can_equip_with_shield":[157,178],"canbui":7,"cancel":[85,111,134,157],"cancel_on_level_end":[85,111,157],"cannot":[35,37,42,43,51,62,67,71,73,76,78,80,86,89,90,91,103,114,128,130,131,133,147,149,150,159,162,175],"canzoom":7,"capit":27,"cappabl":20,"capper":[9,15],"capping_team":15,"capping_team_scor":15,"capteam":15,"captim":15,"care":[24,26],"cargado":147,"cargando":147,"cargar":147,"carri":[7,131,141,142,177],"carrier":15,"case":[0,2,20,22,23,25,27,61,74,116,179],"cash":[132,157],"casper":180,"cast":[7,85],"catch":182,"catcher":15,"categori":[7,108],"category_left":9,"category_right":9,"caught":182,"caus":[7,8,21,24,27,76,182],"causer":12,"cb":15,"cbaseanim":25,"cbaseent":[25,87,143],"cbasehandl":[87,143],"cbasent":76,"ccsgamerulesproxi":71,"ccsplayer":25,"cdecl":[114,117,157],"ce":147,"center":[16,59,66,123,124,157],"cfg":[2,16,21,48,129,179,181],"cfg_path":[129,157],"ch":[114,157],"chains_valid":[80,157],"chang":[1,2,7,8,16,19,21,24,25,27,62,85,110,114,127],"change_pitch":[74,157],"change_vol":[74,157],"changed_since_tick":[157,159],"changelevel":184,"changes_often":[89,157],"channel":[33,34,35,43,62,71,73,74,75,76,80,85,89,91,98,103,109,114,123,124,128,130,131,132,133,157,159,161],"chapter":22,"char":[25,114,115,143,157],"charact":[1,21,48,50,59,80,157],"charg":[12,15],"chargement":147,"charger":147,"charg\u00e9":147,"chase":[134,157],"chat":[7,8,16,22,44,123,124,134,157,158],"cheat":[21,63,157],"check":[20,24,36,44,91,110,114,150,177,179,181],"check_extens":114,"check_for_overflow":[33,157],"check_info_output":[50,157],"check_rang":33,"check_untouch":[79,157],"checkpoint":12,"checksum":[50,60,131,157,161,181],"checktransmitinfo":[76,157],"chest":[134,157],"child":109,"children":112,"choic":[74,179],"choice_index":[120,122],"choke":128,"choos":[0,26,123,179],"chunk_siz":[123,124,157],"cl":[114,117,157],"cl_languag":24,"clamp_min_scal":[79,157],"clan":[157,158],"clash":18,"class":[1,2,5,6,7,8,9,11,12,15,16,20,21,22,23,25,27,30,31,32,33,34,35,37,38,39,40,42,43,44,48,50,51,52,57,59,62,63,64,65,66,67,68,69,71,72,73,74,75,76,78,79,80,81,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,122,123,124,125,126,127,128,130,131,132,133,134,135,137,139,140,141,142,145,147,148,149,150,154,156,157,158,159,160,161,162,163,165,166,168,169,170,172,173,174,175,176,177,178,184],"class_bit":[73,157],"class_index":[89,157],"class_info":[44,57],"class_nam":[76,80,100,157,178],"classmethod":[16,44,84,85,127],"classnam":[5,7,12,22,24,76,78,88,114,157,175],"classptr":[80,157],"clean":[24,32,44,114],"clean_command":[44,157],"clear":[20,31,78,90,103,110,157,158,177],"clear_all_recipi":[89,157],"clear_individual_inst":[157,158],"client":[5,6,7,8,9,11,12,15,20,22,24,35,36,42,44,73,76,93,123,131,133,134,143,147,153,157],"client_command_manag":[37,157],"client_count":[73,157],"client_sub_command":[147,157],"clientact":110,"clientcmd_can_execut":[63,157],"clientcommand":[37,157],"clientcommanddispatch":[37,157],"clientcommandfilt":[37,157],"clientcommandgener":[37,157],"clientconnect":110,"clientdisconnect":110,"clientdll":[63,157],"clientfullyconnect":110,"clientputinserv":110,"clientsettingschang":110,"clip":[157,174,175],"clone":0,"close":[1,2,7,8,12,26,98,157],"close_callback":[120,122],"cls_dict":117,"club":[79,157],"cmake":0,"cmd":133,"cn":147,"code":[16,27,91,93,107,108,186],"codec":50,"collaps":[89,157],"collect":117,"collecting_play":15,"collector":15,"collid":[24,76,78,85,157],"collis":[24,85,130],"collision_en":[130,157],"collision_group":[85,157],"collision_hook":78,"collisiongroup":[79,85,157],"collisionhash":[24,78],"collisionhook":78,"collisionmanag":78,"collisionmap":[24,78],"collisionmod":78,"collisionset":[24,78],"colon":[1,20],"color":[17,71,80,85,109,120,123,124,157,186],"color1":[123,124],"color2":[123,124],"color32":[80,157],"column":[59,157],"column_separ":59,"com":[27,184],"comando":147,"combin":[24,110],"come":[27,115],"comma":1,"command":[2,7,8,17,21,24,26,27,45,48,50,62,73,110,123,131,133,146,153,157,179,181,183,185,186],"command_info":[20,27,44],"command_numb":[131,133,157],"command_str":[35,157],"commandinfo":[20,44,157],"commandnod":[44,157],"commando":147,"commandpars":[44,157],"commandreturn":[35,44,157],"comment":[21,50,97,186],"comment_prefix":50,"commit":[61,181],"common":[20,22,25,99],"commonli":129,"commun":50,"compar":[114,157],"compil":[0,150],"complement":20,"complet":[7,8,27,85,111],"complex":20,"compon":34,"comput":51,"con":147,"con_command":62,"concommand":[35,43,62,157],"concommandbas":[35,62,157],"concret":179,"condit":[15,24,88],"config":[17,157,186],"configfil":[50,157],"configmanag":[21,48,157],"configobj":[1,50],"configu":50,"configur":[27,45,46,47,48,49,50,186],"conflict":20,"confus":22,"connect":[7,8,24,50,123,128,131],"connectionlesspackethandl":[73,157],"consid":[2,20,78,183],"consol":[2,16,24,27,48,50,62,64,73,112,123,147,157,181,185,186],"console_messag":[50,157],"console_us":[157,158],"const":[25,143],"constant":[1,19,59,76,115,131,157,161,167,175],"constant_valu":1,"construct":[78,90],"constructor":[16,20,26],"contact":85,"contain":[2,4,16,17,18,19,20,21,22,23,24,25,26,27,28,31,38,39,50,58,59,66,69,73,78,85,90,94,99,101,102,106,113,114,115,117,119,121,127,130,148,150,156,165,169],"content":[60,75,78,85,98,128,130,158,179],"content_serv":[157,158],"contentflag":[75,78,157],"contentmask":[75,85,157],"context":[12,23,116],"contextlib":21,"continu":[16,24,35,44,50,90,93,157,185],"contribut":0,"control":[7,26],"controllerid":7,"convar":[7,8,24,35,44,47,48,57,62,63,64,110,112,148,156,157],"convarflag":[7,8,21,48,62,63,64,157],"conveni":[22,126],"convent":[2,25,114,115,117,157,186],"convention_t":114,"convers":[102,115],"convert":[16,25,48,64,87,113,114,115,117,157,158],"conveyor":[79,157],"cooki":24,"cookstar":180,"cool":25,"coord":[89,157],"coord_mp":[89,157],"coord_mp_integr":[89,157],"coord_mp_low_precis":[89,157],"coordin":[7,8,113,132],"copi":[2,33,34,69,98,109,113,114,157,181],"core":[0,1,24,25,27,79,91,93,157],"core_plugin_manag":[50,157],"core_set":[179,181],"corecommandmanag":[52,157],"corner":66,"corner1":113,"corner2":113,"correct":[2,116],"correspond":[7,8],"cost":[15,157,175],"could":[4,7,22,27],"couldn":73,"count":[6,7,8,9,11,12,15,73,79,131,132,157,174],"counter":[4,50],"coupl":21,"cover":[22,25,85],"cp":[9,15],"cpname":[9,15],"cpointer":[87,143],"cpu":[0,116],"crash":[24,182,183],"creat":[0,1,2,16,19,24,25,27,32,44,48,49,50,59,62,66,67,68,78,81,84,85,86,88,90,92,96,109,111,112,113,114,115,116,117,120,122,123,124,126,131,133,135,148,156,157,158,166,170,179],"create_blank_anonymous_logon":[157,158],"create_blank_anonymous_user_account":[157,158],"create_checksum":[50,157],"create_convert":[117,157],"create_copi":33,"create_function_typedefs_from_fil":[117,157],"create_global_pointers_from_fil":[117,157],"create_kei":109,"create_messag":125,"create_new_kei":[109,157],"create_pip":[117,157],"create_pipe_from_dict":[117,157],"create_pipe_from_fil":[117,157],"create_typ":[117,157],"create_type_from_dict":[117,157],"create_type_from_fil":[117,157],"creation":32,"creator":[123,124],"credit":[2,44,52,98,147,186],"crit":15,"crit_typ":15,"cross":[113,157,179],"crosshair":[134,157],"crosshair_delta_dist":[157,178],"crosshair_icon":[157,178],"crosshair_minimum_dist":[157,178],"crouch":[7,8],"crush":[79,157],"cr\u00e9dit":147,"cr\u00e9dito":147,"cs_offic":184,"csgo":[3,7,82,131,136,157,167,171],"css":[0,60,181,184],"cstrike":[3,131,135,136,140,157,181],"ct":[20,177],"ct_kd":8,"ct_money_earn":8,"ct_objectives_don":8,"ct_score":8,"cur_val":[5,6,7,8,9,11,12,15],"curdir":1,"currenc":15,"current":[1,7,22,24,26,28,35,73,75,76,78,98,111,128,131,132,133,147,148,157,169,176,179,184,186],"current_0":[75,157],"current_180":[75,157],"current_270":[75,157],"current_90":[75,157],"current_bit":[33,157],"current_down":[75,157],"current_up":[75,157],"custom":[15,21,27,54,79,80,91,96,97,112,114,117,129,148,157,184],"custom_calling_convent":[117,157],"custom_convent":[114,157],"custom_data_path":[129,157],"custom_packages_docs_path":[129,157],"custom_packages_path":[129,157],"custom_sect":21,"customboxtest":[79,157],"customev":[23,92,157],"customkil":[6,15],"customraytest":[79,157],"customtyp":[25,117,131,157,178],"cvar":[7,8,21,24,45,48,50,148,157],"cvar_nam":24,"cvar_prefix":[48,157],"cvar_valu":24,"cvarnam":[5,6,7,8,9,11,12,15],"cvarvalu":[5,6,7,8,9,11,12,15],"cx":[114,157],"cyan":[34,157],"cycl":[157,161],"cycle_tim":[157,178],"d":[26,114,157],"da":147,"dai":[4,27],"damag":[7,8,9,12,15,21,76,79,85,116,132,157,178],"damage_filt":[85,157],"damage_given":[7,9],"damage_rank":15,"damage_taken":7,"damage_typ":85,"damageamount":15,"damagebit":[5,6,7,8,9,11,12,15],"damaged_other_play":[76,157],"damagetyp":[79,85,157],"darf":147,"dark_blu":[34,157],"dark_grai":[34,157],"dark_green":[34,157],"dark_r":[34,157],"data":[7,8,20,24,26,33,50,57,60,69,76,80,85,91,109,114,115,117,120,122,123,124,127,128,129,131,157,159,175,179,184,185],"data_bits_count":[33,157],"data_bytes_count":[33,157],"data_path":[129,157],"data_r":[128,157],"data_t":[89,157],"data_table_proxy_funct":[89,157],"data_typ":114,"databas":179,"datamap":[44,76,85,88,157],"datat":[89,157],"datatableproxyfn":89,"datatyp":[25,114,115,117,157],"date":[0,112,181,184],"date_format":112,"datei":147,"db":179,"de":147,"dead":[4,20,131,132,134,157],"dead_solid":[75,157],"deadplay":12,"deagl":[157,168],"deal":85,"dealloc":[114,117,157],"death":[5,6,7,8,9,11,12,15,131,132,157],"death_flag":15,"deathcam":[134,157],"deathmatch":4,"debe":147,"debian":181,"debri":[75,79,157],"debris_block_projectil":[79,157],"debris_trigg":[79,157],"debug":[131,133,183],"decal":[8,72,157],"decalprecach":[28,72],"decid":24,"declar":23,"declin":26,"decodedanimblock":[157,162],"decoi":7,"decor":[4,20,26,37,38,39,42,43,44,51,68,78,87,88,90,91,93,107,108,110,114,116,126],"dedic":[5,6,7,8,9,11,12,15,50],"def":[1,4,16,20,22,24,25,26,27,51,78,90,91,93,107,108,110,116],"default":[0,20,21,48,59,62,64,79,85,88,92,97,102,114,115,116,123,132,156,157,167,176,179],"default_convent":114,"default_fov":[132,157],"default_pric":[157,178],"default_primary_clip":[157,178],"default_secondary_clip":[157,178],"default_valu":[91,109],"defeat":4,"defend":[7,8],"defenderid":5,"defin":[4,18,23,25,26,27,34,59,66,112,114,147,148,179],"defindex":7,"definit":[16,175],"defit":175,"defus":[7,8,132],"del":[51,147],"delai":[15,24,44,67,73,74,76,85,111,157],"delay_time_elaps":[111,157],"delay_time_remain":[111,157],"delet":[22,24,51,60,85,109,185],"delete_cached_valu":51,"delta":[5,15],"demo":[63,128,157],"demolit":7,"den":147,"deniz":180,"deny_fil":[128,157],"depend":[24,85],"depth":20,"der":147,"desc":80,"descargado":147,"descargando":147,"descargar":147,"describ":[1,16,80,183],"descript":[1,3,5,6,7,8,9,11,12,15,21,26,27,44,48,62,64,80,120,122,148,149],"descriptor":[51,80,91,157],"design":21,"desir":[16,22,44,132],"desired_player_class":[132,157],"destin":[114,123,124],"destroi":[86,157],"destructor":117,"det_i":15,"det_x":15,"det_z":15,"detail":[7,8,9,11,12,15,16,17,75,157],"determin":[44,50],"deton":[7,8],"dev":[157,158],"develop":[3,16],"developmentonli":[63,157],"devez":147,"devic":132,"dezelfd":147,"dh":[114,157],"di":[4,7,8,15,114,157],"dialogaskconnect":[123,157],"dialogentri":[123,157],"dialogmenu":[123,157],"dialogmsg":[123,157],"dialogtext":[123,157],"dialogtyp":[123,157],"dict":[31,44,51,67,69,81,85,89,102,109,110,111,114,117,123,124,127,135,148,158,166,169,170],"dictionari":[1,57,76,85,114,115,117,123,124,127,131,148,154,156,157,166,167],"did_hit":[75,157],"did_hit_world":[75,157],"didn":[22,51],"die":[134,147,157],"differ":[1,4,16,19,20,22,27,70,114,123,179],"difficulti":12,"dimens":85,"dimlight":[79,157],"dir":22,"direct":[2,5,74,79,85,113,157],"directli":[0,2,16,19,27,61,83,84,85,137,139,140,141,142,179,181,185],"directori":[0,1,2,7,8,16,27,32,74,85,129,150,160,185],"dirnam":1,"dirty_absangveloc":[79,157],"dirty_abstransform":[79,157],"dirty_absveloc":[79,157],"dirty_shadowupd":[79,157],"dirty_spatial_partit":[79,157],"dirty_surrounding_collision_bound":[79,157],"disabl":[24,27,81,116,135,170],"discardbodi":[134,157],"disconnect":[5,6,7,8,9,11,12,15,24,131,157],"disconnect_cli":[73,157],"discov":22,"discuss":[2,186],"disguis":15,"disk":96,"dispatch":[35,157],"displacement_flag":[75,157],"displacementflag":[75,157],"displai":[4,7,8,27,32,118,119,120,122,123,184],"display_in_list":[27,148],"display_tim":[123,124],"dissolv":[79,157],"dissolvetyp":[79,157],"dist":[15,113,157],"distanc":[5,6,7,8,9,11,12,15,85,113],"distinct":22,"distort":[79,157],"distribut":181,"dl":[114,157],"dll":[0,35],"dll_identifi":[35,157],"dmg_armor":[7,8,12],"dmg_health":[7,8,12],"do":[0,2,16,20,22,23,25,26,27,85,93,115,179,186],"doc":[2,3,32,44,50,51,52,115,117,129,157,185],"docs_path":[129,157],"docstr":1,"document":[2,16,32,51,184],"doe":[1,7,8,20,27,32,35,44,48,73,85,109,111,114,115,120,126,148,184],"doesn":[4,20,25,27,50,51,62,115,175,182],"dohitlocationdmg":[157,168],"doldol":180,"domin":[6,7,8,9],"don":[16,24,25,27,90,148,179,184,186],"done":[2,8,24,27,59],"dont_ble":[66,157],"dontblocklo":[79,157],"dontrecord":[63,157],"donttouch":[79,157],"dontwalkon":[79,157],"door":[7,8,12,22,147],"door_block":[79,157],"doornam":12,"dormant":[79,157],"dot":[113,157],"doubl":[114,115,157,166,168],"double_npc":[157,168],"double_npc_sound":[157,178],"double_sound":[157,178],"download":[28,60,74,85,131,157,159,181],"download_fil":60,"drag":130,"drag_en":[130,157],"draw":132,"draw_view_model":[132,157],"drawtranslucentsubmodel":[157,163],"drop":[7,8,128,177],"drop_weapon":116,"dropped_by_infect":12,"dropped_model":[157,178],"drown":[79,157],"drownrecov":[79,157],"dry":85,"du":147,"duck":[132,134,157],"duck_streak_assist":15,"duck_streak_tot":15,"duck_streak_victim":15,"ducked":132,"ducks_streak":15,"due":24,"dump":[44,50,52,157],"dump_class_info":[57,157],"dump_convar":[57,157],"dump_datamap":[57,157],"dump_server_class":[57,157],"dump_string_t":[57,157],"dump_weapon_script":[57,157],"durat":[5,6,7,8,9,11,12,15,123,124,132],"dure":[7,8,20,32,50,58,116,150],"dx":[114,157],"dy":[134,157],"dynam":[24,85,87,114,115,117,151,179],"dynamic_attribut":[85,157],"dynamic_instance_arrai":[117,157],"dynamic_pointer_arrai":[117,157],"dynamichook":114,"dynamicmodel":28,"d\u00e9chargement":147,"d\u00e9charger":147,"d\u00e9charg\u00e9":147,"d\u00e9j\u00e0":147,"e":[0,2,4,16,18,20,22,24,27,50,60,71,74,85,114,115,116,128,147,148,157,175,179,181],"each":[1,7,8,16,20,21,50,75,78,85,90,111,113,114,175,177,179],"earn":[7,8],"eas":103,"easi":[18,20,27,65,123,124,172,173,174,179],"easier":19,"easili":[16,18,20,22,24,179],"eax":[114,157],"ebp":[114,157],"ebx":[114,157],"echo":50,"echo_consol":[50,157],"ecx":[114,116,157],"edi":[114,157],"edict":[24,71,76,80,85,87,143,157],"edict_count":24,"edict_from_baseent":[87,157],"edict_from_basehandl":[87,157],"edict_from_index":[87,157],"edict_from_inthandl":[87,157],"edict_from_playerinfo":[143,157],"edict_from_point":[87,157],"edict_from_userid":[143,157],"edict_t":[76,87,143],"edit":[2,181],"edx":[114,157],"een":147,"effect":[7,21,27,79,85,98,123,124,133,157],"effectdispatch":28,"eflag":133,"eh":25,"ehandl":[80,157],"einem":147,"either":[51,179,182],"el":147,"elaps":111,"elast":[85,157],"electr":[79,157],"electrical_light":[79,157],"element":115,"element_strid":[89,157],"elif":110,"elit":[157,168],"els":[25,26,27,78,90,123,124],"embed":[80,157,186],"embedded_datamap":[80,157],"emit":[7,8,85],"emit_sound":[85,157],"empti":[7,8,26,27,75,91,109,157,166,168],"empty_sound":[157,178],"en":[20,147],"enabl":[5,7,12,116,130],"encod":[48,50,109,112,166],"encontrado":147,"encount":108,"end":[1,7,8,24,50,66,73,85,110,111,114,115,116,157,161],"end_fram":[157,161],"end_posit":[75,157],"enemi":7,"energi":[130,157],"energybeam":[79,157],"engin":[22,24,50,63,66,76,78,80,89,98,130,131,135,157,158,167,179,186],"enough":20,"ensur":[22,98],"enter":[2,7,16,20,123],"entin":180,"entindex":[5,6,7,8,9,11,12,15],"entindex_attack":[5,6,7,8,9,11,12,15],"entindex_inflictor":[5,6,7,8,9,11,12,15],"entindex_kil":[5,6,7,8,9,11,12,15],"entir":[21,35,185],"entiti":[5,6,7,8,9,11,15,16,17,18,24,25,26,57,66,67,68,69,71,75,99,102,104,116,131,132,157,167,175,177,186],"entities_onli":[75,157],"entitii":85,"entity_flag":[85,157],"entity_handl":[76,157],"entity_index":[25,75,85,132,157,174],"entitycondit":[88,116,157],"entitydictionari":[81,135,157,170],"entityeffect":[79,157],"entityenumer":[75,157],"entityfactori":[85,86,157],"entityfactorydictionari":[86,157],"entityflag":[79,157],"entitygener":[76,157],"entityid":[7,8,9,11,12,15],"entityit":[22,81,100,157],"entitylisten":[76,157],"entitymemfuncwrapp":[87,157],"entitynam":[5,7,12],"entityoutput":110,"entityposthook":[88,116,157],"entityprehook":[88,116,157],"entityproperti":[80,157],"entityst":[79,157],"entlad":147,"entladen":147,"entri":[3,21,26,76,115,123,157,159],"entry_bit":[157,159],"entry_index":[76,157],"entry_phas":[157,161],"enum":[35,50,59,66,73,74,75,78,79,80,89,90,91,93,98,109,114,116,123,128,134,158,162,163,168],"enum_ent":[75,157],"enumer":[63,74,75,79,80,89,120,122,134,163,168],"env_rain":[79,157],"env_snow":[79,157],"environment":[79,157],"eof":[98,157],"equal":[88,114,117],"equals_datamap_classnam":[88,157],"equals_entity_classnam":[88,157],"equip":7,"equival":179,"erfolgreich":147,"eric":180,"ericentin":180,"erron":50,"error":[15,32,33,50,109],"error_cod":7,"esc":[118,123,157],"escap":[109,166],"esi":[114,157],"esp":[114,157],"est":147,"establish":[24,131],"est\u00e1":147,"etc":[22,24],"euler":113,"even":[1,8,16,21,25,27],"event":[1,3,5,6,7,8,9,11,12,15,17,22,76,78,90,116,129,131,157,161,186],"event_act":[76,157],"event_debug_id":[94,157],"event_fire_alwai":76,"event_id":[91,157],"event_inst":23,"event_manag":[95,157],"event_nam":[91,93],"event_offset":[157,161],"event_path":[129,157],"eventact":[76,93,157],"eventactiongener":[76,157],"eventdata":7,"events_count":[157,161],"events_offset":[157,161],"events_onli":[79,157],"eventscript":184,"eventtyp":[7,15],"eventvartyp":[91,157],"everi":[2,7,8,16,22,25,27,30,48,50,115,117,179],"everyon":1,"everyth":[24,50,75,78,90,157,179],"everything_filter_prop":[75,157],"everytim":[22,27],"exact_match":100,"exactli":[1,4],"exampl":[1,4,16,19,20,21,22,25,26,27,50,51,78,90,91,93,98,110,115,116,117,179,184],"exc_typ":107,"exce":24,"except":[1,20,22,24,32,35,37,42,43,44,62,67,71,73,76,78,80,86,89,90,91,103,105,114,128,130,131,133,149,150,157,159,162],"except_hook":[107,157],"excepthook":[107,157],"exception_callback":107,"excit":16,"exclud":[89,157],"exclude_data_table_nam":[89,157],"exec_tim":[111,157],"execut":[7,8,20,21,35,48,50,52,73,111,114,116,123,147,157,179,184],"execute_on_start":111,"execute_server_command":[73,157],"exhaust":[157,168],"exist":[4,22,24,27,32,44,62,85,91,109,113,115,126,147,150,174,184],"existiert":147,"exit":[7,23],"exit_phas":[157,161],"expect":44,"experi":182,"expir":[7,85,111],"explain":1,"explicitli":21,"explod":[7,8,12,79,157],"explos":[7,8,157,168],"expos":[0,25,50,114,117],"expr":[44,102],"express":[20,102],"extend":[2,22,41,111,117,157],"extens":[48,115,182],"extern":80,"external_nam":[80,157],"externallink":7,"externaltot":7,"extinguish":7,"extra":[1,16,21,51],"extra_hp":16,"extract":[113,181],"extrem":[21,24],"ey":[85,132],"eye_angl":[132,157],"eye_posit":[157,161],"f":[22,26,27,98,114,116,117,157,184],"f3":123,"f7":0,"factori":[76,81,85,135,157,170],"fade":[123,124,157],"fade_fast":[79,157],"fade_in":[79,123,124,157],"fade_in_tim":[157,161],"fade_out":[79,123,124,157],"fade_out_tim":[157,161],"fade_slow":[79,157],"fadeflag":[123,124,157],"fail":[0,44,102,115,117],"fail_callback":[20,44],"failur":[20,147],"fake":[73,131],"fakecli":[134,157],"fall":[7,8,79,132,157],"fall_veloc":[132,157],"fals":[1,20,24,26,27,32,33,50,60,66,74,85,90,91,109,111,116,117,123,124,131,141,142,148,159,178],"fama":[157,168],"far":[8,27,85],"fast":22,"fast_reload":[157,168],"fastcal":[114,157],"faux":7,"favorit":[8,9,11,15],"fdel":51,"featur":[7,20,27,81,135,170],"fell":[7,8],"few":[2,27],"fget":51,"fichier":147,"field":[21,71,80,85,123,124,132],"field_nam":85,"fieldtyp":[80,157],"fifth":7,"file":[1,2,4,16,23,24,27,32,46,47,48,49,50,57,60,61,74,85,96,98,108,109,112,114,115,117,147,148,150,157,160,169,179,181,183,184,185],"file_nam":[109,128,184],"file_path":[60,98],"filenam":[57,108,184],"fileno":[98,157],"filepath":[48,96,112,157],"filesystem":157,"fill":[50,59,113,120,122,158],"fillchar":59,"filter":[18,22,35,37,40,41,42,44,67,75,81,85,157],"filter_str":[20,44,157,184],"final":[7,8,22,25,110,157],"final_ev":[7,8,9],"find":[2,4,22,62,71,80,84,85,109,157,186],"find_address":[114,157],"find_bas":[62,157],"find_binari":[114,157],"find_command":[50,62,157],"find_game_rul":71,"find_game_rules_property_offset":71,"find_game_rules_proxy_nam":71,"find_kei":[109,157],"find_key_by_symbol":[109,157],"find_model":[157,162],"find_offset":[80,157],"find_or_cr":[22,85,157],"find_output_nam":[87,157],"find_point":[114,157],"find_server_class":[89,157],"find_var":[62,157],"finish":[0,2,20,24,114],"fire":[4,7,8,22,23,24,76,91,92,93,94,107,108,131,132,133,157,174],"fire_ammo":12,"fire_game_ev":[94,131,157],"fire_output":[76,157],"fired_bullet":[157,178],"first":[1,7,8,12,20,22,23,25,27,51,62,84,85,109,110,114,115,120,122,179,186],"first_sub_kei":[109,157],"first_true_sub_kei":[109,157],"first_valu":[109,157],"firsthalf":12,"fit":50,"fiveseven":[157,168],"fix":[0,134,157,166],"fixangl":[132,134,157],"flag":[7,8,15,21,35,43,48,62,64,74,75,79,80,85,89,123,124,132,133,134,157,161,163,168,178],"flagcaplimit":15,"flash":[7,132],"flash_alpha":[132,157],"flash_dur":[132,157],"flashbang":[7,8,157,168],"flashlight":[134,157],"flat_group":[80,157],"flat_offset":[80,157],"flatfil":31,"flatfilebackend":31,"flatten":[31,157],"flexibl":179,"flicker_fast":[79,157],"flicker_slow":[79,157],"flip":174,"flip_view_model":[157,174],"float":[5,6,7,8,9,11,12,15,20,33,48,60,61,62,64,66,67,71,73,74,75,76,80,85,89,91,97,109,111,113,114,115,128,130,132,157,161,174],"floatvari":[23,97,157],"flow":128,"fluid":130,"flush":[98,128,157],"fly":[79,157],"fly_bounc":[79,157],"fly_custom":[79,157],"fly_slid":[79,157],"flygrav":[79,157],"folder":[21,181],"follow":[0,1,8,16,19,21,22,27,85,91,93,107,108,115,116,117,147,179,183,185],"follow_entindex":15,"footstep":[7,8],"forc":[76,141,142,157,177],"force_check_transmit":[79,157],"force_world_align":[79,157],"forceupload":[7,8,15],"format":[4,18,20,22,59,110,112,157,179,186],"format_except":1,"fortress":4,"fortun":4,"forum":[27,148,184,186],"forward":[33,113,131,133,134,157],"forward_mov":[131,133,157],"found":[22,44,50,60,62,71,73,80,85,87,114,117,123,150,169,175,183],"four":50,"fourni":147,"fournir":147,"fourth":[7,25],"fov":[5,6,7,8,9,11,12,15,132,157],"fov_rat":[132,157],"fov_start":[132,157],"fov_tim":[132,157],"fr":147,"fraction":[75,130,157],"fraction_left_solid":[75,157],"frag":[7,8,131],"fraglimit":[5,6,7,8,9,11,12,15],"frame":24,"frames_count":[157,161],"fredduk":180,"free":7,"freed":24,"freezecam":[134,157],"frequenc":[123,124,157],"friction":[85,157],"from":[1,4,7,8,16,18,19,20,21,22,23,24,25,26,27,28,31,35,37,42,43,50,51,60,61,62,65,67,69,71,73,76,78,80,81,85,86,87,89,90,91,93,96,102,103,107,108,109,111,113,114,115,116,117,123,127,128,130,131,133,135,143,149,150,154,156,158,159,160,162,177,179,181,182,184,186],"from_buff":[109,157],"from_buffer_in_plac":[109,157],"from_dict":[109,157],"from_fil":[109,157],"from_file_in_plac":[109,157],"from_inthandl":[81,85,157],"from_userid":[16,22,78,90,135,157],"front":[120,122],"frozen":[134,157],"fset":51,"fue":147,"full":[18,27,44,48,96,173,174,181],"full_auto":[157,178],"full_reset":[7,8,11,15],"full_round":15,"full_set":[157,158],"fulli":[7,8,24],"fullpath":[48,96,157],"fun":179,"func":115,"func_buyzon":22,"function":[1,2,16,20,22,27,29,35,37,42,43,45,46,47,50,51,52,57,60,68,69,70,75,76,78,80,81,82,83,84,85,87,88,90,91,93,94,95,99,100,101,102,103,104,105,107,108,110,111,112,114,115,116,117,118,119,120,122,123,125,126,131,133,135,136,137,139,140,141,143,144,145,150,152,154,157,158,161,162,163,164,166,167,170,171,172,173,174,177,178],"function_index":114,"function_nam":114,"function_typedef":[117,157],"functioninfo":[114,157],"functiont":[80,157],"funfact":[7,8],"funfact_data1":[7,8],"funfact_data2":[7,8],"funfact_data3":[7,8],"funfact_play":[7,8],"funfact_token":[7,8],"fx_time":[123,124],"f\u00fcr":147,"g":[0,2,4,16,18,20,22,24,27,34,50,60,71,74,85,114,115,116,128,148,157,175,179,181],"g3sg1":[157,168],"galil":[157,168],"game":[0,2,4,5,6,7,8,9,11,12,15,16,22,25,27,50,60,71,73,81,84,91,93,94,123,129,131,158,169,173,176,181,184],"game_data":[130,157],"game_ev":[4,16,78,90,91,93,131],"game_flag":[130,157],"game_index":[130,157],"game_ov":15,"game_path":[1,129,157],"game_serv":[157,158],"gameconfigobj":[50,69,157],"gamedl":[63,157],"gameev":[4,91,93,94,131,157],"gameeventdescriptor":[91,157],"gameeventlisten":[94,157],"gamerulescr":28,"gamethread":[111,157],"gametrac":[75,157],"gather":50,"gcc":0,"gear":[134,157],"geen":147,"gefolgt":147,"geladen":147,"geldig":147,"gender":12,"gener":[20,21,31,32,44,51,72,76,79,81,85,100,113,115,134,148,150,157],"generate_project_fil":[32,157],"genericprecach":[28,72],"get":[2,7,8,19,20,21,22,24,25,27,34,43,44,51,60,75,85,98,109,112,114,116,117,132,158,166,173,174,181,186],"get_active_environment_by_index":[130,157],"get_active_object_by_index":[130,157],"get_ammo":[157,173,174],"get_angle_vector":[113,157],"get_animation_index":[157,161],"get_argument_ptr":[114,157],"get_attach":[157,161],"get_auto_command_return":[44,157],"get_avg_chok":[128,157],"get_avg_data":[128,157],"get_avg_lat":[128,157],"get_avg_loss":[128,157],"get_avg_packet":[128,157],"get_bon":[157,161],"get_bone_control":[157,161],"get_bool":[62,80,91,109,114,157],"get_build_artifact":60,"get_button_combination_statu":[24,110,157],"get_cached_valu":51,"get_char":[114,157],"get_class":[114,117,157],"get_class_info":[114,157],"get_class_nam":[114,157],"get_client":[73,157],"get_client_command":[37,157],"get_client_languag":[143,157],"get_clip":[157,174],"get_color":[80,109,157],"get_command":[44,157],"get_command_index":[35,157],"get_command_interpolation_amount":[128,157],"get_core_modul":[50,157],"get_count":[78,90],"get_data":[89,157],"get_data_typ":[109,157],"get_data_type_s":[114,157],"get_datamap_property_bool":[85,157],"get_datamap_property_char":[85,157],"get_datamap_property_color":[85,157],"get_datamap_property_doubl":[85,157],"get_datamap_property_edict":[85,157],"get_datamap_property_float":[85,157],"get_datamap_property_int":[85,157],"get_datamap_property_interv":[85,157],"get_datamap_property_long":[85,157],"get_datamap_property_long_long":[85,157],"get_datamap_property_point":[85,157],"get_datamap_property_quaternion":[85,157],"get_datamap_property_short":[85,157],"get_datamap_property_string_arrai":[85,157],"get_datamap_property_string_point":[85,157],"get_datamap_property_uchar":[85,157],"get_datamap_property_uint":[85,157],"get_datamap_property_ulong":[85,157],"get_datamap_property_ulong_long":[85,157],"get_datamap_property_ushort":[85,157],"get_datamap_property_vector":[85,157],"get_default_filt":[102,157],"get_dist":[113,157],"get_distance_sqr":[113,157],"get_doubl":[114,157],"get_download_url":60,"get_ent":[80,157],"get_eye_loc":[85,157],"get_float":[62,80,89,91,109,114,157],"get_function_info":[114,157],"get_global_point":[117,157],"get_hitbox":[157,161],"get_hitbox_set":[157,161],"get_hooks_dis":[116,157],"get_input":[85,157],"get_int":[62,80,89,91,109,114,157],"get_int64":[89,157],"get_interfac":[50,157],"get_key_value_bool":[85,157],"get_key_value_color":[85,157],"get_key_value_float":[85,157],"get_key_value_int":[85,157],"get_key_value_qangl":[85,157],"get_key_value_str":[85,157],"get_key_value_vector":[85,157],"get_languag":[157,166],"get_last_successful_build_numb":[61,157],"get_lat":[128,157],"get_latest_data_checksum":60,"get_local_anim":[157,161],"get_long":[114,157],"get_long_long":[114,157],"get_message_index":[123,157],"get_message_nam":[123,157],"get_message_s":[123,157],"get_model":[85,157],"get_model_head":[157,162],"get_model_nam":[157,162],"get_mov":[157,161],"get_nam":[157,161],"get_network_property_bool":[85,157],"get_network_property_char":[85,157],"get_network_property_color":[85,157],"get_network_property_doubl":[85,157],"get_network_property_edict":[85,157],"get_network_property_float":[85,157],"get_network_property_int":[85,157],"get_network_property_interv":[85,157],"get_network_property_long":[85,157],"get_network_property_long_long":[85,157],"get_network_property_point":[85,157],"get_network_property_quaternion":[85,157],"get_network_property_short":[85,157],"get_network_property_string_arrai":[85,157],"get_network_property_string_point":[85,157],"get_network_property_uchar":[85,157],"get_network_property_uint":[85,157],"get_network_property_ulong":[85,157],"get_network_property_ulong_long":[85,157],"get_network_property_ushort":[85,157],"get_network_property_vector":[85,157],"get_nod":[44,157],"get_object_point":[114,157],"get_offset":[115,157],"get_output":[85,157],"get_packet_byt":[128,157],"get_packet_response_lat":[128,157],"get_packet_tim":[128,157],"get_pair":[78,90],"get_par":[85,157],"get_player_info":[73,157],"get_plugin_directori":[150,157],"get_plugin_file_path":[150,157],"get_plugin_info":[27,150,157],"get_plugin_inst":[150,157],"get_plugin_nam":[150,157],"get_point":[114,157],"get_pop_s":[114,157],"get_prior":[89,157],"get_procedur":[157,161],"get_prop":[89,157],"get_property_arrai":[67,157],"get_property_bool":[67,71,85,157],"get_property_char":[71,85,157],"get_property_color":[71,85,157],"get_property_doubl":[71,85,157],"get_property_edict":[71,85,157],"get_property_float":[67,71,85,157],"get_property_int":[67,71,85,157],"get_property_interv":[71,85,157],"get_property_long":[71,85,157],"get_property_long_long":[71,85,157],"get_property_point":[71,85,157],"get_property_quaternion":[71,85,157],"get_property_short":[71,85,157],"get_property_str":[67,71,85,157],"get_property_string_arrai":[71,85,157],"get_property_string_point":[71,85,157],"get_property_uchar":[71,85,157],"get_property_uint":[71,85,157],"get_property_ulong":[71,85,157],"get_property_ulong_long":[71,85,157],"get_property_ushort":[71,85,157],"get_property_vector":[67,71,85,157],"get_public_ip":[50,157],"get_recipient_index":[103,157],"get_reference_count":[157,162],"get_regist":[114,157],"get_remote_frame_r":[128,157],"get_return_ptr":[114,157],"get_say_command":[42,157],"get_secondary_fire_ammo":[157,174],"get_secondary_fire_clip":[157,174],"get_sequence_numb":[128,157],"get_server_command":[43,157],"get_set":[156,157],"get_short":[114,157],"get_siz":[114,157],"get_str":[62,80,89,91,109,157,166],"get_stream_progress":[128,157],"get_string_arrai":[50,114,157],"get_string_point":[114,157],"get_total_data":[128,157],"get_trace_typ":[75,157],"get_uchar":[114,157],"get_uint":[114,157],"get_uint64":[109,157],"get_ulong":[114,157],"get_ulong_long":[114,157],"get_user_data":[157,159],"get_user_data_length":[157,159],"get_user_message_impl":127,"get_ushort":[114,157],"get_vector":[80,89,157],"get_vector_angl":[113,157],"get_vector_vector":[113,157],"get_veloc":25,"get_velocity_index":25,"get_verbose_nam":[148,157],"get_vers":[148,157],"get_view_angl":[132,157],"get_virtual_func":[114,157],"get_virtual_funct":[114,157],"get_weight":[157,161],"getter":51,"getveloc":25,"gg_team_lead":3,"ghost":15,"giftidx":7,"git":[0,180],"git_commit":[61,157],"github":[2,61,181,183],"give":[16,133,137,139,140],"give_named_item":[25,137,139,140,157],"give_named_item_index":25,"given":[7,8,20,21,25,31,34,35,37,42,50,51,54,57,59,66,67,71,76,78,80,85,87,90,91,94,98,103,109,111,113,114,115,116,117,123,127,131,132,133,143,147,150,154,156,159,160,166,175,184],"givenameditem":25,"giver":12,"gladli":2,"glass":[66,157],"glibc":181,"global":[1,4,50,62,80,85,117,157],"global_nam":[85,157],"global_point":[117,157],"globalentitylist":[76,157],"glock":[157,168],"glow":[79,157],"glow_shel":[79,157],"go":[0,1,3,7,22,24,74,83,84,93,132,172,173,174],"goal":26,"goalnam":12,"godmod":[79,157],"goe":114,"gohmert":180,"good":[1,2,27,157,168,179],"got":[7,20],"grai":[34,157],"grant":[179,184],"graph":[79,157],"grate":[75,157],"graviti":[85,130,157],"gravity_en":[130,157],"greater":114,"green":[34,66,157],"grenad":[7,8,79,157,168],"grenade1":[134,157],"grenade2":[134,157],"ground":85,"ground_ent":[85,157],"group":[5,7,12,30,85,128,134,157,158,161,179],"group_ad":[30,157],"group_nam":30,"group_remov":[30,157],"guarante":109,"guidelin":20,"guilti":12,"gun":132,"gun_offset":[132,157],"gunfir":[74,157],"gungam":148,"g\u00fcltiger":147,"h":[26,78,90],"ha":[2,4,7,8,16,19,20,22,24,26,27,30,50,51,60,61,62,76,84,85,87,98,103,110,111,114,117,126,127,128,131,132,148,150,159,173,174,179,184],"hackmastr":180,"had":177,"half":[4,7,66,85],"halflif":4,"halv":[66,85],"hammer":85,"hammerid":[85,157],"handl":[44,72,75,76,80,85,91,98,114,128,157,174,177],"handle_hook":[69,157],"handleent":[75,76,157],"handler":[50,128,177],"happen":[8,25,50,61,110],"happi":20,"hartin":180,"has_been_chang":127,"has_been_predict":[131,133,157],"has_c4":[141,142,157],"has_defus":[132,157],"has_helmet":[132,157],"has_max":[62,157],"has_min":[62,157],"has_no_individual_inst":[157,158],"has_pair":[78,90],"has_player_child":[79,157],"has_spit":12,"hasbomb":7,"hash":[78,90],"haskit":[7,8],"hassilenc":7,"hastrac":7,"have":[0,1,2,4,7,8,16,20,22,24,26,27,44,51,59,61,73,85,111,115,116,117,120,122,123,147,158,160,175,179,181],"hcontent":7,"he":[20,26],"head":[7,8,98,134,157],"head_angl":[131,157],"head_offset":[131,157],"header":[21,76,128],"header_separ":59,"headshot":[7,8,12,79,157],"heal":15,"healer":15,"healing_rank":15,"health":[5,6,7,8,9,11,12,15,16,22,85,131,134,157],"health_restor":12,"hear":131,"hebben":147,"hegrenad":[157,168],"hello":20,"helmet":132,"help":[2,20,27,35,44,147,183],"help_text":[35,43,44,157],"helper":[16,25,34,50,76,81,91,114,131,135,157,170],"helptext":43,"here":[16,21,22,25,27,180],"het":147,"hexadecim":34,"hibern":50,"hidden":[63,123,124,132,157],"hidden_hud":[132,157],"hide":134,"hidehudflag":[134,157],"hierarchi":[80,157,161,179],"high":[7,8,20,74,157],"high_low_mul":[89,157],"high_valu":[89,157],"higher":109,"highest":109,"highlight":[120,122],"hightlight":[120,122],"hilf":147,"himself":90,"hing":130,"hint":[75,98,123,124,157],"hint_activator_capt":[5,7],"hint_activator_userid":[5,7],"hint_allow_nodraw_target":[5,7,12],"hint_bind":[5,7,12],"hint_capt":[5,7,12],"hint_color":[5,7,12],"hint_display_limit":12,"hint_entindex":12,"hint_flag":[5,7,12],"hint_forcecapt":[5,7,12],"hint_gamepad_bind":[5,7],"hint_icon_offscreen":[5,7,12],"hint_icon_offset":[5,7,12],"hint_icon_onscreen":[5,7,12],"hint_instance_typ":12,"hint_local_player_onli":[5,7],"hint_nam":[5,7,12],"hint_nooffscreen":[5,7,12],"hint_rang":[5,7,12],"hint_replace_kei":[5,7],"hint_suppress_rest":12,"hint_target":[5,7,12],"hint_timeout":[5,7,12],"hintmessag":[5,6,7,8,9,11,12,15],"hinttext":[123,124,157],"histori":128,"hit":[0,7,75,120,122,123,134],"hitbox":[7,8,75,78,157,161],"hitbox_sets_count":[157,161],"hitbox_sets_offset":[157,161],"hitboxes_count":[157,161],"hitboxset":[157,161],"hitgroup":[7,8,9,12,75,85,132,134,157],"hits_given":7,"hits_taken":7,"hl2":132,"hltv":[73,131],"hold":[80,115],"hold_tim":[123,124],"hologram":[79,157],"home":15,"hook":[66,69,76,78,85,87,90,91,114,115,157],"hook_typ":[43,88,114,116,157],"hookabl":114,"hookbitbufferusermessag":126,"hookprotobufusermessag":126,"hooks_dis":[116,157],"hooktyp":[43,88,114,116,157],"hookusermessag":126,"hookusermessagebas":126,"hopefulli":27,"horizont":59,"host":179,"hostag":[7,8,24,78,132],"hostage_ent":[24,78],"hostnam":[5,6,7,8,9,11,12,15,50],"how":[0,16,21,22,26,27,85,112,179,183,186],"howev":[0,2,22,27,74,179],"hp":16,"html":2,"http":[20,27,50,184],"hud":[132,134],"huddestin":[123,124,157],"hudmsg":[123,124,157],"hulkonli":12,"hull_max":[157,161],"hull_min":[157,161],"human":[7,18,20,50,88,128],"hunteruserid":12,"hurt":[4,7,8],"i":[0,1,2,3,4,5,6,7,8,9,11,12,15,16,19,20,21,22,23,24,25,26,27,30,31,32,34,35,44,50,51,54,59,60,61,62,66,73,74,75,76,78,80,81,85,88,90,91,93,102,107,108,109,110,111,112,113,114,115,116,117,120,122,123,126,127,128,130,131,132,133,141,142,147,149,150,157,158,169,174,175,176,177,179,181,183,184,186],"i386":181,"ian":20,"id":[4,7,12,15,16,31,85,91,131,133,157,158,161,175],"id_stamp":[76,157],"identifi":[22,35,76,109,114,115,117,157],"identifier_linux":115,"identifier_window":115,"idl":[74,134,157],"idle_interv":[157,178],"ie":177,"ignor":[20,50,75,85,110],"ignore_nam":[74,157],"ignore_nodraw_opaqu":[75,157],"ignore_phonem":[74,157],"ignore_unicode_error":[50,157],"ignore_wchar":50,"il":147,"illumination_cent":[157,161],"imagin":27,"immedi":[16,26,73],"impact":[7,8,24,75],"impend":7,"implement":[21,24,27,50,76,80,89,123,124,126,127,131,158,179],"implemented_usermessag":127,"import":[4,16,18,19,20,21,22,23,24,25,26,27,28,50,51,78,90,91,93,107,108,116,150,181,183,186],"imposs":147,"improv":[0,103,183],"impuls":[131,133,157],"impulse_i":15,"impulse_x":15,"impulse_z":15,"in20cibl":180,"in_bomb_zon":[132,157],"in_buy_zon":[132,157],"in_ey":[134,157],"in_out":[128,157],"in_rescue_zon":[132,157],"in_skybox":[79,157],"in_vehicl":[79,134,157],"inaccuracy_crouch":[157,178],"inaccuracy_fir":[157,178],"inaccuracy_jump":[157,178],"inaccuracy_ladd":[157,178],"inaccuracy_land":[157,178],"inaccuracy_mov":[157,178],"inaccuracy_reload":[157,178],"inaccuracy_stand":[157,178],"inactive_icon":[157,178],"incendiari":7,"includ":[1,35,48],"incom":[128,157],"inconsequenti":62,"incorporado":147,"indefinit":111,"indent":[1,48,157],"index":[2,5,6,7,8,9,11,12,15,16,20,22,24,25,26,34,35,44,74,75,76,80,81,83,84,85,87,90,102,103,114,115,116,117,123,124,126,127,135,137,139,140,141,142,143,156,157,159,161,170,172,173,174,175,186],"index_from_baseent":[87,157],"index_from_basehandl":[87,157],"index_from_edict":[87,157],"index_from_inthandl":[87,157],"index_from_nam":[143,157],"index_from_playerinfo":[143,157],"index_from_point":[25,87,157],"index_from_steamid":[143,157],"index_from_uniqueid":[143,157],"index_from_userid":[16,143,157],"indic":[22,44,50,60,85,110,114],"individu":[1,121,157,158],"inertia":[5,6,7,8,9,11,12,15,130,157],"iney":[5,6,7,8,9,11,12,15],"inf":111,"infect":12,"infected_id":12,"inferno":7,"infil":[50,166],"inflic":8,"inflictor":[76,157],"inflictor_entindex":15,"info":[27,44,50,107,114,146,157,181,183],"infopanel":28,"inform":[4,21,22,23,27,44,80,115,148,150,175,176,184],"ingam":131,"ingeladen":147,"inherit":[2,50,92,179],"ini":[27,169,179,181],"init":[76,113,157],"initi":[7,8,9,11,12,15,31,32,34,44,48,59,62,67,68,69,75,78,81,85,87,90,103,110,111,113,114,115,117,120,122,123,124,135,147,148,149,150,157,158,170,174,177],"initialis":103,"initiator_entindex":15,"initiator_scor":15,"initil":62,"inplac":113,"input":[20,80,85,157],"input_field":[157,161],"input_funct":[80,157],"inputdata":[80,157],"inputfunct":[80,85,157],"inrain":[134,157],"inrestart":7,"insendt":[80,157],"insert":73,"insert_command_str":[73,157],"insert_server_command":[73,157],"insid":[23,85],"inside_arrai":[89,157],"inspect":7,"instac":88,"instal":[0,2,16,24,61,184,185,186],"instanc":[1,20,21,22,23,24,25,33,34,35,37,42,43,44,48,50,51,57,62,66,67,69,71,73,75,76,78,80,81,85,86,87,88,89,90,91,94,98,103,104,107,108,109,110,111,112,113,114,115,116,117,123,124,128,130,131,133,135,146,148,150,154,157,158,159,160,161,162,166,167,170,174,177,178],"instance_attribut":[117,157],"instance_baseline_index":[89,157],"instance_properti":80,"instancebaselin":28,"instanced_set":[157,158],"instantan":[131,133],"instanti":[23,35,37,42,43,62,67,71,73,76,78,80,86,89,90,91,92,103,114,123,128,130,131,133,149,150,156,159,162],"instati":[96,156],"instead":[19,25,26,73,74,102,176],"instruct":[16,183,185],"int":[20,25,31,33,34,35,44,48,51,59,61,62,66,67,69,71,73,75,76,78,80,81,85,86,87,89,90,91,94,97,98,103,108,109,111,112,113,114,115,120,122,123,126,127,128,130,131,132,135,143,157,158,159,160,161,162,173,174,175,177,184],"int64":[89,157],"int_data":15,"intal":61,"integ":[25,33,61,67,80,109,111,114,115,156,157],"integer64":[80,157],"integerset":[156,157],"intended_target":15,"intenum":[79,93,110,111,128,134,168],"interact":[4,67,70,74,79,83,84,85,109,132,137,139,140,141,142,157,186],"interactive_debri":[79,157],"interest":22,"interfac":[50,73,74,98,123,124,128,146,149],"interface_vers":[149,157],"intern":[25,116,157,158,177],"interv":[71,73,80,85,111,157],"intflag":[63,75,79,80,89,134,163,168],"inthandl":[81,85,87,143,157],"inthandle_from_baseent":[87,157],"inthandle_from_basehandl":[87,157],"inthandle_from_edict":[87,157],"inthandle_from_index":[87,157],"inthandle_from_playerinfo":[143,157],"inthandle_from_point":[87,157],"inthandle_from_userid":[143,157],"intial":[59,75],"introduct":[16,186],"invalid":[20,44,50,51,73,102,113,147,150,157,158,174],"invalidargumentvalu":[44,157],"invalidpluginnam":150,"invehicl":[134,157],"inventori":7,"invisiblesoldi":180,"involv":23,"inv\u00e1lido":147,"inwat":[134,157],"ip":[5,6,7,8,9,11,12,15,50,123],"ipifi":50,"iplayerinfo":143,"ipv4":50,"is_a_vector_elem":[89,157],"is_act":[73,131,157,168],"is_anonymous_account":[157,158],"is_anonymous_game_server_account":[157,158],"is_anonymous_user_account":[157,158],"is_attached_to_constraint":[130,157],"is_being_lifted_by_barnacl":[79,157],"is_blank_anonymous_account":[157,158],"is_bot_play":[88,157],"is_built_right_hand":[157,178],"is_cal":[114,157],"is_carried_by_play":[157,168],"is_chat_account":[157,158],"is_clan_account":[157,158],"is_command":[35,157],"is_connect":[131,157],"is_console_user_account":[157,158],"is_content_server_account":[157,158],"is_custom_packag":[54,157],"is_dead":[131,157],"is_ded":[73,157],"is_defus":[132,157],"is_duck":[132,157],"is_eflag_set":[133,157],"is_empti":[91,109,157],"is_exclude_prop":[89,157],"is_fake_cli":[131,157],"is_filt":[102,104],"is_flag_set":[35,157],"is_flipping_allow":[157,178],"is_fluid":[130,157],"is_game_server_account":[157,158],"is_hearing_cli":[131,157],"is_hing":[130,157],"is_hltv":[73,131,157],"is_hook":[114,157],"is_hud_elements_load":[157,178],"is_human_play":[88,131,157],"is_in_a_vehicl":[131,157],"is_in_solid":[85,157],"is_individual_account":[157,158],"is_init_messag":[103,157],"is_initi":[89,157],"is_inside_arrai":[89,157],"is_length_greater_than":[113,157],"is_length_less_than":[113,157],"is_load":[73,150,157],"is_lobbi":[157,158],"is_loc":[91,157],"is_loopback":[128,157],"is_marked_for_delet":[85,157],"is_mele":[157,178],"is_mov":[130,157],"is_multiplay":[73,157],"is_n":[115,157],"is_network":[76,85,132,157,174],"is_new_data_avail":60,"is_newer_version_avail":1,"is_not_play":[88,157],"is_observ":[131,157],"is_overflow":[33,157],"is_overlap":[114,157],"is_paus":[73,157],"is_persistent_game_server_account":[157,158],"is_play":[24,85,88,116,131,132,157,174],"is_playback":[128,157],"is_player_restrict":[157,177],"is_plugin":[54,157],"is_precach":[74,157],"is_private_command":[44,157],"is_protobuf":[123,157],"is_proximity_hearing_cli":[131,157],"is_ptr":115,"is_regist":[35,157],"is_reli":[91,103,157],"is_script_pars":[157,178],"is_serv":159,"is_sign":[89,157],"is_source_python":[54,157],"is_spawn":[131,157],"is_stat":[130,157],"is_team_restrict":[157,177],"is_timing_out":[128,157],"is_trigg":[130,157],"is_unvers":[61,157],"is_valid":[76,113,157,158],"is_valid_packet":[128,157],"is_valid_plugin_nam":[150,157],"is_virtu":[114,157],"is_vpk_fil":[98,157],"is_weapon":[24,85,132,157,174],"is_within_box":[113,157],"is_zero":[113,157],"isatti":[98,157],"isbot":[7,12],"isbuild":15,"iscrit":15,"iserverplugincallback":149,"islung":12,"ismael":180,"isn":[27,66,109],"isometr":[79,157],"ispaint":7,"isplant":7,"isprop":12,"issilenc":7,"isstrang":15,"issu":[7,8,9,11,12,15,26,27,35,44,186],"issuer":44,"ist":147,"istalk":12,"isunusu":15,"item":[1,7,8,12,15,25,59,74,123,133,137,139,140,157,160,168,175],"item_blink":[79,157,163],"item_definition_index":[157,175],"itemdef":[7,15],"itemdefindex":15,"itemflag":[157,168],"itemid":[6,7],"items_per_pag":[120,122],"iter":[20,22,44,62,66,75,76,81,85,99,100,102,103,104,109,114,115,120,122,123,150,157],"its":[16,20,31,34,35,44,51,52,60,62,76,80,84,85,89,91,113,114,117,150,158,179],"itself":[19,35,85,115],"jank":180,"jenkin":3,"jitter":128,"join":1,"jonathan":180,"jordan":180,"json":179,"jsza":180,"jump":[5,8,110,114,134,157],"just":[2,16,19,20,21,22,23,25,27,43,114,177,179,185],"justifi":59,"kamikazekuh":180,"kan":147,"keep":[24,81,127],"keep_on_recreate_ent":[79,157],"kei":[21,80,91,109,115,123,157,158,166],"kein":147,"kevlar":[157,168],"key0":115,"key1":115,"key_nam":[91,109],"keyerror":[4,51,85,102,114,115],"keyhinttext":[123,124,157],"keyvalu":[85,91,157],"keyvaluesit":[109,157],"keyvaluetyp":[109,157],"keyword":[51,73,81,85,111,135,170],"kick":[5,6,7,8,9,11,12,15,18,20,26,27,179],"kill":[5,6,7,8,9,11,12,15,78,131,132,157],"kill_streak_assist":15,"kill_streak_tot":15,"kill_streak_victim":15,"kill_streak_wep":15,"killer":[6,7,8,9,15],"killm":[79,157],"kills_rank":15,"killshot":[7,8],"killstreak_player_1":15,"killstreak_player_1_count":15,"kind":[16,75],"kiril":180,"kirillmysnik":180,"kit":[7,8],"knife":[157,168,175],"know":[22,93,181,183],"known":[5,6,7,8,9,11,12,15,186],"kon":147,"konnt":147,"kredieten":147,"kwarg":[37,42,43,44,50,51,52,66,68,72,78,81,85,87,88,90,92,110,111,112,114,116,120,122,123,124,126,127,135,147,148,154,157,160,170,177],"kwd":[89,110,114,158],"l":[147,180],"l4d1_onli":12,"la":[147,180],"label":[157,161],"label_offset":[157,161],"ladder":[75,79,157],"lade":147,"laden":147,"lambda":88,"langstr":[147,157,166],"languag":[44,143,165,166],"language_manag":[157,165],"last":[1,7,8,23,25,27,110,128,132,159],"last_hitgroup":[132,157],"last_user_command":[131,157],"last_vis":[75,157],"last_weapon":[132,157],"lastfram":[157,161],"lastgenericflag":[79,157],"lastlif":12,"latenc":128,"later":[0,114,181],"latest":[60,61,181,184],"lauri":180,"laurirasanen":180,"ld":181,"le":147,"lead":[1,7],"learn":0,"least":[66,131,133],"leave_aim":[134,157],"led":[7,8],"ledge_hang":12,"left":[4,27,59,66,134,157],"left_1":9,"left_2":9,"left_3":9,"left_pad":59,"left_score_1":9,"left_score_2":9,"left_score_3":9,"leftarm":[134,157],"leftleg":[134,157],"len":28,"length":[24,33,48,59,80,89,113,115,117,157,159],"length_2d":[113,157],"length_2d_sqr":[113,157],"length_sqr":[113,157],"less":[20,44,114],"let":[22,181,183],"letter":27,"level":[6,7,15,85,112,114,115,117,157],"levelinit":110,"levelnam":[8,9,11,15],"levelshutdown":110,"lib":3,"libffi":181,"libffi7":181,"libpython2":182,"libpython3":182,"librari":[50,149,182],"libsqlite3":157,"libz":181,"life":[4,132,134],"life_st":[132,157],"lifest":[134,157],"lifetim":15,"light":[75,157],"light_blu":[34,157],"light_grai":[34,157],"light_green":[34,157],"light_r":[34,157],"lightstyl":28,"like":[0,1,2,4,8,9,11,15,16,20,22,27,73,114,117,120,122,179,181],"limit":[7,8,20,22,24,73,111],"limitinworld":[157,168],"line":[1,3,15,21,26,48,50,108,183],"lineno":108,"link":[27,76,148],"linux":[25,114,115,157,186],"list":[1,4,16,17,26,27,37,42,43,44,50,52,59,67,76,78,90,91,93,98,109,114,120,122,123,124,147,148,160,175,186],"listen":[4,16,17,22,91,157,186],"listenermanag":[110,126,157],"listenermanagerdecor":[110,157],"listescmenu":[120,157],"listescopt":[120,157],"listmenu":[118,157],"listopt":[118,157],"listradiomenu":[118,122,157],"listradioopt":[118,122,157],"littl":[4,16,19,73],"ljust":[28,59],"load":[7,8,16,23,24,27,30,44,64,96,109,110,132,146,147,149,150,157,182],"load_ev":[23,96,157],"load_plugin":[27,147,157],"loaded_plugin":[27,150,157],"loadgam":[73,157],"local":[85,91,133,157,161,164],"local_angl":[133,157],"local_animations_count":[157,161],"local_bon":[157,161],"local_entry_nod":[157,161],"local_exit_nod":[157,161],"local_hierarchy_count":[157,161],"local_hierarchy_offset":[157,161],"local_origin":[133,157],"local_sequence_offset":[157,161],"local_sequences_count":[157,161],"local_tim":[85,157],"locat":[3,16,22,23,48,66,74,85,114,179],"log":[16,24,50,57,112,129,147,157,183,184],"log_format":112,"log_messag":[147,157],"log_path":[129,157],"logger":[147,157],"login":158,"logmanag":[112,157],"long":[2,5,6,7,8,9,11,12,15,91,97,114,115,157,179],"long_long":[114,115,157],"longer":[1,7,62],"longvari":[97,157],"look":[2,4,16,22,23,26,50,60,179],"lookatweapon":7,"lookspin":[134,157],"lookup":[85,87,89,174],"lookup_attach":[76,157],"lookup_bon":[76,157],"lookup_error":50,"lookuperror":50,"loop":[18,22,85,111],"loopback":128,"loops_elaps":[111,157],"loops_remain":[111,157],"lor":147,"loser":15,"loser_rp":15,"losing_team_num_cap":15,"loss":[50,128],"lost":[7,8,128],"lot":[22,26],"low":[74,157],"low_valu":[89,157],"lower":[23,66],"lower_case_with_underscor":1,"lower_half":66,"lowercas":102,"lowest":113,"luckili":2,"luke":180,"m":[26,78,90],"m249":[157,168],"m3":[157,168],"m4a1":[157,168],"mac10":[157,168],"machinegun":[157,168],"made":[2,7,25,26,111],"mahi":180,"mai":182,"main":[27,112,150,153,157],"mainli":116,"make":[0,1,7,8,16,20,24,26,27,50,62,109,114,117],"make_copi":[109,157],"make_funct":[114,157],"make_object":[114,157],"make_publ":[62,157],"make_virtual_funct":[25,114,157],"manag":[23,27,29,35,41,44,45,91,110,114,115,116,146,147,149,157,164,167,177,179],"mani":[20,25,26,44,77],"manipul":22,"manual":[2,12,24],"map":[7,8,15,22,24,57,73,76,78,80,85,90,110,111],"map_area":[76,157],"map_index":15,"map_nam":[12,24,73,157],"maploadtyp":[73,157],"mapnam":[5,6,7,8,9,11,12,15],"mark":[85,184],"marked_for_fast_reflect":[79,157],"marker":12,"marker_entindex":15,"marku":180,"mask":[75,78,85],"mass":[130,157,161],"mass_center_local_spac":[130,157],"master":[5,6,7,8,9,11,12,15],"match":[7,8,76,84,85,103,114,117,131,133,179],"materi":[5,6,7,8,9,11,12,15,28],"material_index":[130,157],"materialindex":[80,157],"math":111,"mathemat":113,"mathlib":[25,66,157],"matrix":113,"matrix3x4":[113,157,161],"matrix3x4_worldspac":[80,157],"matti":[180,184],"max":[48,50,62,85,113,131,157,158,159,161],"max_client":[24,73,157],"max_command_length":[35,157],"max_health":[85,131,157],"max_line_length":[48,157],"max_num_bit":[33,157],"max_round":[7,8],"max_str":[157,159],"max_val":[5,6,7,8,9,11,12,15,113],"max_valu":[48,62,64,156],"max_wav":15,"maxammo":[157,175],"maximum":[7,8,48,62,64,74,85,111,120,131,157,159],"maximum_inaccuraci":[157,178],"maximum_player_spe":[157,178],"maximum_primary_clip":[157,178],"maximum_secondary_clip":[157,178],"maxplay":[5,6,7,8,9,11,12,15],"md5":[50,60],"mdl":[21,22],"mean":[1,20],"mech":[66,157],"medic":15,"medic_entindex":15,"medic_userid":15,"meet":2,"mele":12,"melee_hit":[157,168],"melee_hit_sound":[157,178],"melee_hit_world":[157,168],"melee_hit_world_sound":[157,178],"melee_miss":[157,168],"melee_miss_sound":[157,178],"melee_onli":12,"member":[2,25,114,115,179],"memberfunct":[87,115,157],"memori":[17,50,87,88,157,186],"menu":[17,123,124,152,156,157,186],"menu_str":[123,124],"merg":[2,50,103,157],"mesa":[4,24],"mesh":130,"meskanen":180,"messag":[5,6,7,8,9,11,12,15,16,24,26,27,44,50,91,103,108,112,128,147,157],"message_index":[123,157],"message_nam":[123,124,157],"message_typ":[123,157],"messagesever":50,"met":147,"metaclass":117,"metamod":184,"method":[1,7,15,16,19,21,22,50,51,59,85,97,117,157],"mg":[157,168],"michael":180,"microsiemen":12,"microsoft":0,"might":[4,20,22,25,27,116,179],"min":[62,85,113,131,157,161],"min_val":113,"min_valu":[48,62,64,156],"minicrit":15,"minigun":12,"minimum":[48,62,64,85],"minu":20,"minut":2,"miscstatu":[134,157],"miss":[81,135,147,170,175],"mission":15,"mitig":15,"mm0":[114,157],"mm1":[114,157],"mm2":[114,157],"mm3":[114,157],"mm4":[114,157],"mm5":[114,157],"mm6":[114,157],"mm7":[114,157],"mode":[0,5,6,7,8,9,11,12,15,78,85,90,98,132,134],"model":[21,22,24,72,76,85,131,132,157,161,162,163,174],"model_handl":[24,76,157],"model_head":[76,157,161],"model_index":[76,157],"model_nam":[76,131,157,161],"modelattach":[157,161],"modelbon":[157,161],"modelcach":[157,162],"modelcachedatatyp":[157,162],"modelhead":[76,157,161,162],"modelindex":[80,157],"modelnam":[80,157],"modelprecach":[28,72],"modeltyp":[157,163],"moder":184,"modifi":[21,25,50,98,116,127,159,184,186],"modul":[1,2,16,21,23,27,186],"module_nam":[149,157],"moet":147,"molotov":7,"momentan":147,"momenteel":147,"mondai":180,"monei":8,"monster":[75,157],"monsterclip":[75,157],"more":[0,2,4,7,20,21,23,26,27,44,128,179],"moreov":16,"most":[1,4,22,27,44],"mostli":[2,117,185],"motion":130,"motion_en":[130,157],"motion_flag":[157,161],"mous":[131,133],"mousedi":[131,133,157],"mousedx":[131,133,157],"move":[7,8,85,114,131,133,157],"move_typ":[85,157],"moveabl":[75,157],"movecollid":[79,157],"moved_frac_bit":[123,124,157],"moveleft":[134,157],"movement":[7,8,157,161],"movement_index":[157,161],"movements_count":[157,161],"movements_offset":[157,161],"moveright":[134,157],"movetyp":[79,85,157],"mp5navi":[157,168],"mp_":24,"mrmalina":180,"msg":[24,44,123,157],"msg_handler":[128,157],"msg_index":127,"much":[21,27,179],"mudul":147,"muert":180,"mul_add":[113,157],"multi":[50,179],"multiblockcount":5,"multipl":[1,20,22,24,25,61,85,179],"multipli":[20,113],"multiseat":[157,158],"muncast":180,"music":[12,74],"muss":147,"must":[1,16,19,50,51,102,115,147],"mute_manag":[145,157],"muzzle_flash_scal":[157,178],"muzzle_flash_style_index":[157,178],"muzzleflashstyl":[157,168],"mvp":[7,8],"my":[21,27],"my_custom_ev":23,"my_custom_opt":27,"my_custom_option2":27,"my_float":20,"my_menu_select_callback":26,"my_model":22,"my_new_ev":23,"my_player_index":25,"my_plugin":[18,20,27,184],"my_plugin_manag":27,"my_plugin_vers":27,"my_r":19,"my_select_callback":26,"my_serv":181,"my_sub_command_manag":27,"my_sub_plugin":27,"mycustomcallingconvent":117,"mysnik":180,"m\u00f3dulo":147,"m\u00fcssen":147,"n":[1,50,147],"naam":147,"nach":147,"name":[0,4,5,6,7,8,9,11,12,15,16,20,22,23,24,27,28,30,31,32,35,37,42,43,48,50,51,54,57,59,62,64,66,67,68,71,73,74,75,76,78,79,80,84,85,87,89,90,91,92,93,98,102,108,109,110,112,114,115,116,117,123,124,126,128,130,131,134,137,139,140,143,147,148,149,150,154,156,157,158,159,161,162,163,168,173,174,175,177,179,180,184,186],"name_offset":[157,161],"name_symbol":[109,157],"namechang":15,"nan":113,"nathan":180,"nativ":115,"navig":[0,120,122],"nbit":33,"ne":147,"necavi":180,"necessari":1,"need":[0,1,2,7,16,20,22,23,24,25,26,27,60,61,112,128,179],"needsuit":[134,157],"negat":[113,157],"neither":110,"nen":180,"nervega":[79,157],"net":[73,128],"net_channel":[131,157],"net_stat":[73,157],"netchannel":[128,131,157],"netchannelhandl":[128,131,157],"netchannelinfo":[128,157],"netflow":[128,157],"netmessag":[73,128,157],"network":[22,24,76,78,80,85,89,90,91,103,128,131,132,157,174],"networkid":[5,6,7,8,9,11,12,15],"networkidvalid":110,"never":[1,24,27,78,90,91],"never_as_str":[63,157],"nevergib":[79,157],"new":[1,2,7,16,24,25,27,32,34,51,60,85,109,113,114,117,126,158,166,179,184],"new_button":[24,110],"new_class_nam":[59,75],"new_par":[157,161],"new_valu":15,"new_vers":24,"newcount":12,"newdifficulti":[7,12],"newgam":[73,157],"newli":177,"newlin":50,"newmod":[7,8,9,11,15],"newnam":[5,6,7,8,9,11,12,15],"next":[7,23,35,67,76,80,89,109,157,174,186],"next_attack":[157,174],"next_kei":[109,157],"next_map":15,"next_secondary_fire_attack":[157,174],"next_sequ":[157,161],"next_true_sub_kei":[109,157],"next_valu":[109,157],"nextlevel":7,"ngebruik":147,"nicht":147,"nicknam":180,"niet":147,"nightvis":[132,157,168],"nightvision_on":[132,157],"njanke96":180,"nl":147,"no_auto_edict_attach":[79,157],"no_damage_forc":[79,157],"no_dissip":[79,157],"no_dissolv":[79,157],"no_flag":[74,85,157],"no_game_physics_simul":[79,157],"no_megaphyscannon_ragdol":[79,157],"no_physcannon_interact":[79,157],"no_rotorwash_push":[79,157],"no_think_funct":[79,157],"no_water_velocity_chang":[79,157],"noammopickup":[157,168],"noautoreload":[157,168],"noautoswitchempti":[157,168],"nochop":[75,157],"noclip":[79,157],"noclip_act":[79,157],"node":[30,44,157],"node_flag":[157,161],"nodec":[75,157],"nodraw":[75,79,157],"noerrorcheck":[80,157],"noflashlight":[79,157],"nointerp":[79,157],"noisi":24,"noitempickup":[157,168],"nolight":[75,157],"nom":147,"nombr":147,"non":[7,22,24],"none":[20,27,31,32,33,34,35,37,42,43,44,48,50,51,59,62,63,64,67,71,73,74,75,76,78,79,80,81,83,84,85,86,87,89,90,91,94,97,98,100,102,104,109,110,111,112,113,114,115,116,117,120,122,123,124,128,130,131,132,133,134,135,137,139,140,141,142,147,148,154,156,157,158,159,161,163,166,168,170,172,173,174,175,184],"noport":[75,157],"nor":110,"noreceiveshadow":[79,157],"noreplai":7,"normal":[25,74,79,85,89,113,157,168,182],"noscal":[89,157],"noshadow":[75,79,157,163],"noshadowdepth":[79,157],"not_carri":[157,168],"not_connect":[63,157],"not_filt":[102,104],"not_found":[73,157],"not_mov":[79,157],"not_solid":[79,157],"not_stand":[79,157],"notarget":[79,157],"note":[21,27,111,123],"noth":[1,51,110],"notic":[16,20],"notif":123,"notifi":[7,8,20,62,63,64,79,110,123,157,177],"notimplementederror":[126,127],"novot":12,"now":[7,8,16,21,22,25,27,50,110,181],"noweaponmanag":[157,169,176],"npc":[79,157],"npc_actor":[79,157],"npc_script":[79,157],"npc_solid":[75,157],"npc_world_stat":[75,157],"null_matrix":[113,157],"null_qangl":[113,157],"null_quaternion":[113,157],"null_radianeul":[113,157],"null_vector":[113,157],"num":114,"num_bits_left":[33,157],"num_bits_read":[33,157],"num_bits_written":[33,157],"num_byt":114,"num_bytes_left":[33,157],"num_bytes_read":[33,157],"num_bytes_written":[33,157],"num_class":[73,157],"num_client":[73,157],"num_cor":0,"num_fake_cli":[73,157],"num_play":[73,157],"num_proxi":[73,157],"num_typ":[109,157],"numadvanc":[5,6,7,8,9,11,12,15],"number":[0,7,8,20,21,48,59,60,61,66,73,76,80,91,93,108,111,114,120,122,128,131,132,160,177,179],"numbronz":[5,6,7,8,9,11,12,15],"numctslotsfre":7,"numgift":7,"numgold":[5,6,7,8,9,11,12,15],"numplay":7,"numsilv":[5,6,7,8,9,11,12,15],"numspect":7,"numtslotsfre":7,"nusag":147,"nuso":147,"nutilis":147,"nverwendung":147,"nvg":[157,168],"n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435":147,"n\u7528\u6cd5":147,"o":[1,5,6,7,8,9,11,12,15,50,181,184],"obb":[79,157],"obb_yaw":[79,157],"obj":[114,117],"object":[1,2,4,5,6,7,8,9,11,12,15,16,19,20,21,22,25,30,31,32,33,34,35,37,42,43,44,48,50,51,59,62,64,65,67,68,71,73,75,76,77,78,79,80,81,84,85,87,88,89,90,91,92,93,94,95,98,100,102,104,107,108,109,110,111,113,114,115,117,120,122,123,127,130,131,132,133,143,145,149,151,156,157,158,161,165,166,174,175,176,177,179],"object_entindex":15,"object_mod":15,"objecttyp":15,"obs_target":[7,8,9,11,15],"observ":[79,131,132,134,157],"observer_mod":[132,157],"observer_target":[132,157],"observermod":[134,157],"obtain":103,"obvious":27,"occur":[32,60,61,114],"off":[7,8],"offens":[4,50],"offici":[7,179],"offlin":2,"offset":[5,6,7,8,9,11,12,15,71,80,85,89,98,114,115,117,132,157],"often":[22,116],"oildrum001":22,"ok":[1,128],"old":[60,62,186],"old_button":[24,110],"old_float":62,"old_str":62,"old_target":[7,8,9,11,15],"old_valu":[15,24,62],"old_vers":24,"olddifficulti":[7,12],"oldmod":[7,8,9,11,15],"oldnam":[5,6,7,8,9,11,12,15],"oldteam":[5,6,7,8,9,11,12,15],"oleg":180,"olegtsvetkov":180,"oliv":[34,157],"omdat":147,"omegak2":180,"on_add":20,"on_automatically_cr":[81,157],"on_automatically_remov":[81,157],"on_button_state_chang":24,"on_buttons_state_chang":110,"on_client_act":24,"on_client_connect":24,"on_client_disconnect":24,"on_client_fully_connect":24,"on_client_put_in_serv":24,"on_client_settings_chang":24,"on_combiner_precach":24,"on_convar_chang":24,"on_data_load":24,"on_data_unload":24,"on_dealloc":[117,157],"on_edict_alloc":24,"on_edict_fre":24,"on_entity_collis":24,"on_entity_cr":24,"on_entity_delet":24,"on_entity_output":24,"on_entity_pre_spawn":24,"on_entity_spawn":24,"on_entity_transmit":24,"on_level_end":24,"on_level_init":24,"on_level_shutdown":24,"on_networked_entity_cr":24,"on_networked_entity_delet":24,"on_networked_entity_pre_spawn":24,"on_networked_entity_spawn":24,"on_networkid_valid":24,"on_player_bumping_weapon":[157,177],"on_player_carrying_restricted_weapon":[157,177],"on_player_collis":24,"on_player_hurt":4,"on_player_post_run_command":24,"on_player_purchasing_weapon":[157,177],"on_player_restriction_ad":[157,177],"on_player_run_command":24,"on_player_sai":22,"on_player_spawn":16,"on_player_transmit":24,"on_plugin_load":24,"on_plugin_unload":24,"on_query_cvar_value_finish":24,"on_server_activ":24,"on_server_output":24,"on_take_damag":116,"on_team_restriction_ad":[157,177],"on_test":20,"on_test_fail":20,"on_tick":24,"on_version_upd":24,"onbuttonstatechang":[110,157],"onc":[0,24,51,131,133],"onclientact":[110,157],"onclientconnect":[110,157],"onclientdisconnect":[110,157],"onclientfullyconnect":[110,157],"onclientputinserv":[110,157],"onclientsettingschang":[110,157],"oncombinerprecach":[110,157],"onconvarchang":[110,157],"ondataload":[110,157],"ondataunload":[110,157],"one":[0,1,2,4,7,16,18,20,23,27,78,87,88,90,114,150],"one_object":1,"onedictalloc":[110,157],"onedictfre":[110,157],"onentitycollis":[110,157],"onentitycr":[110,157],"onentitydelet":[110,157],"onentityoutput":[110,157],"onentityoutputlistenermanag":[110,157],"onentityprespawn":[110,157],"onentityspawn":[110,157],"onentitytransmit":[110,157],"ones":22,"oneshot":12,"onfir":[79,157],"ongeldig":147,"onground":[134,157],"onlevelend":[110,157],"onlevelinit":[110,157],"onlevelshutdown":[110,157],"onli":[0,1,2,7,8,16,20,22,24,27,31,50,51,78,85,91,111,114,116,117,122,131,132,133,159,174,179],"onnetworkedentitycr":[110,157],"onnetworkedentitydelet":[110,157],"onnetworkedentityprespawn":[110,157],"onnetworkedentityspawn":[110,157],"onnetworkidvalid":[110,157],"onplayercollis":[110,157],"onplayerpostruncommand":[110,157],"onplayerruncommand":[110,157],"onplayertransmit":[110,157],"onpluginload":[110,157],"onpluginunload":[110,157],"onquerycvarvaluefinish":[110,157],"onserveractiv":[110,157],"onserveroutput":[110,157],"ontbreekt":147,"ontick":[110,157],"ontrain":[134,157],"onversionupd":[110,157],"opaqu":[75,157],"opaque_and_npc":[75,157],"open":[0,2,7,8,22,50,60,98,157,179,186],"oper":[7,8,20,21,184],"opgevolgd":147,"opposit":114,"optimized_datamap":[80,157],"option":[0,7,26,27,30,51,85,113,120,122,123,156,157,161],"option1":[7,8,9,11,15],"option2":[7,8,9,11,15],"option3":[7,8,9,11,15],"option4":[7,8,9,11,15],"option5":[7,8,9,11,15],"orang":[34,157],"orangebox":[131,135,136,157],"ord":50,"order":[1,4,16,21,103,117],"ordereddict":[96,150],"org":[20,50],"orient":59,"origin":[3,22,74,75,85,98,116,131,132,133,157],"original_loop":[111,157],"other":[1,18,22,23,24,25,27,50,62,78,90,109,113,114,116,123,150,179],"otherid":7,"othertyp":7,"otherwis":[22,24,44,51,159],"our":[2,20,51,181],"out":[7,8,21,33,59,73,113,114,123,128,157],"outgo":[128,157],"outlin":1,"output":[2,20,24,28,50,76,80,85,87,110,116,157,181,183,184],"output_debug_info":[130,157],"output_index":[80,157],"output_nam":24,"outputreturn":[24,50,157],"outsid":27,"over":[7,20,22,76,85,100,102,104,109,115,150],"overflow":33,"overlap":114,"overload":114,"overrid":[78,80,90,114,157],"override_count":[80,157],"override_field":[80,157],"overview":16,"overwrit":[50,116],"overwritten":116,"own":[0,16,20,27,150,179],"owner":[6,15,18,27,51,85,157,174],"owner_handl":[85,157,174],"ownerid":15,"p228":[157,168],"p2p_super_seed":[157,158],"p90":[157,168],"pa":147,"pack":98,"packag":[1,16,17,18,19,20,21,22,23,24,25,26,27,28,32,54,101,106,129,179,181,184,185],"package_dir":[32,157],"package_exist":[32,157],"packages_path":[129,157],"packed_offset":[80,157],"packed_offsets_comput":[80,157],"packed_s":[80,157],"packet":128,"pad":59,"paelinckx":180,"page":[0,2,17,18,19,20,21,22,23,24,25,26,27,28,120,122,181,184,186],"pagedescmenu":[120,157],"pagedescopt":[120,157],"pagedmenu":[118,157],"pagedopt":[26,118,157],"pagedradiomenu":[118,122,157],"pagedradioopt":[118,122,157],"pagin":26,"paint":7,"paintbal":[27,184],"pair":[78,90],"panel":[7,8,15],"panel_styl":15,"para":147,"paralyz":[79,157],"param":[44,85,114],"param1":[7,8,9,11,12,15,123,124],"param2":[123,124],"param3":[123,124],"param4":[123,124],"paramet":[20,31,32,34,44,48,50,51,59,60,61,62,64,66,67,68,69,73,75,76,78,80,81,85,90,91,93,102,107,108,110,111,112,114,115,116,117,120,122,123,124,126,127,131,132,135,141,142,143,147,148,149,150,157,158,160,166,170,174,177],"parent":[31,44,66,85,157,161,175],"parent_anim":[79,157],"parent_array_prop_nam":[89,157],"parent_class":[157,175],"parent_config_path":179,"parent_inthandl":[85,157],"parent_menu":[120,122],"parent_nam":[31,85,157],"parent_to_add":184,"parent_to_remov":184,"parenthes":20,"parentpermiss":[31,157],"parentpermissiondict":[31,157],"parma":85,"pars":[2,20,44,50,102,115,128,157,158,175,178],"parse_command":[44,157],"parse_data":[115,157],"parse_filt":[44,102,157],"parse_weapon_const":[157,175],"parser":[44,157],"part":[157,158],"partialground":[79,157],"particleeffectnam":28,"particular":166,"partner_entindex":15,"pass":[0,1,20,21,24,25,26,27,44,51,60,61,73,81,85,88,91,93,107,108,111,115,117,123,135,150,170],"passable_door":[79,157],"passer":15,"password":[5,6,7,8,9,11,12,15,73,157,179],"path":[1,7,8,15,27,32,48,50,85,96,98,109,114,149,150,157,160,179],"path_id":98,"patient":15,"paus":[73,111,157],"pbool":117,"pboolarrai":117,"peak":[157,161],"peek_ubit_long":[33,157],"pend":[157,158],"penetr":[7,76,157,178],"peopl":18,"pep257":1,"pep8":1,"per":[24,90,91,93],"perfect":[157,168],"perform":[21,24],"perman":19,"permiss":[27,30,31,44,147,148],"permission_ad":[30,157],"permission_remov":[30,157],"permissionbas":[31,157],"phase":7,"phi":[5,6,7,8,9,11,12,15],"php":[27,184],"phys_damage_scal":[132,157],"physgun":[79,157],"physic":[85,132,157],"physics_bon":[157,161],"physics_object":[85,157],"physicsbon":[75,157],"physicsenviron":[130,157],"physicsobject":[85,130,157],"pick":[7,8],"pickl":[34,91],"pin":[15,33],"ping":50,"pipe":117,"pipe_funct":[117,157],"pistol":[157,168],"pitch":[74,85,157],"place":[7,8,16,21,132,157],"plai":[74,85],"plain":[118,119],"plane":[75,113,157],"plant":[7,8],"plasma":[79,157],"platform":25,"play_sound":15,"playback":128,"player":[4,5,6,7,8,9,11,12,15,16,20,21,22,23,24,25,26,27,31,35,44,50,66,67,78,79,85,88,90,99,103,110,116,118,121,123,128,152,155,156,157,173,174,177,179],"player_1":15,"player_1_damag":15,"player_1_h":15,"player_1_kil":15,"player_1_lifetim":15,"player_1_point":15,"player_2":15,"player_2_damag":15,"player_2_h":15,"player_2_kil":15,"player_2_lifetim":15,"player_2_point":15,"player_3":15,"player_3_damag":15,"player_3_h":15,"player_3_kil":15,"player_3_lifetim":15,"player_3_point":15,"player_4":15,"player_4_damag":15,"player_4_h":15,"player_4_kil":15,"player_4_lifetim":15,"player_5":15,"player_5_damag":15,"player_5_h":15,"player_5_kil":15,"player_5_lifetim":15,"player_6":15,"player_6_damag":15,"player_6_h":15,"player_6_kil":15,"player_6_lifetim":15,"player_animation_extens":[157,178],"player_class":[132,157],"player_config_path":179,"player_death":[91,93],"player_di":91,"player_entindex":15,"player_hurt":[4,116],"player_index":[90,123,124],"player_mov":[79,157],"player_sai":[22,78,90],"player_solid":[75,157],"player_solid_brush_onli":[75,157],"player_spawn":16,"player_st":[132,157],"player_team":93,"playeranim":[134,157],"playerbutton":[110,134,157],"playerclip":[75,157],"playercount":12,"playerdead":[134,157],"playerdictionari":[135,157],"playergener":[131,157],"playerid":[6,7],"playerinfo":[131,143,157],"playerinfo_from_baseent":[143,157],"playerinfo_from_basehandl":[143,157],"playerinfo_from_edict":[143,157],"playerinfo_from_index":[143,157],"playerinfo_from_inthandl":[143,157],"playerinfo_from_point":[143,157],"playerinfo_from_userid":[143,157],"playerit":[18,102,157],"playermixin":[132,157],"playerpenetratecount":15,"playerpermiss":[31,157],"playerpermissiondict":[31,157],"playerset":[154,157],"playerst":[134,157],"playsound":15,"pleas":[2,16,179,181,183],"plu":20,"plugin":[4,17,18,19,24,44,50,52,54,110,111,116,129,157,166,179,181,186],"plugin_data_path":[129,157],"plugin_docs_path":[129,157],"plugin_exist":[150,157],"plugin_load":[27,58],"plugin_manag":27,"plugin_nam":[147,149,150],"plugin_path":[129,157],"plugin_unload":27,"pluginalreadyload":150,"pluginfilenotfounderror":150,"pluginhasbuiltinnam":150,"plugininfo":[148,150,157],"pluginmanag":[27,147,149,150,157],"pluginnam":147,"pluginnamen":147,"pluginnotload":150,"plugins_directori":[150,157],"po":7,"point":[2,15,21,24,66,97,109,179,183],"pointer":[25,67,71,76,80,85,87,89,114,115,116,117,143,157,161],"pointer_attribut":[117,157],"pointer_from_baseent":[87,157],"pointer_from_basehandl":[87,157],"pointer_from_edict":[87,157],"pointer_from_index":[25,87,157],"pointer_from_inthandl":[87,157],"pointer_from_playerinfo":[143,157],"pointer_from_userid":[143,157],"poison":[79,157],"polygon":[66,130,157],"poor":[157,168],"por":147,"porqu":147,"port":[5,6,7,8,9,11,12,15,73,147],"portal":4,"pos_i":[7,23],"pos_x":[7,23],"pos_z":[7,23],"pose":[157,161],"posi":[5,6,7,8,9,11,12,15],"posit":[8,22,33,76,85,111,113,130,132,157,161,178],"position_scal":[157,161],"position_to_bon":[157,161],"position_vector":[80,157],"positive_int":20,"possibl":[1,115,117,156,179,182],"possibli":85,"post":[88,110,114,116,157,183],"post_on_drop_weapon":116,"postgr":179,"posthook":[116,157],"posx":[5,6,7,8,9,11,12,15],"posz":[5,6,7,8,9,11,12,15],"potentialvot":[7,8,9,11,12,15],"pour":147,"power":132,"pprint":4,"practic":25,"pre":[43,68,88,93,114,116,157,179],"pre_event_manag":[93,157],"pre_on_drop_weapon":116,"pre_player_di":93,"pre_player_team":93,"precach":[22,24,67,70,74,157],"precache_t":[72,157],"precis":183,"predict":[131,133],"preevent":[93,157],"prefer":183,"prefix":[44,48,50,112,147,154,156,157],"prehook":[116,157],"present":185,"press":[7,8,24,110,132,157],"pretti":[25,179],"prevent":[78,90,182],"prevent_physics_forc":[79,157],"preventor":15,"previou":[22,116],"previous":110,"previous_pric":[157,178],"price":[157,178],"primari":[157,168,174],"primary_ammo_count":[157,174],"primary_ammo_icon":[157,178],"primary_ammo_nam":[157,178],"primary_ammo_typ":[157,178],"principl":20,"print":[16,18,19,20,22,24,27,50,59,85,98,112,116,147,181,184,185,186],"print_credit":[52,157],"print_nam":[157,178],"print_plugin":[147,157],"printableonli":[63,157],"prior":[1,7],"prioriti":[6,89,157],"privat":[1,44,80,157],"probabl":[4,22,44],"problem":[27,181,183],"procedur":16,"procedural_typ":[157,161],"process":[0,2,128,150,157],"processorregist":[114,157],"product":113,"progress":[15,60,128],"project":[1,32,184,186],"project_build_dir":[32,157],"project_dir":[32,157],"project_exist":[32,157],"project_nam":32,"project_source_dir":[32,157],"projectil":[7,8,24,79,157],"projectiletyp":15,"prop":[7,8,76,157,174],"prop_door_rot":22,"prop_nam":67,"prop_physics_multiplay":22,"prop_typ":[80,157],"proper":[91,115,181],"properli":27,"properti":[1,22,30,32,33,34,35,44,48,51,57,62,67,69,71,73,74,75,76,78,80,84,85,86,89,90,91,92,94,96,98,109,110,111,112,113,114,123,124,126,128,130,131,132,133,147,148,149,150,156,157,158,159,161,173,174,175,178],"propid":12,"props_c17":22,"props_encoded_against_tick_count":[89,157],"protect":[7,8,20,63,73,114,157],"protobuf":[123,124,126,157],"protobufmessag":127,"provid":[2,4,16,22,29,30,31,32,33,34,35,36,37,40,42,43,45,46,47,48,49,50,51,57,59,60,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,95,96,97,98,100,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,120,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,158,159,160,161,162,163,164,166,167,168,170,171,172,173,174,175,176,177,178,179,183,184],"proxi":[5,6,7,8,9,11,12,15,36,71,73,131],"proxim":131,"proxy_always_y":[89,157],"proxy_funct":[89,157],"pr\u00e9sentement":147,"pseudoup":113,"ptr":[25,50,80,109,114,115,117,157],"public":[27,50,62,73,148,157,158],"public_convar":[27,148],"public_object":151,"publicconvar":[64,148,157],"publish":2,"published_file_id":7,"pudo":147,"puisqu":147,"pull":2,"pulse_fast":[79,157],"pulse_fast_wid":[79,157],"pulse_slow":[79,157],"pulse_slow_wid":[79,157],"purchas":[7,177],"purg":[123,157],"purpl":[34,157],"push":[79,157],"pushawai":[79,157],"pusher":15,"put":24,"pv":76,"pvec":117,"pvecarrai":117,"pvs_info":[76,157],"pvs_size":[76,157],"py":16,"pymysql":179,"pyro_entindex":15,"python":[0,1,2,3,4,16,17,20,21,22,24,25,26,27,35,37,42,43,50,52,54,60,61,62,67,71,73,76,78,80,86,89,90,91,103,114,116,126,128,129,130,131,133,149,150,159,162,179,181,183,184,185],"python3":185,"python_document":3,"pz_clip":[79,157],"qangl":[33,67,85,113,130,131,132,133,157],"qualiti":[7,15],"qualnam":[59,75],"quaternion":[71,80,85,113,157,161],"queri":24,"querycvarstatu":[73,157],"quest_item_id_hi":15,"quest_item_id_low":15,"quest_objective_id":15,"queue":[73,118,157],"queue_command_str":[73,157],"queue_server_command":[73,157],"quick":20,"quickli":179,"quickstart":[32,157],"quit":[20,22,27],"quot":1,"r":[19,34,157],"race":7,"radar":[134,157],"radianeul":[113,157,161],"radiant_eul":[157,161],"radiant_euler_scal":[157,161],"radiat":[79,157],"radio":[7,8,118,123,124,157],"radiu":[66,76,130,157],"ragdol":[79,132,157],"rai":[75,85,157],"rais":[4,20,32,35,37,42,43,44,50,51,60,62,67,71,73,76,78,80,81,85,86,89,90,91,102,103,107,111,114,115,126,127,128,130,131,133,149,150,159,162,174],"ran":24,"randint":51,"random":[26,51,113,131,133,157,182],"random_se":[131,133,157],"rang":[26,51,80,113,157,178],"range_modifi":[157,178],"rank":[5,6,7,8,9,11,12,15],"rate":[15,50,128,132],"rather":50,"ratio":8,"raw":126,"raw_data":[115,117],"rcon":[181,185],"re":[96,150,180],"re_valid_plugin":[150,157],"reach":[7,8,85],"read":[2,16,33,50,85,98,114,127,157,159],"read_bit_angl":[33,157],"read_bit_coord":[33,157],"read_bit_coord_mp":[33,157],"read_bit_float":[33,157],"read_bit_norm":[33,157],"read_bit_vec3_coord":[33,157],"read_bit_vec3_norm":[33,157],"read_bitbuff":127,"read_byt":[33,157],"read_char":[33,157],"read_float":[33,157],"read_from_buff":[128,157],"read_long":[33,157],"read_long_long":[33,157],"read_one_bit":[33,157],"read_protobuf":127,"read_sbit_long":[33,157],"read_short":[33,157],"read_str":[33,157],"read_ubit_long":[33,157],"read_ubit_var":[33,157],"read_word":[33,157],"readabl":[98,128,157],"readi":24,"readlin":[98,157],"readyst":15,"real":[131,150,180],"realloc":[114,157],"reason":[2,5,6,7,8,9,11,12,15],"recedetim":15,"receiv":[128,131],"recent":128,"recheck_collision_filt":[130,157],"recheck_contact_point":[130,157],"recipi":[12,66,67,85,99,123,157],"recipient_filt":69,"recipientfilt":[66,67,69,85,103,157],"recoil":[76,157],"recommend":[74,179],"reconstruct":[25,117],"recovery_time_crouch":[157,178],"recovery_time_stand":[157,178],"recreat":27,"recurs":[24,31,109,116],"recursive_copi":[109,157],"red":[19,34,66,157],"red_scor":15,"red_score_prev":15,"redirect":[124,157],"reduc":[111,157],"refer":[21,50,113],"regist":[26,35,37,38,39,40,42,43,44,51,52,53,54,55,56,62,69,76,78,85,90,91,93,110,114,116,117,123,126,147,153,154,157,184],"register":114,"register_bas":[62,157],"register_client_command_filt":[37,157],"register_close_callback":26,"register_convent":[117,157],"register_convert":[117,157],"register_hook":[78,90],"register_listen":[110,157],"register_say_filt":[42,157],"registr":95,"reichl":180,"reject":24,"reject_msg_len":24,"reject_msg_ptr":24,"rel":[85,114,130,134,157],"relat":179,"relationship":[132,157],"releas":[0,24,27,76,110,148,157,162],"release_typ":12,"reliabl":[91,103,123,124,128,157],"reload":[7,8,16,19,44,134,147,149,150,157,168],"reload_npc":[157,168],"reload_npc_sound":[157,178],"reload_plugin":[147,157],"reload_sound":[157,178],"remain":[7,8,21,111],"rememb":20,"remov":[15,22,30,31,35,37,42,43,44,50,62,65,78,81,85,90,109,110,111,114,133,156,157,160,174,177],"remove_all_item":[133,157],"remove_callback":[37,42,43,157],"remove_command":[44,157],"remove_directori":[157,160],"remove_entities_listen":157,"remove_entity_listen":[76,157],"remove_flag":[35,157],"remove_hook":[69,114,157],"remove_opt":[156,157],"remove_pair":[78,90],"remove_par":[31,44,157],"remove_player_restrict":[157,177],"remove_post_hook":[114,157],"remove_pre_hook":[114,157],"remove_publ":[62,157],"remove_sub_kei":[109,157],"remove_team_restrict":[157,177],"removenoragdol":[79,157],"remporari":66,"render":[85,157,163],"render_color":[85,157],"render_fx":[85,157],"render_mod":[85,157],"rendereffect":[79,85,157],"rendermod":[79,85,157],"repeat":[85,111,157],"repeatstatu":[111,157],"replac":[2,27,74,157],"repli":[44,157],"replic":[63,157],"report":186,"reported_posit":[76,157],"repositori":[0,61,186],"repres":[51,59,115],"represent":[21,32,158],"reproduc":183,"request":[2,51,123],"request_fil":[128,157],"requir":[0,4,7,8,16,20,22,24,25,44,51,88,112,114,116,120,122,184],"requires_registr":44,"rescu":[7,8,132],"rescuer":12,"reset":[7,15,33,62,92,123,124,131,133,157],"resethud":[123,124,157],"resid":27,"resourc":[0,4,23,91,129,157],"resource_fil":23,"resourcefil":[23,96,157],"respawn":[134,157],"rest":[157,161],"restart":[2,7,111,157,181,184,185],"restor":116,"restrict":[20,27,157,167],"result":[20,21,24,27,50,51,111,182,183],"resum":[111,157],"resync":[81,157],"ret_val":116,"retriev":[4,25,50,85,114,115,150],"return":[1,4,20,21,24,25,26,30,31,32,33,34,35,37,42,44,48,50,51,54,59,60,61,62,67,69,71,73,74,75,76,78,80,81,84,85,87,88,89,90,91,92,93,96,102,109,110,111,112,113,114,115,116,117,123,124,126,127,128,130,131,132,133,135,141,142,143,147,148,149,150,156,158,159,160,166,173,174,175,177,178],"return_address":[114,157],"return_ptr_chang":[114,157],"return_typ":[114,115,117,157],"reus":22,"reveng":[7,8,9],"revert":[62,157],"review":2,"reviv":15,"rgba":[19,34],"rick":20,"ricochet":[74,157],"ride_length":12,"rifl":[7,8,157,168],"right":[16,21,24,59,66,113,122,134,157],"right_1":9,"right_2":9,"right_3":9,"right_pad":59,"right_score_1":9,"right_score_2":9,"right_score_3":9,"rightarm":[134,157],"rightleg":[134,157],"ring":66,"rip":114,"roam":[134,157],"robin":180,"robinson":180,"robust":20,"roflmuffin":180,"role":179,"root":112,"root_parent_align":[79,157],"rotat":[85,157],"roughli":2,"round":[4,7,8,12,15],"round_complet":15,"round_down":[89,157],"round_freeze_end":[91,93],"round_start":[91,93],"round_tim":15,"round_up":[89,157],"rounds_remain":15,"roundslimit":[5,6,7,8,9,11,12,15],"rst":[2,3,32],"rt":98,"rtd":179,"rtt":128,"rtype":[62,71,85],"ru":147,"rule":[26,71,78,90],"rumble_effect":[157,178],"run":[2,24,110,111,134,157,179,182,185],"run_player_mov":[133,157],"runtim":22,"rush":[7,12],"r\u00e3":180,"sai":[0,7,8,20,22,26,35,36,43,44,147,153,157],"same":[1,20,22,27,51,73,110,111,120,122,158,179,182],"sampl":[74,85],"sampleid":12,"sapperid":15,"satoon101":180,"save":[32,80,98,109,114,116,157],"save_restor":[80,157],"save_to_fil":[109,157],"say_command":26,"say_command_manag":[42,157],"say_menus_command":26,"say_sub_command":[147,157],"say_team":42,"saycommand":[26,42,157],"saycommanddispatch":[42,157],"saycommandgener":[42,157],"sayfilt":[42,157],"saytext":[123,124,157],"saytext2":[16,26,110,123,124,127,157],"saytext2impl":127,"scalar":113,"scale":132,"scene":28,"scope":[1,114],"score":[5,6,7,8,9,11,12,15,134,157],"score_rank":15,"score_typ":15,"scorer":15,"scout":[157,168],"scout_id":15,"screen":[16,24],"script":[0,21,157,160,167,184],"scripter":186,"se":147,"seach":44,"search":[22,44,80,114,117,186],"search_byt":[114,157],"sec":73,"second":[7,8,9,15,20,60,61,73,76,85,111,123,128,179,184],"second_object":1,"secondari":[157,168,174],"secondary_ammo_count":[157,174],"secondary_ammo_icon":[157,178],"secondary_ammo_nam":[157,178],"secondary_ammo_typ":[157,178],"secondary_fire_ammo":[157,174],"secondary_fire_ammoprop":[157,174],"secondary_fire_clip":[157,174],"seconds_ad":[9,15],"section":[1,16,45,48,148,157,179],"section_fram":[157,161],"section_offset":[157,161],"secur":50,"see":[7,20,27,34,66,114,120,122,181],"seek":[33,98,157],"seek_rel":[33,157],"seek_to_bit":[33,157],"seekabl":[98,157],"seektyp":[98,157],"seen":7,"seguido":147,"sein":147,"select":[26,120,122,123],"select_callback":[26,120,122],"selectonempti":[157,168],"self":[1,51,78,80,90,114],"send":[16,26,44,57,66,67,76,110,123,124,128,153,157],"send_data":[128,157],"send_fil":[128,157],"send_messag":[44,157],"sender":131,"sendprop":[89,157],"sendpropflag":[89,157],"sendproptyp":[89,157],"sendpropvari":[89,157],"sendproxyrecipi":[89,157],"sendtabl":[89,157],"sendvarproxyfn":89,"sens":27,"sensit":27,"sent":[7,8,22,50,91,103,123,128],"sentry_bust":15,"separ":[1,22,48,59,122],"sequenc":[109,128,157,161],"sequenceev":[157,161],"ser":147,"serial_numb":[76,157],"server":[2,7,8,16,18,20,21,22,24,26,27,31,35,44,46,50,52,57,60,61,62,70,71,74,85,91,93,110,116,123,131,133,147,150,157,158,159,179,181,182,183,184,185],"server_can_execut":[63,157],"server_cannot_queri":[63,157],"server_class":[44,67,76,85,157],"server_command_manag":[43,157],"server_id":[30,31,179,184],"server_onli":[79,157],"server_output":[50,157],"server_query_info":28,"server_sub_command":[27,147,157],"serveractiv":110,"serverclass":[76,85,89,157],"serverclassgener":[76,157],"servercommand":[43,157],"servercommanddispatch":[43,157],"servercommandgener":[43,157],"serverent":[76,85,157],"servermapcycl":28,"servernetwork":[76,86,157],"serverplugin":[149,157],"serverpluginmanag":[150,157],"serverunknown":[76,157],"set":[0,1,7,8,19,20,21,22,23,24,27,34,35,44,50,51,62,64,67,71,76,78,80,81,85,90,91,102,109,113,114,115,116,117,122,123,128,132,133,135,148,157,158,159,160,170,173,174,177,179],"set_":20,"set_abs_angl":[133,157],"set_abs_origin":[133,157],"set_active_weapon":[133,157],"set_all_recipi":[89,157],"set_ammo":[157,173,174],"set_bool":[24,62,80,91,109,114,157],"set_cached_valu":51,"set_char":[114,157],"set_clip":[157,174],"set_color":[80,109,157],"set_data":[89,157],"set_data_r":[128,157],"set_datamap_property_bool":[85,157],"set_datamap_property_char":[85,157],"set_datamap_property_color":[85,157],"set_datamap_property_doubl":[85,157],"set_datamap_property_edict":[85,157],"set_datamap_property_float":[85,157],"set_datamap_property_int":[85,157],"set_datamap_property_interv":[85,157],"set_datamap_property_long":[85,157],"set_datamap_property_long_long":[85,157],"set_datamap_property_point":[85,157],"set_datamap_property_quaternion":[85,157],"set_datamap_property_short":[85,157],"set_datamap_property_string_arrai":[85,157],"set_datamap_property_string_point":[85,157],"set_datamap_property_uchar":[85,157],"set_datamap_property_uint":[85,157],"set_datamap_property_ulong":[85,157],"set_datamap_property_ulong_long":[85,157],"set_datamap_property_ushort":[85,157],"set_datamap_property_vector":[85,157],"set_doubl":[114,157],"set_ent":[80,157],"set_float":[80,89,91,109,114,157],"set_from_uint64":[157,158],"set_hooks_dis":[116,157],"set_initi":[89,157],"set_int":[80,89,91,109,114,157],"set_int64":[89,157],"set_key_value_bool":[85,157],"set_key_value_color":[85,157],"set_key_value_float":[85,157],"set_key_value_int":[85,157],"set_key_value_qangl":[85,157],"set_key_value_str":[85,157],"set_key_value_vector":[85,157],"set_long":[114,157],"set_long_long":[114,157],"set_model":[85,157],"set_nam":[131,157],"set_network_property_bool":[85,157],"set_network_property_char":[85,157],"set_network_property_color":[85,157],"set_network_property_doubl":[85,157],"set_network_property_edict":[85,157],"set_network_property_float":[85,157],"set_network_property_int":[85,157],"set_network_property_interv":[85,157],"set_network_property_long":[85,157],"set_network_property_long_long":[85,157],"set_network_property_point":[85,157],"set_network_property_quaternion":[85,157],"set_network_property_short":[85,157],"set_network_property_string_arrai":[85,157],"set_network_property_string_point":[85,157],"set_network_property_uchar":[85,157],"set_network_property_uint":[85,157],"set_network_property_ulong":[85,157],"set_network_property_ulong_long":[85,157],"set_network_property_ushort":[85,157],"set_network_property_vector":[85,157],"set_node_descript":[44,157],"set_onli":[89,157],"set_overflow_flag":[33,157],"set_par":[85,157],"set_point":[114,157],"set_posit":[130,157],"set_property_arrai":[67,157],"set_property_bool":[67,71,85,157],"set_property_char":[71,85,157],"set_property_color":[71,85,157],"set_property_doubl":[71,85,157],"set_property_edict":[71,85,157],"set_property_float":[67,71,85,157],"set_property_int":[67,71,85,157],"set_property_interv":[71,85,157],"set_property_long":[71,85,157],"set_property_long_long":[71,85,157],"set_property_point":[71,85,157],"set_property_quaternion":[71,85,157],"set_property_short":[71,85,157],"set_property_str":[67,71,85,157],"set_property_string_arrai":[71,85,157],"set_property_string_point":[71,85,157],"set_property_uchar":[71,85,157],"set_property_uint":[71,85,157],"set_property_ulong":[71,85,157],"set_property_ulong_long":[71,85,157],"set_property_ushort":[71,85,157],"set_property_vector":[67,71,85,157],"set_protect":[114,157],"set_recipi":[89,157],"set_secondary_fire_ammo":[157,174],"set_secondary_fire_clip":[157,174],"set_short":[114,157],"set_str":[80,89,91,109,157],"set_string_arrai":[24,114,157],"set_string_point":[114,157],"set_test":51,"set_tick":[157,159],"set_uchar":[50,114,157],"set_uint":[114,157],"set_uint64":[109,157],"set_ulong":[114,157],"set_ulong_long":[114,157],"set_user_data":[157,159],"set_ushort":[114,157],"set_vector":[80,89,157],"set_veloc":[130,157],"set_velocity_instantan":[130,157],"set_verbose_nam":[148,157],"set_vers":[148,157],"set_view_angl":[132,157],"setter":51,"setting_up_bon":[79,157],"settingstyp":[156,157],"setup":157,"setup_auth":157,"setup_core_set":157,"setup_data":157,"setup_data_upd":157,"setup_entities_listen":157,"setup_exception_hook":157,"setup_global_point":157,"setup_log":157,"setup_sp_command":157,"setup_sqlit":157,"setup_stdout_redirect":157,"setup_transl":157,"setup_user_set":157,"setup_vers":157,"sever":[2,24,50],"sezen":180,"sg550":[157,168],"sg552":[8,157,168],"sh":0,"shadow":85,"shadow_cast_dist":[85,157],"shadowdepthtextur":[157,163],"shake":[123,124,157],"shake_command":[123,124],"shakecommand":[123,124,157],"share":[20,22,66,131,133,149,179,182],"shattersurfac":[66,157],"shawn":20,"shield":[157,168],"shield_view_model":[157,178],"shock":[79,157],"shoot":[7,8],"shooter":15,"short":[5,6,7,8,9,11,12,15,16,18,80,91,97,114,115,148,157],"shorten":[0,16],"shorter":27,"shortvari":[23,97,157],"shot":[75,132,157],"shot_hul":[75,157],"shot_port":[75,157],"shotgun":[157,168],"shots_fir":[132,157],"should":[1,2,16,18,20,22,24,25,27,31,32,48,50,51,59,60,64,66,73,75,78,85,90,102,111,114,115,117,120,122,127,141,142,148,179,181],"should_collid":78,"should_hit_ent":[75,157],"should_paus":[74,157],"should_transmit":90,"show":[1,2,7,15,16,21,26,27,123,124],"show_dist":15,"show_effect":15,"show_pag":[120,122],"show_timer_attack":[7,8,9],"show_timer_defend":[7,8,9],"show_usage_hint":[157,178],"showdisguisedcrit":15,"showmenu":[122,123,124,127,157],"showmenuimpl":127,"shown":[7,8,26,123,124],"showwarn":108,"shuffl":26,"si":[114,157],"side":[0,22,114,117,157],"side_mov":[131,133,157],"sidewai":[131,133],"sign":[20,21],"signatur":[44,51,81,114,115,135,157,170],"signbit":[113,157],"signon":131,"silenc":7,"silencer_model":[157,178],"silent":[5,7,8,9,11,15],"silent_kil":15,"simpl":[2,16,21,22,25,26,66,74,75,117,179],"simple_config_path":179,"simpleescmenu":[120,157],"simpleescopt":[120,157],"simplemenu":[118,157],"simpleopt":[26,118,157],"simpleradiomenu":[118,122,157],"simpleradioopt":[118,122,157],"simpli":[0,2,16,18,20,22,27],"simplifi":174,"sinc":[16,25,27,111,128,159,182],"singl":[48,59,120,122,157,168,179],"single_npc":[157,168],"single_npc_sound":[157,178],"single_sound":[157,178],"singleton":[1,31,37,42,43,50,62,65,93,95,107,108,145,165,176,177],"site":[1,7,8,129,185],"site_packages_path":[129,157],"situat":[4,179],"size":[28,69,76,80,86,98,114,115,120,122,123,128,157],"size_in_byt":[80,157],"skip":[0,48,75,85,87,114,115,157],"skip_hook":[85,87,114,115,157],"sky":[75,157],"sky2d":[75,157],"slash":[44,79,157],"slime":[75,157],"sln":0,"slot":[5,6,7,8,9,11,12,15,25,73,103,131,157,175],"slot1":7,"slot10":7,"slot2":7,"slot3":7,"slot4":7,"slot5":7,"slot6":7,"slot7":7,"slot8":7,"slot9":7,"slot_index":[157,178],"slowburn":[79,157],"small_icon":[157,178],"smg":[157,168],"smoke":[7,8],"smokegrenad":[157,168],"smoker":12,"sn":15,"snap_to_posit":[132,157],"snapshot":[114,131],"sniper":[7,8,157,168],"sniperrifl":[157,168],"snippet":[4,22,27],"so":[0,2,16,22,25,27,51,66,74,85,116,122,157,158,181,182],"solid":[75,78,85,157],"solid_brush_onli":[75,157],"solid_fast":[79,157],"solid_flag":[85,157],"solid_mask":78,"solid_onli":78,"solid_slow":[79,157],"solid_typ":[85,157],"solidflag":[79,85,157],"solidtyp":[79,85,157],"solo":12,"some":[1,2,4,16,20,21,22,23,27,74,88,109,113,115,116,182],"some_funct":91,"some_method":1,"some_pre_funct":93,"someth":[0,1,7,8,18,22,24,27,73,181,184],"something_you_dont_lik":24,"sometim":[1,4,27],"somewher":22,"sonic":[79,157],"sont":147,"soon":[2,16,27],"sort":22,"sou":147,"soul_count":15,"sound":[5,6,7,8,9,11,12,15,70,85,129,157],"sound_path":[129,157],"sound_tim":[74,85],"soundflag":[74,85,157],"soundid":6,"soundnam":[80,157],"soundprecach":28,"sourc":[0,1,3,4,11,15,16,17,20,21,22,24,25,26,27,30,31,32,37,42,43,44,48,50,51,52,54,57,59,60,61,63,64,66,67,68,69,72,74,75,78,79,80,81,83,84,85,87,88,89,90,91,92,93,96,97,98,100,102,103,104,107,108,110,111,112,114,115,116,117,118,119,120,122,123,124,126,127,128,129,134,135,137,139,140,141,142,143,147,148,149,150,151,154,156,160,163,166,168,169,170,172,173,174,175,177,179,181,183,184,185],"source_entindex":15,"source_fil":[98,157],"sourcefil":[98,157],"sourcepython":[27,184],"sp":[2,16,20,27,44,50,52,53,54,55,56,114,147,148,157,179,181,183,184,185],"sp1":184,"sp_check_for_upd":24,"sp_data_path":[129,157],"sp_docs_path":[129,157],"sp_packages_path":[129,157],"space":[1,27,48,59,115],"spawn":[7,8,16,22,24,73,74,85,141,142,157],"spawn_count":[73,157],"spawn_flag":[85,157],"spawner":12,"spawntim":12,"speaker":[74,85,157],"speaker_ent":[74,85],"special":[115,157,168,179,181],"special1":[157,168],"special2":[157,168],"special3":[157,168],"special_sound_1":[157,178],"special_sound_2":[157,178],"special_sound_3":[157,178],"specif":[2,4,7,18,20,22,24,27,29,33,50,60,67,72,82,83,84,85,128,132,133,136,137,139,140,141,142,143,145,155,158,169,171,172,173,175,179,184],"specifi":[25,27,59,117,179],"spectat":7,"speed":[0,6,15,22,85,132,134,157],"sphere":130,"sphere_radiu":[130,157],"sphinx":[2,32,184],"sphinxerror":[32,157],"sphinxproject":[32,157],"splashedbil":12,"split":[44,50],"split_area_port":[75,157],"splitscreenplay":7,"sponli":[63,157],"spotlight":[79,157],"sppm":[27,148],"sprai":8,"spread":[157,178],"sprite":[157,163],"sprite_count":[157,178],"spy":15,"sql":[31,155,184],"sqlalchemi":179,"sqlbackend":31,"squar":[66,113,157],"src":0,"srv_check":[114,115,117,157],"ss":[114,157],"st":15,"st0":[114,157],"stack":114,"stack_data":116,"stackdata":[114,116,157],"stage":60,"stai":8,"stamina":[132,157],"stamp":76,"stand":[20,25,85],"standard":85,"start":[0,1,4,7,8,18,22,24,44,59,66,75,80,111,123,124,132,157,161,181,186],"start_aim":[134,157],"start_i":7,"start_norumbl":[123,157],"start_posit":[75,157],"start_query_cvar_valu":24,"start_rumbleonli":[123,157],"start_solid":[75,157],"start_valu":1,"start_x":7,"start_z":7,"startswith":24,"startup":182,"stat":[76,157],"state":[12,24,50,79,90,110,116,131,132,133,134,168],"statement":[16,22,50,117],"static":[44,51,74,88,89,98,100,102,104,109,115,117,123,127,130,157,158,175,177],"static_account_kei":[157,158],"static_instance_arrai":[117,157],"static_light":[157,163],"static_pointer_arrai":[117,157],"staticprop":[79,157],"statu":[20,24,50,110,111,157],"stayout":[123,157],"stdcall":[114,157],"stdout":157,"steam":[24,157],"steam_0":179,"steam_i":179,"steamid":[7,8,15,24,131,143,157,158,179],"steamid2":[31,158,179],"steamid3":[31,158,179],"steamid64":[31,158,179],"step":[0,7,8,23,27,66,79,157],"stephen":180,"stepmov":[79,157],"steven":180,"sticki":26,"still":[4,7,8,16,20,24,27,111,116],"stomach":[134,157],"stop":[8,74,85,93,110,111,123,157],"stop_broadcast":93,"stop_loop":[74,157],"stop_sound":[85,157],"storag":[152,157],"store":[0,31,34,44,48,50,60,69,80,81,88,92,97,100,110,111,112,115,129,135,148,149,150,154,156,157,160,165,166,170,175,179],"str":[28,31,32,33,34,35,37,42,43,44,48,50,51,59,60,62,64,67,68,71,73,75,76,80,84,85,86,87,89,91,93,98,102,108,109,112,114,115,117,120,122,123,124,126,128,130,131,132,133,143,147,148,149,150,156,158,159,160,161,162,173,175,177],"straight":33,"strdifficulti":[7,12],"streak":15,"stream":[74,85,157],"streamsound":[74,157],"strftime":26,"strict":[50,109],"strike":[4,50],"string":[2,5,6,7,8,9,11,12,15,20,21,25,34,35,48,50,51,57,59,62,64,67,73,80,89,91,97,109,114,115,128,156,157,158,159,164,184],"string_arrai":[115,157],"string_point":[115,157],"string_tabl":[28,44],"stringifi":34,"stringset":[156,157],"stringtabl":[17,157,186],"stringvari":[23,97,157],"strobe_fast":[79,157],"strobe_slow":[79,157],"struck":7,"structur":[25,115],"studio":157,"studioflag":[157,163],"studiohdr":[157,162],"studiohwdata":[157,162],"stuff":[0,85],"stun_flag":15,"stunner":15,"style":1,"sub":[2,16,25,32,44,52,53,54,55,56,109,147,179,184],"sub_command":184,"sub_dir":32,"sub_kei":109,"subclass":[50,111,117],"subcommand":147,"subcommanderror":[44,157],"subcommandexpect":44,"subcommandexpectederror":[44,157],"subcommandmanag":[27,52,147,157],"subcommandnotfound":[44,157],"subject":[5,7,12],"subjectentid":12,"subkei":[109,123,124],"submachinegun":[157,168],"submerg":12,"subnod":179,"subsequ":51,"subtyp":12,"succeed":0,"success":[15,61,73,109,147,157],"successfulli":[0,2,7,8,16,20,24,147,181],"succ\u00e8":147,"suffic":1,"suit":132,"suit_power_load":[132,157],"sum":20,"summari":[5,6,7,8,9,11,12,15],"super":179,"super_admin":179,"superjump":[134,157],"support":[4,91,93,176,179],"support_rank":15,"suppos":[7,8],"sure":[24,109,117],"surfac":[7,8,75,157],"surface_nam":[157,161],"surface_prop":[75,157],"surfaceflag":[75,157],"surfprop1":[75,157],"surfprop2":[75,157],"survivorcount":12,"sustain":[7,8],"sv_":24,"sv_graviti":85,"sv_tag":[65,157],"svc_serverinfo":128,"swim":[79,157],"switch":[0,7],"sy":[1,107,157],"symbol":[114,115,157,179,182],"symphoni":[4,24],"sync":[30,81,157],"syncedentitydictionari":[81,157],"synchron":30,"syntaxerror":102,"system":[7,8,98,148,184],"s\u00e3":180,"t":[4,16,20,22,24,25,27,50,51,60,62,66,71,73,74,80,85,90,109,115,116,123,148,150,175,177,179,182,184,186],"t_kd":8,"t_money_earn":8,"t_objectives_don":8,"t_score":8,"tab":1,"tabl":[25,50,57,89,157,159,181,184],"tag":[62,104,128,157,175],"tail":[98,157,161],"take":[2,7,16,26,79,111],"take_damag":[85,116,157],"takeawai":21,"takedamag":[79,157],"takedamageinfo":[76,157],"taken":7,"talk":[123,157],"tankid":12,"target":[0,5,6,7,8,9,11,12,15,76,85,132,157],"target1":[5,6,7,8,9,11,12,15],"target2":[5,6,7,8,9,11,12,15],"target_id":15,"target_index":15,"target_input":[76,157],"target_nam":[85,157],"target_scor":15,"targetid":[12,15],"task":179,"taunt":[157,168],"taunt_sound":[157,178],"tcp":128,"team":[4,5,6,7,8,9,11,12,20,22,24,44,85,131,157,177,181,184],"team1":[75,157],"team2":[75,157],"team_index":[22,24,85,157,178],"team_onli":[20,44],"teamid":[5,6,7,8,9,11,12,15],"teammat":[7,8,24],"teamnam":[5,6,7,8,9,11,12,15],"teamnum":7,"teamonli":[5,6,7,8,9,11,12,15,26],"teleport":[85,132,157],"tell":[2,26,27,98,157,184],"temp":[67,68,69],"temp_ent":[67,69],"temp_entity_nam":68,"tempent":[67,69,157],"tempentityprehook":[68,157],"tempentitytempl":[67,69,157],"templat":[66,67,157],"temporari":[66,98],"temporarili":[50,116],"term":[76,157],"terrorist":[7,8],"test":[0,2,18,20,24,44,51,67,157],"test1":16,"test_class":1,"testclass":1,"testfogvolum":[75,157],"text":[5,6,7,8,9,11,12,15,21,26,35,44,48,50,118,119,120,122,123,154,156,157,179],"textmsg":[123,124,157],"tf2":132,"than":[1,50,109,114],"thank":[26,183],"thapwn":180,"thei":[4,16,22,23,24,27,114,123,158,184],"them":[1,4,8,16,22,25,27,74,115,179,182],"therefor":[2,16],"theta":[5,6,7,8,9,11,12,15],"thi":[0,1,2,4,5,6,7,8,9,11,12,15,16,17,18,19,20,21,22,23,24,25,26,27,28,31,32,33,34,35,37,42,43,44,50,51,59,61,62,67,69,71,73,74,76,78,80,81,85,86,89,90,91,103,109,111,113,114,115,116,117,120,122,123,124,128,130,131,133,135,149,150,157,158,159,162,170,179,181,182,183,184,186],"thing":[2,20,23,27],"think":183,"third":[7,25,179],"this_pointer_offset":[114,157],"thiscal":[25,114,116,117,157],"thoma":180,"thomasvieth":180,"those":[22,27,74,117,148],"though":8,"thread":[111,148],"three":[25,115,179],"threw":[7,8],"through":[18,22,62,85,150],"throw":111,"thrower":84,"thrower_entindex":15,"thrown":[7,8],"thu":[1,16,20,22,27,44,73,74,98,116],"tick":[73,80,110,131,133,157,159],"tick_count":[131,133,157],"tick_interv":[73,157],"tile":[66,157],"till":111,"tim":180,"time":[7,8,12,15,24,25,26,51,73,76,80,85,110,111,123,128,132,157,174,182,186],"time_connect":[128,157],"time_elaps":[111,157],"time_remain":[9,15,111,157],"time_since_last_receiv":[128,157],"time_to_idl":[157,178],"timelimit":[5,6,7,8,9,11,12,15],"timeout":[60,61],"timeout_second":[128,157],"timer":15,"timer_tim":[7,8,9],"times_to_fir":[76,157],"timestamp":7,"timo":180,"tire":22,"titl":[26,120,122,123,148],"title_color":120,"tmp":[157,168],"to_int":[76,157],"to_qangl":[113,157],"to_steamid2":[157,158],"to_steamid3":[157,158],"to_str":[89,128,157],"to_uint64":[157,158],"todo":186,"togeth":158,"toggl":[78,90],"token":[7,8,35,44,50,73,123,124,157,166],"toler":[80,113,157],"too":[8,20,44,117],"took":[7,8],"tool":[0,4],"toon":180,"top":[120,122,123],"top_separ":122,"topic":2,"toptext":123,"total":[7,8,20,73,111,128],"total_loop":[111,157],"total_tim":[111,157],"total_time_elaps":[111,157],"total_time_remain":[111,157],"totalhit":15,"totalreward":7,"totalscor":9,"toteam":7,"touching_fluid":[79,157],"trace":[70,78,157],"trace_back":107,"trace_filt":78,"trace_typ":75,"traceback":[1,107],"tracebacktyp":107,"tracefilt":[75,157],"tracefiltersimpl":[75,157],"tracer":7,"tracetyp":[75,157],"track":[127,131,133],"trail":1,"trampolin":[87,114,115,157],"tran":[75,157],"trans_add":[79,157],"trans_add_frame_blend":[79,157],"trans_alpha":[79,157],"trans_alpha_add":[79,157],"trans_color":[79,157],"trans_textur":[79,157],"transfer_id":128,"transit":[73,157],"translat":[44,123,124,129,147,157],"translatable_field":[123,124,157],"translated_kwarg":[123,124],"translation_path":[129,157],"translationstr":[44,48,64,157,166],"transluc":[75,157],"transmiss":90,"transmit":[24,93,128],"transmit_hook":90,"transmithash":[24,90],"transmithook":90,"transmitmanag":90,"transmitmap":[24,90],"transmitmod":90,"transmitset":[24,90],"transmitst":90,"transpar":[34,157,163],"transragdol":[79,157],"tree":109,"tri":[20,22,24,85,117],"trigger":[2,20,22,75,79,130,157],"trigger_touch_debri":[79,157],"trigger_touch_play":[79,157],"tripl":1,"true":[1,7,8,20,31,32,33,44,50,54,60,61,62,66,74,75,76,78,84,85,88,91,100,103,109,111,113,114,115,116,117,120,122,123,124,128,130,131,132,137,139,140,141,142,148,158,159,173,174,178],"truncat":[50,98,157],"try":[1,2,4,7,8,20,85,179],"tsvetkov":180,"tupl":[25,34,44,50,51,73,81,85,89,110,111,114,115,130,135,148,150,158,170],"tutori":[16,18,19,20,21,22,23,24,25,26,27,28,185,186],"two":[1,2,16,18,22,23,25,113,179],"twopass":[157,163],"txt":[98,179,184],"type":[1,2,4,5,6,7,8,9,11,12,15,22,23,25,31,32,33,34,35,41,48,50,51,59,60,61,62,67,69,71,73,74,75,76,78,79,80,81,84,85,87,88,89,90,91,93,97,102,107,108,109,110,111,112,113,114,115,116,117,126,127,128,132,135,143,147,148,149,150,152,157,158,160,161,166,173,174,175,177,179,181],"type_info":[114,157],"type_nam":[115,117,157],"typecount":[80,157],"typed_command_cl":44,"typedclientcommand":[20,44,147,157],"typedef":117,"typedescript":[80,157],"typedescriptionflag":[80,157],"typedsaycommand":[20,44,147,157],"typedservercommand":[20,44,147,157],"typeerror":[51,73,80,126],"typemanag":[115,117,157],"u":[20,179,181,182,183],"ubuntu":181,"uchar":[114,115,157],"udp":[50,73],"udp_port":[73,157],"uint":[114,115,157],"uint64":[7,12,91,157],"uitgeladen":147,"uitladen":147,"ulong":[114,115,157],"ulong_long":[114,115,157],"ump45":[157,168],"un":[114,147],"unabl":[74,147],"unauthor":20,"unblockable_by_play":[79,157],"unchang":21,"under":[85,120,122],"underscor":[1,27],"understand":20,"undoc":2,"unfortun":182,"ung\u00fcltig":147,"unicodedecodeerror":50,"unint64":[109,157],"union":20,"uniqu":[22,76,109],"uniqueid":[20,50,143],"uniqueid_from_index":[143,157],"uniqueid_from_playerinfo":[143,157],"univers":[157,158],"unknown":[20,157,168,181],"unlik":50,"unlimit":[120,122],"unload":[16,24,27,30,44,50,64,68,78,88,90,110,111,116,146,147,149,150,157],"unload_auth":157,"unload_plugin":[27,147,157],"unlog":[63,157],"unoffici":61,"unpack":60,"unprotect":[114,157],"unregist":[37,42,62,63,69,78,90,110,117,154,157],"unregister_bas":[62,157],"unregister_client_command_filt":[37,157],"unregister_convent":[117,157],"unregister_convert":[117,157],"unregister_hook":[78,90],"unregister_listen":[110,157],"unregister_say_filt":[42,157],"unregister_set":[154,157],"unsign":[33,87,89,143,157],"unsupport":169,"unterbefehl":147,"until":[60,61,111],"unus":[73,75,120,157],"unvers":27,"up":[0,7,8,22,50,113,114,157],"up_mov":[131,133,157],"updat":[3,7,24,25,31,44,51,61,85,103,110,148,157,166,186],"update_backend":31,"update_data":60,"update_in_progress":60,"update_posit":[74,85],"upgrad":[7,12,186],"upgradeclass":12,"upgradeid":12,"upper":66,"upper_half":66,"upward":[131,133],"uri":179,"url":[27,60,117,148],"url_path":60,"us":[0,1,2,4,7,8,18,19,22,23,24,26,27,31,34,37,42,43,44,48,50,51,52,58,59,62,64,66,67,68,69,72,73,74,75,76,78,80,81,83,84,85,88,90,93,96,97,102,103,106,109,110,111,112,114,115,116,117,123,124,129,132,134,135,137,139,140,141,142,147,148,149,153,154,156,157,160,165,166,169,170,175,176,177,179,181,184,185,186],"usag":[25,172,173,174,184],"use_partition_when_not_solid":[79,157],"use_pre_regist":[114,116,157],"use_trigger_bound":[79,157],"user":[4,16,20,123,124,126,127,152,153,154,156,157,158,159,179],"user_bas":[74,157],"user_cmd":24,"user_data":159,"user_messag":126,"usercmd":[131,157],"userdata":51,"userid":[4,5,6,7,8,9,11,12,15,16,20,22,23,50,78,90,102,131,135,143,157],"userid_from_baseent":[143,157],"userid_from_basehandl":[143,157],"userid_from_edict":[143,157],"userid_from_index":[143,157],"userid_from_inthandl":[143,157],"userid_from_playerinfo":[143,157],"userid_from_point":[143,157],"userinfo":[28,63,157],"usermessag":[123,124,157],"usermessagecr":[123,124,157],"usermessagedata":127,"usermessageimpl":127,"usernam":179,"uses_escape_sequ":[109,157],"ushort":[114,115,157],"usp":[157,168],"usual":[2,50,131],"utf":[48,50,109,112],"utf_8":166,"util":[19,21,147],"utilis":147,"valid":[32,113,117,123,124,147,150,174,181],"valid_slot":[123,124],"validate_packag":[32,157],"validate_project":[32,157],"validate_project_and_packag":[32,157],"validationerror":[20,44,157],"valu":[4,7,8,19,21,23,24,25,26,27,31,34,35,44,48,50,51,59,62,63,64,65,66,67,71,73,74,75,76,78,79,80,85,89,90,91,92,98,107,109,110,111,112,113,114,115,116,120,122,123,128,131,133,134,148,151,154,156,157,158,162,163,168,173,174,175,177,178],"value1":1,"value2":1,"valueerror":[32,44,50,60,71,73,78,81,85,90,102,111,114,115,126,174],"valv":[7,186],"vanilla":12,"var":[3,62],"variabl":[0,1,23,27,33,48,62,64,85,91,92,112,150,151,157,184,186],"variant":[76,80,157],"variou":[4,16,22],"vcollid":[157,162],"ve":[131,133],"vec":133,"vecarrai":117,"vector":[25,33,66,67,71,74,75,80,85,89,113,115,117,130,131,132,133,157,161],"vector2d":[80,157],"vector4d":[80,157],"vectorxi":[89,157],"vecval":117,"vehicl":[79,131,157],"vehicle_clip":[79,157],"vehicle_crosshair":[134,157],"veloc":[25,85,130,131,132,133,157],"velocity_end":[157,161],"velocity_start":[157,161],"verbos":[27,148],"verbose_nam":[27,148,157],"veri":[1,2,7,8,16,20,22,27,115,179,183],"verif":80,"verifi":154,"versa":182,"version":[1,22,24,27,32,50,110,148,149,157,161,181,182,184],"vertex":[157,162],"vertic":59,"very_good":[157,168],"vgui":[123,124],"vguimenu":[123,124,127,157],"vguimenuimpl":127,"vguiscreen":28,"via":[0,2,7,8,27,50,85,183],"vice":182,"victim":[4,6,7,8,9,12,15],"victim_cap":15,"victim_entindex":15,"victim_i":[6,12],"victim_x":[6,12],"victim_z":[6,12],"victimid":[7,9],"victimisbot":12,"victimnam":12,"vieth":180,"view":[8,9,11,15,85,131,132,133,174],"view_angl":[131,132,133,157],"view_coordin":22,"view_ent":[78,90],"view_max":[157,161],"view_min":[157,161],"view_nev":[80,157],"view_offset":[85,132,157],"view_other_play":[80,157],"view_own_team":[80,157],"view_vector":[132,157],"viewtop":[27,184],"viewxformattach":[157,163],"vinci6k":180,"virtual":[114,117,131,133,178],"virtual_funct":[117,157],"virtualmodel":[157,162],"visibilitybitfield":15,"visibl":[75,76,98,157],"visible_and_npc":[75,157],"visual":0,"vmatrix":[80,157],"vmatrix_worldspac":[80,157],"voic":[74,131,157],"voice_bas":[74,157],"void":[25,80,114,117,157],"volum":[74,85],"volume_cont":[79,157],"von":147,"voor":147,"vote":[7,15],"vote_option1":[7,8,9,11,15],"vote_option2":[7,8,9,11,15],"vote_option3":[7,8,9,11,15],"vote_option4":[7,8,9,11,15],"vote_option5":[7,8,9,11,15],"vote_paramet":7,"votedata":12,"vou":147,"vphysic":[79,157],"vpk":98,"vtable_index":[114,157],"vtable_offset":[114,157],"v\u00e1lido":147,"w":[113,157],"wa":[4,7,8,20,22,25,26,31,44,50,51,61,62,73,75,78,90,91,98,102,107,108,110,114,116,117,128,147,150,177],"wai":[23,26,48,49,59,65,78,85,90,92,96,147,151],"wait":76,"walk":[7,8,79,134,157],"walkabl":[75,157],"want":[0,2,4,16,18,19,21,22,23,24,26,27,114,116,117,148,179],"warmup":7,"warn":[105,111,157],"warning_callback":108,"warning_hook":[108,157],"warninghook":[108,157],"warp":[75,157],"was_build":15,"was_sudden_death":15,"wasn":[60,71,80,85,123,150],"water":[75,85,157],"water_level":[85,157],"waterjump":[134,157],"wav":74,"wave_index":15,"we":[1,2,16,20,22,25,51,131,133,183],"weak":50,"weakautounload":[27,50,78,90,111,157],"weapon":[5,6,7,8,9,11,12,15,22,23,24,74,76,79,85,99,131,132,133,157,184],"weapon1":[134,157],"weapon2":[134,157],"weapon_armor_radio":[157,178],"weapon_awp":25,"weapon_const":175,"weapon_def_index":15,"weapon_fauxitemid":7,"weapon_handl":132,"weapon_id":12,"weapon_index":85,"weapon_itemid":7,"weapon_knif":[23,175],"weapon_logclassnam":15,"weapon_manag":[157,176],"weapon_nam":[131,133,157,173,174],"weapon_originalowner_xuid":7,"weapon_restriction_handl":[157,177],"weapon_restriction_manag":[157,177],"weapon_script":44,"weapon_type_index":[157,178],"weaponclass":[104,157,175],"weaponclassit":[104,157],"weapondictionari":[157,170],"weaponentid":12,"weaponid":[6,12,15,157,168,175],"weaponinfo":[57,157,178],"weaponit":[104,157],"weaponmixin":[157,174],"weaponnam":[7,12],"weaponprofici":[157,168],"weaponrank":7,"weaponrestrictionhandl":[157,177],"weaponselect":[131,133,134,157],"weaponslot":[12,157,168,175],"weaponsound":[157,168],"weaponst":[157,168],"weaponsubtyp":[131,133,157],"weapontyp":[157,168,175],"wear":[15,133],"webmin":179,"weight":[157,178],"welcom":[26,186],"well":[20,21,27,123,182],"went":7,"wepid":7,"weptyp":7,"werd":147,"werden":147,"were":[7,25,116],"wether":62,"what":[1,25,27,50,93,148,186],"whe":107,"when":[1,2,4,7,8,16,19,20,22,23,24,26,27,30,32,37,42,50,51,62,75,81,91,93,107,108,110,111,114,116,117,120,122,123,128,149,150,183],"whenc":98,"whenev":26,"where":[1,7,8,22,32,48,60,78,85,90,108,112,123,150],"wheter":35,"whether":[1,8,24,35,44,50,60,74,76,78,80,85,90,103,109,110,111,116,123,124,127,131,132,133,141,142,149,150,174,177,179],"which":[0,1,4,20,21,22,24,25,26,27,31,50,58,85,111,114,159,179,182,184],"while":[7,8,111,123,179],"white":[34,157],"whitespac":[1,50],"who":[1,7,22,26,184],"whole":[2,91],"whom":[7,8],"whose":[7,8,25,123],"why":[2,7,8],"width":59,"wiki":[20,22,186],"wikipedia":20,"win":[7,8],"win_round":[7,8],"window":[25,50,75,115,116,157,184,186],"winner":[5,6,7,8,9,11,12,15],"winner_rp":15,"winning_team":15,"winreason":15,"wirefram":[157,163],"wireframe_vcollid":[157,163],"wish":[0,16,19,27,123],"witchid":12,"with_alpha":[19,34,157],"within":[24,27,48,49,66,113,114,179],"without":27,"won":[20,27,74,116],"wonder":22,"word":[1,27],"worden":147,"work":[1,22,25,120,122,179,181,182,185],"workspac":3,"world":[20,22,73,75,174],"world_glow":[79,157],"world_model":[157,178],"world_model_index":[157,174],"world_onli":[75,157],"worldbrush":[79,157],"worldnormali":15,"worldnormalx":15,"worldnormalz":15,"worldposi":15,"worldposx":15,"worldposz":15,"worldspac":130,"worldspawn":22,"would":[0,16,20,27,114,116,179,182],"wrap":[22,25,51,67,85,87,114,115,117,131,178],"wrap_descriptor":51,"wrap_entity_mem_func":[87,157],"wrapped_self":87,"wrapper":[16,32,63,66,74,75,79,80,87,89,115,117,125,127,134,163,168],"write":[4,21,22,23,33,48,50,96,98,114,127,128,157,186],"write_bit_angl":[33,157],"write_bit_coord":[33,157],"write_bit_coord_mp":[33,157],"write_bit_float":[33,157],"write_bit_norm":[33,157],"write_bit_vec3_coord":[33,157],"write_bit_vec3_norm":[33,157],"write_bitbuff":127,"write_bits_from_buff":[33,157],"write_byt":[33,157],"write_char":[33,157],"write_flag":[89,157],"write_float":[33,157],"write_long":[33,157],"write_long_long":[33,157],"write_one_bit":[33,157],"write_one_bit_at":[33,157],"write_one_bit_no_check":[33,157],"write_protobuf":127,"write_sbit_long":[33,157],"write_short":[33,157],"write_str":[33,157],"write_to_buff":[128,157],"write_ubit_long":[33,157],"write_ubit_var":[33,157],"write_word":[33,157],"writeabl":[98,157],"writelin":[98,157],"written":[21,127],"wrong_team_messag":[157,178],"wstring":[7,91,109,157],"wurd":147,"www":184,"x":[6,7,8,12,15,19,20,23,113,123,124,131,133,157,179],"x01":[123,124],"xavier":20,"xe_manup":180,"xm1014":[157,168],"xmm0":[114,157],"xmm1":[114,157],"xmm2":[114,157],"xmm3":[114,157],"xmm4":[114,157],"xmm5":[114,157],"xmm6":[114,157],"xmm7":[114,157],"xuid":12,"xy":20,"xyze":[89,157],"y":[6,7,8,12,15,20,23,113,123,124,131,133,157],"ya":147,"ye":[26,79,157],"yellow":[34,66,157],"yesvot":12,"yet":126,"yield":150,"you":[0,2,4,16,18,19,20,21,22,23,24,26,27,66,85,114,115,116,117,148,150,179,181,182,183,185,186],"your":[0,2,18,20,21,23,24,27,150,180,181,183,185,186],"z":[6,7,8,12,15,23,113,150,157,179],"z0":150,"za":150,"zero":[113,114,130,157],"zero_frame_count":[157,161],"zero_frame_index":[157,161],"zero_frame_span":[157,161],"zero_frame_stall_tim":[157,161],"zh":147,"zip":185,"zlib1g":181,"zommed_autoaim_icon":[157,178],"zone":[7,8,22,132],"zone_id":15,"zoom":[7,8,134,157],"zoomed_crosshair_icon":[157,178],"\u00e9t\u00e9":147,"\u00e9xito":147,"\u0430\u0432\u0442\u043e\u0440\u044b":147,"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b":147,"\u0431\u0443\u043a\u0432":147,"\u0431\u044b\u043b":147,"\u0431\u044b\u0442\u044c":147,"\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0433\u043e":147,"\u0434\u043e\u043b\u0436\u043d\u043e":147,"\u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d":147,"\u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0435":147,"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c":147,"\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430":147,"\u0438":147,"\u0438\u0437":147,"\u043a\u0430\u043a":147,"\u043a\u043e\u043c\u0430\u043d\u0434\u0430":147,"\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0439":147,"\u043c\u043e\u0434\u0443\u043b\u044f":147,"\u043c\u043e\u0436\u0435\u0442":147,"\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435":147,"\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c":147,"\u043d\u0435":147,"\u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e":147,"\u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e":147,"\u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0435":147,"\u043e\u043d":147,"\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435":147,"\u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c":147,"\u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442":147,"\u043f\u043b\u0430\u0433\u0438\u043d":147,"\u043f\u043b\u0430\u0433\u0438\u043d\u0430":147,"\u043f\u043b\u0430\u0433\u0438\u043d\u044b":147,"\u043f\u043e\u0434\u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439":147,"\u043f\u043e\u0434\u043a\u043e\u043c\u0430\u043d\u0434\u0443":147,"\u043f\u043e\u0434\u043a\u043e\u043c\u0430\u043d\u0434\u044b":147,"\u043f\u043e\u043c\u043e\u0449\u044c":147,"\u043f\u043e\u0441\u043b\u0435":147,"\u0441\u0435\u0431\u044f":147,"\u0441\u043e\u0441\u0442\u043e\u044f\u0442\u044c":147,"\u0442\u0430\u043a":147,"\u0442\u043e\u043b\u044c\u043a\u043e":147,"\u0442\u0440\u0435\u0431\u0443\u0435\u0442":147,"\u0443\u0436\u0435":147,"\u0443\u0441\u043f\u0435\u0448\u043d\u0430\u044f":147,"\u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0435":147,"\u0444\u0430\u0439\u043b":147,"\u0446\u0438\u0444\u0440":147,"\u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f":147,"\u4e0d\u662f\u6709\u6548\u7684\u5b50\u547d\u4ee4":147,"\u4e22\u5931\u6587\u4ef6":147,"\u52a0\u8f7d\u63d2\u4ef6":147,"\u5378\u8f7d\u63d2\u4ef6":147,"\u547d\u4ee4\u540e\u9762\u5fc5\u987b\u6709\u4e00\u4e2a\u5b50\u547d\u4ee4":147,"\u56e0\u4e3a\u5b83\u5df2\u7ecf\u52a0\u8f7d\u8fc7\u4e86":147,"\u56e0\u4e3a\u5b83\u5f53\u524d\u6ca1\u6709\u88ab\u52a0\u8f7d":147,"\u5b50\u547d\u4ee4\u7684\u53c2\u6570\u65e0\u6548":147,"\u5b66\u5206":147,"\u5e2e\u52a9":147,"\u6210\u529f\u52a0\u8f7d\u63d2\u4ef6":147,"\u6210\u529f\u5378\u8f7d\u63d2\u4ef6":147,"\u63d2\u4ef6":147,"\u63d2\u4ef6\u540d\u4e0d\u80fd\u662f\u5185\u7f6e\u6a21\u5757\u7684\u540d\u79f0":147,"\u63d2\u4ef6\u540d\u79f0\u5fc5\u987b\u662f\u5b57\u6bcd\u6570\u5b57":147,"\u65e0\u6cd5\u52a0\u8f7d":147,"\u65e0\u6cd5\u52a0\u8f7d\u63d2\u4ef6":147,"\u65e0\u6cd5\u5378\u8f7d\u63d2\u4ef6":147,"\u662f\u65e0\u6548\u7684":147,"\u7ed9\u5b9a\u7684\u63d2\u4ef6\u540d\u79f0":147},"titles":["Building","Coding conventions","Contributing","TODOs","Events","Blade Symphony","Black Mesa: Source","Counter-Strike: Global Offensive","Counter-Strike: Source","Day of Defeat: Source","Halflife 2","Half-Life 2 DeathMatch","Left 4 Dead 2","Portal","Portal 2","Team Fortress 2","Getting started","Module tutorials","auth","colors","commands","config","entities","events","listeners","memory","menus","plugins","stringtables","auth package","auth.base module","auth.manager module","autodoc module","bitbuffers module","colors module","commands package","commands.auth module","commands.client package","commands.command module","commands.filter module","commands.manager module","commands.player module","commands.say package","commands.server package","commands.typed module","config package","config.command module","config.cvar module","config.manager module","config.section module","core package","core.cache module","core.command package","core.command.auth module","core.command.docs module","core.command.dump module","core.command.plugin module","core.dumps module","core.settings module","core.table module","core.update module","core.version module","cvars package","cvars.flags module","cvars.public module","cvars.tags module","effects package","effects.base module","effects.hooks module","effects.templates module","engines package","engines.gamerules module","engines.precache module","engines.server module","engines.sound module","engines.trace module","entities package","entities.classes module","entities.collisions module","entities.constants module","entities.datamaps module","entities.dictionary module","entities.engines package","entities.engines.csgo package","entities.engines.csgo.csgo module","entities.entity module","entities.factories module","entities.helpers module","entities.hooks module","entities.props module","entities.transmit module","events package","events.custom module","events.hooks module","events.listener module","events.manager module","events.resource module","events.variable module","filesystem module","filters package","filters.entities module","filters.iterator module","filters.players module","filters.recipients module","filters.weapons module","hooks package","hooks.base module","hooks.exceptions module","hooks.warnings module","keyvalues module","listeners package","listeners.tick package","loggers module","mathlib module","memory package","memory.helpers module","memory.hooks module","memory.manager module","menus package","menus.base module","menus.esc module","menus.queue module","menus.radio module","messages package","messages.base module","messages.base module","messages.hooks module","messages.impl module","net_channel module","paths module","physics module","players package","players._base module","players.bots module","players.constants module","players.dictionary module","players.engines package","players.engines.bms package","players.engines.csgo package","players.engines.l4d2 package","players.engines.orangebox package","players.engines.orangebox.cstrike module","players.entity module","players.helpers module","players.teams module","players.voice module","plugins package","plugins.command module","plugins.info module","plugins.instance module","plugins.manager module","public module","settings package","settings.menu module","settings.player module","settings.storage module","settings.types module","source-python package","steam module","stringtables package","stringtables.downloads module","studio package","studio.cache module","studio.constants module","translations package","translations.manager module","translations.strings module","weapons package","weapons.constants module","weapons.default module","weapons.dictionary module","weapons.engines package","weapons.engines.csgo package","weapons.engines.csgo.csgo module","weapons.entity module","weapons.instance module","weapons.manager module","weapons.restrictions module","weapons.scripts module","Configuring authorization","Credits","Installation","Known issues","Reporting a bug","Console commands","Updating","Source.Python documentation"],"titleterms":{"":[1,16,19,182],"2":[10,11,12,14,15],"4":12,"_base":132,"ability_out_of_rang":12,"ability_us":12,"acceler":182,"access":22,"achievement_earn":[5,6,7,8,9,11,12,15],"achievement_earned_loc":[7,8,15],"achievement_ev":[5,6,7,8,9,11,12,15],"achievement_incr":[7,8,9,11,15],"achievement_info_load":7,"achievement_write_fail":[7,12],"ad":[20,21,27,179],"add":184,"add_bullet_hit_mark":7,"add_par":184,"add_player_sonar_icon":7,"addit":21,"administr":180,"adrenaline_us":12,"air_dash":15,"all":28,"all_weapons_out_of_ammo":12,"ammo_pack_us":12,"ammo_pack_used_fail_doesnt_use_ammo":12,"ammo_pack_used_fail_ful":12,"ammo_pack_used_fail_no_weapon":12,"ammo_pickup":[7,12],"ammo_pile_weapon_cant_use_ammo":12,"announce_phase_end":7,"area_clear":12,"arena_match_maxstreak":15,"arena_player_notif":15,"arena_round_start":15,"arena_win_panel":15,"argument":[20,25],"arrow_impact":15,"assassination_target_kil":7,"assign":179,"atom":25,"auth":[18,29,30,31,36,53,184],"author":179,"autodoc":32,"automat":185,"avail":[4,28],"award_earn":12,"backend":[179,184],"base":[30,67,106,119,124,125],"base_player_teleport":[6,8,9,11,15],"begin_new_match":7,"begin_scavenge_overtim":12,"begin_xp_lerp":15,"berimbau_action_start":5,"berimbau_attack_start":5,"berimbau_block":5,"berimbau_break_block":5,"berimbau_character_chang":5,"berimbau_grab":5,"berimbau_intercept":5,"berimbau_jump":5,"berimbau_map_chang":5,"berimbau_parri":5,"berimbau_wallrun":5,"bitbuff":33,"black":6,"blade":5,"bm":137,"bomb_abortdefus":[7,8],"bomb_abortpl":[7,8],"bomb_beep":[7,8],"bomb_begindefus":[7,8],"bomb_beginpl":[7,8],"bomb_defus":[7,8],"bomb_drop":[7,8],"bomb_explod":[7,8],"bomb_pickup":[7,8],"bomb_plant":[7,8],"bonus_upd":[5,6,7,8,9,11,12,15],"boomer_explod":12,"boomer_near":12,"bot":133,"bot_player_replac":12,"bot_takeov":7,"break_break":[5,6,7,8,9,11,12,15],"break_prop":[5,6,7,8,9,11,12,15],"broadcast_killstreak":6,"broadcast_playersound":6,"broadcast_teamsound":6,"browse_replai":[8,9,11,15],"bug":183,"build":[0,184],"building_h":15,"building_info_chang":15,"bullet_impact":[7,8,12],"buymenu_clos":7,"buymenu_open":7,"buytime_end":7,"c1m4_scavenge_instruct":12,"cach":[51,162],"call":25,"cart_upd":[7,8,9,11,15],"chair_charg":12,"charger_carry_end":12,"charger_carry_start":12,"charger_charge_end":12,"charger_charge_start":12,"charger_impact":12,"charger_kil":12,"charger_pummel_end":12,"charger_pummel_start":12,"check":18,"choke_end":12,"choke_start":12,"choke_stop":12,"christmas_gift_grab":[8,9,12,15],"cl_drawlin":15,"class":77,"class_info":184,"client":37,"client_beginconnect":[6,8,9,11,15],"client_connect":[6,8,9,11,15],"client_disconnect":[6,7,8,9,11,15],"client_fullconnect":[6,8,9,11,15],"client_loadout_chang":7,"code":[1,2],"collis":78,"color":[19,34],"command":[20,35,36,37,38,39,40,41,42,43,44,46,52,53,54,55,56,147,184],"comment":1,"competitive_state_chang":15,"competitive_stats_upd":15,"competitive_victori":15,"config":[21,45,46,47,48,49],"configur":[21,179],"conga_kil":15,"consol":[21,184],"constant":[79,134,163,168],"content":[29,35,45,50,52,62,66,70,76,82,83,91,99,105,110,114,118,123,131,136,137,138,139,140,146,152,157,159,161,164,167,171,172],"context":21,"contribut":[2,186],"contributor":180,"controlpoint_endtouch":15,"controlpoint_fake_captur":15,"controlpoint_fake_capture_mult":15,"controlpoint_initi":15,"controlpoint_pulse_el":15,"controlpoint_starttouch":15,"controlpoint_timer_upd":15,"controlpoint_unlock_upd":15,"controlpoint_updatecap":15,"controlpoint_updateimag":15,"controlpoint_updatelayout":15,"controlpoint_updateown":15,"convar":184,"convent":[1,18],"core":[50,51,52,53,54,55,56,57,58,59,60,61],"counter":[7,8],"creat":[20,21,22,23,26,184],"create_panic_ev":12,"credit":[180,184],"cross_spectral_bridg":15,"crossbow_h":15,"cs_game_disconnect":7,"cs_handle_ime_ev":7,"cs_intermiss":7,"cs_match_end_restart":7,"cs_pre_restart":7,"cs_prev_next_spect":7,"cs_round_final_beep":7,"cs_round_start_beep":7,"cs_win_panel_match":[7,8],"cs_win_panel_round":[7,8],"csgo":[83,84,138,172,173],"cstrike":141,"ctf_flag_captur":15,"custom":[20,23,92],"cvar":[47,62,63,64,65],"dai":9,"damage_ind":6,"damage_mitig":15,"damage_prev":15,"damage_resist":15,"datamap":[80,184],"dead":12,"dead_survivor_vis":12,"deadringer_cheat_death":15,"deathmatch":11,"decoy_deton":7,"decoy_fir":7,"decoy_start":7,"default":169,"defeat":9,"defibrillator_begin":12,"defibrillator_interrupt":12,"defibrillator_us":12,"defibrillator_used_fail":12,"defuser_drop":7,"defuser_pickup":7,"delai":184,"delet":179,"demoman_det_sticki":15,"deploy_buff_bann":15,"design":180,"develop":[180,186],"dictionari":[81,135,170],"difficulty_chang":[7,12],"dm_bonus_weapon_start":7,"do":[1,19],"doc":[54,184],"document":[1,21,186],"dod_allies_readi":9,"dod_axis_readi":9,"dod_bomb_defus":9,"dod_bomb_explod":9,"dod_bomb_pl":9,"dod_broadcast_audio":9,"dod_capture_block":9,"dod_game_ov":9,"dod_hint":9,"dod_kill_defus":9,"dod_kill_plant":9,"dod_map_time_remain":9,"dod_point_captur":9,"dod_ready_restart":9,"dod_restart_round":9,"dod_round_act":9,"dod_round_restart_second":9,"dod_round_start":9,"dod_round_win":9,"dod_stats_player_damag":9,"dod_stats_player_kil":9,"dod_stats_weapon_attack":9,"dod_team_scor":9,"dod_tick_point":9,"dod_timer_flash":9,"dod_timer_time_ad":9,"dod_tnt_pickup":9,"dod_warmup_begin":9,"dod_warmup_end":9,"dod_win_panel":9,"don":[1,19],"doomsday_rocket_open":15,"door_clos":12,"door_mov":[7,8,12],"door_open":12,"door_unlock":12,"download":160,"drag_begin":12,"drag_end":12,"drastic_music_chang":12,"ds_screenshot":15,"ds_stop":15,"duck_xp_level_up":15,"duel_statu":15,"dump":[55,57,184],"effect":[66,67,68,69],"enable_restart_vot":7,"endmatch_cmm_start_reveal_item":7,"endmatch_mapvote_selecting_map":7,"engin":[70,71,72,73,74,75,82,83,84,136,137,138,139,140,141,171,172,173],"enter_bombzon":7,"enter_buyzon":7,"enter_rescue_zon":7,"entered_performance_mod":[8,9,11,15],"entered_spit":12,"entiti":[22,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,100,142,174],"entity_kil":[5,6,7,8,9,11,12,15],"entity_shov":12,"entity_vis":[5,7,12],"environmental_death":15,"error":20,"esc":120,"escape_hel":15,"escaped_loot_island":15,"escort_progress":15,"escort_reced":15,"escort_spe":15,"event":[4,16,23,91,92,93,94,95,96,97],"eventscript":182,"except":107,"exit_bombzon":7,"exit_buyzon":7,"exit_rescue_zon":7,"experience_chang":15,"explain_bodyshots_reduc":12,"explain_bridg":12,"explain_bridge_button":12,"explain_burger_sign":12,"explain_c1m4_final":12,"explain_c2m4_ticketbooth":12,"explain_c3m4_radio1":12,"explain_c3m4_radio2":12,"explain_c3m4_rescu":12,"explain_c6m3_final":12,"explain_carousel_button":12,"explain_carousel_destin":12,"explain_church_door":12,"explain_coast":12,"explain_coaster_stop":12,"explain_cran":12,"explain_deactivate_alarm":12,"explain_decon":12,"explain_decon_wait":12,"explain_disturb":12,"explain_dlc3barrel":12,"explain_dlc3door":12,"explain_dlc3generator_button":12,"explain_dlc3howitz":12,"explain_dlc3lift_lev":12,"explain_dlc3radio":12,"explain_drawbridg":12,"explain_elevator_button":12,"explain_emergency_door":12,"explain_ferry_button":12,"explain_float":12,"explain_freight":12,"explain_gas_can_pan":12,"explain_gas_truck":12,"explain_gates_are_open":12,"explain_gun_shop":12,"explain_gun_shop_tank":12,"explain_hatch_button":12,"explain_highrise_finale2":12,"explain_hotel_elevator_door":12,"explain_impound_lot":12,"explain_item_glows_dis":12,"explain_lift_button":12,"explain_mainstreet":12,"explain_mall_alarm":12,"explain_mall_window":12,"explain_need_gnome_to_continu":12,"explain_onslaught":12,"explain_panic_button":12,"explain_perimet":12,"explain_pil":12,"explain_pre_drawbridg":12,"explain_pre_radio":12,"explain_radio":12,"explain_rescue_dis":12,"explain_restart_gener":12,"explain_return_item":12,"explain_save_item":12,"explain_scavenge_go":12,"explain_scavenge_leave_area":12,"explain_sewer_g":12,"explain_sewer_run":12,"explain_shack_button":12,"explain_stage_finale_start":12,"explain_stage_light":12,"explain_stage_pyrotechn":12,"explain_stage_survival_start":12,"explain_start_gener":12,"explain_store_alarm":12,"explain_store_item":12,"explain_store_item_stop":12,"explain_survival_alarm":12,"explain_survival_carousel":12,"explain_survival_gener":12,"explain_survival_radio":12,"explain_survivor_glows_dis":12,"explain_train_boss":12,"explain_train_exit":12,"explain_train_lev":12,"explain_van_pan":12,"explain_vehicle_arriv":12,"explain_weapon":12,"explain_witch_instant_kil":12,"eyeball_boss_escap":15,"eyeball_boss_escape_immin":15,"eyeball_boss_kil":15,"eyeball_boss_stun":15,"eyeball_boss_summon":15,"factori":86,"fatal_vomit":12,"file":21,"filesystem":98,"filter":[39,99,100,101,102,103,104],"final_reportscreen":12,"finale_bridge_low":12,"finale_bridge_readi":12,"finale_elevator_readi":12,"finale_escape_start":12,"finale_radio_damag":12,"finale_radio_start":12,"finale_rush":12,"finale_start":[7,12],"finale_vehicle_incom":12,"finale_vehicle_leav":12,"finale_vehicle_readi":12,"finale_win":12,"fire_mortar":6,"first":16,"fish_notic":15,"fish_notice__arm":15,"flag":63,"flag_carried_in_detection_zon":15,"flagstatus_upd":15,"flare_ignite_npc":[5,6,7,8,9,11,12,15],"flashbang_deton":[7,8],"flatfil":179,"foot_locker_open":12,"format":1,"fortress":15,"freezecam_start":[6,7,8,9,15],"friendly_fir":12,"function":25,"game_end":[5,6,7,8,9,11,12,15],"game_init":[5,6,7,8,9,11,12,15],"game_messag":[5,6,7,8,9,11,12,15],"game_newmap":[5,6,7,8,9,11,12,15],"game_shutdown":5,"game_start":[5,6,7,8,9,11,12,15],"gameinstructor_draw":[5,7,12],"gameinstructor_nodraw":[5,7,12],"gamerul":71,"gameui_activ":15,"gameui_hidden":[7,15],"gas_can_forced_drop":12,"gascan_drop":12,"gascan_pour_block":12,"gascan_pour_complet":12,"gascan_pour_interrupt":12,"gauntlet_finale_start":12,"gc_connect":[7,8,9,11,15],"gener":[184,186],"generator_start":12,"get":16,"gg_bonus_grenade_achiev":7,"gg_final_weapon_achiev":7,"gg_killed_enemi":7,"gg_leader":7,"gg_player_impending_upgrad":7,"gg_player_levelup":7,"gg_reset_round_start_sound":7,"gg_team_lead":7,"ggprogressive_player_levelup":7,"ggtr_player_levelup":7,"ghost_spawn_tim":12,"give_weapon":12,"global":7,"global_war_data_upd":15,"grant":18,"grenade_bounc":[7,8,12],"guest":179,"half":11,"halflif":10,"halloween_boss_kil":15,"halloween_duck_collect":15,"halloween_pumpkin_grab":15,"halloween_skeleton_kil":15,"halloween_soul_collect":15,"heal_begin":12,"heal_end":12,"heal_interrupt":12,"heal_success":12,"hegrenade_deton":[7,8,12],"helicopter_grenade_punt_miss":[5,6,7,8,9,11,12,15],"help":[184,186],"helper":[87,115,143],"hide_annot":15,"hide_freezepanel":[6,7,8,9,15],"hit_safe_room":12,"hltv_cameraman":[5,6,7,8,9,11,12,15],"hltv_changed_mod":[7,8,9,11,15],"hltv_changed_target":[7,8,9,11,15],"hltv_chase":[5,6,7,8,9,11,12,15],"hltv_chat":[5,6,7,8,9,11,12,15],"hltv_fix":[5,6,7,8,9,11,12,15],"hltv_messag":[5,6,7,8,9,11,12,15],"hltv_rank_camera":[5,6,7,8,9,11,12,15],"hltv_rank_ent":[5,6,7,8,9,11,12,15],"hltv_statu":[5,6,7,8,9,11,12,15],"hltv_titl":[5,6,7,8,9,11,12,15],"hook":[68,88,93,105,106,107,108,116,126],"host_quit":[6,8,9,11,15],"hostage_call_for_help":[7,8],"hostage_follow":[7,8],"hostage_hurt":[7,8],"hostage_kil":[7,8],"hostage_rescu":[7,8],"hostage_rescued_al":[7,8],"hostage_stops_follow":[7,8],"hostname_chang":[7,12],"hunter_headshot":12,"hunter_punch":12,"i":18,"impl":127,"import":1,"incompat":182,"indic":186,"infected_death":12,"infected_decapit":12,"infected_explosive_barrel_kil":12,"infected_hurt":12,"inferno_expir":7,"inferno_extinguish":7,"inferno_startburn":7,"info":[148,184],"inspect_weapon":7,"instal":181,"instanc":[27,149,175],"instructor_server_hint_cr":[5,7,12],"instructor_server_hint_stop":[5,7,12],"intro_finish":15,"intro_nextcamera":15,"introduct":[4,179],"inventory_upd":[7,8,9,11,15],"issu":182,"item_equip":7,"item_found":[7,15],"item_pickup":[6,7,8,12,15],"item_purchas":7,"item_schema_initi":[7,8,9,11,15],"items_gift":7,"iter":101,"jockey_kil":12,"jockey_rid":12,"jockey_ride_end":12,"jointeam_fail":7,"keyvalu":109,"kill_in_hel":15,"kill_refills_met":15,"killed_capping_play":15,"known":182,"l4d2":139,"land":15,"leader":180,"left":12,"life":11,"link":186,"linux":[0,181,182],"list":184,"listen":[24,94,110,111],"listmenu":26,"load":184,"lobby_upd":15,"localplayer_becameobserv":15,"localplayer_changeclass":15,"localplayer_changedisguis":15,"localplayer_changeteam":15,"localplayer_chargereadi":15,"localplayer_h":15,"localplayer_pickup_weapon":15,"localplayer_respawn":15,"localplayer_score_chang":15,"localplayer_winddown":15,"logger":112,"lunge_pounc":12,"lunge_shov":12,"m60_streak_end":12,"manag":[21,31,40,48,95,117,150,165,176],"manual":185,"map_transit":[5,7,12],"match_end_condit":[7,8],"matchmaker_stats_upd":15,"material_default_complet":7,"mathlib":113,"mb_input_lock_cancel":7,"mb_input_lock_success":7,"medic_death":15,"medic_defend":15,"medigun_shield_blocked_damag":15,"melee_kil":12,"memori":[25,114,115,116,117],"menu":[26,118,119,120,121,122,153],"merasmus_escap":15,"merasmus_escape_warn":15,"merasmus_kil":15,"merasmus_prop_found":15,"merasmus_stun":15,"merasmus_summon":15,"mesa":6,"messag":[20,123,124,125,126,127],"minigame_win":15,"minigame_won":15,"mission_lost":12,"mm_lobby_chat":15,"mm_lobby_member_join":15,"mm_lobby_member_leav":15,"modifi":[16,22,179],"modul":[17,29,30,31,32,33,34,35,36,38,39,40,41,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178],"molotov_deton":7,"molotov_thrown":12,"mounted_gun_overh":12,"mounted_gun_start":12,"mvm_adv_wave_complete_no_g":15,"mvm_adv_wave_killed_stun_radio":15,"mvm_begin_wav":15,"mvm_bomb_alarm_trigg":15,"mvm_bomb_carrier_kil":15,"mvm_bomb_deploy_reset_by_play":15,"mvm_bomb_reset_by_play":15,"mvm_creditbonus_al":15,"mvm_creditbonus_all_advanc":15,"mvm_creditbonus_wav":15,"mvm_kill_robot_delivering_bomb":15,"mvm_mannhattan_pit":15,"mvm_medic_powerup_shar":15,"mvm_mission_complet":15,"mvm_mission_upd":15,"mvm_pickup_curr":15,"mvm_quick_sentry_upgrad":15,"mvm_reset_stat":15,"mvm_scout_marked_for_death":15,"mvm_sentrybuster_deton":15,"mvm_sentrybuster_kil":15,"mvm_sniper_headshot_curr":15,"mvm_tank_destroyed_by_play":15,"mvm_wave_complet":15,"mvm_wave_fail":15,"mysql":179,"name":[1,18],"nav_block":[7,8,12,15],"nav_gener":[7,8,12],"net_channel":128,"new":22,"next":16,"nextlevel":6,"nextlevel_chang":7,"non":25,"non_melee_fir":12,"non_pistol_fir":12,"npc_barnacle_grab_victim":6,"npc_hurt":15,"num_cappers_chang":15,"object_deflect":15,"object_destroi":15,"object_deton":15,"object_remov":15,"offens":7,"on_cooldown_begin":12,"on_cooldown_end":12,"on_helicopter_begin":12,"on_helicopter_end":12,"on_resources_chang":12,"onbuttonstatechang":24,"onclientact":24,"onclientconnect":24,"onclientdisconnect":24,"onclientfullyconnect":24,"onclientputinserv":24,"onclientsettingschang":24,"oncombinerprecach":24,"onconvarchang":24,"ondataload":24,"ondataunload":24,"onedictalloc":24,"onedictfre":24,"onentitycollis":24,"onentitycr":24,"onentitydelet":24,"onentityoutput":24,"onentityprespawn":24,"onentityspawn":24,"onentitytransmit":24,"onlevelend":24,"onlevelinit":24,"onlevelshutdown":24,"onnetworkedentitycr":24,"onnetworkedentitydelet":24,"onnetworkedentityprespawn":24,"onnetworkedentityspawn":24,"onnetworkidvalid":24,"onplayercollis":24,"onplayerpostruncommand":24,"onplayerruncommand":24,"onplayertransmit":24,"onpluginload":24,"onpluginunload":24,"onquerycvarvaluefinish":24,"onserveractiv":24,"onserveroutput":24,"ontick":24,"onversionupd":24,"option":20,"orangebox":[140,141],"other":186,"other_death":7,"out":28,"overtime_nag":15,"packag":[29,35,37,42,43,45,50,52,62,66,70,76,82,83,91,99,105,110,111,114,118,123,131,136,137,138,139,140,146,152,157,159,161,164,167,171,172],"pagedmenu":26,"panic_event_finish":12,"parachute_deploi":15,"parachute_holst":15,"parent":[179,184],"party_upd":15,"pass_ball_block":15,"pass_ball_stolen":15,"pass_fre":15,"pass_get":15,"pass_pass_caught":15,"pass_scor":15,"path":129,"path_track_pass":15,"payload_push":15,"permiss":[18,20,179,184],"physgun_pickup":[5,6,7,8,9,11,12,15],"physic":130,"pills_us":12,"pills_used_fail":12,"ping_upd":15,"player":[18,41,102,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,154,184],"player_abandoned_match":15,"player_account_chang":15,"player_activ":[5,6,7,8,9,11,12,15],"player_afk":12,"player_askedforbal":15,"player_avenged_teamm":[7,8],"player_begin_sacrifice_run":12,"player_biofeedback_scl":12,"player_blind":[7,8,12],"player_block":12,"player_bonuspoint":15,"player_bot_replac":12,"player_buff":15,"player_builtobject":15,"player_buyback":15,"player_calledformed":15,"player_carryobject":15,"player_changeclass":[9,15],"player_changenam":[5,6,7,8,9,11,12,15],"player_chargedeploi":15,"player_chat":[5,6,7,8,9,11,12,15],"player_class":[5,6,7,8,9,11,12,15],"player_complete_sacrific":12,"player_connect":[5,6,7,8,9,11,12,15],"player_connect_cli":[8,9,11,15],"player_connect_ful":[5,7,12],"player_currency_chang":15,"player_damag":15,"player_damage_dodg":15,"player_death":[5,6,7,8,9,11,12,15],"player_dec":[7,8],"player_destroyed_pipebomb":15,"player_directhit_stun":15,"player_disconnect":[5,6,7,8,9,11,12,15],"player_domin":6,"player_drop":5,"player_dropobject":15,"player_entered_checkpoint":12,"player_entered_start_area":12,"player_escort_scor":15,"player_extinguish":15,"player_falldamag":[7,8,12],"player_first_spawn":12,"player_footstep":[7,8,12],"player_fullyjoin":5,"player_given_c4":7,"player_h":15,"player_healedbymed":15,"player_healedmediccal":15,"player_healonhit":15,"player_highfive_cancel":15,"player_highfive_start":15,"player_highfive_success":15,"player_hintmessag":[5,6,7,8,9,11,12,15],"player_hit":5,"player_hurt":[5,6,7,8,9,11,12,15],"player_hurt_concis":12,"player_ignit":15,"player_ignited_inv":15,"player_incapacit":12,"player_incapacitated_start":12,"player_info":[5,6,7,8,9,11,12,15],"player_initial_spawn":15,"player_invuln":15,"player_jar":15,"player_jarated_fad":15,"player_jump":[7,8,12],"player_jump_apex":12,"player_killed_achievement_zon":15,"player_ledge_grab":12,"player_ledge_releas":12,"player_left_checkpoint":12,"player_left_start_area":12,"player_lost":5,"player_mvp":15,"player_next_map_vote_chang":15,"player_no_longer_it":12,"player_now_it":12,"player_pin":15,"player_radio":[7,8],"player_regener":15,"player_rematch_chang":15,"player_reset_vot":7,"player_reveng":6,"player_sai":[5,6,7,8,9,11,12,15],"player_sapped_object":15,"player_scor":[5,6,7,8,9,11,12,15],"player_score_chang":15,"player_shield_block":15,"player_shoot":[5,6,7,8,9,11,12,15],"player_shov":12,"player_soda_machin":6,"player_spawn":[5,6,7,8,9,11,12,15],"player_stats_upd":[7,8,15],"player_stealsandvich":15,"player_stun":15,"player_talking_st":12,"player_team":[5,6,7,8,9,11,12,15],"player_teleport":15,"player_transit":12,"player_turned_to_ghost":15,"player_upgrad":15,"player_upgradedobject":15,"player_us":[5,6,7,8,9,11,12,15],"player_used_powerup_bottl":15,"player_was_block":5,"player_won":5,"playing_commentari":15,"plugin":[16,27,56,146,147,148,149,150,184],"plugininfo":27,"portal":[13,14],"post_inventory_appl":15,"pounce_end":12,"pounce_fail":12,"pounce_stop":12,"precach":72,"print":[4,28],"project":180,"projectile_direct_hit":15,"prop":89,"public":[64,151],"pumpkin_lord_kil":15,"pumpkin_lord_summon":15,"punched_clown":12,"pve_win_panel":15,"python":[157,182,186],"quest_objective_complet":15,"questlog_open":15,"queue":121,"radio":122,"ragdoll_dissolv":[5,6,7,8,9,11,12,15],"raid_spawn_mob":15,"raid_spawn_squad":15,"rd_player_score_point":15,"rd_robot_impact":15,"rd_robot_kil":15,"rd_rules_state_chang":15,"rd_team_points_chang":15,"read_game_titledata":7,"recalculate_holidai":15,"recalculate_truc":15,"receive_upgrad":12,"recipi":103,"reload":184,"reloc":12,"rematch_failed_to_cr":15,"rematch_vote_period_ov":15,"remov":[18,184],"remove_nemesis_relationship":15,"remove_par":184,"replay_endrecord":15,"replay_replaysavail":15,"replay_sav":[8,9,11,15],"replay_servererror":15,"replay_sessioninfo":15,"replay_startrecord":15,"replay_youtube_stat":[8,9,11,15],"report":183,"repost_xbox_achiev":7,"request_weapon_stat":12,"requir":181,"rescue_door_open":12,"reset_game_titledata":7,"reset_player_control":7,"resourc":96,"respawn":12,"respawn_ghost":15,"restart_timer_tim":15,"restrict":177,"retriev":27,"revive_begin":12,"revive_end":12,"revive_player_complet":15,"revive_player_notifi":15,"revive_player_stop":15,"revive_success":12,"rocket_jump":15,"rocket_jump_land":15,"round_announce_fin":7,"round_announce_last_round_half":7,"round_announce_match_point":7,"round_announce_match_start":7,"round_announce_warmup":7,"round_end":[5,6,7,8,9,11,12,15],"round_end_messag":12,"round_end_upload_stat":7,"round_freeze_end":[7,8,12],"round_mvp":[7,8],"round_officially_end":7,"round_poststart":7,"round_prestart":7,"round_start":[5,6,7,8,9,11,12,15],"round_start_post_nav":12,"round_start_pre_ent":[7,12],"round_time_warn":7,"rps_taunt_ev":15,"sai":42,"scavenge_gas_can_destroi":12,"scavenge_match_finish":12,"scavenge_round_finish":12,"scavenge_round_halftim":12,"scavenge_round_start":12,"scavenge_score_ti":12,"schema_upd":15,"scorestats_accumulated_reset":15,"scorestats_accumulated_upd":15,"scout_grand_slam":15,"scout_slamdoll_land":15,"script":178,"scriptedmode_reloadhud":12,"seasoncoin_levelup":7,"section":[21,49],"sentry_on_go_act":15,"server":[43,73],"server_addban":[5,6,7,8,9,11,12,15],"server_changelevel_fail":[8,9,11,15],"server_class":184,"server_cvar":[5,6,7,8,9,11,12,15],"server_messag":[5,6,7,8,9,11,12,15],"server_pre_shutdown":[5,7,12],"server_removeban":[5,6,7,8,9,11,12,15],"server_shutdown":[5,6,7,8,9,11,12,15],"server_spawn":[5,6,7,8,9,11,12,15],"set":[58,152,153,154,155,156,184],"set_instructor_group_en":[5,7,12],"sfuievent":7,"show_annot":15,"show_class_layout":15,"show_freezepanel":[6,7,8,9,15],"show_match_summari":15,"show_vs_panel":15,"silencer_detach":7,"silencer_off":7,"silencer_on":7,"simplemenu":26,"singl":21,"smokegrenade_deton":[7,8],"smokegrenade_expir":7,"song_plai":12,"sound":74,"sourc":[2,6,8,9,157,182,186],"sourcemod":182,"spawned_as_tank":12,"spawner_give_item":12,"spec_mode_upd":7,"spec_target_upd":[5,6,7,8,9,11,12,15],"special":180,"special_scor":15,"spit_burst":12,"spitter_kil":12,"spy_pda_reset":15,"sql":179,"sqlite":179,"start":16,"start_halftim":7,"start_holdout":12,"start_score_anim":12,"start_vot":7,"started_pre_radio":12,"stashwhacker_game_won":12,"stats_resetround":15,"steam":158,"step":181,"sticky_jump":15,"sticky_jump_land":15,"stop_watch_chang":15,"storag":155,"store_pricesheet_upd":[7,8,9,11,15],"strike":[7,8],"string":[28,166],"string_tabl":184,"stringtabl":[28,159,160],"strongman_bell_knocked_off":12,"studio":[161,162,163],"sub":[20,27],"submodul":[29,35,45,50,52,62,66,70,76,91,99,105,114,118,123,131,140,146,152,157,159,161,164,167],"subpackag":[82,110,131,136,157,171],"success_checkpoint_button_us":12,"survival_announce_phas":7,"survival_at_30min":12,"survival_goal_reach":12,"survival_round_start":12,"survivor_call_for_help":12,"survivor_rescu":12,"survivor_rescue_abandon":12,"switch_team":7,"symphoni":5,"t":[1,19],"tabl":[28,59,186],"tag":65,"tagged_player_as_it":15,"tagrenade_deton":7,"tank_frustr":12,"tank_kil":12,"tank_spawn":12,"team":[15,144],"team_info":[5,6,7,8,9,11,12,15],"team_leader_kil":15,"team_scor":[5,6,7,8,9,11,12,15],"teamchange_pend":7,"teamplay_alert":15,"teamplay_broadcast_audio":[5,6,7,8,9,11,12,15],"teamplay_capture_block":15,"teamplay_capture_broken":15,"teamplay_flag_ev":15,"teamplay_game_ov":15,"teamplay_map_time_remain":15,"teamplay_overtime_begin":15,"teamplay_overtime_end":15,"teamplay_point_captur":15,"teamplay_point_lock":15,"teamplay_point_startcaptur":15,"teamplay_point_unlock":15,"teamplay_pre_round_time_left":15,"teamplay_ready_restart":15,"teamplay_restart_round":15,"teamplay_round_act":15,"teamplay_round_restart_second":15,"teamplay_round_select":15,"teamplay_round_stalem":15,"teamplay_round_start":[7,8,11,15],"teamplay_round_win":15,"teamplay_setup_finish":15,"teamplay_suddendeath_begin":15,"teamplay_suddendeath_end":15,"teamplay_team_readi":15,"teamplay_teambalanced_play":15,"teamplay_timer_flash":15,"teamplay_timer_time_ad":15,"teamplay_update_tim":15,"teamplay_waiting_abouttoend":15,"teamplay_waiting_begin":15,"teamplay_waiting_end":15,"teamplay_win_panel":15,"teams_chang":15,"temp_c4m1_getga":12,"temp_c4m3_return_to_boat":12,"templat":69,"test":184,"tf_game_ov":15,"tf_map_time_remain":15,"thank":180,"throwable_hit":15,"tick":111,"todo":[3,7],"tongue_broke_b":12,"tongue_grab":12,"tongue_pull_stop":12,"tongue_releas":12,"top_streams_request_finish":15,"total_ammo_below_40":12,"tournament_enablecountdown":15,"tournament_reward":7,"tournament_stateupd":15,"tr_exit_hint_trigg":7,"tr_mark_best_tim":7,"tr_mark_complet":7,"tr_player_flashbang":7,"tr_show_exit_msgbox":7,"tr_show_finish_msgbox":7,"trace":75,"training_complet":15,"tram_acceler":6,"tram_client_state_chang":6,"tram_control_st":6,"translat":[164,165,166,180],"transmit":90,"trial_time_expir":7,"triggered_car_alarm":12,"tutori":17,"type":[20,44,156],"ugc_file_download_finish":7,"ugc_file_download_start":7,"ugc_map_download_error":7,"ugc_map_info_receiv":7,"ugc_map_unsubscrib":7,"unload":184,"updat":[60,184,185],"update_matchmaking_stat":7,"update_status_item":15,"upgrade_explosive_ammo":12,"upgrade_failed_no_primari":12,"upgrade_incendiary_ammo":12,"upgrade_item_already_us":12,"upgrade_pack_ad":12,"upgrade_pack_begin":12,"upgrade_pack_us":12,"upgrades_file_chang":15,"us":[16,20,21],"use_target":12,"user_data_download":[5,6,7,8,9,11,12,15],"valid":20,"valu":20,"variabl":[4,21,97],"variad":20,"verify_client_hit":7,"version":61,"versus_marker_reach":12,"versus_match_finish":12,"versus_round_start":12,"vip_escap":[7,8],"vip_kil":[7,8],"virtual":25,"voic":145,"vomit_bomb_tank":12,"vote_cast":[7,8,9,11,15],"vote_cast_no":12,"vote_cast_y":12,"vote_chang":[7,8,9,11,12,15],"vote_end":[7,8,9,11,12,15],"vote_fail":[7,8,9,11,12,15],"vote_maps_chang":15,"vote_opt":[7,8,9,11,15],"vote_pass":[7,8,9,11,12,15],"vote_start":[7,8,9,11,12,15],"waiting_checkpoint_button_us":12,"waiting_checkpoint_door_us":12,"waiting_door_used_versu":12,"warn":108,"weapon":[104,167,168,169,170,171,172,173,174,175,176,177,178],"weapon_drop":12,"weapon_fir":[7,8,12],"weapon_fire_at_40":12,"weapon_fire_on_empti":[7,8,12],"weapon_given":12,"weapon_gluon_fir":6,"weapon_out_of_ammo":12,"weapon_outofammo":7,"weapon_pickup":[6,12],"weapon_reload":[7,8,12],"weapon_reload_databas":7,"weapon_script":184,"weapon_spawn_vis":12,"weapon_tau_overcharg":6,"weapon_zoom":[7,8,12],"weapon_zoom_rifl":7,"web":180,"what":16,"wiki":2,"window":[0,181],"winlimit_chang":15,"winpanel_show_scor":15,"witch_harasser_set":12,"witch_kil":12,"witch_spawn":12,"write":16,"write_game_titledata":7,"write_profile_data":7,"your":16,"zombie_death":12,"zombie_ignit":12}}) \ No newline at end of file From 0ac65daece0193af9f63f78518f82bf829a540d7 Mon Sep 17 00:00:00 2001 From: srpg <44681214+srpg@users.noreply.github.com> Date: Sun, 22 Mar 2026 00:22:31 +0200 Subject: [PATCH 7/7] Fixed missing import (#531) --- .../packages/source-python/weapons/engines/csgo/csgo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/source-python/packages/source-python/weapons/engines/csgo/csgo.py b/addons/source-python/packages/source-python/weapons/engines/csgo/csgo.py index 7e367abe0..e236504c2 100755 --- a/addons/source-python/packages/source-python/weapons/engines/csgo/csgo.py +++ b/addons/source-python/packages/source-python/weapons/engines/csgo/csgo.py @@ -7,6 +7,7 @@ # ============================================================================= # Source.Python from . import Weapon as _Weapon +from weapons.manager import weapon_manager # Filters from filters.weapons import WeaponClassIter