Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 768 Bytes

FaithSystem.md

File metadata and controls

42 lines (29 loc) · 768 Bytes

Faith.h

CLIENTSIDE_DESCRITION

Type: constant

Description: флаг для описания что оно будет выдано на клиенте

Replaced value:

0

File: host\FaithSystem\Faith.h at line 8

addFaith(class,name,desc)

Type: constant

Description:

  • Param: class
  • Param: name
  • Param: desc

Replaced value:

faith_map set [class,[name,desc]];

File: host\FaithSystem\Faith.h at line 11

FaithInit.sqf

faith_map

Type: Variable

Description:

Initial value:

createHashMap

File: host\FaithSystem\FaithInit.sqf at line 9