HolyLib Wiki

addonsystem.ShouldMount

 boolean addonsystem.ShouldMount( number workshopID )

Description

Returns true if the given addon should be mounted

The workshopID should be a string as being a number will cause issues.

Recently Changed

This was recently changed in version (0.8 - DEV).

The workshopID argument was changed from a number to a string to solve possible bugs.

Arguments

1number workshopID

The workshop ID to use

Returns

1boolean shouldMount

true if it should be mounted