Skip to content

Commit

Permalink
none -> None
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordZorn committed Jan 4, 2025
1 parent 4c2dad8 commit 58cfa25
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions addons/wardrobe/functions/fnc_addCM_nextvariant.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* Function to create the CBA ContextMenu Option to switch to the (randomly choosen) next Variant of the current Version.
*
* Arguments:
* none
* None
*
* Return Value:
* none
* None
*
* Example:
* [] call ace_wardrobe_fnc_addCM_nextvariant
Expand Down
2 changes: 1 addition & 1 deletion addons/wardrobe/functions/fnc_cache_clear.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* 0: Key <STRING>
*
* Return Value:
* none
* None
*
* Example:
* ["myKey"] call ace_wardrobe_fnc_cache_clear
Expand Down
2 changes: 1 addition & 1 deletion addons/wardrobe/functions/fnc_cache_db.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Function to retrieve the Cache Database (Hashmap).
*
* Arguments:
* none
* None
*
* Return Value:
* Cache Database <HASHMAP>
Expand Down
2 changes: 1 addition & 1 deletion addons/wardrobe/functions/fnc_cache_get.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Arguments:
* 0: Key <STRING>
* 1: Code to run when there is no value stored <CODE> (optional)
* 1: Code to run when there is no value stored (optional) <CODE>
*
* Return Value:
* Return <ANY> or "404" if no entry found and no code provided
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* 0: The first argument <STRING>
*
* Return Value:
* none
* None
*
* Example:
* ["tag_myDataEntry"] call ace_wardrobe_fnc_clearOnClosed_InteractionMenu
Expand Down
2 changes: 1 addition & 1 deletion addons/wardrobe/functions/fnc_clearOnClosed_Inventory.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* 0: Key <STRING>
*
* Return Value:
* none
* None
*
* Example:
* ["tag_myKeyName"] call ace_wardrobe_fnc_clearOnClosed_Inventory
Expand Down
4 changes: 2 additions & 2 deletions addons/wardrobe/functions/fnc_compare_container_maxLoad.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* This function will compare the maxLoad of all modifiable Items with its modifiableTo Variants and will provide an RPT output.
*
* Arguments:
* none
* None
*
* Return Value:
* none
* None
*
* Example:
* [] call ace_wardrobe_fnc_compare_container_maxLoad
Expand Down
2 changes: 1 addition & 1 deletion addons/wardrobe/functions/fnc_enable_contextMenu.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* 0: CBA Setting Value <BOOL>
*
* Return Value:
* none
* None
*
* Example:
* [true] call ace_wardrobe_fnc_enable_contextMenu
Expand Down
2 changes: 1 addition & 1 deletion addons/wardrobe/functions/fnc_replace.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* 3: Replace Now? <BOOL>
*
* Return Value:
* none
* None
*
* Example:
* _this call ace_wardrobe_fnc_replace
Expand Down
2 changes: 1 addition & 1 deletion addons/wardrobe/functions/fnc_replace_facewear.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* 2: Desired Variant <CONFIG>
*
* Return Value:
* none
* None
*
* Example:
* [_player, _cfg_origin, _cfg_tgt] call ace_wardrobe_fnc_replace_facewear
Expand Down
2 changes: 1 addition & 1 deletion addons/wardrobe/functions/fnc_replace_headgear.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* 2: Desired Variant <CONFIG>
*
* Return Value:
* none
* None
*
* Example:
* [_player, _cfg_origin, _cfg_tgt] call ace_wardrobe_fnc_replace_headgear
Expand Down
2 changes: 1 addition & 1 deletion addons/wardrobe/functions/fnc_replace_uniform.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* 2: Type of Wearable Container <STRING>
*
* Return Value:
* none
* None
*
* Example:
* [_player, _cfg_origin, _cfg_tgt, _case] call ace_wardrobe_fnc_replace_uniform
Expand Down
2 changes: 1 addition & 1 deletion addons/wardrobe/functions/fnc_say3d.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* - 4: Simulate Speed of Sound <BOOL> (default: false)
*
* Return Value:
* none
* None
*
* Example:
* [player, "ace_horny_bonk"] call ace_wardrobe_fnc_say3d
Expand Down
2 changes: 1 addition & 1 deletion addons/wardrobe/functions/fnc_setIndexForMagID.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* 1: Index <NUMBER>
*
* Return Value:
* none
* None
*
* Example:
* [_magID, _index] call ace_wardrobe_fnc_setIndexForMagID
Expand Down

0 comments on commit 58cfa25

Please sign in to comment.