Difference between revisions of "SetVel"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Bnesmith
 
imported>ZuTheSkunk
 
Line 1: Line 1:
 
{{Function
|origin = GECK1
|summary = Sets Velocity on a reference.
|name = SetVel
|returnType = void
|referenceType = ref
|arguments =
  {{FunctionArgument
  |Name = Axis
  |Type = string
  |Value = X, Y, Z
  }}{{FunctionArgument
  |Name = Float
  |Type = float
  }}
}}
==Notes==
* This is a console-only function. To use it in a script, you'd have to use [[con_SetVel]] instead.


[[Category:Console Functions]]
[[Category:Console Functions]]

Latest revision as of 00:18, 24 April 2016

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Sets Velocity on a reference.

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.