SetVel

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Sets Velocity on a reference.

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]
ref.SetVel Axis:string{X, Y, Z} Float:float 

Notes

  • This is a console-only function. To use it in a script, you'd have to use con_SetVel instead.
  • Alternatively, the Console function allows for any console command to be used in a script.