Difference between revisions of "configOf"

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m
Line 6: Line 6:
  
 
|arg= global |Multiplayer Arguments ("local" or "global")=
 
|arg= global |Multiplayer Arguments ("local" or "global")=
 +
 +
|gr1= Object Information |GROUP1=
 +
 +
|gr2= Config |GROUP2=
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  

Revision as of 10:09, 21 September 2020

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version |?]]
Hover & click on the images for description

Description

Description:
Returns config path of the provided object.
Groups:
Object InformationConfig

Syntax

Syntax:
configOf obj
Parameters:
obj: Object
Return Value:
Return value needed

Examples

Example 1:
configOf player; // returns bin\config.bin/CfgVehicles/B_W_Soldier_TL_F

Additional Information

See also:
typeOf

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

[[Category:Introduced with arma3dev version ]][[ Category: arma3dev: New Scripting Commands | CONFIGOF]][[ Category: arma3dev: Scripting Commands | CONFIGOF]]

Bottom Section