Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1013 Bytes

GameEvents.md

File metadata and controls

46 lines (30 loc) · 1013 Bytes

loader.hpp

interface_class(name)

Type: constant

Description: all events inherited from BaseProgressInfluenceEvent

  • Param: name

Replaced value:

gameEvents_internal_list_interfaces pushBack (tolower #name); class(name)

File: host\GameEvents\loader.hpp at line 13

gameEvents_internal_list_interfaces

Type: Variable

Description:

Initial value:

[]

File: host\GameEvents\loader.hpp at line 15

gameEvents_internal_map_createdEvents

Type: Variable

Description:

Initial value:

createHashMap //key(string) classname, value(int) count 

File: host\GameEvents\loader.hpp at line 16

gameEvents_sys_getAllEventTypes

Type: function

Description: key(string) classname, value(int) count

File: host\GameEvents\loader.hpp at line 17