We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35f166 commit 9c8a02dCopy full SHA for 9c8a02d
1 file changed
src/docs/repentogon_changes/entity/EntityPlayer.lua
@@ -696,8 +696,10 @@ function EntityPlayer:SetCambionConceptionState(state)
696
end
697
698
---Disables or enables the player's ability to shoot.
699
+---
700
+---**WARNING:** If a character is blindfolded by default and this is set to `true`, will enable their ability to shoot!
701
---@param canShoot boolean
----@return boolean unknown TODO: Document me!
702
+---@return boolean
703
function EntityPlayer:SetCanShoot(canShoot)
704
705
0 commit comments