Commands/Lua

Reference for console commands, Lua hooks and Lua commands in CS2D.

CS2D Command CS2D Console Commands

Lua Hook Lua Hooks

Category: player (56)

Lua Hook attack2

Categories

Parameters

  • id: player id
  • mode: weapon mode

Info

When player is using the secondary attack function (attack2 command, commonly right mouse button).

Weapon mode is a numeric value from 0 to X which represents the new mode of the weapon. For the laser it is the color. For weapons with silencer it's 0 or 1 depending on the silencer mode. For weapons with zoom it represents the zoom level (0=no zoom, 1=1x zoom, 2=2x zoom). For weapons with optional burst mode it's 0 for no burst and 1 for burst. Some weapons also do have a secondary attack without mode switching. The mode will always stay 0 then (knife for example).

Return Values

none - related action(s) [if there are any] performed by CS2D cannot be altered/omitted

Lua Command Lua Commands