SetSize

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Shrink/Grow an actor. Sets the actor size to specified radius (0.0 resets the actor to its original radius).

Syntax

[help]
(int) [actor:ref].SetSize size:float 

Or:

(int) [actor:ref].CSize size:float

Example

player.SetSize 10.0
player.SetSize 0.0

Notes

  • Sets the radius of the actor's collision bounding box.
  • May not work correctly on actors other than the player, or at all