SetSize
From GECK
(Redirected from CSize)
A function included in the GECK for Fallout 3.
Contents
Description
Shrink/Grow an actor. Sets the actor size to specified radius (0.0 resets the actor to its original radius).
Syntax
(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