Building.

OnTakeDamage(IDealDamage, int) Method

Summary

Called when something damages this object via Weaver.Examples.ITakeDamage. Destroys this object and shows some Weaver.Examples.FloatingText.
Assembly
Weaver.dll
Namespace
Weaver.Examples
Containing Type
Building

Syntax

public void OnTakeDamage(IDealDamage source, int pointValue)

Parameters

Name Type Description
source IDealDamage
pointValue int

Return Value

Type Description
void