DamageObject

From the Fallout3 GECK Wiki
Revision as of 10:01, 26 November 2008 by imported>Kkuhlmann (→‎'''See Also''')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

DamageObject Applies damage to a destructible object which is not already destroyed. Does not work for objects which have health (such as weapons). It is called on a reference and takes a float which is the amount of damage to apply.

Syntax

[ObjectREF.]DamageObject float 

Examples

CarRef.DamageObject 25.4

The car will take 25.4 points of damage.

carRef.do 25.4

Notes

  • None at this time


See Also

ClearDestruction

Reference

None provided.