configOf: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added return value)
mNo edit summary
Line 7: Line 7:
|arg= global |Multiplayer Arguments ("local" or "global")=
|arg= global |Multiplayer Arguments ("local" or "global")=


|gr1= Object Information |GROUP1=
|gr1= Object Manipulation |GROUP1=


|gr2= Config |GROUP2=
|gr2= Config |GROUP2=

Revision as of 18:06, 26 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 ManipulationConfig

Syntax

Syntax:
configOf obj
Parameters:
obj: Object
Return Value:
Config

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