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

Function SetDestructableMaxLife

Line
2823
Location
common.j
Constant?
no
Type
native
Arguments
destructable d, real max
Returns
nothing
2823
native          SetDestructableMaxLife      takes destructable d, real max returns nothing
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