You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/network/fnc_globalSay3D.sqf
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Description:
8
8
Parameters:
9
9
_objects - Object or array of objects that perform Say <OBJECT, ARRAY>
10
10
_params - classname or parameter array - see biki: say3d <STRING, ARRAY>
11
-
_range - Maximum distance from camera to execute command - will be ignored if _params is an array (optional, default: nil) <NUMBER>
11
+
_range - Maximum distance from camera to execute command - will be ignored if _params is an array (optional, default: nil) <NUMBER, NIL>
12
12
_attach - Attach created sound to _object (optional, default: false) <BOOL>
13
13
_instant - Deletes all previously attached sounds to play the current sound immediately (optional, default: false) <BOOL>
14
14
_rndPitch - Randomizes Pitch. True for a Dynamic Range of 10% - Alternative Number of Dynamic Range in Pecentage. Example: 0.15 -> +- 7.5% (optional, default: false) <BOOL, NUMBER>
0 commit comments