Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.25 KB

Medals.md

File metadata and controls

76 lines (52 loc) · 1.25 KB

Medals.h

add(type,name,desc)

Type: constant

Description:

  • Param: type
  • Param: name
  • Param: desc

Replaced value:

;_item = [#type,name,desc]; _map pushBack _item; _item pushBack

File: host\Medals\Medals.h at line 8

thisMob

Type: constant

Description:

Replaced value:

_mob

File: host\Medals\Medals.h at line 11

thisClient

Type: constant

Description:

Replaced value:

_client

File: host\Medals\Medals.h at line 12

Medals_init.sqf

medl_map

Type: Variable

Description: achievements system

Initial value:

hashMapNew

File: host\Medals\Medals_init.sqf at line 15

medl_register

Type: Variable

Description:

Initial value:

[...

File: host\Medals\Medals_init.sqf at line 18

medl_check

Type: function

Description: ["test",this,nullPtr] call medl_test

  • Param: _type
  • Param: _mob
  • Param: _client

File: host\Medals\Medals_init.sqf at line 32