mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed unnecessary param assignment, fixed comment example
This commit is contained in:
parent
b6a24fdb1e
commit
3147cb038b
@ -9,13 +9,13 @@
|
|||||||
* None
|
* None
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
* [] call ace_viewdistance_fnc_setFovBasedObjectViewDistance
|
* [] call ace_viewdistance_fnc_setFovBasedOvdPFH
|
||||||
*
|
*
|
||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
params ["_args", "_idPFH"];
|
params ["", "_idPFH"];
|
||||||
|
|
||||||
// Remove PFH and set Object View Distance back to what it was before
|
// Remove PFH and set Object View Distance back to what it was before
|
||||||
if (GVAR(objectViewDistanceCoeff) < 6) exitWith {
|
if (GVAR(objectViewDistanceCoeff) < 6) exitWith {
|
||||||
|
Loading…
Reference in New Issue
Block a user