Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 280 Bytes

GameEvents.UnitAddedToMap.md

File metadata and controls

12 lines (9 loc) · 280 Bytes

GameEvents.UnitAddedToMap

Description

TBD

Usage

GameEvents.UnitAddedToMap(playerID [number], unitID [number])

Regular event: you can subscribe to it through GameEvents.UnitAddedToMap.Add(<function handler>)

Parameters

  • playerID [number]
  • unitID [number]