YaBackpackConfigComponent
YaBackpackConfigComponent
manages backpack-related configuration.Properties
string PickUpAudioId
The ID of the audio that is played when the item is picked up.
number PickUpDistance
The pick up distance of the item.
Code sample
Example code
-- get the pick-up-audio, return empty if pick-up-audio not config
local audioId = YaBackpackConfigComponent.Instance.PickUpAudioId
print(">>>>>>>> pick-up-audio", audioId)