configOf: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
m (example)
Line 16: Line 16:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <!-- <code>[[configOf]] [[player; {{cc|returns }}</code> --> |Example 1=
|x1= <code>[[configOf]] [[player]]; {{cc|returns bin\config.bin/CfgVehicles/B_W_Soldier_TL_F}}</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 00:49, 8 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:
Uncategorised

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