equipment/util

equipment utility module

Source:

Methods

(inner) getMatchingEquipment(str_packed_name) → {array}

Source:

Loop through the mf groups and items matching against the packed item name

Parameters:
Name Type Description
str_packed_name string

Name of equipment packed to vehicle

Returns:

Array of equipment

Type
array

(inner) getMatchingEquipmentFromDerivativeExtra(derivative_extra, equipment) → {array}

Source:

Description

Parameters:
Name Type Description
derivative_extra string
equipment struct

Struct From vehicle pluto api call

Returns:

Array of matching equipment structs

Type
array