Call of Duty Script Documentation

dodamage(<health>, <source position>)


Module
Entity


Summary


 Does damage to this entity

Call this function on


<entity> An entity

Example


tank dodamage( tank.health + 200, (0,0,0) );

Minimum Number of arguments: 2


Number of optional arguments: 0



Return to Function List