PlaceLocationMarker

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Places some tiny debug geometry in the world at the specified coordinates. Above the box the name will be displayed as billboarded text that renders through walls so that you can find it. If no name is specified, the coordinates themselves will be used as the name. The default color is 0( white ), but specifying a number between 1 and 9 will use a different color.

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
PlaceLocationMarker x:float y:float z:float name:string color:int{0-9} 

Or:

PLM x:float y:float z:float name:string color:int{0-9}

Example

PlaceLocationMarker 10, 25, 0 TestLocation 

See Also