$$ACTION Misc Shake viewer by [f:Amount=40.0:0|100.0] aMiscViewerShake Shake view Shakes the viewer Parameters: Amount: how much to shake the viewer (0-100) $$END */
| 3033 | $$END |
| 3034 | */ |
| 3035 | void aMiscViewerShake(float amount) { |
| 3036 | msafe_struct mstruct; |
| 3037 | |
| 3038 | mstruct.amount = amount; |
| 3039 | |
| 3040 | MSafe_CallFunction(MSAFE_OBJECT_VIEWER_SHAKE, &mstruct); |
| 3041 | } |
| 3042 | |
| 3043 | /* |
| 3044 | $$ACTION |
no outgoing calls
no test coverage detected