饥荒mod吧 关注:57,881贴子:235,571
  • 0回复贴,共1

『17-02-09』【废人伸手】请教MOD问题

只看楼主收藏回复

local function QuickPick(inst)
if inst.components.pickable then inst.components.pickable.quickpick = true end
end
AddPrefabPostInit("berrybush", QuickPick)
这个是将函数里面的内容
if inst.components.pickable then inst.components.pickable.quickpick = true end
添加到文件中
还是将整个函数
local function QuickPick(inst)
if inst.components.pickable then inst.components.pickable.quickpick = true end
end
添加到文件中


1楼2017-02-09 09:47回复