Merge pull request #4095 from acemod/blurScreenDoc

Add description and example to blur screen function
This commit is contained in:
Glowbal 2016-07-14 01:37:32 +02:00 committed by GitHub
commit 53b42710d1

View File

@ -1,13 +1,17 @@
/*
* Author: Glowbal
* Blurs screen.
*
* Arguments:
* 0: ID <NUMBER>
* 1: Show? <BOOL, NUMBER>
* 1: Show? <BOOL/NUMBER>
*
* Return Value:
* None
*
* Example:
* [5, true] call ace_common_fnc_blurScreen
*
* Public: Yes
*/
#include "script_component.hpp"