Exports
Export
Description
Parameter(s)
Return type
Example
local isBlinded = exports.stungrenade:IsPlayerBlinded()
local blindnessLevel = exports.stungrenade:GetPlayerBlindnessLevel()
if isBlinded then
print(string.format("Local player is blinded at level %s", blindnessLevel))
else
print("Local player is not blinded")
endLast updated