op2_sdk:placing_units

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
op2_sdk:placing_units [2016/02/01 03:17] vagabondop2_sdk:placing_units [2016/03/27 20:56] – [Level 2 Headline] vagabond
Line 30: Line 30:
 When any vehicle is created, the Outpost 2 SDK defaults to turning its lights off. The function ''DoSetLights(int boolOn)'' from Unit.h can be used to turn the lights on. See example code below for context. When any vehicle is created, the Outpost 2 SDK defaults to turning its lights off. The function ''DoSetLights(int boolOn)'' from Unit.h can be used to turn the lights on. See example code below for context.
  
-===== Level 2 Headline =====+===== Placing Units In a Garage =====
  
 +During level initialization, units can be placed in a garage using the Unit function PutInGarage(int bayIndex, int tileX, int tileY). 
  
 +Call PutInGarage on the vehicle that you plan to place in a garage. The arguments tileX and tileY are the position of the garage you want the vehicle placed inside.
 +
 +You CAN add vehicles to a garage that are not owned by the same player as the garage owner.
 ===== Using the CreateUnit Function ===== ===== Using the CreateUnit Function =====
  
  • op2_sdk/placing_units.txt
  • Last modified: 2016/10/12 21:32
  • by 127.0.0.1