Difference between revisions of "BIS fnc dbValueList"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
||
Line 22: | Line 22: | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> |
Revision as of 07:11, 17 January 2021
Description
Syntax
- Syntax:
- [database, path] call BIS_fnc_dbValueList;
- Parameters:
- database - Array: Databse array
- path- Array: Path to class
- Return Value:
- Array: List of all value names
Examples
- Example 1:
[["#MILLER", ["&KILLS", 1000, "&RANK", "CAPTAIN"]], ["miller"]] call BIS_fnc_dbValueList; // ["KILLS","RANK"]
Additional Information
- See also:
- Database functions BIS fnc dbClassCheck BIS fnc dbClassId BIS fnc dbClassIndex BIS fnc dbClassList BIS fnc dbClassRemove BIS fnc dbClassReturn BIS fnc dbClassSet BIS fnc dbConfigPath BIS fnc dbImportConfig BIS fnc dbImportXML BIS fnc dbisClass BIS fnc dbisValue BIS fnc dbPrint BIS fnc dbSymbolClass BIS fnc dbSymbolValue BIS fnc dbValueCheck BIS fnc dbValueId BIS fnc dbValueIndex BIS fnc dbValueRemove BIS fnc dbValueReturn BIS fnc dbValueSet
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