mirror of
https://github.com/etlegacy/lua_apidoc.git
synced 2024-11-22 03:41:18 +00:00
set sess.aWeaponStats readonly
This commit is contained in:
parent
9b08ddf4bb
commit
d6ad08cffa
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ sess.sigma float rw
|
||||||
sess.oldmu float rw
|
sess.oldmu float rw
|
||||||
sess.oldsigma float rw
|
sess.oldsigma float rw
|
||||||
sess.uci int rw
|
sess.uci int rw
|
||||||
sess.aWeaponStats weaponstat rw
|
sess.aWeaponStats weaponstat ro
|
||||||
================================= =========== ======== ==================================
|
================================= =========== ======== ==================================
|
||||||
|
|
||||||
.. note:: All the session `sess.*` fields will return `nil` unless the entity is associated with a client slot.
|
.. note:: All the session `sess.*` fields will return `nil` unless the entity is associated with a client slot.
|
||||||
|
|
Loading…
Reference in a new issue