mirror of
https://github.com/etlegacy/lua_apidoc.git
synced 2024-11-21 11:21:15 +00:00
Added extra weapon fire callbacks
This commit is contained in:
parent
9eff7ec191
commit
0fa2610768
1 changed files with 24 additions and 0 deletions
|
@ -195,6 +195,30 @@ Called whenever a weapon is shot.
|
|||
* **weapon** is the weapon shot.
|
||||
|
||||
|
||||
et_WeaponFixedMGFire( clientNum )
|
||||
---------------------------------
|
||||
|
||||
Called whenever a fixed machine gun is shot.
|
||||
|
||||
* **clientNum** is the client slot.
|
||||
|
||||
|
||||
et_WeaponMountedMGFire( clientNum )
|
||||
-----------------------------------
|
||||
|
||||
Called whenever a mounted machine gun is shot.
|
||||
|
||||
* **clientNum** is the client slot.
|
||||
|
||||
|
||||
et_WeaponAAGunFire( clientNum )
|
||||
-------------------------------
|
||||
|
||||
Called whenever an anti-aircraft gun is shot.
|
||||
|
||||
* **clientNum** is the client slot.
|
||||
|
||||
|
||||
et_SpawnEntitiesFromString()
|
||||
----------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue