SC2Mapster Wiki
Advertisement

Unit Actions[ | ]

Create Units With Point Facing[ | ]

GUI[ | ]

Unit - Create count|Number type|Unit for player player at p using point facing ( flags )

Galaxy Code[ | ]

void libNtve_gf_CreateUnitsAtPoint2 ( int count, gamelink type, preset flags, int player, point p )

Description[ | ]

Creates units using the facing angle of a point. Use the "Last Created Unit" and "Last Created Units" functions to refer to the created units.

Parameters[ | ]

  • int count
    • Name: Count
    • Limits: 1,N
  • gamelink type
    • Name: Type
    • GameType: Unit
  • preset flags
    • Preset: Unit Create Flags
    • Name: Flags
  • int player
    • Name: Player
    • Limits: 0,15
  • point p
    • Name: Point

Return Type[ | ]

Additional Information[ | ]

Advertisement