Usage:
Object.Absoluteposition
x/y/z
Argument values:
argument 1: | 1/2/3, 4/5/6 |
Description: The position of the object on a map. See the Map Coordinates Tutorial for more information.
Used in object types (always present 100% of the time): FlagPole
Used in a total of 545 .con files: Addbot.con, Additionalstaticobjects.con, Controlpoints.con, Ctf.con, Objectivespawners.con, Objectspawns.con, Objectspawnsallied.con, Objectspawnsaxis.con, Smallwar.con, Soldierspawns.con, Spawntankpos.con, Staticobjects.con, Terrain.con
Parent directories of these .con files: Bf1942/Levels, ai
Example: (from Bf1942/Levels/Anzio/Conquest/ObjectSpawns.con)
rem removed for precache: if v_arg1 == host
rem ----- Host
rem ----------------------------------------------------------------------------
rem ****************************************
rem **** ALLIES BASE/ harbur *****
rem ****************************************
rem
rem
rem *** ***
rem
Object.Create heavytankspawner
Object.Absoluteposition 1318.46/30.3193/1118.52
Object.Rotation -0.141266/-1.14951/1.52588e-005
Object.SetOSId 2
Object.SetTeam 2
Go to the Object properties list page, Object page, All Properties list, or Main scripting page.