Skip to content

Latest commit

 

History

History
209 lines (129 loc) · 4.14 KB

LootSystem.md

File metadata and controls

209 lines (129 loc) · 4.14 KB

LootSystem_init.sqf

loot_mapConfigs

Type: Variable

Description: cleanup all

Initial value:

createHashMap //all crafts map

File: host\LootSystem\LootSystem_init.sqf at line 10

loot_mapTemplates

Type: Variable

Description: all crafts map

Initial value:

createHashMap //template map (tagged)

File: host\LootSystem\LootSystem_init.sqf at line 11

loot_list_loader

Type: Variable

Description: template map (tagged)

Initial value:

[]// список файлов для загрузки

File: host\LootSystem\LootSystem_init.sqf at line 12

loot_internal_catchedError

Type: Variable

Exists if EDITOR defined

Description:

Initial value:

false

File: host\LootSystem\LootSystem_init.sqf at line 15

loot_internal_editor_previewBuffer

Type: Variable

Exists if EDITOR defined

Description:

Initial value:

[]

File: host\LootSystem\LootSystem_init.sqf at line 186

loot_init

Type: function

Description:

File: host\LootSystem\LootSystem_init.sqf at line 18

loot_addConfig

Type: function

Description:

  • Param: _cfgPath

File: host\LootSystem\LootSystem_init.sqf at line 26

loot_prepareAll

Type: function

Description:

File: host\LootSystem\LootSystem_init.sqf at line 32

loot_internal_rbuilder_preloadUtils

Type: function

Exists if RBUILDER defined

Description:

File: host\LootSystem\LootSystem_init.sqf at line 62

loot_loadConfig

Type: function

Description:

  • Param: _path

File: host\LootSystem\LootSystem_init.sqf at line 67

loot_processObject

Type: function

Description:

  • Param: _type
  • Param: _obj

File: host\LootSystem\LootSystem_init.sqf at line 138

loot_internal_editor_reloadLooting

Type: function

Exists if EDITOR defined

Description:

File: host\LootSystem\LootSystem_init.sqf at line 163

loot_editor_isLoadedLib

Type: function

Exists if EDITOR defined

Description:

File: host\LootSystem\LootSystem_init.sqf at line 172

loot_editor_getTemplateByInput

Type: function

Exists if EDITOR defined

Description:

  • Param: _input

File: host\LootSystem\LootSystem_init.sqf at line 176

LootSystem_structs.sqf

LOOT_COMPARE_BY_NAME

Type: constant

Description:

Replaced value:

'name'

File: host\LootSystem\LootSystem_structs.sqf at line 10

LOOT_COMPARE_BY_REGEX

Type: constant

Description:

Replaced value:

'regex'

File: host\LootSystem\LootSystem_structs.sqf at line 11

LOOT_COMPARE_BY_TYPEOF

Type: constant

Description:

Replaced value:

'typeof'

File: host\LootSystem\LootSystem_structs.sqf at line 12

LOOT_COMPARE_MODE_MAP

Type: constant

Description:

Replaced value:

'map'

File: host\LootSystem\LootSystem_structs.sqf at line 14

LOOT_COMPARE_MODE_GAMEMODE

Type: constant

Description:

Replaced value:

'gamemode'

File: host\LootSystem\LootSystem_structs.sqf at line 15