VN_ms_fnc_params_aimCoef

From Savage Game Design Wiki
Revision as of 21:27, 25 February 2021 by Lou Montana (talk | contribs) (Page filling)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Wyqer, veteran29
Argument(s): n/a
Effect(s): local

Description

Sets player's VN aimCoef parameter (0.1 aiming coefficient). Is reapplied on player's respawn.

Syntax

Syntax
[parameter] call VN_ms_fnc_params_aimCoef
Parameters
parameter: Number - (Optional, default 0) acts as a boolean; 1 = setCustomAimCoef 0.1, any other value = 0 = no change.
Return value
Boolean - function's success

Examples

Example 1
[1] call VN_ms_fnc_params_aimCoef;