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

Function GetDestructableTypeId

Line
2818
Location
common.j
Constant?
no
Type
native
Arguments
destructable d
Returns
integer
2818
native          GetDestructableTypeId       takes destructable d returns integer
2819
native          GetDestructableX            takes destructable d returns real
2820
native          GetDestructableY            takes destructable d returns real
2821
native          SetDestructableLife         takes destructable d, real life returns nothing
2822
native          GetDestructableLife         takes destructable d returns real
2823
native          SetDestructableMaxLife      takes destructable d, real max returns nothing