gpt4 book ai didi

sqf - 我如何从 SQF 中的单位移除所有设备?

转载 作者:行者123 更新时间:2023-12-05 04:11:13 24 4
gpt4 key购买 nike

假设我在 Arma 3 中有一个单位 _unit。我该如何移除它的所有装备,只剩下它的制服?

到目前为止,我一直在使用

removeAllItemsWithMagazines _unit;
{player removeWeaponGlobal _x} forEach weapons _unit;
removeBackpackGlobal _unit;
removeVest _unit;

但我不确定这会删除所有内容。

请注意,这里的一切包括 map 、指南针、 watch 和 GPS。

最佳答案

这是来自 Arsenal loadout exportsRemove existing items 部分:

removeAllWeapons this;
removeAllItems this;
removeAllAssignedItems this;
removeUniform this;
removeVest this;
removeBackpack this;
removeHeadgear this;
removeGoggles this;

所以只需删除 removeUniform this; 行即可。

关于sqf - 我如何从 SQF 中的单位移除所有设备?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43186460/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com