CenterOnExterior

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

This function will move the player to the specified exterior grid coordinates of their current worldspace. Similar to CenterOnWorld, but does not require a worldspace parameter and uses the player's current worldspace.

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]
CenterOnExterior xCoord:int yCoord:int 

Or:

COE xCoord:int yCoord:int

Example

COE 0 0 

See Also