Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "CameraSetEQNoiseForPlayer" as a "function"
Function CameraSetEQNoiseForPlayer
Line: |
1484 |
Location: |
blizzard.j |
Constant? |
no |
Type: |
function |
Arguments: |
player whichPlayer, real magnitude |
Returns: |
nothing |
Preview
Extra spaces may have been removed from the original file to show the function in a comfortable way.
local real richter = magnitude
if (richter > 5.0) then
set richter = 5.0
endif
if (richter < 2.0) then
set richter = 2.0
endif
// Use only local code (no net traffic) within this block to avoid desyncs.
endif
endfunction
"That guy ’s nuts! Grab ’m!"
Hmmm... there's no info about this keyword... be the first one in contribute with the keyword CameraSetEQNoiseForPlayer.
You must be logged into the site in order to give us a hand in keeping updated the information. If you don't have an account, you can create one here.
Page loaded in 0.1048 seconds.
|