The search keyword must be a single word (no spaces).

Function GetDestructableMaxLife

Line
2824
Location
common.j
Constant?
no
Type
native
Arguments
destructable d
Returns
real
2824
native          GetDestructableMaxLife      takes destructable d returns real
2825
native          DestructableRestoreLife     takes destructable d, real life, boolean birth returns nothing
2826
native          QueueDestructableAnimation  takes destructable d, string whichAnimation returns nothing
2827
native          SetDestructableAnimation    takes destructable d, string whichAnimation returns nothing
2828
native          SetDestructableAnimationSpeed takes destructable d, real speedFactor returns nothing
2829
native          ShowDestructable            takes destructable d, boolean flag returns nothing