Difference between revisions of "VN fnc switchableTurrets classToTurretPath"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.10 |author=veteran29 |a= |e= |g1= vn_switchableTurrets_functions |d= <pre>Get turret path of given turret class name. Case sensitive!</pre> |s= [] call...")
 
(No difference)

Latest revision as of 23:22, 9 May 2022

← back to Functions Introduced in S.O.G. Prairie Fire v1.10
by veteran29
Argument(s): n/a
Effect(s): unknown

Description

Get turret path of given turret class name. Case sensitive!

Syntax

Syntax
[] call VN_fnc_switchableTurrets_classToTurretPath;
Return value
Array - Turret path

Examples

Example 1
[vehicle player, "mg4_turret"] call VN_fnc_switchableTurrets_classToTurretPath;